*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  font-family:'Poppins',sans-serif;
  background:#f8f8f8;
  color:#0b1d3a;
}

.container{
  width:90%;
  max-width:1280px;
  margin:auto;
}

/* HEADER */

.header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:999;
  padding-top:35px;
  background:transparent;
}
@media(max-width:900px){

  .nav{
    flex-wrap:wrap;
    gap:15px;
  }

  nav{
    width:100%;
    justify-content:center;
    flex-wrap:wrap;
    gap:15px;
  }

  .btn-whatsapp{
    width:100%;
    justify-content:center;
    margin-top:10px;
  }

  .logo img{
    width:180px;
  }
}

.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;

  padding-left:20px;
}

.logo{
  display:flex;
  align-items:center;

  margin-left:-10px;
}

.logo img{
  width:220px;
  height:auto;
  display:block;
}

nav{
  display:flex;
  gap:35px;
}

nav a{
  text-decoration:none;
  color:#0b1d3a;
  font-weight:500;
  position:relative;
}

nav a.active{
  color:#c59b57;
}

.btn-whatsapp{
  background:#08254d;
  color:#fff;
  padding:14px 26px;
  border-radius:50px;
  text-decoration:none;
  display:flex;
  align-items:center;
  gap:10px;
}

/* HERO */

.hero{
  height:100vh;

  background:
  linear-gradient(
    90deg,
    rgba(255,255,255,0.96) 0%,
    rgba(255,255,255,0.88) 35%,
    rgba(255,255,255,0.15) 65%,
    rgba(255,255,255,0) 100%
  ),
  url('../assets/images/bannerprincipal.jpg');

  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;

  display:flex;
  align-items:center;
}

.hero-content{
  width:100%;
  padding-left:20px;
}

.hero-text{
  max-width:650px;
}

.hero-text h1{
  font-family:'Playfair Display', serif;
  font-size:75px;
  line-height:1.05;
  color:#071d49;

  margin-top:90px;
  margin-bottom:25px;

  max-width:700px;
}


.hero-text span{
  color:#C59B57;
}

.hero-text p{
  font-size:24px;
  line-height:1.8;
  color:#1a2a44;
  margin-bottom:40px;
}
@media(max-width:600px){

  .hero{
    height:auto;
    padding:160px 0 100px;
    background-position:center;
  }

  .hero-content{
    padding-left:0;
    text-align:center;
  }

  .hero-text{
    margin:auto;
  }

  .hero-text h1{
    font-size:34px;
    margin-top:0;
  }

  .hero-text p{
    font-size:16px;
  }

  .btn-primary{
    width:100%;
    text-align:center;
  }
}

.btn-primary{
  background:#08254d;
  color:#fff;
  padding:20px 40px;
  border-radius:60px;
  text-decoration:none;
  display:inline-block;
  font-weight:600;
  transition:.3s;
}

.btn-primary:hover{
  transform:translateY(-3px);
}

@media(max-width:900px){

  .hero{
    height:auto;
    padding:140px 0 100px;
    background-position:right center;
  }

  .hero-text h1{
    font-size:58px;
  }

  .hero-text p{
    font-size:20px;
  }

}

@media(max-width:600px){

  .hero-text h1{
    font-size:42px;
  }

}


/* BENEFITS */
@media(max-width:900px){

  .benefits-grid{
    grid-template-columns:1fr;
    gap:25px;
    padding:35px 20px;
  }

  .benefit-card{
    border-right:none;
    border-bottom:1px solid #eee;
  }

  .benefit-card:last-child{
    border-bottom:none;
  }
}

.benefits{
  position:relative;
  margin-top:-50px;
  z-index:100;
}

.benefits-grid{
  background:#fff;

  border-radius:30px;

  display:grid;
  grid-template-columns:repeat(4,1fr);

  align-items:center;

  padding:45px 20px;

  gap:20px;

  box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.benefit-card{
  text-align:center;

  padding:10px 25px;

  border-right:1px solid #ececec;
}

.benefit-card:last-child{
  border-right:none;
}

.benefit-card i{
  font-size:42px;
  color:#08254d;

  margin-bottom:18px;
}

.benefit-card h3{
  font-size:24px;

  margin-bottom:12px;

  color:#071d49;

  font-family:'Playfair Display', serif;
}

.benefit-card p{
  font-size:15px;

  color:#666;

  line-height:1.7;
}

/* RESPONSIVO */

@media(max-width:900px){

  .hero{
  height:100vh;

  background:
  linear-gradient(
    90deg,
    rgba(255,255,255,0.96) 0%,
    rgba(255,255,255,0.88) 35%,
    rgba(255,255,255,0.15) 65%,
    rgba(255,255,255,0) 100%
  ),
  url('../assets/images/bannerprincipal.jpg');

  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;

  display:flex;
  align-items:center;

  padding: bottom 170px;px;
}

  .hero-text h1{
    font-size:58px;
  }

  .hero-text p{
    font-size:20px;
  }

  .benefits-grid{
    grid-template-columns:1fr 1fr;
  }

 nav{
  display:flex;
  align-items:center;
  gap:35px;
}

}

@media(max-width:600px){

  .hero-text h1{
    font-size:42px;
  }

  .benefits{
    margin-top:40px;
  }

  .benefits-grid{
    grid-template-columns:1fr;
  }

  .benefit-card{
    border-right:none;
    border-bottom:1px solid #ececec;

    padding-bottom:30px;
  }

  .benefit-card:last-child{
    border-bottom:none;
  }

}
/* ABOUT */
@media(max-width:900px){

  .about{
    padding:80px 0;
  }

  .about-text h2{
    font-size:32px;
  }

  .about-text p{
    font-size:16px;
  }
}

.about{
  padding:140px 0;

  background:#f8f8f8;
}

.about-grid{
  display:grid;

  grid-template-columns:1fr 1fr;

  gap:80px;

  align-items:center;
}

.about-image img{
  width:100%;

  border-radius:35px;

  box-shadow:0 20px 50px rgba(0,0,0,0.08);
}

.section-tag{
  display:inline-block;

  color:#C59B57;

  font-size:14px;

  letter-spacing:3px;

  font-weight:600;

  margin-bottom:25px;
}

.about-text h2{
  font-size:58px;

  line-height:1.1;

  margin-bottom:30px;

  color:#071d49;

  font-family:'Playfair Display', serif;
}

.about-text p{
  font-size:18px;

  line-height:1.9;

  color:#555;

  margin-bottom:25px;
}

/* RESPONSIVO */

@media(max-width:900px){

  .about-grid{
    grid-template-columns:1fr;
  }

  .about-text h2{
    font-size:42px;
  }
  }
/* EXPERIENCES */
@media(max-width:900px){

  .experience-card img{
    height:200px;
  }

  .experience-icon{
    top:165px;
  }

  .experience-content h3{
    font-size:26px;
  }
}

.experiences{
  padding:65px 0 30px;
  background:#f8f8f8;
}

.section-mini-title{
  display:block;
  text-align:center;
  color:#C59B57;
  letter-spacing:3px;
  font-size:13px;
  font-weight:600;
  margin-bottom:18px;
}

.section-title{
  text-align:center;
  font-size:58px;
  color:#071d49;
  font-family:'Playfair Display', serif;
  margin-bottom:70px;
}

.experience-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
}

.experience-card{
  background:#fff;
  border-radius:28px;
  overflow:hidden;
  position:relative;
  transition:.4s;
  box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.experience-card:hover{
  transform:translateY(-8px);
}

.experience-card img{
  width:100%;
  height:260px;
  object-fit:cover;
  display:block;
}

.experience-content{
  padding:30px;
}

.experience-content h3{
  font-size:32px;
  margin-bottom:12px;
  color:#071d49;
  font-family:'Playfair Display', serif;
}

.experience-content p{
  font-size:16px;
  line-height:1.7;
  color:#666;
}

.experience-icon{
  position:absolute;
  left:25px;
  top:225px;
  width:65px;
  height:65px;
  background:#08254d;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:24px;
  border:5px solid #fff;
}

.experience-button{
  display:flex;
  justify-content:center;
  margin-top:50px;
}

.btn-outline{
  border:2px solid #08254d;
  color:#08254d;
  text-decoration:none;
  padding:18px 35px;
  border-radius:50px;
  font-weight:600;
  transition:.3s;
}

.btn-outline:hover{
  background:#08254d;
  color:#fff;
}

/* RESPONSIVO */

@media(max-width:1100px){

  .experience-grid{
    grid-template-columns:1fr 1fr;
  }

}

@media(max-width:700px){

  .section-title{
    font-size:42px;
  }

  .experience-grid{
    grid-template-columns:1fr;
  }

}
@media(max-width:900px){

  .container{
    width:92%;
  }

  body{
    overflow-x:hidden;
  }

  .header{
    position:relative;
    padding-top:20px;
  }

}
@media(max-width:600px){

  .hero{
    min-height:100vh;
    height:auto;
    padding:140px 0 80px;
    background-position:center;
  }

  .hero-text{
    text-align:center;
    padding:0 10px;
  }

  .hero-text h1{
    font-size:32px;
    line-height:1.2;
  }

  .hero-text p{
    font-size:15px;
  }

  .btn-primary{
    width:100%;
    padding:16px;
  }
}
@media(max-width:900px){

  nav{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;
    font-size:14px;
  }

  nav a{
    padding:8px 10px;
  }

  .btn-whatsapp{
    width:100%;
    justify-content:center;
    margin-top:10px;
  }
}
@media(max-width:900px){

  .benefits{
    margin-top:20px;
  }

  .benefits-grid{
    grid-template-columns:1fr;
    gap:15px;
    padding:25px 15px;
  }

  .benefit-card{
    border-right:none;
    border-bottom:1px solid #eee;
  }

  .benefit-card:last-child{
    border-bottom:none;
  }
}
@media(max-width:900px){

  .experience-grid{
    grid-template-columns:1fr;
  }

  .experience-card img{
    height:180px;
  }

  .experience-icon{
    top:150px;
    width:55px;
    height:55px;
    font-size:20px;
  }

  .experience-content{
    padding:20px;
  }
}
@media(max-width:900px){

  /* REMOVE QUEBRA HORIZONTAL */
  body{
    overflow-x:hidden;
  }

  .container{
    width:92%;
  }

  /* HEADER REAL MOBILE */
  .nav{
    flex-direction:column;
    align-items:center;
    gap:15px;
  }

  nav{
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;
    font-size:14px;
  }

  .btn-whatsapp{
    width:100%;
    justify-content:center;
  }

  /* HERO MAIS LEVE */
  .hero{
    height:auto;
    padding:140px 0 80px;
  }

  .hero-text{
    text-align:center;
    padding:0 10px;
  }

  .hero-text h1{
    font-size:42px;
    line-height:1.2;
  }

  .hero-text p{
    font-size:16px;
  }

  /* BENEFITS */
  .benefits-grid{
    grid-template-columns:1fr;
  }

  /* ABOUT */
  .about-grid{
    grid-template-columns:1fr;
    gap:40px;
  }

  .about-text h2{
    font-size:36px;
  }

  /* EXPERIENCES */
  .experience-grid{
    grid-template-columns:1fr;
  }

  .experience-card img{
    height:200px;
  }

  .experience-icon{
    top:160px;
  }
}
.menu-toggle{
  display:none;
  font-size:28px;
  cursor:pointer;
  color:#08254d;
}

@media(max-width:900px){

  .menu-toggle{
    display:block;
  }

  .nav-links{
    display:flex;
  }

  @media(max-width:900px){

    .nav-links{
      display:none;
      flex-direction:column;
      width:100%;
      background:#fff;
      padding:20px;
      border-radius:20px;
      box-shadow:0 10px 30px rgba(0,0,0,0.1);
      margin-top:10px;
    }

    .nav-links.active{
      display:flex;
    }

    nav a{
      padding:10px 0;
      text-align:center;
    }
  }
}