#certificado-content *{
  font-family: 'Times New Roman', Times, serif !important;
}
#certificado-content P {
  font-size: 20px;
  font-style: italic;
}
.tutor-btn.tutor-btn-outline-primary.tutor-btn-md.tutor-btn-block {
  display: none;
}
.certificado-personalizado {
  display: block !important;
}

.cert-actions {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cert-actions button,
.cert-actions .cert-button {
  padding: 10px 14px;
  font-size: 15px;
  background-color: #0056b3;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: background 0.3s;
}

.cert-actions button:hover,
.cert-actions .cert-button:hover {
  background-color: #003e82;
}

body {
  font-family: "Times New Roman", serif;
  background: #fff;
  color: #000;
}

#certificado-content {
  margin: 40px auto;
  padding: 40px;
  position: relative;
  z-index: 2;
}

h1,
h2,
h3 {
  text-align: center;
  font-weight: bold;
}

p {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  margin: 10px 0;
}

.cert-container {
  padding: 50px;
  max-width: 1400px;
  width: 100%;
  margin: 20px auto;
}

.assinaturas {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.assinatura-box {
  width: 45%;
  text-align: center;
}

.cert-actions {
  text-align: center;
  margin: 30px 0;
}

.cert-actions button,
.cert-actions .cert-button {
  margin: 5px;
  padding: 8px 14px;
  font-size: 16px;
}

.page-break {
  page-break-before: always;
}

.bg-marca {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  opacity: 0.07;
  z-index: 1;
}

.rodape {
  border-top: 2px solid #000;
  padding-top: 10px;
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
}

.cert-tabela {
  display: flex;
  gap: 10px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
}

.cert-tabela .coluna {
  flex: 1;
  border: 2px solid #000;
  padding: 15px;
}

.cert-tabela h3 {
  text-align: center;
  font-style: italic;
  text-transform: uppercase;
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
}

.cert-tabela ul {
  list-style-type: square;
  padding-left: 20px;
}

.cert-tabela ul li {
  margin-bottom: 5px;
  text-align: justify;
}

.cert-tabela p {
  margin: 6px 0;
  text-align: left;
}


#container-certificado-image{
  display: block;
  max-width: 80%;
  margin: 80px auto 50px auto;
  box-shadow: 0px 0px 6px #63636336;
  border-radius: 15px;
  padding: 20px;
  background: white;
}

.cert-actions-fab {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 12px;
}

.fab-subitem {
  display: flex;
  align-items: center;
  gap: 8px;
}

.fab-button {
  background-color: #3E64DE;
  color: #fff;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.fab-button:hover {
  background-color: #395BCA;
  transform: scale(1.1);
}

.fab-submenu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}

.fab-subitem span {
  background-color: #f0f0f0;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 14px;
  font-family: sans-serif;
  white-space: nowrap;
}
