*{
    font-family: "DM Sans", sans-serif;
}
a {
    text-decoration: none !important;
}
.fw-green{
    color: #056839 !important;
}
.m-80{
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}
@media(max-width: 991px){
    .m-80{
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
  }
h2{
    color: #202020;
    font-size: 64px !important;
    font-weight: bold !important;
    padding-bottom: 24px;
    line-height: 120% !important;
}
@media(max-width: 991px){
    h2{
        font-size: 34px !important;
    }
}
h5{
    font-weight: bold !important;
}
/*****************************************/
/************ NAVBAR MENU  ***************/
/*****************************************/
.navbar-float{
    z-index: 1000;
    padding-top: 1.85rem;
    padding: auto;
}
@media(max-width: 991px){
    .navbar-float{
        padding-top: 1rem;
        padding: 1rem !important;
    }
  }
.nav-white_bg{
    background-color: #f2f3f4;
    border: 1px solid #ffffff29;
    border-radius: 99rem;
    inset: 0%;
    color: #202020;
    font-family: "DM Sans", sans-serif;
}
@media(max-width: 991px){
    .nav-white_bg{
        border-radius: .85rem;
    }
}
.navbar-toggler{
    border: 0px !important;
}
.fa-bars{
    color: #056839;
}

@media(max-width: 991px){
    .navbar-collapse{
        padding-left: 10px;
        padding-bottom: 20px;
    }
}
.nav-footer{
    color: #9D9D9D !important;
    font-size: 14px !important;
}
/*****************************************/
/************ botones    ***************/
/*****************************************/
.btn-brown{
    background-color: #362720;
    border-radius: 99rem;
    border: 1px solid #362720;
    color: white;
    font-family: "DM Sans", sans-serif;
    padding: 8px 30px;
}
.btn-brown:hover {
    background-color: #202020;
    border: 1px solid #202020;
}
.link-brown{
   
    color: #362720;
    font-family: "DM Sans", sans-serif;
    padding: 8px 10px;
}
.link-brown:hover {
  color: #202020;
}
.btn-green{
    background-color: #056839;
    border-radius: 99rem;
    border: 1px solid #056839;
    color: white;
    font-family: "DM Sans", sans-serif;
    padding: 8px 30px;
}
.btn-green:hover {
    background-color: #202020;
    border: 1px solid #202020;
}
.btn-white{
    background-color: white;
    border-radius: 99rem;
    border: 1px solid white;
    color: #202020;
    font-family: "DM Sans", sans-serif;
    padding: 8px 30px;
}
.btn-white:hover {
    background-color: #e6e6e6;
    border: 1px solid #e6e6e6;
}
.lk-green{
    color: #056839;
    text-decoration: none !important;
}
/*****************************************/
/************ HERO SECTION ***************/
/*****************************************/
.web-hero-bg {
    width: 100%;
    height: 97vh;
       min-height: 97vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1.5rem;
    position: relative;
    top: 0;
}
@media(max-width: 991px){
    .web-hero-bg{
       height: 60vh;
       border-radius: .85rem;
    }
  }
.web-hero-overlay {
    width: 100%;
    height: 100%;
    background-color: #20202098;
    display: flex;
    align-items: center;
    justify-content: center; 
    border-radius: 1.5rem;
    text-align: center;
    color: white;
}
@media(max-width: 991px){
    .web-hero-overlay{
       border-radius: .85rem;
    }
  }
.web-hero-overlay h1{
    font-size: 85px;
    font-weight: bold;
    line-height: 110%;
}
@media(max-width: 991px){
    .web-hero-overlay h1{
       font-size: 40px;    }
  }
/*****************************************/
/************ INTRO SECTION ***************/
/*****************************************/
.web-intro-img{
    width: 100%;
    min-height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1rem;
}
@media(max-width: 991px){
    .web-intro-img{
       min-height: 28vh;
       margin-top: 28px;
    }
}
.circle-icon{
    width: 40px;
    height: 40px;
    border-radius: 99rem;
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*****************************************/
/************ SERVICES SECTION ***********/
/*****************************************/
.web-services-img{
    width: 100%;
    height: 40vh;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 24px;
}
@media(max-width: 991px){
    .web-services-img{
        height: 24vh;  
    }
}
.web-services-overlay{
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(156,113,92,0) 0%, rgba(54,39,32,1) 100%);
    border-radius: 20px;
    padding: 30px;
    display: flex;
    align-items: end;
    color: white;
    text-transform: uppercase;
    
}
@media(max-width: 991px){
    .web-services-overlay h5{
        font-size: 15px !important;
    }
}
/*****************************************/
/************ HORNOS SECTION ***********/
/*****************************************/
.web-carousel {
    height: 45vh;
    border-radius: 1.5rem !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 80px;
}
.play-video {
     height: 50vh;
     border-radius: 40px;
     overflow: hidden;
     position: relative;
}
.play-video video {
    position: absolute;  
    top: 0;
    left: 0;
    width: 100%;  
    height: 100%; 
    object-fit: cover;  
    z-index: -1;  
  }
  
  .contenido-video {
    position: relative; 
    z-index: 1;  
    background-color: #24190677;
    width: 100%;
    height: 100%;
    color: white; 
    padding: 40px;
    display: flex;
    align-items: end;
  }
/*****************************************/
/************ CERTIFIED SECTION ***********/
/*****************************************/
.web-card-certified {
    width: 100%;
    height: calc(140px + 1.5rem + 150px);
    background-color: #D9D9D9;
    padding: 40px 40px;
    border-radius: 1.5rem;
    margin-bottom: 1.5rem;
}
@media(max-width: 1200px){
    .web-card-certified{
        height: auto;  
        padding: 40px 30px;
    }
}
.web-card-certified h5{
    font-weight: bold;
}
.web-card-certified-black {
    width: 100%;
    height: calc(140px + 1.5rem + 100px);
    background-color: #202020;
   display: flex;
   padding: 40px;
   border-radius: 1.5rem;
   margin-bottom: 1rem;
   color: white !important;
}
@media(max-width: 991px){
    .web-card-certified-black{
        height: auto;  
        padding: 40px 20px;
    }
}
.web-card h3{
    font-weight: bold;
    color: white;

}
.web-card-certified-brown {
    width: 100%;
    height: calc(140px + 1.5rem + 140px + 296px);
    background-color: #362720;
    display: flex;
    padding: 40px 40px;
    border-radius: 1.5rem;
    margin-bottom: 1rem;
    color: white !important;
}
@media(max-width: 991px){
    .web-card-certified-brown{
        padding: 40px 20px;
    }
}
.web-certified-carousel{
    height: 271px;
    border-radius: 1.5rem !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1rem;
}

.web-contact{
    width: 100%;
    height: auto;
    color: white;
    border-radius: 3rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 0 15px;

}
.web-contact-overlay{
    height: 100%;
    background-color: #362720a4;
    padding: 60px 40px !important;
    border-radius: 3rem;
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    .web-contact-overlay{
        padding: 60px 20px !important;
    }
}
/*****************************************/
/************ FOOTER SECTION ***********/
/*****************************************/
.data-nav {
    font-size: 10px;
    letter-spacing: 1px;
    color: rgb(197, 197, 197) !important;
  }
  .data-card-garage {
    background-color: transparent !important;
  }

  .web-stats-metal p{
    color: white;
    font-family: "Helvetica";
    font-size: 16px;
}
@media (max-width: 768px) {
    .web-stats-metal p{
        font-size: 12px;
    }
}
.web-stats-metal h5{
    color: white !important;
    font-size: 2.5rem !important;
    padding: 0px;
    line-height: normal;
}
@media (max-width: 768px) {
    .web-stats-metal h5{
        font-size: 1.6rem !important;
    }
}

/*****************************************/
/************ ABOUT PAGE ***********/
/*****************************************/
.web-hero-about-bg {
    width: 100%;
    height: 60vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1.5rem;
    position: relative;
    top: 0;
}
@media(max-width: 991px){
    .web-hero-about-bg{
       height: 60vh;
       border-radius: .85rem;
    }
  }

  .sustentabilidad-contact{
    height: 50vh;
    color: white;
    border-radius: 3rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
@media(max-width: 991px){
    .sustentabilidad-contact{
       height: auto;
    }
  }
.web-sustentabilidad-overlay{
    
    height: 100%;
    background-color: #284716a4;
    padding: 40px;
    border-radius: 3rem;
    display: flex;
    align-items: center;

}

/*!==============================================
 * 10. CONTACT PAGE FORM
 * ============================================!*/
 .web-hero-contact-bg {
    width: 100%;
    min-height: 97vh;
    height: 97vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1.5rem;
    position: relative;
    top: 0;
}
@media(max-width: 991px){
    .web-hero-contact-bg{
       height: auto;
       border-radius: .85rem;
    }
  }
 .web-hero-contact-overlay {
    width: 100%;
    height: 100%;
    background-color: #202020c9;
    display: flex;
    align-items: center;
    justify-content: center; 
    border-radius: 1.5rem;
    text-align: left;
    color: white !important;
}
@media(max-width: 991px){
    .web-hero-contact-overlay{
       border-radius: .85rem;
       padding: 20px;
    }
  }
  .web-hero-contact-overlay h6 {
    font-size: 2.4rem !important;
    font-weight: bold;
    letter-spacing: .5px;
  }
  @media(max-width: 768px){
    .form-contact h6{
       font-size: 28px !important;
    }
  }
 .form-contact {
    color: white !important;
    position: relative;
    z-index: 2;
    padding: 40px !important;
    margin-bottom: 0px;
}
@media(max-width: 991px){
    .form-contact{
       padding: 0px !important;
       margin-bottom: 60px;
    }
  }
.form-contact h4 {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
    font-weight: 600 !important;
}
@media(max-width: 768px){
    .form-contact h4{
       font-size: 18px !important;
    }
  }
.form-control {
    color: white !important;
    border-radius: .8rem !important;
    border: 2px solid white;
    background-color: transparent !important;
}
::placeholder  {
    color: rgb(255, 255, 255) !important;
    font-size: 14px;
}
a{text-decoration: none !important;}

.fondo-blur {
    position: relative;
    width: 100%;  
    height: auto;
    border-radius: 10px; 
    overflow: hidden; 
    backdrop-filter: blur(3px); 
    background-color: #20202063;
  }
  @media(max-width: 768px){
    .fondo-blur{
        background-color: #20202000;
    }
  }
  .fondo-blur > * {
    position: relative;
    z-index: 1; 
  }
  