@import url('https://fonts.googleapis.com/css2?family=Graduate&family=Lato:wght@100;300;400;700;900&display=swap');

:root{
  
  font-size: 62.5%;

  --white: #FFFDFA;
  --gray: #F0F0F0;
  --blue: #6992C4;
  --black: #000000;
  --orange: #FDBE41;
  --gold: #B89F72; 
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body{
  font-family: 'Lato', sans-serif;
  --webkit-font-smoothing: antialiased;
  background-color: var(--white);
  overflow-x: hidden;
}

/* --------- Header----------------- */
header{
  
  background-color:transparent;
  margin: 0 auto;
  overflow-x: hidden;

}

a{
  text-decoration: none;
  }



.navbar{
height: 90px;
background-color: transparent;
z-index: 100;
width: 100%;
position: fixed;
transition: background-color 0.5s ease-in-out;
padding: 50px 0;
}



.navbar-scroll{
background-color: var(--white);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
opacity: 0.95;
}

.navbar-brand img{
height: 74px;
}

.navbar-nav{
display: flex;
justify-content: flex-end;
align-items: center;
gap: 3rem;
}

a.nav-link {
font-size: 1.6rem;
font-weight: 400;
color: var(--black);
transition: all 0.2s ease-in-out;
}

a.nav-link:hover{
  font-weight: 700;
}

.nav-link svg.bi.bi-facebook, svg.bi.bi-instagram{
margin-bottom: 4px;
}

.header-hero {
display: flex;
min-height: 90vh;
width: 100%;
}

.hero-content{
display: flex;
justify-content: space-between;
align-items: center;

margin-top: 5rem;
}

.header-hero-bg {
position: absolute;
top: 0;
left: 0;
height: 90vh;
min-height: 63rem;

width: 100%;
z-index: -1 ;
background-image: url(../images/bg_Hero.png);
background-repeat: no-repeat;
}
.image-hero img{
height: 65rem;
object-fit:contain;
}

.text-hero{
width: 42rem;
}

.text-hero h1{
font-family: 'Lato', sans-serif;
letter-spacing: 0.3rem;
font-size: 5.8rem;
font-weight: 700;
color: var(--black);
}

.text-hero h3{
font-family: 'Lato', sans-serif;
font-size: 1.6rem;
color: var(--black);
}

.text-hero p{
text-align: justify;
font-family: 'Lato', sans-serif;
font-size: 1.9rem;
color: var(--black);
}

.text-hero button{
display: flex;
justify-content: center;
align-items: center;
gap: 3rem;

margin-top: 3rem ;
padding: 25px 0;
width: 100%;
height: 4rem;
border-radius: 8px;

background-color: var(--blue);
border: none;

font-size: 2.4rem;
font-weight: 700;
transition: all 0.2s ease-in-out;
}

.text-hero button:hover{
background-color: #517db3;
}

@media (max-width: 992px) {

  .navbar{
    padding: 5px 20px;
  }

}

@media (max-width: 769px) { 

  .navbar{
    padding: 0 0 3.2rem;
    width: 100%;
    
  }
  
  .nav-container{
    width: 100%;
  }

  .navbar-nav{
    /* gap: 1.5rem;
    padding: 5rem 0; */
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 2rem;
  }

   .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
  }

  .navbar-collapse{
    /* background-color: var(--white);
    padding: 2rem 0;
    
    padding: 0 ; */
    position: absolute;
    top: 100%; /* abaixo da navbar */
    left: 0;
    width: 100vw; /* ocupa toda a largura da tela */
    background-color: var(--white);
    z-index: 999;
    padding: 2rem 0;
    border-top: 1px solid rgba(0,0,0,0.1);
  }

  .image-hero img{
    justify-content: center;
    align-self: center;
    height: 40rem;
    object-fit:contain;
  }

  .hero-content{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    margin-top: 5rem;
    }

    .text-hero h1{
      font-family: 'Lato', sans-serif;
      letter-spacing: 0.3rem;
      font-size: 5.3rem;
      font-weight: 700;
      color: var(--black);
      width: 37rem;
      }
      
      .text-hero h3{
      font-size: 1.3rem;
      }
      
      .text-hero p{
      font-size: 1.5rem;
      width: 37rem;
      }
      
      .text-hero button{
        width: 37rem;
      }
 }
 
 @media (max-width: 576px) { 
  a.navbar-brand img{
    height: 60px;
  }
  div.row.hero-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 2rem;
  }

  div.image-hero img{
    margin-top: 3rem;
    height: 33rem;
  }

  div.text-hero.col-md-5{
    width: 33rem;
  }

  .text-hero h1{
    letter-spacing: 0.3rem;
    font-size: 4.6rem;
    font-weight: 800;
    width: 100%
    }
    
    .text-hero h3{
      margin-top: 3rem;
    font-size: 1.3rem;
    }
    
    .text-hero p{
    font-size: 1.4rem;
    max-width: 31rem;
    width: 100%
    }

    .text-hero button{
      max-width: 100%;
    }

    .header-hero {
      height: 100vh;
      min-height: 63rem;
      
    }

    .header-hero-bg {
      height: 100vh;
      
    }
}


/* --------- Our-Products----------------- */

.products{
  margin-bottom: 5rem;
}
.products .container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: space-between;
}
.section-title{
  text-align: center;
  margin: 5rem 0 6rem;

  font-size: 3.2rem;
  color: var(--gold);
  font-weight: 700;
}

.gallery-item{
  width: 100%;
  height: 200px;
  object-fit:contain;
}

.card{
  display: flex;
  justify-content: flex-end;
  /* max-width: 270px; */
  border: var(--blue) 2px solid;
  border-radius: 8px;

  
}

.row.row-cols-1.row-cols-md-2.row-cols-lg-4.g-4{
  justify-content: space-between;
  display: flex;
  align-items: center;
  gap: 5rem 0;
   
  
} 

.row.row-cols-1.row-cols-md-2.row-cols-lg-4.g-4 .col{
 margin: 0;
 padding: 0;
 justify-items: center;
 align-items: center;
  
}


.card img{
  height: 270px;
  object-fit:contain;
  border-radius: 8px 8px 0 0;
  
}

.card-body{
  padding: 1.6rem 1.6rem 0;
  background-color: var(--blue);
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.card-title{
  font-size: 2rem;
  color: var(--white);
  font-weight: 700;
}

.card button{
  font-size: 1.5rem;
  font-weight: 700;
  background-color: var(--orange);
  border: none;
  border-radius: 8px;
  margin: 3rem 0 1.6rem;
  padding: 1rem 2rem;
  transition: all 0.2s ease-in-out;
  width: 100%;
  
}


.card button:hover{
  background-color: #f8a349;
}


@media (max-width: 769px) { 
  
    .card img {
      height: 180px;
      object-fit: contain;
      border-radius: 8px 8px 0 0;
  }
    
    .modal-body p{
      padding: 0  2rem 0 0;
      text-align: justify;
    }

    .section-title{
      font-size: 2.8rem;
    }

  .card button{
    font-size: 1.6rem;
}
}

@media (max-width: 576px) { 
  .products> .container{
    padding: 0 2.5rem;
  }

  .card-body{
  padding: 1.6rem 1.6rem 0;
  background-color: var(--blue);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.card-title{
  font-size: 2rem;
  color: var(--white);
  font-weight: 700;
}
}

  /* --------- modal produtos ----------------- */

#gallery-modal .modal-img{
 width: 50%;
}
.data-subtitle1-text{
  padding-right: 10rem 5rem;
}



div.w-50.ms-3{
  padding-right: 3rem;
}

 #dynamicModalInnerTitle{
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 1.2rem;
 }
 #dynamicModalSubtitle1Label, #dynamicModalSubtitle2Label{
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 0.5rem;
}

  #dynamicModalSubtitle1Text, #dynamicModalSubtitle2Text{
  font-size: 1.1rem;
  }
@media (max-width: 576px) { 
  
  .modal-dialog{
    padding: 0 2.5rem;
    display: flex;
  }
  div.w-50.ms-3{
  padding-right: 0.1rem;
}

  div.modal-body.d-flex.align-items-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  div.w-50{
    width: 95% !important;
    padding: 0 1rem;
  }

  
}






  /* --------- about-us----------------- */

.about-us{
  margin: 10rem 0 0;
}

.about-us .about-us-text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-color: var(--gray);
  

}

.about-us-text p{ 
  font-size: 2rem;
  color: var(--blue);
  width: 45rem;
  text-align: justify;
  margin-top: 1rem;
}

.package-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 71rem;
  background-color: #d7aa80;
 
}

.package-img img{
  height: 60rem;
}

.valores p{
  font-size: 2rem;
  color: var(--blue);
  margin-top: 1.5rem;
}
.valores strong{
  font-size: 2.5rem;
}

.package-img img{
  height: 60rem;
}

.cta-orange{
  display: flex;
  align-items: center;
  height: 22rem;
  background-color: var(--orange);
  margin: 0;
}

.cta-product h3{
  font-size: 4rem;
  color: var(--black);
  font-weight: 700;
  text-align: center;
}

div.phone{
 
  font-size: 0.2rem;
}

.cta-product  p{
  font-size: 2.4rem;
  line-height: 20px;
  font-weight: 700;
  color: var(--black);
  text-align: center;
}
.cta-phone{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta-phone p{
  font-size: 2.4rem;
  line-height: 20px;
  font-weight: 700;
  color: var(--black);
  text-align: center;
}

.box-phone{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: var(--black) 5px solid;
  border-radius: 16px;
  padding: 1rem 5rem;
  /* width: 45rem; */
}

/* .box-phone svg{
  color: var(--white);

} */

.box-phone .phone-cta{
  color: var(--black);
  font-size: 3rem;
  font-weight: 600;
}



@media (max-width: 770px) { 
     .about-us .row {
        order: -1;
    }

  .about-us-text .section-title {
    margin: 3rem;
  }

  .about-us .row{
    flex-direction: column-reverse;
  }

  .about-us-text{
    height: 450px;

  }

  .about-us-text p {
    font-size: 1.6rem;
    margin-top: 1rem;

  }

  .about-us-text p{ 
    width: 45rem;
    text-align: justify;
  }

  .package-img {
    height: 70rem;
  }

  .package-img img{
    height: 20rem;
  }

  
.valores p{
  font-size: 1.5rem;
  color: var(--blue);
}
.valores strong{
  font-size: 1.8rem;
}

.package-img img{
  height: 60rem;
}

  /* .cta-orange{
    padding: 2rem 0;
  } */

  .cta-product{
    order:2;
  }

  .cta-product h3{
    font-size: 3rem;
  }

  .cta-product p{
    font-size: 2rem;
  }

  .cta-phone p{
    display: none;
  }
  .box-phone{
    margin-bottom: 2rem;
  }
  

  /* .box-phone svg{
    width: 30 px;
    height: 30px;
  } */
}



@media (max-width: 576px) { 
  .about-us{
  margin: 5rem 0 0;
}
  .about-us .row {
      order: -1;
  }

  .about-us-text p, .valores{
    width: 90%;
  }

   .about-us-text {
    height: 52rem;
  }

  .about-us-text .section-title {
    margin: 0 0 2rem;
  }

  .cta-product h3{
    font-size: 2.2rem;
    font-weight: 800;
  }

  .cta-product p{
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }

  .box-phone{
  border: var(--black) 3px solid;
  padding: 1rem 5rem;
}

  .box-phone .phone-cta {
    color: var(--black);
    font-size: 2rem;
    font-weight: 600;
  }

   .package-img {
     height: 55rem; 
  }

  .package-img img{
    height: 45rem;
  }

  

}
@media (max-width: 400px) {
  .box-phone .phone-cta {
    color: var(--black);
    font-size: 1.7rem;
    font-weight: 700;
}

.cta-orange{
   padding: 2rem 0;
 } 

  .package-img img{
    height: 40rem;
  }

   
 .cta-product h3{
    font-size: 1.8rem;
    font-weight: 800;
    margin-top: 1rem;
  }
 

  .box-phone{
  padding: 1rem 5.5rem;
}

 
}
  /* --------- package advantages ----------------- */

.container-advantage{
  background-image: url(../images/emb_bg_azul.png);
  padding: 0 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
  overflow-x: hidden;
}
.advantage-text {
  display: flex;
  justify-content: center;
}
.advantage-text h2{
  color: var(--white);
  width: 75rem;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}

.package-advantages{
  display: flex;
  align-items: center;
  justify-content: center;
}
.package-image, .package-texts {
  display: flex;
  flex-direction: column;
}

.package-texts{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem;
 
}

.package-texts h3 {
  color: var(--white);
  text-align: justify;
}

.package-texts p{
  color: var(--white);
  font-weight: 300;
}

.package-texts h3{
  justify-self: flex-start;
  text-align: left;
  font-size: 2.6rem;
  font-weight: 700;
}

.package-texts p{
  max-width: 30rem;
  font-size: 1.8rem;
}

.package-image img{
  align-self: flex-start;
  width: 100%;
  padding-right: 80px;
}



.package-contact-buttons a{
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 8px;
  margin-bottom: 2rem;
  width: 50%;
}

.btn-email-contact{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: .8rem 2rem;
  background-color: var(--blue);
  border: 3px solid var(--white);
  border-radius: 8px;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--white);
  width: 32rem;
  transition: all 0.2s ease-in-out;
}

.btn-email-contact:hover{
  background-color: #517db3;
}

.btn-wp-contact{
  display: flex;
  width: 32rem;
  justify-content: space-evenly;
  align-items: center;
  padding: 1rem 2rem;
  background-color: var(--orange);
  border: none;
  border-radius: 8px;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--white);
  transition: all 0.2s ease-in-out;
}

.btn-wp-contact:hover{
  background-color: #f8a349;
}

@media (max-width: 770px) { 

  .advantage-text h2{
    padding: 0 2rem;
    order: 1;
  }

  .package-texts{
    margin: 3rem 0;
    gap: 1rem;
  }

  .package-texts h3{
    font-size: 2.3rem;
  }
  
  .package-texts p{
    max-width: 30rem;
    font-size: 1.6rem;
  }
  .package-image img{
    padding-right: 0px;
  }

  .package-contact-buttons a{
    padding: 0 2rem;
  }


}

@media (max-width: 576px) { 
  .advantage-text h2{
    font-size: 2.5rem;
    order: 1;
  }

  .package-image img{
    padding-right: 0px;
    order: 2;
  }

  .package-texts{
    margin: -2rem 0 3rem;
    order: 3;
  }

  .package-advantages{
    flex-direction: column;
    gap: 2rem;
  }

  .package-contact-buttons a{
    width: 100%;
    gap: 2rem;
  }
}

  /* --------- form ----------------- */
.main-form{
  
  font-family: 'Lato', sans-serif;
  background-color: var(--gray) ;
}

.main-form p{
  text-align: center;
  align-self: center;
  color: var(--blue);
  font-size: 2.4rem;
  font-weight: 400;
  width: 100%;
}

.main-form .section-title{
  display: flex;
  flex-direction: column;
    padding: 5rem 0 0;
    margin: 0;
}
.section-title h2{
  font-size: 3.2rem;
  font-weight: 700;
}

.section-title p{
  font-size: 2.4rem;
  width: 60rem;
  margin: 0 0 5rem 0;
}


.complete-area{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 0 0 5rem;
}

.contact-medias{
  display: flex;
  justify-content: space-around;
}

.stroke-box{
  border: 2px solid rgba(105, 146, 196, 0.4);
  border-radius: 8px;
  width: 45rem;
  height: 48rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.stroke-box h3{
  color: var(--gold);
  font-size: 2.4rem ;
  font-weight: 700;
  text-align: center;
}

.stroke-box  p{
  color: var(--blue);
  font-size: 1.8rem;
  text-align: center;
}

.stroke-box  a{
  color: var(--blue);
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}

.stroke-box  a:hover{
  color: var(--orange);
  font-weight: 600;
  font-size: 1.773rem;
}
.wp-form{
  display: flex;
  gap: 2rem;
  flex-direction: row;
  justify-content: center;
}

.wp-form svg{
  color: var(--gold);
}
.stroke-box .phone-wp-number{
  font-size: 2.5rem;
  font-weight: 700;
}

.form-social-medias{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  gap: 1.5rem;
}

.form-social-medias a{
  color: var(--blue);
  font-size: 1.8rem;
}
.complete-form{
  width: 45rem;
  padding: 0  5rem 0 0;
}

.form-group label {
  padding-left: 0.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--blue);

}

.form-group  textarea {
  font-size: 1.6rem;
  resize: none;
  border: 1px solid rgba(105, 146, 196, 0.4);
}

.form-group input {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1rem .5rem;
  margin-bottom: 2rem;
  border-radius: 8px;
  border: 1px solid rgba(105, 146, 196, 0.4);
}

.form-group input::placeholder{ 
  color: rgba(105, 146, 196, 0.6);
}

.invalid-feedback{
  color: red;
  margin: -1.5rem 0.8rem 1rem;
  font-size: 1.4rem;
  font-weight: 400;
}

form .btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1rem;
  padding: 1rem 0;
  background-color: var(--blue);
  border: none;
  border-radius: 8px;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--white);
  margin-top: 1rem;
  transition: all 0.2s ease-in-out;
}

form .btn:hover{
  background-color: #f8a349;
}


@media (max-width: 770px) { 
  .complete-area{
    justify-content: space-between;
    padding: 0 2rem 5rem;
  }

  .contact-medias{
    width: 25rem;
  }

  .complete-form{
    width: 40rem;
    padding: 0  1rem 0 0;
  }

  .phone-wp-number{
    font-size: 1.6rem!important ;
  }
}

@media (max-width: 576px) { 
  .section-title p {
    width: 90%;
    font-size: 1.8rem;
    margin: 1rem 0 3rem 0;
  }
  .complete-area{
    justify-content: center;
    padding: 0 2rem 5rem;
  }
  .contact-medias{
    width: 100%;
    margin-top: 2rem;
   order: 2;
  }

  .stroke-box{
    width: 100%;
    height: 43rem;
  }
}

  /* --------- footer ----------------- */
 .footer-container{
  display: flex;
  justify-content: space-between;
  height: 27rem;
  width: 100%;
  background-color: var(--blue);
  gap: 5rem;
 }
 .footer-nav ul{
  padding: 0;
 }

 .footer-logo img{
  height: 74px;
  margin: 1rem 0;
 }

 .footer h3{
  margin-top: 2rem;
  font-weight: 700;
 }

 .footer-nav, .footer-contact{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem 0 ;
  margin: 1rem 0;
}

.footer-contact ul{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding-left: 0;
}
.footer-nav ul{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}

.footer-nav li, .footer-contact li{
  display: flex;
  list-style: none;
  font-size: 1.6rem;
  justify-content: center;
  color: var(--white);
  font-weight: 700;
  gap: 2rem;
 }

 .footer-nav a, .footer-contact a{
  color: var(--white);
  text-decoration: none;
  font-weight: 300;
  transition: all 0.2s ease-in-out;
 }

 
 
 .footer a:hover{
  color: var(--orange);
  border: none;
 }

 .text-footer{
  display: flex;
  width: 40rem;
  color: var(--white);
  font-size: 1.6rem;
  text-align: justify;
  padding: 3rem 1rem 0;
  font-weight: 300;
 }

 @media (max-width: 770px) { 
  .footer-container{
    display: flex;
    justify-content: space-around;
    height: 90%;
    gap: 5rem;
   }

   .text-footer{
    display: flex;
    width: 25rem;
    font-size: 1.6rem;
    padding: 1rem 1rem 2rem;
   }
}

@media (max-width: 576px) { 

  .footer-container{
    padding: 1rem 0 3rem;
  }
  .footer-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap:0;
   }

   .footer-logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   }
  
   .nav-container{
    padding: 2rem 2rem 0;
   }

  .text-footer{
    display: flex;
    width: 100%;
    font-size: 1.6rem;
    padding: 1rem 2rem 2rem;
   }

  .footer-logo img{
    height: 60px;
    margin: 1rem 0 0;
   }

   .footer h3{
    margin-top: 0rem;
    font-weight: 800;
   }

   .media-footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* gap: 2rem; */
   }



}
