@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}


ul {
  list-style-type: square; /* ou circle, disc, none */
  text-decoration: none;
}

ul a {
  color: #202020;
}

li::marker {
  color: #00368A;
}

body::-webkit-scrollbar {
  width: 0;
  background-color: #00368A;
}

body {
  background-color: #efefef;
  overflow-x: hidden !important; /* Previne side scroll */
}

.cta-btn {
  font-family: "Kinetica", "sans-serif", sans-serif;
  font-size: 0.7rem;
  text-align: center;
  color: #ffffff;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  background-image: linear-gradient(90deg, #4382E1 -50%, #003694 80%);
  border-radius: 0.625rem;
  height: 2.813rem;
  width: 22rem;
  border: none;
  text-shadow: 0px 2px 2px #202020;
  font-weight: 700;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3019607843), 0 0 #000, inset 1px 1px 0.25px rgba(255, 255, 255, 0.3019607843), inset 0 2px 1px rgba(255, 255, 255, 0.5019607843);
}
@media (max-width: 992px) {
  .cta-btn {
    font-size: 0.9rem;
    padding-top: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 768px) {
  .cta-btn {
    font-size: 0.65rem;
    width: 20rem;
  }
}

.cta-btn:hover, .cta-btn:active {
  color: #ffffff;
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #82CA51 0 -3px 0 inset;
  transform: translateY(-0.125rem);
}

.cta-link {
  text-decoration: none;
}

.long-cta {
  width: 27rem;
}
@media (max-width: 768px) {
  .long-cta {
    width: 20rem;
  }
}

.long-cta-section {
  width: 28rem;
}
@media (max-width: 768px) {
  .long-cta-section {
    width: 20rem;
  }
}

.btn-serie {
  font-family: "Kinetica", "sans-serif", sans-serif;
  font-size: 0.85rem;
  text-align: center;
  color: #ffffff;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  background-image: linear-gradient(180deg, rgba(67, 128, 215, 0.3) 6%, #4380D7);
  border-radius: 0.625rem;
  height: 2.813rem;
  width: 60px;
  border: none;
  text-shadow: 0px 2px 2px #202020;
  font-weight: 700;
}
@media (max-width: 992px) {
  .btn-serie {
    font-size: 0.9rem;
    padding-top: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 768px) {
  .btn-serie {
    font-size: 0.7rem;
  }
}

.category-btn {
  font-family: "Kinetica", "sans-serif", sans-serif;
  font-size: 0.55rem;
  text-align: center;
  color: #ffffff;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  height: 2rem;
  flex-grow: 0;
  border-radius: 0.625rem;
  background-image: linear-gradient(to right, #4382e1 -85%, rgba(0, 54, 148, 0.5) 100%);
  text-shadow: 0px 1.25px 0px rgba(0, 0, 0, 0.5);
}
@media (max-width: 992px) {
  .category-btn {
    font-size: 0.9rem;
    padding-top: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 992px) {
  .category-btn {
    font-size: 0.55rem;
  }
}

.download-btn {
  width: 100%;
  align-items: center;
  padding: 0 1rem;
}

.submit-arrow-form {
  background-image: linear-gradient(90deg, #4382E1 -50%, #003694 80%);
  border-radius: 0.625rem;
  height: 2.813rem;
  width: 3rem;
  border: none;
  text-shadow: 0px 2px 2px #202020;
  font-weight: 700;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .submit-arrow-form {
    font-size: 0.65rem;
    width: 20rem;
  }
}

.back-to-top {
  position: fixed;
  bottom: -60px;
  right: 20px;
  background-color: #4380D7;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s, bottom 0.3s;
}

.back-to-top:hover {
  background-color: #00368A;
}

footer {
  position: relative; /* Ensures the footer stays in the document flow */
  padding: 2rem 1rem; /* Add padding as needed */
  z-index: 1; /* Keep it below the form */
  background-image: linear-gradient(135deg, #00368A 50%, #4380D7 100.07%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  footer {
    background-position: bottom;
  }
}

.footer-txt {
  font-family: "Titillium Web", sans-serif;
  font-size: 1rem;
  text-align: left;
  color: #ffffff;
  line-height: 2rem;
  font-weight: 300;
  text-decoration: none;
  text-transform: capitalize;
  line-height: normal;
}
@media (max-width: 992px) {
  .footer-txt {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.footer-description {
  font-family: "Titillium Web", sans-serif;
  font-size: 1rem;
  text-align: left;
  color: #ffffff;
  line-height: 2rem;
  font-weight: 300;
  text-decoration: none;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .footer-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.footer-description {
  padding: 1rem 0;
}
@media (max-width: 992px) {
  .footer-description {
    text-align: center;
  }
}

.footer-subscribe {
  font-weight: 700;
}

.newsletter-form {
  width: 100%;
  height: 3rem;
  border: none; /* Remove all borders */
  border-bottom: 1px solid #B6B6B6; /* Add a bottom border only */
  background: transparent; /* Remove any background */
  border-radius: 0; /* Remove border radius */
  outline: none; /* Remove focus outline */
  box-shadow: none; /* Remove any box-shadow */
  color: #ffffff;
}

.newsletter-column, .social-column, .company-column {
  padding: 1rem 1rem;
}

a {
  text-decoration: none !important;
}

.logo-footer {
  width: 15rem;
  height: auto;
}
@media (min-width: 320px) and (max-width: 768px) {
  .logo-footer {
    width: 10rem;
  }
}

.footer-social {
  width: 30px;
  height: auto;
}

.fit-cover {
  object-fit: cover;
}

.newsletter-form::placeholder {
  font-family: "Titillium Web", sans-serif;
  color: #ffffff;
  opacity: 1;
}

.newsletter-form {
  font-family: "Titillium Web", sans-serif;
  color: #ffffff;
  opacity: 1;
}

.navbar {
  background: rgba(0, 53, 138, 0.4588235294);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 4.5rem;
  box-shadow: 0px 4px 38px -5px rgba(32, 32, 32, 0.4);
}
@media (max-width: 576px) {
  .navbar {
    height: 4.375rem;
  }
}

#Logo-Navbar {
  width: 10rem;
}
@media (max-width: 576px) {
  #Logo-Navbar {
    width: 8.125rem;
  }
}

#toggleNav {
  background-color: transparent; /* Or any color you prefer */
  color: #ffffff; /* Default text color */
  transition: color 0.3s; /* Smooth color transition */
}

#toggleNav.active {
  color: white; /* White text when active */
}

.navbar-btn {
  background-image: linear-gradient(90deg, #4382E1 -50%, #003694 80%);
  border-radius: 0.625rem;
  height: 2.813rem;
  width: 10rem;
  border: none;
  font-family: "Kinetica", "sans-serif";
  font-size: 1rem;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0rem 0.125rem 0.125rem #202020;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3019607843), 0 0 #000, inset 1px 1px 0.25px rgba(255, 255, 255, 0.3019607843), inset 0 2px 1px rgba(255, 255, 255, 0.5019607843);
}
@media (max-width: 576px) {
  .navbar-btn {
    width: 8rem;
    font-size: 0.75rem;
    height: 3rem;
  }
}

.navbar-btn:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #82CA51 0 -3px 0 inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3019607843), 0 0 #000, inset 1px 1px 0.25px rgba(255, 255, 255, 0.3019607843), inset 0 2px 1px rgba(255, 255, 255, 0.5019607843);
  transform: translateY(-0.125rem);
}

.navbar-btn:active {
  box-shadow: #82CA51 0 3px 7px inset;
  transform: translateY(0.1875rem);
}

.logo-prefweb {
  width: 41px;
  height: 25px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}


.pref-btn {
  font-family: "Kinetica", "sans-serif", sans-serif;
  font-size: 0.85rem;
  text-align: center;
  color: #2E613B;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  background: #ffffff;
  border-radius: 0.625rem;
  height: 2.813rem;
  width: 10rem;
  border: none;
  background-color: #ffffff;
  font-weight: 700;
  box-shadow: 0 1px 3px #00368A, 0 0 #000, inset 1px 1px 0.25px rgba(134, 134, 134, 0.3019607843), inset 0 2px 1px rgba(151, 145, 145, 0.5019607843);
}
@media (max-width: 992px) {
  .pref-btn {
    font-size: 0.9rem;
    padding-top: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 992px) {
  .pref-btn {
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .pref-btn {
    display: none !important;
  }
}

.pref-btn:hover {
  color: #2E613B;
  background-color: #ffffff;
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #82CA51 0 -3px 0 inset;
  transform: translateY(-0.125rem);
}

/* Manter o estilo original ao clicar */
.pref-btn:active,
.pref-btn:focus,
.pref-btn:focus-visible {
  background-color: #ffffff !important; /* Mantém o fundo branco */
  color: #2E613B !important; /* Mantém a cor do texto */
  outline: none !important; /* Remove o contorno azul do Bootstrap */
  transform: none !important; /* Evita deslocamento ao clicar */
}

section {
  min-height: 100vh;
  width: 100vw;
  background-attachment: fixed;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  section {
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.icone-data {
  width: 70px;
  height: auto;
}

/* Remove esta regra ou substitui-a por algo mais específico */
section img {
  /* height: auto; /* Alternativamente, ajusta */
  max-width: 100%;
  height: auto; /* Mantém a proporção */
}

form {
  z-index: 1; /* Eleva o formulário acima das outras camadas, se necessário */
  position: relative; /* Garante que o formulário não interfere noutras secções */
}


.Rectangle-1440 {
  position: fixed;
  right: 0;
  bottom: 15%;
  width: 80px; /* Largura inicial para desktop */
  height: 80px; /* Altura do botão */
  flex-grow: 0;
  padding: 19px 20px 18.6px;
  box-shadow: 0 6px 0 0 #376ab3;
  background-image: linear-gradient(to top, rgba(67, 129, 215, 0.856) 149%, #00368a -2%);
  
  z-index: 5;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  transition: width 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

/* Ícone dentro do botão */
.Rectangle-1440 img {
  width: 40px;
  height: auto;
  margin-right: 20px;
}

/* Texto escondido inicialmente */
.Rectangle-1440 .button-text {
  margin-left: 20px;
  font-size: 16px;
  color: white;
  opacity: 0;
  white-space: nowrap;
  transition: opacity 0.3s ease-in-out;
}

/* Quando expandido */
.Rectangle-1440.expanded .button-text {
  opacity: 1;
}

/* Botão no estado expandido */
.Rectangle-1440.expanded {
  width: 220px;
}

/* Media queries para dispositivos móveis */
@media (min-width: 320px) and (max-width: 576px) {
  .Rectangle-1440 {
      width: 60px; /* Largura para mobile */
      height: 50px; /* Altura para mobile */
  }

  .Rectangle-1440 img {
      width: 30px; /* Ícone menor para mobile */
  }

  .Rectangle-1440.expanded {
      width: 180px; /* Largura expandida no mobile */
  }
}

