body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
  }

  .nav-link {
    color: #016980;
    text-decoration: none;
    transition: 0.3s;
    display: block;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
  }
  
  .nav-link:hover {
    background-color:#C2C240;
    color: white;
    display: block;
  }

  .menu {
    width: 100%;
    max-width: 1150px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: system-ui, -apple-system, Helvetica, Arial, sans-serif;
    background-color: #FFF;
    height: 8vh;
  }
   
  .nav-list {
    list-style: none;
    display: flex;
  }
  
  .nav-list li {
    letter-spacing: 3px;
  }
  
  .mobile-menu {
    display: none;
    cursor: pointer;
  }
  
  .mobile-menu div {
    width: 35px;
    height: 3px;
    background: #016980;
    margin: 7px;
    transition: 0.3s;
  }

  
  .container{
    width:96%;
    text-align: center;
    margin: auto;
  }
  
  .header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  

  hr{
    border: solid 0.5px #C2C240;
    margin: 0px;
  }

.cta-text{
    width: 100%;
    max-width:550px;
    text-align: left;
}

.cta-banner{
  width: 100%;
  max-width:550px;
    text-align: left;
}

.cta-banner img{
    width: 96%;
    min-width: 380px;
}

/* textos */
p { margin: 0; }

.text-blue{
    color: #016980;
    font-size: 16px;
    font-weight: 500;
}

.text-white{
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
}

.title-green{
    color: #C2C240;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.title-blue{
    color: #016980;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.sm-title{
    color: #016980;
    font-size: 20px;
    font-weight:600;
}

.md-title{
    color: #016980;
    font-size: 30px;
    font-weight:600;
}

.lg-title{
    color: #016980;
    font-size: 50px;
    font-weight:800;
    line-height:60px;
}

.sm-title-white{
    color: #FFF;
    font-size: 20px;
    font-weight:600;
}

.md-title-white{
    color: #FFF;
    font-size: 30px;
    font-weight:600;
}

.lg-title-white{
    color: #FFF;
    font-size: 50px;
    font-weight:800;
    line-height:60px;
}
/* textos */

/* buttons */
.btn{
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px;
    text-decoration: none;
}

.btn-green{
    color: #FFF;
    border: solid 1px #C2C240;
    background-color: #C2C240;
    border-radius: 5px;
}

.btn-green:hover{
    color: #FFF;
    background-color: #016980;
}

.btn-outline-green{
    color: #C2C240;
    border: solid 1px #C2C240;
    border-radius: 5px;
}

.btn-outline-green:hover{
    color: #FFF;
    background-color: #C2C240;
}

/* buttons */

.slider{
    margin-top: -20px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    height: fit;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1100px;
    display: flex;
    align-items: center;
    padding: 25px;
   }
  
   .slider:before, .slider:after{
    content: "";
    position: absolute;
    height: fit;
    width: 250px;
    z-index: 2;
   }
  
   .slider:after{
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
   }
  
   .slider:before{
    left: 0;
    top: 0;
   }
  
   .slider .track{
    display: flex;
    width: calc(250px * 18);
    animation: slide 15s 0.5s linear infinite;
   }
  
   .slider .element{
    width: 250px;
    background-color:white;
    padding: 20px 15px;
    margin: 0 10px 0 10px;
    border-radius: 5px;
   }
  
   @keyframes slide {
    from{
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-250px * 9));
    }
   }

.line-inc{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.inc-itens{
    width: 100%;
    max-width: 500px;
    text-align: left;
}

.inc-box{
    align-self: flex-start;
    width: 100%;
    max-width: 330px;
    padding: 10px 20px 30px 20px;
    background-color: #F5F4D4;
    margin: 30px auto;
    border-radius: 15px;

}

.inc-box i{
    font-size: 50px;
    color: #016980;
}

.inc-box p{
    margin-top: 15px;
}

.promo{
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content:space-around;
  align-items: center;
  border: solid 1px #016980;
  border-radius: 30px;
  flex-wrap: wrap;
}

.promo-box1{
  width: 100%;
  max-width: 650px;
  text-align:left;
  align-self: center;
  margin: 20px;
}

.promo-box2{
  width: 100%;
  max-width: 300px;
  align-self: center;
  margin: 20px;
  text-align: center;
}

.sobre{
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.sobre-cont{
  width: 100%;
  max-width: 600px;
  text-align: left;
}

.sobre-cont2{
  width: 100%;
  max-width: 520px;
  text-align: left;
}

.sobre-cont2 img{
  width: 100%;
  margin-top: 20px;
}

.sobre-flex{
  margin-top: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.sobre-cont i{
  display: inline-block;
  padding: 10px 15px;
  color: #016980;
  font-size: 30px;
  border: solid 1px #016980;
  border-radius: 50%;
}

.icon-sobre{
  margin-top: 20px;
  padding-right: 10px;
  width: 100%;
  max-width: 80px;
}

.sobre-texto{
  width: 100%;
  max-width: 500px;
}

.area-cont{
  margin-top: 100px;
  text-align: center;
}

.area-cont p{
  margin-top: -10px;
}

.area-card{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  max-width: 600px;
  border-radius: 15px;
  margin:20px auto;
  overflow: hidden;
}

.area-card:hover{
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.img-card{
  width: 100%;
  max-width: 600px;
}
.area-box{
  margin-top: -5px;
  padding: 20px 0px;
  background-color:#016980;
  border-radius:  0 0 15px 15px;
}

.trabalhe{
  width: 100%;
  max-width: 1150px;
  margin-top: 50px;
  background-color: #016980;
  border-radius: 20px;
  display: flex;
  justify-content:center;
  align-items: center;
  overflow: hidden;
  flex-wrap: wrap;
}

.img-trab{
  width: 100%;
  max-width: 400px;
  }

.trab-box1{
  width: 100%;
  max-width: 400px;
  height: 300px;
  margin: 0;
  padding: 0;
}

.trab-box2{
  width: 100%;
  max-width: 750px;
  height: 300px;
  text-align: left;
}

.trab-box2 span{
  text-align: left;
  margin: 20px;
  display: block;
  color: #FFF;
}

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

.contato{
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.img-contato{
  width: 100%;
  max-width: 500px;
  text-align: left;
}

.img-contato img{
  margin-top: 20px;
}

.form-contato{
  width: 100%;
  max-width: 450px;
  text-align: left;
  background-color:#F5F4D4;
  border: solid 25px #F5F4D4;
  border-radius: 15px;
}

.form-col{
  font-size: 16px;
  color: #025669;
  font-weight: 600;
  margin-top: 10px;
}

.form-col input, .form-col select {
  font-size: 16px;
  color: #025669;
  background-color: #FFF;
  border: solid 1px #016980;
  border-radius: 5px;
  width: 100%;
  padding: 5px;
  margin: 10px 0px;
  box-sizing: border-box;
}

input:focus {
  border: solid 1px #C2C240;
  outline: none;
}

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

.footer{
  width: 100%;
  background-color: #016980;
  margin-top: 50px;
}

.footer-logo{
  width: 100%;
  text-align: center;
}

.footer-logo img{
  width: 100%;
  max-width: 200px;
}

.footer-cont{
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items:start;
  flex-wrap: wrap;
}

.footer-box1{
  width: 100%;
  max-width: 500px;
  text-align: center;
  margin-top: 20px;
}

.footer-box1 i{
  width: 50px;
  font-size: 30px;
  margin-top: 20px;
  display: inline-block;
  color: #C2C240;
}

.footer-box2{
  width: 100%;
  max-width: 500px;
  text-align: center;
  line-height: 30px;
  margin-top: 20px;
}

.footer-box2 i{
  width: 30px;
  font-size: 15px;
  color: #C2C240;
  border: solid 1px #C2C240;
  border-radius: 50%;
  padding: 6px; 
}

.footer-copy{
  width: 100%;
  padding: 10px 0;
  margin-top: 25px;
  text-align: center;
  background-color: #025669;
  color: lightgray;
  font-size: 12px;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 576px) {
  .cta-text{ text-align: center;}
  .cta-banner{ text-align: center; margin-top: 20px;}
  .lg-title{ font-size: 30px; font-weight:600; line-height: 35px;}
  .lg-title-white{ font-size: 30px; font-weight:600; line-height: 35px;}
  .promo-box1{text-align: center;}
  .promo-box2{text-align: center;}
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  .cta-text{ text-align: center;}
  .cta-banner{ text-align: center; margin-top: 20px;}
  .lg-title{ font-size: 30px; font-weight:600; line-height: 35px;}
  .lg-title-white{ font-size: 30px; font-weight:600; line-height: 35px;}
} 

@media only screen and (min-width: 576px) {
    .container {max-width: 540px;}
  }
  
  
  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {
    .container {max-width: 720px;}
  } 
  
  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {
    .container {max-width: 980px;}
  } 
  
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {
    .container {max-width: 1150px;}
  }
  

  @media (max-width: 999px) {
    body {
      overflow-x: hidden;
    }
    .menu{width: 90%;}
    .nav-list {
      position: absolute;
      top: 5vh;
      right: 0;
      width: 60vw;
      height: 50vh;
      background: #C2C240;
      flex-direction: column;
      align-items: center;
      justify-content: space-around;
      transform: translateX(100%);
      transition: transform 0.3s ease-in;
      z-index: 1;
    }
    .nav-list li {
      margin-left: 0;
      opacity: 0;
    }
    .nav-link{color: white;
    }
    .mobile-menu {
      display: block;
    }
  }
  
  .nav-list.active {
    transform: translateX(0);
  }
  
  @keyframes navLinkFade {
    from {
      opacity: 0;
      transform: translateX(50px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  .mobile-menu.active .line1 {
    transform: rotate(-45deg) translate(-8px, 8px);
  }
  
  .mobile-menu.active .line2 {
    opacity: 0;
  }
  
  .mobile-menu.active .line3 {
    transform: rotate(45deg) translate(-5px, -7px);
  }

  /* Botão flutuante */
  #backToTop {
    display: flex; /* Use flexbox for better alignment */
    justify-content: center;
    align-items: center; 
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #016980;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 20px;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }

/* Efeito ao passar o mouse */
#backToTop:hover {
  background-color: #025669;
  transform: scale(1.1);
}