@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  font-size: 16px;
  --blue-light: #28A9F6;
  --blue-dark: #0172C0;
  --blue-dark2: #11314E;
  --white: #fff;
  --backgroud: #EFF3F8;
  --gray: #616161;

}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

body {
  font-family: 'montserrat', "Open Sans", "Helvetica Neue", sans-serif;
  background: var(--backgroud);
  position: relative;

}

body.modal-open {
  overflow: hidden;
}

.nav-bar {
    width: 100%;
    background: var(--blue-dark);
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;

}

.nav-bar-items {
    width: 1200px;

}

a {
  color: var(--white);
  text-decoration: none;

}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.6875rem;
  padding: 1rem;

}

#img-hero {
  width: 100px;
  height: auto;

}

.logo img {
  width: 100px;
  height: auto;

}

.menu {
  list-style: none;
  display: flex;
  gap: 0.5rem;

}

.menu a {
  display: block;
  padding: 0.5rem;
  border-radius: 0.5rem;
  transition: 0.6s;
  position: relative;
  z-index: 100;

}

.menu a:hover {
  background: var(--blue-light);

}

.btn-menu {
  display: none;
}

/*MENU-RESPONSIVIDADE---------------------------------------------*/
@media (max-width: 930px) {
  .menu {
    display: block;
    position: absolute;
    top: 2.6875rem;
    left: 0;
    background: var(--blue-dark);
    text-align: center;
    width: 100%;
    height: 0;
    z-index: 1;
    visibility: hidden;
    overflow-y: hidden;
    transition: 0.5s;
  }

  .menu a {
    padding: 1rem 0;
    margin-inline: 1rem;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.16);
    border-radius: 0;
  }

  .btn-menu {
    background: none;
    border: none;
    font: inherit;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--white);
    padding: 1rem 0;
    cursor: pointer;
  }

  .hamburger {
    border-top: 0.125rem solid;
    width: 1.25rem;
  }

  .hamburger::after,
  .hamburger::before {
    content: " ";
    display: block;
    width: 1.25rem;
    height: 0.125rem;
    background: currentColor;
    margin-top: 0.3125rem;
    position: relative;
    transition: 0.3s;
  }

  .nav.active .menu {
    height: calc(100vh - 25.6875rem);
    visibility: visible;
    overflow-y: auto;
  }

  .nav.active .hamburger {
    border-top-color: transparent;
  }

  .nav.active .hamburger::before {
    transform: rotate(135deg);
  }

  .nav.active .hamburger::after {
    transform: rotate(-135deg);
    top: -0.4375rem;
  }
}

/*HERO-------------------------------------------------------------*/
.container-hero {
    width: 100%;
    height: 300px;
    background: var(--blue-dark2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;

}

.hero-items {
    width: 1200px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;

}

.hero-left {
    width: 60%;

}

.hero-left .hero-title {
  font-size: 2.5rem;
  line-height: 2.2rem;
  color: #ffff;

}

.hero-left .hero-descricao {
  font-size: 1rem;
  line-height: 1.2rem;
  color: #ffff;
  padding-top: 20px;

}

.hero-right { 
    width: 30%;
    display: flex;
    align-items: center;
    padding-right: 10%;
    
}

.hero-img {
    width: 350px;
    height: auto;
    z-index: 0;
    
}

/*HERO-RESPONSIVIDADE---------------------------------------------*/
@media (max-width: 1166px) {
  .hero-img {
    width: 300px;

  }
 }

 @media (max-width: 945px) {
  .hero-img {
    width: 250px;

  }
 }

@media (max-width: 750px) {
  .hero-items {
    flex-direction: column;

 }

 @media (max-width: 552px) {
  .hero-left {
    margin-top: -50px

  }
 }

 @media (max-width: 414px) {
  .hero-left {
    margin-top: -60px

 }

 }
  .hero-right {
    display: none;

  }

  .hero-left .hero-title {
    font-size: 1.5rem;
    line-height: 1.6rem;
    text-align: center;
    padding: 0;
  
  }

  .modal-body h1 {
    font-size: 1.5em !important;
  }

  .modal-body h2 {
    font-size: 1em !important;
  }

  .direito-titular-modal p {
    font-size: 0.7rem !important;
    text-align: left;
  }

  .direito-titular-modal li {
    font-size: 0.7rem !important;
  }
}

@media (max-width: 375px) {
  .hero-items {
    flex-direction: column;
    
  }
}

@media (max-width: 375px) {
  .container-hero {
    height: 230px;
    display: flex;
    justify-content: center;
    
  }
}

/*LGPD------------------------------------------------------------*/
.container-lgpd {
    width: 100%;
    height: auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    
}

.lgpd-items {
  width: 1200px;
  height: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;

}

.lgpd-card-left {
  width: 50%;
  height: fit-content;
  
}

.lgpd-card-right {
  width: 50%;
  height: fit-content;
  align-content: center;
  display: flex;
  justify-content: flex-end;

}

/*LGPD-RESPONSIVIDADE------------------------------------------------------------*/

@media (max-width: 842px) {
  .lgpd-items {
    height: fit-content;
    flex-direction: column;

  }

  .lgpd-card-left {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;

  }
  .lgpd-card-right {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;

  }

  .lgpd-cabecalho-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
  }

  .title-card-lgpd {
    display: flex;
    justify-content: center;
    padding-top: 5px;
    padding-right: 10px;
    
  }

  .subtitle-container-card-lgpd {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;

  }

.desc-card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;

  }

}

.lgpd-cabecalho-card {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  
}

.lgpd-card {
  width: 70%;
  height: 90%;

}

.bg-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--blue-light);
  display: flex;
  align-items: center;
  justify-content: center;

}

.icon-card-lgpd {
  width: 16px;
  height: auto;

}

.title-card-lgpd {
  width: 250px;
  font-size: 20px;
  padding-left: 10px;

}

.subtitle {
  font-size: 1rem;
  padding-bottom: 10px;
  font-weight: 600;
  
}

.desc-card {
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 400;
  color: var(gra);
  
}

.desc-card p {
  color: var(gra);

}

/*CARDS - IMG -------------------------------------------------------*/
.cards-img {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;

}

.container-title-section {
  padding: 2rem;

}

.title-section {
  display: flex;
  justify-content: center;

}

.title {
  display: block;

}

.container-cards-img {
  width: 1200px;
  height: fit-content;
  display: flex;
  justify-content: space-between;

}

.container-cards {
  width: 1200px;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  
}

.card {
  font-family: 'Montserrat', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  background: #ffffff;
  text-align: left;
  color: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  /*height: 550px;*/
  border-radius: 10px;

}

.card img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}

.card figcaption {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 240px;

}

.card h3,
.card p {
  margin: 0;

}
.card h3 {
  font-size: 1.2em;
  font-weight: 700;

}

.card p {
  font-size: 0.9em;
  letter-spacing: 1px;
  font-weight: 400;

}

.card #consultar {
  font-weight: 400;
  font-size: 1em;
  line-height: 48px;
  letter-spacing: 1px;

}

.card #solicitar p {
  font-size: 0.9em;
  letter-spacing: 1px;
  font-weight: 400;

}

.btn {
  width: 123px;
  height: 40px;
  border-radius: 40px;
  background-color: rgb(21, 160, 253);
  box-shadow: 0 3px 10px 1px rgb(233, 233, 233);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  cursor: pointer;
  transition: 0.5s ease-in-out;

}

.btn:hover {
  background-color: rgb(3, 133, 219);
  letter-spacing: 0.5px;

}

/*CARDS - RESPONSIVIDADE -------------------------------------------------------*/
@media  (max-width: 732px){
  .container-cards-img {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: fit-content;
      gap: 10px;

  }

  p {
      text-align: center;
  }
  figcaption, h3 {
      display:flex;
      align-items: center;
      justify-content: center;
  }

}

/*SEGURANÇA-VIDEO-------------------------------------------------------------*/
.seguranca {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.container-seguranca-itens {
  width: 1200px;
  height: 98%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 1rem;

}

.container-seguranca-left {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.container-seguranca-right {
  width: 50%;
  height: 450px;
  display: flex;
  align-items: center;
  padding: 2rem;

}

.container-seguranca-right-items {
  height: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;

}

/*SEGURANÇA-VIDEO RESPONSIVIDADE -------------------------------------------------------------*/
  
@media  (max-width: 732px){
.container-seguranca-itens {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
      
  }
}

@media  (max-width: 732px){
  .container-seguranca-left {
    margin-top: 20px;
        
  }
}

@media  (max-width: 732px){
  .container-seguranca-right {
    margin-top: -100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
        
  }
}

@media  (max-width: 768px){
  .container-seguranca-itens { 
    width: 100%;
        
  }
}

/*FORMULÁRIO DE CONTATO -------------------------------*/
.form-contato {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'montserrat';
  background-color: var(--white);

}

.screen-body {
  width: 1200px;
    height: 98%;
    background-color: #fff;
    border-radius: 5px;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);*/
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 1rem;

}

.screen {
  position: relative;
  background: #3e3e3e;
  border-radius: 15px;

}

.screen:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  bottom: 0;
  border-radius: 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .4);

  z-index: -1;
}

.screen-header {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: #4d4d4f;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;

}

.screen-header-left {
  margin-right: auto;

}

.screen-header-button {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  border-radius: 8px;
  background: white;

}

.screen-header-right {
  display: flex;

}

.screen-body {
  display: flex;

}

.screen-body-item {
  flex: 1;
  padding: 50px;

}

.screen-body-item.left {
  display: flex;
  flex-direction: column;

}

.app-title {
  display: flex;
  flex-direction: column;
  position: relative;
  color: var(--gray);
  font-size: 26px;

}

.app-title:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 25px;
  height: 4px;
  background: var(--blue-light);

}

.app-contact {
  margin-top: auto;
  font-size: 8px;
  color: #888;

}

.app-form-group {
  margin-bottom: 15px;
  
}

.app-form-group.message {
  margin-top: 40px;

}

.app-form-group.buttons {
  margin-bottom: 0;
  text-align: center;

}

.app-form-control {
  width: 100%;
  padding: 10px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #666;
  color: var(--gray);
  font-size: 14px;
  outline: none;
  transition: border-color .2s;
  font-family: 'montserrat';

}

.app-form-control::placeholder {
  color: #666;

}

.app-form-control:focus {
  border-bottom-color: #ddd;

}

.app-form-button {
  background: var(--blue-light);
  border: none;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  transition: 0.5s ease-in-out;
  color: var(--white);
  padding: 10px 40px;
  border-radius: 20px;
  font-family: 'montserrat';
}

.app-form-button:hover {
  background-color: var(--blue-dark);
  
}

@media  (max-width: 732px){
  .screen-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;

  }
}

@media  (max-width: 732px){
  .screen-body-item {
    width: 100%;
  }
}

/*FAQ -------------------------------*/
.faq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 2rem 6rem 2rem;

}

.title-section-Faq {
  height: 160px;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  
}

#title-section-Faq  {
  font-size: 1rem;
  text-align: center;
  
}

details {
  width: 100%;
  min-height: 5px;
  max-width: 700px;
  padding: 10px 20px 10px 20px;
  margin: 0 auto;
  position: relative;
  font-size: 1rem;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 5px;
  box-sizing: border-box;
  transition: all .3s;

}

details + details {
  margin-top: 20px;

}

details[open] {
  min-height: 50px;
  background-color: var(--white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);

}

details p {
  font-weight: 300;
  font-size: 0.9rem;
  text-align: left;
  padding-top: 0.6rem;

}

summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  
}

summary:focus {
  outline: none;
  
}

summary:focus::after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 0 2px var(--blue-light);
  border-radius: 10px;

}

summary::-webkit-details-marker {
  display: none;

}

.control-icon {
  fill: var(--blue-dark2);
  transition: .3s ease;
  pointer-events: none;

}

.control-icon-close {
  display: none;

}

details[open] .control-icon-close {
  display: initial;
  transition: .3s ease;

}

details[open] .control-icon-expand {
  display: none;

}

/*DPO ---------------------------------------------------*/
@media  (max-width: 842px){
  #portal-de-seguranca {
    padding: 0;
  }
}

#desc-section-dpo {
  font-size: 1rem;
  
}

@media  (max-width: 732px){
  .title-section-dpo h2 {
    width: 100%;
    text-align: center;
      
    }
  }

.container-title-section-dpo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  padding: 30px 0px 0px 0px;

}

.title-section-dpo {
  width: 1200px;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 0rem 2rem;

}

#link span {
  color: var(--blue-dark);
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.6s;

}

#link span:hover {
  color: var(--blue-dark2);

}

/*FOOTER -------------------------------*/

.footer-basic {
  padding: 40px 0;
  background-color:var(--blue-dark2);
  color: var(--white);

}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.footer-desenvolvido-por {
  font-size: 14px;
  color: var(--white);
  white-space: nowrap;
}

.footer-basic ul {
  padding:0;
  list-style:none;
  text-align:center;
  font-size: 1rem;
  line-height:1.6;
  margin-bottom:0;
  display: flex;
  justify-content: center;

}

.footer-basic li {
  padding:0 10px;

}

.footer-basic ul a {
  color: var(--white);
  text-decoration:none;
  opacity:0.8;

}

.footer-basic ul a:hover {
  opacity:1;

}

.footer-basic .social {
  text-align: center;
  padding-top: 15px;
  height: 40px;

}

.social img {
  width: 25px;
  height: auto;

}

.footer-basic .social > a {
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  margin: 20px 8px;

}

.footer-basic .social > a:hover {
  opacity:0.9;
  transition: 0.6s;

}

.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 0.7em;
  color: var(--white);
  margin-bottom: 0;

}

.list-inline {
  gap: 50px;
  
}

.list-inline li {
  font-size: 0.7em;

}

.list-inline2 li {
  color: var(--white);
  font-size: 1em;

}

.list-inline2 li a {
  color: var(--white);
  font-size: 0.7em;

}

.list-inline2 {
  margin-top: 50px;

}

/*FOOTER  RESPONSIVIDADE-------------------------------*/
@media  (max-width: 732px){
  .footer-basic ul {
    display: block;
      
    }
  }


/*TESTE RESPONSIVIDADE-------------------------------*/

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-mask {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: flex-start; /* Align to the top */
    justify-content: center;
    overflow: auto;
  }
  
  .modal-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%; /* Use min-height instead of height */
  }
  
  .modal-container {
    width: auto !important;
    max-width: 80%;
    margin: 20px auto; /* Add margin to the top */
    padding: 20px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    transition: all 0.3s ease;
    z-index: 1001;
  }

  ul.menu {
    margin-bottom: 0;
  }
  
  .modal-header {
    display: flex;
    justify-content: center;
    color: #3783c6;
    font-size: 24px;
  }
  
  .modal-body {
    margin: 20px;
    padding-top: 0;
    display: flex;
    justify-content: center;
  }
  
  .modal-body p {
    max-width: 100%; /* Ensure the <p> doesn't exceed the parent's width */
    overflow-wrap: break-word; /* Handle long words or URLs */
  }
  
  .modal-body h1 {
    font-size: 2em;
  }
  
  .modal-body h2 {
    font-size: 1.5em;
  }
  
  .modal-footer {
    display: flex;
    justify-content: center;
  }
  
  .modal-default-button {
    float: center;
  }
  
  .modal-enter {
    opacity: 0;
  }
  
  .modal-leave-active {
    opacity: 0;
  }
  
  .modal-enter .modal-container,
  .modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .direito-titular-modal p {
    font-size: 1rem;
    color: black;
    margin: 0 0 10px;
  }
  
  .direito-titular-modal li {
    font-size: 1rem;
    margin: 0 0 10px;
  }

  .direito-titular-modal h2 {
    font-weight: 600;
    margin-bottom: 20px;
  }
  
  .p-button {
    color: #ffffff;
    background: #3783c6;
    border: 1px solid #3783c6;
    /* padding: 0.75rem 1.25rem; */
    font-size: 1rem;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s,
      box-shadow 0.2s;
    border-radius: 6px;
  }
  
  .p-button:enabled:hover {
    cursor: pointer;
    background: #22334d;
    color: #ffffff;
    border-color: #22334d;
  }
  .p-button:enabled:active {
    background: #22334d;
    color: #ffffff;
    border-color: #22334d;
  }

  .dropdown {
    min-width: 15em;
    position: relative;
    padding: 10px 0;
  }

  .dropdown * {
    box-sizing: border-box;
  }

  .select {
    background: #fff;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px #3f3f3f solid;
    border-radius: 0.5em;
    padding: 1em;
    cursor: pointer;
    transition: background 0.3s;
  }

  .select:hover {
    border-color: #3783c6;
  }

  .caret {
    width: 0;
    height: 0;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 6px solid #000000;
    transition: 0.3s;
  }

  .caret-rotate {
    transform: rotate(90deg);
  }

  .menu-dropdown {
    list-style: none;
    padding: 0em 0.5em;
    background: #ffffff;
    box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
    border-radius: 0.5em;
    color: #334155;
    position: absolute;
    top: 4.5em;
    left: 0;
    width: 100%;
    height: 0;
    transition: 300ms cubic-bezier(0.77, 0, 0.18, 1);
    z-index: 1;
    overflow-y: scroll;
  }

  .menu-dropdown::-webkit-scrollbar {
    width: 8px;
  }

  .menu-dropdown::-webkit-scrollbar-track {
    background: #dfdfdf;
  }

  .menu-dropdown::-webkit-scrollbar-thumb {
    background: #727272;
  }

  .menu-dropdown::-webkit-scrollbar-thumb:hover {
    background: #9e9e9e;
  }

  .menu-dropdown li {
    padding: 0.7em;
    margin: 0.3em 0;
    border-radius: 0.5em;
    cursor: pointer;
  }

  .menu-dropdown li:hover {
    background: #e9ecef;
  }

  .active-dropdown {
    background: #eef2ff !important;
    color: #3783c6 !important;
  }

  .text-fade-in {
    animation: textFade 300ms ease-out;
  }

  .menu-open {
    border: 1px #383838 solid;
    height: 15em;
  }

  @keyframes textFade {
    0% {
        transform: translateX(-1em);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
  }