@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');


:root{
   /*cor clara*/
   --blue:#44bad4;
   /*cor escura*/
   --black:#39a2b9;
   --white:#fff;
   --white2:#fff;
   --light-color:#121212;
   --light-bg:#eee;
   --border:.2rem solid rgba(0,0,0,.1);
   --box-shadow:0 .5rem 1rem rgba(0,0,0,.1);

}



.cta-btn { background-color: #00a3b2; color: white; padding: 12px 24px; text-decoration: none; font-weight: bold; border-radius: 4px; display: inline-block; margin-top: 20px; }
  
h2 { color: #00a3b2; }
.btn-center { text-align: center; }

/* Estilos responsivos */
@media (max-width: 600px) {
   .menuToggle {
       display: block; /* Mostra o menu toggle em telas pequenas */
   }
}
   
.menuToggle {
   display: none; /* Esconde o menu toggle por padrão */
   cursor: pointer; /* Muda o cursor para indicar que é clicável */
}


*{
   font-family: 'Poppins', sans-serif;
   padding:0;
   box-sizing: border-box;
   outline: none; border:none;
   text-decoration: none !important;
   margin:0;
}

*::-webkit-scrollbar{
   height: .5rem;
   width: 1rem;
}

*::-webkit-scrollbar-track{
   background-color: transparent;
}

*::-webkit-scrollbar-thumb{
   background-color: #00a3b2;
}

html{
   font-size: 62.5%;
   overflow-x: hidden;
   scroll-behavior: smooth;
   scroll-padding-top: 6.5rem;
}

section{
   padding:7rem 2rem;
}

.heading{
   text-align: center;
   font-size: 4rem;
   color:var(--black);
   text-transform: uppercase;
   font-weight: bolder;
    margin-bottom: 3rem;
}
  
.link-btn{
   display: inline-block;
   padding:1rem 3rem;
   border-radius: .5rem;
   background-color: var(--blue);
   cursor: pointer;
   font-size: 1.7rem;
   color:var(--white);
}



.link-btn:hover{
   background-color: var(--black);
   color:var(--white);
}


.header {
   padding: 5px;
   border-bottom: var(--border);
   transition: background-color 0.3s, box-shadow 0.3s, border 0.3s;
   background-color: #ffffffff; /* Fundo branco */
}

.header.active {
   background-color: #ffffffff; /* Fundo branco */
   box-shadow: var(--box-shadow);
   border: 0;
}

.header .logo {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 150px; 
   margin-right: 45px;
}

.header .logo img {
   max-width: 100%;
   height: auto;
}

.header .header-info {
   flex: 3;
   display: flex;
   flex-direction: column;
   align-items: flex-end;
}

.header .login-info {
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 100%;
   padding: 10px;
   border-bottom: 2px solid var(--black);
}

.header .login-info span {
   font-size: 16px;
   color: var(--black);
}

.header .nav {
   display: flex;
   justify-content: flex-end;
   width: 100%;
   padding: 5px;
}

.header .nav a {
   font-size: 1.7rem;
   color: var(--black);
}

.header .nav a:hover {
   color: var(--jelly-blue #00a3b2);
}
/* Responsivo para telas pequenas */
@media (max-width: 600px) {
    .login-info {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 12px 8px 0 8px;
    }
    /*.eliminar-btn {
        margin-left: 0;
    }*/
  
}/*endnew*/




#menu-btn {
   display: none;
   font-size: 2rem;
   cursor: pointer;
}

.header .nav.active {
   display: block;
   position: absolute;
   top: 100%;
   right: 0;
   background: var(--white);
   width: 100%;
   box-shadow: var(--box-shadow);
}

@media (max-width: 768px) {
   #menu-btn {
       display: none; /* Esconde o botão de menu em telas pequenas */
   }
   .header .nav {
       display: none;
       flex-direction: column;
   }
   .header .nav a {
       margin: 1rem 0;
       text-align: center;
   }
   .header .header-info {
       align-items: center;
   }
}
#menu-btn{
   font-size: 2.5rem;
   color:var(--black);
   cursor: pointer;
   display: none;
}
.home{
   color: white; /** cor letra  **/
   margin-top: 7.5rem; /** distancia entre o limite de cima  **/
}

.banner-home{
   background:url(../image/home-bg.jpg) center no-repeat; /** imagem  **/
   height: 50rem;/** tamanho da img  **/
   margin-bottom: 10rem; /** distancia entre a inf abaixo  **/
}

@media (max-width: 768px) {
   .banner-home {
       height: 20rem; /* Ajuste para telas menores */
   }
   .banner-home h2 {
       font-size: 3rem; /* Ajuste do tamanho da fonte para telas menores */
   }
   .banner-home p {
       font-size: 1.5rem; /* Ajuste do tamanho da fonte para telas menores */
   }

}
.home .content{
   background-color: #cccccc7b; /** cor background caixa  **/
   width: 56rem; /** largura caixa **/
   padding:2rem; /** espaço das bordas  **/
   margin-left: 9rem; /** distancia ate o limite esq  **/
}

.home .row{
   position: relative;
   width: 100%;
   display: flex;
   min-height: 100vh !important;
}

.home h2 {
   font-size: 4rem;
   margin-bottom: 30px;
}

.home p {
   font-size: 1.725rem;
   font-weight: 400;
   line-height: 1.3;
   margin-bottom: 30px;
}

.land-home{
   background: url('../image/home-bg.jpg') no-repeat center center/cover;
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.land-home .content{
   background-color: #ccccccea;
   width: 56rem;
   padding:2rem;
   border-radius: 20px;
}

.land-home  .content h3{
   font-size: 6rem;
   text-transform: uppercase;
   color:var(--black);
}

.land-home  .content p{
   line-height: 2;
   font-size: 1.5rem;
   color:var( --white2);
   padding:1rem 0;
}

.home-aluguer{
   background: url('../image/aluguer.jpg') no-repeat center center/cover;
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
   
}

.home-aluguer .content{
   background-color: #ccccccea;
   width: 56rem;
   padding:2rem;
   border-radius: 20px;
}

.home-aluguer  .content h3{
   font-size: 6rem;
   text-transform: uppercase;
   color:var(--black);
}

.home-aluguer .content p{
   line-height: 2;
   font-size: 1.5rem;
   color:var( --white2);
   padding:1rem 0;
}

.land{ 
   width: 100%;
   margin: 4% auto; 
   flex-wrap: wrap;
}

.land .container{
   flex-basis: 50%;
   display: flex;
   align-items: center;
   justify-content: flex-end;
   flex-direction: row-reverse;
}

.land .image-section {
   width: 50%;
   height: 100%;
   cursor: pointer;
   overflow: hidden;
   position: relative;
}

.land .image-section img {
   width: 100%;
   height: 100%;
   transition: 1s;
}

.land .content-section {
   width: 50%;
   text-align: center;
   color: white;
}

.land .headline {
   font-size: 2.5em;
   margin: 0;
   color: #333;
   text-align: left;
}

.land .description  {
   font-size: 1.2em;
   margin: 20px 0;
   color: #555;
   text-align: left;
}

.land .cta-button {
   display: inline-block;
   padding: 10px 20px;
   background-color:#44bad4; 
   color: white;
   text-decoration: none;
   border-radius: 5px;
   font-size: 1em;
}

.land .cta-button:hover {
   background-color:#39a2b9; 
}

.land .separator {
   width: 2.5px;
   height: 40vh;
   background-color: #000;
   margin: 10px;
}

.info-licenca .row{
   min-height: 25vh;
   background-color: #eee;
}

.info-licenca .content span{
   font-size: 2rem;
   color:var(--blue);
}

.info-licenca .content h3{
   font-size: 3rem;
   color:var(--black);
     margin-top: 1rem;
}

.info-licenca .content h2{
   font-size: 2rem;
   color:black;
     margin-top: 1rem;
}

.info-licenca .content p{
   padding:1rem 0;
   font-size: 1.6rem;
   color:var(--light-color);
   line-height: 2;
}

.info-licenca .content h1{
   font-size: 6rem;
   color:var(--black);
     
}

.info-licenca .content img{
    width: 45%;
    height: auto;
     padding-bottom: 50px;
}

.underline-link {
   text-decoration: underline;
}

.about .row{
   min-height: 50vh;
}

.about .content span{
   font-size: 2rem;
   color:var(--jelly-blue #00a3b2);
}

.about .content h3{
   font-size: 3rem;
   color:var(--black);
     margin-top: 1rem;
}

.about .content p{
   padding:1rem 0;
   font-size: 1.4rem;
   color:var(--light-color);
   line-height: 2;
}
.about .content h1{
   font-size: 6rem;
   color:var(--black);
     margin-top: 1rem;
}

.about .content img{
    width: 45%;
    height: auto;
     padding-bottom: 50px;
}/*end new*/

/**************
  background features 
***************/

.services-container {
  background-size: cover;
  padding: 60px 0;
}

/**************
  background features 
***************/

.inner-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  overflow: hidden;
}
.section-title {
  text-align: center;
  color: #39a2b9;
  text-transform: uppercase;
  font-size: 30px;
}
.border {
  width: 160px;
  height: 2px;
  background: #39a2b9;
  margin: 40px auto;
}
.service-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.service-box {
  max-width: 43.33%;
  padding: 10px;
  text-align: center;
  color: #161616;
  cursor: pointer;
}
.service-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 3px solid #44bad4;
  margin-bottom: 30px;
  margin-top: 16px;
  border-radius: 40%;
}
.service-icon i {
  line-height: 70px;
  transform: rotate(-45deg);
  font-size: 26px;
}
.service-box:hover .service-icon {
  background: #53d8f6;
  color: #242424;
}
.service-title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  /*.descriptionfont-size: 14px;*/
}
@media screen and (max-width: 960px) {
  .service-box {
    max-width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .service-box {
    max-width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .service-box {
    max-width: 100%;
  }
}
.list-members {
  background: #39a2b9;
  width: 100%;
  margin: 4% auto;
  display: flex;
  flex-wrap: wrap;
}
.list-members h3{
 font-size: 2.3rem;
}
.member {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.member-image {
  width: 50%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.member-image img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.member-image:hover img {
  transform: scale(1.1);
}
.member-info {
  width: 50%;
  text-align: center;
  color: white;
}
.member-info p {
  margin: 20px 0;
}
.social-link .fab {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0 7px;
  cursor: pointer;
  transition: transform 0.5s;
  color: #44bad4;
}
.social-link .fab:hover {
  background: #44bad4;
  color: #39a2b9;
  transform: translateY(-7px);
  border-radius: 50%;
}
@media screen and (min-width: 771px) {
  .member:nth-child(4n + 3) .member-info,
  .member:nth-child(4n + 4) .member-info {
    order: 1;
  }
  .member:nth-child(4n + 3) .member-image,
  .member:nth-child(4n + 4) .member-image {
    order: 2;
  }
  .member:nth-child(4n + 3) .member-image::after,
  .member:nth-child(4n + 4) .member-image::after {
    left: 0;
    right: auto;
    transform: translateY(-50%) rotateZ(180deg);
  }
}
@media screen and (max-width: 770px) {
  .list-members {
    width: 95%;
  }
  .member {
    flex-basis: 100%;
    font-size: 14px;
  }
  .social-link .fab {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .member:nth-child(even) .member-info {
    order: 1;
  }
  .member:nth-child(even) .member-image {
    order: 2;
  }
  .member:nth-child(even) .member-image::after {
    left: 0;
    right: auto;
    transform: translateY(-50%) rotateZ(180deg);
  }
}



.page_content_wrapper {
  position: relative; /* Torna o posicionamento relativo para que o posicionamento absoluto seja relativo a este elemento */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}



/* esta classe é para o banner de preenchimento , e esta colocando imagem no fundo 
.background_image {
  position: absolute;  Torna o posicionamento absoluto */
  /*top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('caminho/para/sua/imagem.jpg');
  background-size: cover;
  background-position: center;
  z-index: -1;  Coloca o elemento atrás do conteúdo */
/*}end new*/



/*---------*/

/* banner  */

.banner{
  position: relative;
  width:100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bannerback);
  background-size: cover;
  background-position: center;
}
.banner .content{
  max-width: 900px;
  text-align: center;
}
.banner .content h2{
  font-family: var(--h2font);
  font-size: 3em;
  color: var(--fontcolor);
  margin: 0;
  letter-spacing: 2px;
}

.banner .content p{
  font-size: 0.80em;
  letter-spacing: 2px;
  margin: 15px;
}

.demo a {
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;

  transition: opacity .3s;
  /* margin-top: 50px; 
    text-decoration: none;*/
}
.demo a:hover {
  opacity: .5;
}
#section10 a {
  padding-top: 60px;
}
#section10 a span {
  position: absolute;
  top: 150px;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#section10 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*---------*/

/* about */
.title-text{
  font-family: var(--titletext);
  color: #44bad4;
  font-size: 3.60em;
  letter-spacing: 1.75px;
}
.title-text span{
  color: #39a2b9;
}
.title-text box-icon{
  margin-right: 5px;
}

.title-text lord-icon{
  width: 50px;
}

.row{
  position: relative;
  width: 100%;
  display: flex;
}

.row .col50{
  position: relative;
  width: 48%;
}

.row .col50 p{
  text-align: justify;
  margin-top: 55px;
}

.row .col50 .imgBx{
  position: relative;
  width: 100%;
  height: 100%;
}

.row .col50 .imgBx img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*---------*/

/* cards */

.card .content{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 40px;
}

.card .content .box{
  position: relative;
  width: 340px;
  margin: 20px;
  padding: 15px;
  /* background-color: var(--btncolor); */
  background-color: var(--fontcolor);
  /* background: rgba(255, 255, 255, 0.33); */
  border-radius: 8px;
  box-shadow: 0 4px 30px rgba(226, 226, 226, 0.1);
  backdrop-filter: blur(2.8px);
  -webkit-backdrop-filter: blur(2.8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  outline: none;
  border: none;
}
.card .content .box .text{
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 280px;
  color: var(--backcolor);
  font-family: var(--pfont);
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  background-color: var(--fontcolor);
  box-shadow: 2px -62px 46px 0px rgba(0,0,0,0.36);
  -webkit-box-shadow: 2px -62px 46px 0px rgba(0,0,0,0.36);
  -moz-box-shadow: 2px -62px 46px 0px rgba(0,0,0,0.36);
}
.card .content .box .text h3{
  padding: 10px 24px;
  cursor: pointer;
}
.card .content .box .text h3:hover{
  color:#162936;
  /* text-shadow: -1px 5px 0px rgba(0,255,255,0.44); */
  transform: translateY(-5px);
  transition: 0.5s;

}
.card .content .box .imgBx{
  width: 100%;
  height: 300px;
  position: relative;
}

.card .content .box .imgBx img{
  position: absolute;
  top: 0;
  left: 0;
  width:100% ;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.title{
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.title p{
  margin-top: 5px;
}
.card .title-text{
  font-size: 2.6em;
}
/*---------*/

/* merchandise  */
.merchandise{
  background: var(--merback);
  background-size: cover;
}

.merchandise .content{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 40px;
}

.merchandise .content .box{
  position: relative;
  background-color: #01C1FF;
  width:317px;
  margin: 30px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  cursor: pointer;
}
.merchandise .content .box .imgBx{
  width: 100%;
  position: relative;
  clip-path: polygon(0 0,100% 0,100% 69%,0 94%)
}
.merchandise .content .box .imgBx img{
  width: 100%;
  object-fit: cover;
  height: 263px;
  border-radius: 10px 10px 0px 0px;
}
.merchandise .content .box .text{
  padding: 20px 10px;
}
.merchandise .content .box .text h3{
  font-family: var(--pfont);
  font-size: 1.60em;
  font-weight: 700;
  text-align: left;
  color: var(--fontcolor);
}

.merchandise .content .box .text p{
  margin-top: 8px;
  font-weight: 500;
  font-size: 0.85em;
  text-align: left;
}
.merchandise .title-text{
  font-size: 2.2em;
}

.merchandise .content .box-1{
  background-color: var(--box1color);
  background-image: var(--box1image);
}
.merchandise .content .box-2{
  background-color: var(--box2color);
  background-image: var(--box2image);
}
.merchandise .content .box-3{
  background-color: var(--box3color);
  background-image: var(--box3image);
}
.box .know{
  position: absolute;
  bottom: -20px;
  left: 95px;
  /*text-decoration: none;*/
  background-color: var(--fontcolor);
  padding: 10px 20px;
  border-radius: 8px;
  margin-top: 20px;
  border: none;
  font-size: 0.95em;
  font-weight: bold;
  color: var(--backcolor);
  font-family:var(--navfont);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  transition: all 0.75s ease-out;
}

.box .know:hover{
  background-color:var(--backcolor);
  color: var(--fontcolor);
  transform: translateY(-5px);
}
/*---------*/


/* contact 

.contact{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background-color: #212121;
  background-image: linear-gradient(221deg, #12181c 28%, #00c1c1 100%);
}*/

.contact .content .text{
  margin-bottom: 30px;
}
.contact .content .text h3{
  font-size: 2em;
  color: var(--fontcolor);
  font-family: var(--h2font);
  margin: 5px 0px ;
}
.contact .social{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.contact .contactForm{
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
}
.contact .contactForm form{
  width: 100%;
}

.contact .contactForm .row100{
  display:flex;
  width: 100%;
}
.contact .contactForm .row100 .inputBox50{
  width: 50%;
  margin: 0 20px;
}
.contact .contactForm .row100 .inputBox100{
  width: 100%;
  margin: 0 20px;
}

.contact .contactForm .row100 input,
.contact .contactForm .row100 textarea{
  position: relative;
  border: none;
  border-bottom: 1px solid var(--btncolor);
  color: var(--fontcolor);
  background: transparent;
  width: 100%;
  padding: 10px 0;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0;
  resize: none;

}

.contact .contactForm .row100 textarea{
  height: 100px;
}

.contact .contactForm .row100 input::placeholder,
.contact .contactForm .row100 textarea::placeholder{
  color: var(--fontcolor);
}
.contact .contactForm .row100 input[type="submit"]{
  background: var(--fontcolor);
  color: var(--backcolor);
  max-width: 100px;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  font-weight: 700;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
  box-shadow:inset 0 0 0 0 rgb(66, 255, 176) ;
  transition: ease-in 0.3s;

}
.contact .contactForm .row100 input[type="submit"]:hover{
  box-shadow:inset 250px 0 0 0 rgb(66, 255, 176) ;
  transition: 0.75s;   
}
.contact .social li{
  list-style: none;
  margin:25px;
}

.contact .social li a img{
  width: 50px;
}

.copyright{
  margin-bottom: -50px;
  font-family: var(--navfont);
  color: var(--fontcolor);
}

.copyright a{
 /* text-decoration: none;*/
  /* background-color: var(--fontcolor); */
  color: var(--btncolor);
  /* padding: 5px 15px; */
  border-radius: 50px;

}
/*---------*/


/* media query */

@media (max-width:1080px){
  nav{
      padding: 19px 30px;
  }
  nav.sticky{
      padding: 19px 30px;
  }
  .row{
      flex-direction: column;
  }
  .row .col50{
      width: 100%;
  }
  .row .col50 .imgBx img{
      width:100% ;
      height: 400px;
      margin-top: 35px;
  }
  section{
      padding:100px 50px 100px 50px;
  }
  .card{
      margin-top: 273px;
  }
  .card .title-text{
      font-size: 3.6em;
  }

}
@media (max-width:790px){
  nav .logo box-icon{
      display: none;
  }/*imagem index2   novo*/
  .banner-home{
      background: url(../image/home-bg.jpg) center no-repeat;
      background-size: cover;
      height: 60vh;
  }
  .banner-home .content{
      width: 100%;
      padding: 0 20px;
  }
  .banner-home .content h2{
      font-size: 2.8em;
  }
  .banner-home .content p{
      font-size: 1.2em;
  }/*end new*/
  .banner .content h2{
      font-size: 36px;
  }
}
@media (max-width:620px){
  .banner .content h2{
      font-size: 26px;
  }
  section{
      padding: 131px 22px 100px 22px;
  }
  nav .navigation{
      display: none;
  }
  nav .logo box-icon{
      display: none;
  }
  nav .logo{
      font-size: 1.60em;
  }

  .menuToggle{
      position: absolute;
      right: 14px;
      top: 10px;
      width: 40px;
      height: 40px;
      background: var(--toggleimg);
      background-size: 45px;
      background-repeat: no-repeat;
      cursor: pointer;
  }
  .menuToggle.active{
      background: var(--toggleactiveimg);
      background-size: 45px;
      background-repeat: no-repeat;
      cursor: pointer;
      z-index: 1000;
      display: flex;
  }

  nav .navigation.active{
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      background: var(--backcolor);
  }
  nav .navigation li {
      margin: 10px 0px;

  }
  nav .navigation li a{
      font-size: 2.6em;
  }
  .card .content .box .text{
      width: 248px;
      left: 44px;
  }

}

@media (max-width:400px){
  .card .content .box .text{
      width: 170px;
      left: 60px;
  }
  .box .know{
      right: 10px;
  }
}




.reviews{
   background-color: var(--light-bg);
}

.reviews .box-container{
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
   gap:2rem;
}

.reviews .box-container .box{
   background-color: var(--white);
   text-align: center;
   border-radius: .5rem;
   box-shadow: var(--box-shadow);
   padding:2rem;
}

.reviews .box-container .box img{
   height: 10rem;
   width: 10rem;
   border-radius: 50%;
}

.reviews .box-container .box p{
   padding:2rem 0;
   line-height: 2;
   font-size: 1.5rem;
   color:var(--light-color);
   margin-bottom: 0;
}

.reviews .box-container .box .stars{
   padding:.5rem 1.5rem;
   border-radius: .5rem;
   background-color: var(--light-bg);
    margin-bottom: 2rem; 
   display: inline-block;
}

.reviews .box-container .box .stars i{
   font-size: 1.5rem;
   color:var(--blue);
}

.reviews .box-container .box h3{
   font-size: 2rem;
   color:var(--black);
}

.reviews .box-container .box span{
   color:var(--light-color);
   font-size: 1.5rem;
}

 /**/
 .contact {
   padding-top: 5rem;
   padding-bottom: 9rem;
  
 }
 
 .contact form{
   border-radius: .5rem;
   background-color: var(--light-bg);
   padding:2rem;
   margin:0 auto; /*não mexer*/
   max-width: 50rem;
 }
 
 .contact form .message{
   margin-bottom: 2rem;
   border-radius: .5rem;
   background-color: var(--blue);
   padding:1.2rem 1rem;
   font-size: 1.7rem;
   color:var(--white);
   text-align: center;
 }
 
 
 .contact form .box{
   width: 100%;
    margin-top: 1rem;  
    margin-bottom: 2rem;
   border-radius: .5rem;
   background-color: var(--white);
   padding:1.2rem 1.4rem;
   font-size: 1.7rem;
   color:var(--black);
   text-transform: none;
 }
 
 .contact form span{
   font-size: 1.7rem;
   color:var(--black);
 }
 .date-time-container {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   gap: 20px;
   width: 100%;
 }
 
 .date-time-container .column {
   display: flex;
   flex-direction: column;
   width: 48%; /* Ajuste conforme necessário */
 }
 
 .date-time-container label {
   font-size: 1.7rem;
   color: var(--black);
   margin-bottom: 5px;
 }
 
 .date-time-container .box {
   width: 100%;
   border-radius: .5rem;
   background-color: var(--white);
   padding: 1.2rem 1.4rem;
   font-size: 1.7rem;
   color: var(--black);
   text-transform: none;
 }
 
 /* Certifique-se de que nenhum estilo anterior está interferindo */
 .date-time-container * {
   box-sizing: border-box;
 }

 /**/
 .complaint  form{
   border-radius: .5rem;
   background-color: var(--light-bg);
   padding:2rem;
   margin:0 auto; /*não mexer*/
   max-width: 100rem;
}

.complaint  form .message{
   margin-bottom: 2rem;
   border-radius: 5rem;
   background-color: var(--blue);
   padding:1.2rem 1rem;
   font-size: 1.7rem;
   color:var(--white);
   text-align: center;
}

.complaint  form .box{
   width: 100%;
    margin-top: 1rem;  
    margin-bottom: 2rem; 
   border-radius: .5rem;
   background-color: var(--white);
   padding:1.2rem 1.4rem;
   font-size: 1.7rem;
   color:var(--black);
   text-transform: none;
}

.complaint  form span{
   font-size: 1.7rem;
   color:var(--black);
}

.complaint .row{
   display: flex;
   flex-wrap: wrap;
   margin-right: -15px;
   margin-left: -15px;
}



.footer{
   background-color: var(--light-bg);
}

.footer .box-container{
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
   gap:3rem;
}

.footer .box-container .box{
   text-align: center;
}

.footer .box-container .box i{
   height: 5rem;
   width: 5rem;
   border-radius: 50%;
   line-height: 5rem;
   font-size: 2rem;
   background-color: var(--blue);
   color:var(--white);
}

.footer .box-container .box h3{
   font-size: 2rem;
   margin:2rem 0;
   color:var(--black);
}

.footer .box-container .box p{
   font-size: 1.5rem;
   color:var(--light-color);
   text-transform: none;
}
 /**/
.footer .credit{
   text-align: center;
   border-top: var(--border);
   padding-top: 2rem;
   margin-top: 2rem; 
   font-size: 2rem;
   color:var(--light-color);
}

.footer .credit span{
   color:var(--blue);

   
}


 .doc-section {
   padding-top: 4em;
   padding-bottom: 5em;
   text-align: center;
 }
 .doc-section h2 {
   color: #272727;
   font-size: 3rem;
   margin-bottom: 30px;
 }
 .doc-section h3 { 
   color: var(--black);
   font-size: 2.3rem;
   margin-bottom: 10px;
 }
 .doc-section p {
   color: #868686;
   font-size: 1.7rem;
   line-height: 1.6;
   margin-bottom: 10px;
 }
 .doc-section .icon {
   width: 150px;
   height: 150px;
   border: 2px solid #ccc;
   border-radius: 50%;
   position: relative;
   overflow: hidden;
   margin: 0 auto 30px;
 }
 .doc-section .icon:after {  
   content: "";
   background-repeat: no-repeat;
   background-position: center;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
 }
 
 .doc-section .icon-aluger:after {
   background-image: url(../images/aluguer-1.png);
 }
 .doc-section .icon-aluger2:after {
   background-image: url(../images/aluguer-2.png);
 }
 .doc-section .icon-aluger3:after {
   background-image: url(../images/aluguer-3.png);
 }
 .doc-section .icon-aluger4:after {
   background-image: url(../images/aluguer-4.png);
 }
 .doc-section .icon-aluger5:after {
   background-image: url(../images/aluguer-5.png);
 }
 .doc-section .icon-formacao:after {
   background-image: url(../images/person-3.png);
 }
 .doc-section .icon-formacao1:after {
   background-image: url(../images/formacao-1.png);
 }
 .doc-section .icon-formacao2:after {
   background-image: url(../images/formacao-2.png);
 }
 .doc-section .icon-formacao3:after {
   background-image: url(../images/formacao-3.png);
 }
 .doc-section .icon-formacao4:after {
   background-image: url(../images/formacao-4.png);
 }
 .doc-section .icon-formacao5:after {
   background-image: url(../images/formacao-5.png);
 }
 
 
.formacao-btn{
   display: inline-block;
   margin-bottom: 8rem;
   margin-top: 2rem;
   padding: 1rem 50px;
   border-radius: 8rem;
   background-color: var(--blue);
   cursor: pointer;
   font-size: 1.7rem;
   color:var(--white);
}

.formacao-btn:hover{
   background-color: var(--black);
   color:var(--white);
}


.col-8 .item {
   text-align: center;
   margin: 20px;
   padding: 20px;
   background: #f9f9f9;
   border-radius: 10px;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.openPopupBtn {
   font-size: 1em;
   padding: 10px 50px;
   color: #fff;
   background-color: #44bad4;
   border: none;
   border-radius: 100px;
   cursor: pointer;
   transition: background-color 0.3s;
   margin-top: 2rem;
   margin-bottom: 8rem;
}

.openPopupBtn:hover {
   background-color: #39a2b9;
}

.popup-overlay {
   position: fixed;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   background: rgba(0, 0, 0, 0.8);
   transition: opacity 500ms;
   visibility: hidden;
   opacity: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 1000;
}

.popup-overlay.active {
   visibility: visible;
   opacity: 1;
}

.popup-wrapper {
   padding: 20px;
   background: #e7e7e7;
   border-radius: 5px;
   width: 70%;
   max-height: 80%;
   overflow-y: auto;
   position: relative;
   z-index: 1001;
}

.popup-wrapper h2 {
   margin-top: 0;
   color: #333;
}

.popup-close {
   position: absolute;
   top: 10px;
   right: 20px;
   transition: all 200ms;
   font-size: 30px;
   font-weight: bold;
   color: #333;
   cursor: pointer;
   z-index: 1002;
}

.popup-close:hover {
   color: #39a2b9;
}

.popup-content {
   max-height: 70%;
   overflow: auto;
}

.popup-inner-container {
   border-radius: 5px;
   background-color: #e7e7e7;
   padding: 20px 0;
}

.popup-form label {
   text-transform: uppercase;
   font-weight: 500;
   letter-spacing: 3px;
}

.popup-form input[type=text], 
.popup-form input[type=email],
.popup-form input[type=tel],
.popup-form select, 
.popup-form textarea {
   width: 100%;
   padding: 12px;
   border: 1px solid #ccc;
   border-radius: 4px;
   box-sizing: border-box;
   margin-top: 6px;
   margin-bottom: 16px;
   resize: vertical;
}

.popup-form button {
   background-color: #44bad4;
   color: #fff;
   padding: 10px 20px;
   border: none;
   border-radius: 5px;
   cursor: pointer;
   font-size: 15px;
   text-transform: uppercase;
   letter-spacing: 2px;
   margin-right: 10px;
}

.popup-form button:hover {
   background-color: #39a2b9;
}

/* Estilo para dividir o formulário em duas colunas */
.form-row {
   display: flex;
   flex-wrap: wrap;
}

.form-column {
   flex: 1;
   min-width: 250px;
   padding: 10px;
}

/* media queries  */

@media (max-width:991px){

   html{
      font-size: 55%;
   }

   .header .link-btn{
      display: none;
   }
   section{
      padding:5rem 2rem;
   }
}



.services{
   background-color: var(--light-bg);
}

.services .box-container{
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
   gap:2rem;
}

.services .box{
   display: block;
   text-align: center;
   padding:2rem;
   background-color: var(--white);
   box-shadow: var(--box-shadow);
   border-radius: .5rem;
   cursor: pointer;
   transition: background-color 0.3s ease;
   text-decoration: none;
   color: var(--black);
}

.services .box img {
   margin: 1rem 0;    
   height: 4rem;
   object-fit: cover; /* Garante que a imagem preencha o espaço sem distorção */
}

.services .box:hover {
   background-color: var(--light-bg);
}

.services .box-container .box img{
   margin:1rem 0;  
   height: 4rem;
}

.services .box-container .box h3{
   font-size: 2rem;
   padding:1rem 0;
   color:var(--black);
}

.services .box-container .box p{
   font-size: 1.5rem;
   color:var(--light-color);
   line-height: 2;
}

.process .box-container{
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
   gap:2rem;
}

.process .box-container .box{
   background-color:  #39a2b9;;
   padding:2rem;
   border-radius: .5rem;
   text-align: center;
   box-shadow: var(--box-shadow);
}

.process .box-container .box img{
   height: 20rem;
   margin:1rem 0; 
}

.process .box-container .box h3{
   font-size: 2rem;
   color:var(--white);
    margin:1.5rem 0; 
}

.process .box-container .box p{
   font-size: 1.5rem;
   color:var(--white);
   line-height: 2;
}

/*new*/

/* Hero Section */
    .hero {
      flex: 1 0 auto;
      padding: 4rem 2rem;
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      gap: 3rem;
    }


/* Info Section */
    .info-section {
      max-width: 900px;
      margin: 4rem auto 6rem;
      background: white;
      border-radius: var(--border-radius);
      padding: 3rem 3rem;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      text-align: center;
    }
    .info-section h3 {
      font-size: 3rem;
      color: #35A0A2;
      margin-bottom: 1.5rem;
      font-weight: 800;
      letter-spacing: 0.04em;
    }
    .info-section p {
      font-size: 1.70rem;
      color: #475569; /* Slate-600 */
      line-height: 1.6;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1.25rem;
    }
@media (max-width: 768px) {
      .hero {
        grid-template-columns: 1fr;
        text-align: center;
      }
      .info-section {
        padding: 2rem;
      }
    }
/*end*/


/* Tamanho e cor das letras do menu */
.header .nav a,
.nav a,
.dropbtn,
.dropdown-content a {
    font-size: 1.6rem !important;   /* Tamanho normal e legível */
    color: #39a2b9 !important;      /* Cor Turquoise Blue */
    font-weight: normal !important; /* Sem negrito */
}

/*newCode*/
/* Responsividade geral para header, login-info e botões */
.header .login-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
    border-bottom: 2px solid var(--black);
    background: #fff;
}


/* Menu responsivo */
.header .nav {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 5px;
    flex-wrap: wrap;
    background: #fff;
}

.header .nav a {
    font-size: 1.6rem;
    color: var(--black);
    font-weight: normal;
    padding: 10px 18px;
    transition: color 0.2s;
}

.header .nav a:hover {
    color: var(--blue);
}




/* Apenas a primeira letra maiúscula, o resto minúsculo */
h2, h3, p {
  text-transform: lowercase;
}
h2::first-letter,
h3::first-letter,
p::first-letter {
  text-transform: uppercase;
}

/*neww 22/07*/
/* Responsivo */
@media (max-width: 480px) {
.nav-menu {
  display: none;
  flex-direction: column;
}

.nav-menu.active {
  display: flex;
}

#menu-btn.fa-times::after {
  content: "✖";
}

#menu-btn::after {
  content: "☰";
}

.dropdown-content {
  display: none;
}

.dropdown.active > .dropdown-content {
  display: block;
}


.dropdown-content, .dropdown-submenu-content {
  display: none;
}

.dropdown.active > .dropdown-content,
.dropdown-submenu.active > .dropdown-submenu-content {
  display: block;
}
.dropdown-submenu-content {
  display: none;
}

.dropdown-submenu.active > .dropdown-submenu-content {
  display: block;
}
.nav-menu a {
  padding: 10px 15px;
  font-size: 1.4rem;
  text-align: center;
}
}






/* Responsivo */
@media (max-width: 480px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    display: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }
  .nav.active {
    display: flex;
  }
  
  .link-btn{
    display: block;
    width: 100%;
    margin: 0.5rem 0;
    font-size: 1.3rem;
    padding: 1rem 0;
  }

  #menu-btn {
    display: block; /*não mexer*/
  }

  .dropdown, .dropdown-content, .dropdown-submenu-content {
    position: static;
    min-width: 100%;
    box-shadow: none;
  }
  .dropdown-content, .dropdown-submenu-content {
    display: none;
    background: #f9f9f9;
  }
  .dropdown.active > .dropdown-content {
    display: block;
  }
  .dropdown-submenu.active > .dropdown-submenu-content {
    display: block;
  }
  .dropbtn {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #eee;
  }
}

/* Ajustes para mobile */
@media (max-width: 480px) {
  .header-info {
    padding: 0;
  }
  .login-info {
    padding: 10px;
  }
  .dropbtn {
    padding: 14px 10px;
    font-size: 1rem;
  }
}
/*fim new*/



/*new*/
/* Responsividade unificada */
@media (max-width: 480px) {
  .header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 2rem;
  }

  .header .logo {
    font-size: 1.5rem;
  }

  .header .nav a {
    font-size: 1.2rem;
    margin-left: 0;
  }

  .home .row {
    flex-direction: column;
  }

  .home .row .content {
    text-align: center;
  }

  .home .row .content h3 {
    font-size: 2.5rem;
  }

  .cta-section {
    padding: 3rem 1rem;
  }

  .cta-section h2 {
    font-size: 2.5rem;
  }

  .cta-section p {
    font-size: 1.5rem;
  }

  .sobre .row {
    flex-direction: column;
    align-items: center;
  }

  .sobre .row .image,
  .sobre .row .content {
    width: 100%;
  }

  .link-btn{
    display: block;
    width: 100%;
    margin: 0.5rem 0;
    font-size: 1.3rem;
    padding: 1rem 0;
  }

  .cta-btn,
  .formacao-btn {
    font-size: 1.5rem;
    padding: 1rem 2rem;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .hero p {
    font-size: 1.6rem;
  }

  .login-form-container {
    padding: 2rem;
  }

  .login-form-container form {
    padding: 2rem;
  }

  .login-form-container .btn {
    padding: 1rem 2rem;
  }

  .footer {
    padding: 2rem;
    text-align: center;
  }

  .footer .box-container {
    flex-direction: column;
    align-items: center;
  }

  .footer .box {
    margin-bottom: 2rem;
  }

  .heading {
    font-size: 3rem;
  }

  .btn {
    font-size: 1.4rem;
    padding: 1rem 2rem;
  }
}
/* Fim do novo código */