@font-face {
  /**700**/
  font-family: Font-Bold;
  src: url("./fonts/Poppins-Bold.woff");
}

@font-face {
  /**600**/
  font-family: Font-Semibold;
  src: url("./fonts/Poppins-SemiBold.woff");
}
@font-face {
  /**500**/
  font-family: Font-Medium;
  src: url("./fonts/Poppins-Medium.woff");
}
@font-face {
  /**400**/
  font-family: Font-Regular;
  src: url("./fonts/Poppins-Regular.woff");
}

@font-face {
  /**400**/
  font-family: RobotoSerifRegular;
  src: url("./fonts/RobotoSerif_28pt-Regular.woff");
}
@font-face {
  /**300**/
  font-family: Font-Light;

  src: url("./fonts/RobotoSerif-Light.woff");
}
@font-face {
  /**300**/
  font-family: Font-ExtraLight;
  /* src: url('./assets/fonts/RobotoSerif-Light.woff'); */
  src: url("./fonts/RobotoSerif-ExtraLight.woff");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.space-mb-2-privacidad{
    margin-bottom: 4rem;
}
/******nmavbar*****/

.d-none {
  display: none;
}
nav li{
  list-style: none;
}
li{
    margin-left: 1rem;
}
img{
  width: 100%;
}
 .txt-blue{
   color:var( --principal);
     font-family: Font-Bold;
 }
/************/
:root {
  --background-navbar: #ffffff;
  --background-navbar-movil: #ffffff;
  --background-menu-movil: #ffffff;
  --botones-2: #ffb701;

  --border:#E0E0E0;
  --principal:#0056B4;
}
#banner-home, #nosotros, #proceso, #contact, #productos{
  scroll-margin-top: 100px;
}
.container {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
a {
  color: inherit;
  text-decoration: none;
  font-family: "Arial, Helvetica, sans-serif";
}

/*****************/
h1{
  font-weight: inherit !important;
}

h2 {
  font-family: Font-Medium;  
  font-size: 48px;
  line-height: 60px;
  color: var(--principal);
  font-weight: inherit !important;
}
h3{
   font-weight: inherit !important;
    font-size: 40px;
    font-family: Font-Semibold;  
     color: var(--principal);
}
h4 {
  font-family: Font-Semibold;
  font-size: 36px;
  line-height: 64px;
  color: var(--principal);
  font-weight: inherit !important;
}
h5 {
  font-family: Font-SemiBold;
  font-size: 28px;
  line-height: 38px;
 color: var(--principal);
 font-weight: inherit !important;
}
h6 {
  font-family: Font-Semibold;
  font-size: 24px;
  line-height: 36px;
  color: var(--principal);
font-weight: inherit !important;
}

p {
  font-family: Font-Regular;
  line-height: 32px;
  font-size: 20px;
  line-height: 32px;
  color: #636569;
}

@media (max-width: 1024px) {
  h2 {
    font-size: 36px;
    line-height: 46px;
  }
  h3{   
    font-size: 32px;   
}
  h4 {
    font-size: 26px;
    line-height: 45px;
  }
  h5 {
    font-size: 26px;
    line-height: 34px;
  }
  h6 {
    font-size: 20px;
    line-height: 32px;
  }

  p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 600px) {
  h2 {
  
    font-size: 28px;
    line-height: 44px;
  }
  h4 {
    
    font-size: 20px;
    line-height: 30px;
  }
  h5 {
 
    font-size: 22px;
    line-height: 28px;
  }
  h6 {
 
    font-size: 18px;
    line-height: 28px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }
}

hr,
.hr {
  margin-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px solid var(--neutral300);
}
.container__navbar {
  display: flex;
  justify-content: space-between;
  min-height: 70px;
  align-items: center;
}
@media (min-width: 1500px) {
  .container__navbar {
    min-height: 80px;
  }
}
nav {
  background: var(--background-navbar);
}
/* @media (min-width: 991px) {

  .nav-item {
    display: flex;
  }
} */


@media (max-width: 1024px) {
  .nav-item a {
    display: flex;
 
    text-align: center;
    margin:0 1rem;
  }
 

}

.navbar {
  transition: 0.1s linear;
}

.navbar__container-ul {
  width: 100%;
  display: contents;
}

.navbar__ul {
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  column-gap: 1.7rem;
}


.stick,
.sticky-top {
  position: sticky;
  top: 0px;
  z-index: 9999;
}
.nav__active {
  display: inline !important;
  border-bottom: 1px solid var(--black);
}

.logo_movil {
  margin-top: auto;
  height: 30px;
}

.main-header {
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--background-navbar-movil);
  color: var(--black) !important;
  height: 70px;
  z-index: 100;
  transition: 10s linear;
}

.nav-link {
  font-size: 16px;
  font-family: Font-Medium;
  color: #636569;
}

.nav-link:hover {
  color: #0056B4;
}

.logo-navbar{
  height: 50px;
}
@media (min-width: 1500px) {
  .nav-link {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .nav-link {
    font-size: 14px;
  }
   .logo-navbar{
    height: 40px;
  }

}


.menu_open {
  display: block;
}
.close_menu {
  display: none;
}

.nav-item{
  margin: 0;
}
/**hover nav img**/
/* .nav-item .icon-hover {
  display: inline-block;
  visibility: hidden;
  width: 18px;
  height: 20px;
  margin-right: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: 0.3s ease forwards;
}

.nav-item:hover .icon-hover {
  background-image: url("../assets/iconos/favicon-jaguar.svg") !important; 
  animation: slideIn 0.3s ease forwards;
  visibility: visible;
}
@keyframes slideIn {
  from {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
  }
  to {
    transform: translateX(0);
  }
} */

/**movil**/




.nav__firts_div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12% 0px 5%;
}

@media (max-width: 600px) {
  .nav__firts_div {
    padding: 12px 6% 0px 5%;
  }
}

.large-navbarmovil {
  height: 90vh;
}
.nav_ {
  position: fixed;
  right: 0;
  top: 0;
  width: 324px;
  height: 100vh;
  background: var(--background-menu-movil);
  transition: 0.8s ease;
  z-index: 1000;
  transform: translateX(100%);

  /* padding-left: 24px;
    padding-right: 24px;    */
}

@media (min-width: 601px) {
  .menu-open-logo {
    visibility: hidden;
  }
}

.header__container-ul-movil {
  padding-top: 0.15rem;
  height: 70%;
  padding:0 2rem ;
}
/* .nav_ a,
.nav_ p,
.nav_ .nav-link {  
    padding-top: 6px ;
    padding-bottom: 6px;  
    margin: 0;
    font-family: Anek;
} */

ul.navigation {
  height: 70%;
  max-height: 658px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding-top: 1rem;
}

.navigation li {
  list-style: none !important;
  width: 100%;
  /* margin: 0.8rem 0; */
 
}

.navigation a {
  line-height: 18px !important;
  display: inline-block;
}

.navigation .nav-link {
  font-size: 16px;
}

.navigation a:hover,
.nav_ a:hover {
  font-weight: 700;
}
/* .hr-menu-movil {
  height: 3px;
  background: #e46436;
  border: none;
} */

#btn-nav {
  display: none;
}

.hidden {
  visibility: hidden;
  transition: 0.4s ease-in;
}

#btn-nav:checked ~ nav {
  transform: translateX(0);
  visibility: visible;
  display: block;
}

#header {
  overflow: hidden;
}

.btn-nav {
  font-size: 25px;
  /* position: absolute;
    right: 0;
    top: 10px; */
  cursor: pointer;
  /* padding: 0px 15px; */
  /* transition:.2s ease; */
}

.nav-1 {
  transition: 0.1s linear;
}

.nav__footer a:first-child {
  display: flex;
  justify-content: start;
}



@media (max-width: 600px) {
  .nav_ {
    width: 100%;
  }
  /* .row>*{
        padding-right: 24px;
        padding-left: 24px;
    } */
}





/*****************/

/* :active, :hover, :focus {
  outline: 0!important;
  outline-offset: 0;
}
::before,
::after {
  position: absolute;
  content: "";
} */

.btn :active,
.btn :hover,
.btn :focus {
  outline: 0 !important;
  outline-offset: 0;
}

.btn::before,
.btn::after {
  position: absolute;
  content: "";
}

.btn-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 10px auto 35px;
}
.btn {
  position: relative;
  display: inline-flex;
  border: none;
  cursor: pointer;    
   border-radius: 40px;
}

.btn-1 {
  background: #0056B4;
  color: #fff;
}
.btn-2 {  
  background: #fafafa;
  color: #000000;
}
  .btn .hov {         
    position: relative;
    display: flex;
    column-gap: .5rem;
    font-size: 20px;
    top: 0; left: 0;
    width: 100%;
    padding: 12px 20px;
    transition: 0.3s;
     font-family: Font-Medium;
  }
  .navbar .btn .hov{
      font-size: 16px;
  }


.btn-1::before {
  background-color: transparent;
  transition: 
    width 0.3s ease-out,
    height 0.3s ease-out,
    top 0.3s ease-out,
    background-color 0.15s ease-out;
  border-radius: 40px;
}

.btn-2::before{
background-color: transparent;
  transition: 
    width 0.3s ease-out,
    height 0.3s ease-out,
    top 0.3s ease-out,
    background-color 0.15s ease-out;
  border-radius: 40px;
}
.btn-1 .hov {
  color: #ffffff;
  border: 1px solid #0056B4;
  border-radius: 40px;
  transition: 0.2s;
} 
.btn-2 .hov {
  color: rgb(28, 31, 30);
  border: 1px solid #ffffff;
   border-radius: 40px;
  transition: 0.2s;
 
}  
.btn-1 span:hover {
  color: #0056B4;
  transition: 0.2s 0.1s;
}
.btn-2 span:hover {
  color:#ffffff;
  transition: 0.2s 0.1s;
}

.btn.slide-right::before {
  top: 0; bottom: 0; left: 0; 
  height: 100%; width: 0%;
}

.btn.slide-right:hover::before {
  width: 100%;
}
.btn-1.slide-right:hover::before {
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #ffffff;
}
.btn-2.slide-right:hover::before {
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #000000;
}



.arrow img{
  transition: 0.2s;
}

.btn-1:hover .arrow img{
  content: url("./iconos/arrow-blue.svg");
}
.btn-2:hover .arrow-2 img{
  content: url("./iconos/arrow_cta.svg");
}
.arrow{
  display:inline-block;
  width:18px;
  height:18px;
  padding-top: 4px;
} 


/* .arrow{
  display:inline-block;
  width:16px;
  height:16px;
  background-image:url("./iconos/arrow_cta.svg");
  background-size:contain;
  background-repeat:no-repeat;
  margin-left:8px;
}

.btn:hover .arrow{
  background-image:url("./iconos/arrow-blue.svg");
} */

@media (max-width: 1024px) {
    .btn .hov{
      font-size: 18px;
  }
}

@media (max-width: 768px) {
    .btn .hov{
      font-size: 16px;
      padding: 8px 20px;
  }
  .arrow{
  display:inline-block;
  width:16px;
  height:16px;
  padding-top: 2px;
} 

}
@media (max-width: 375px) {
    .btn .hov{
      font-size: 14px;
  }
}


/********end botones***********/









/**************/
.pt-xl{    
padding-top: 9.4rem;
}

@media (max-width: 991px) {
.pt-xl{    
padding-top: 3rem;
}
}


@media (min-width: 991px) {
  .d-lg-block {
    display: block;
  }
  .d-lg-none {
    display: none;
  }
}



/********************/
/************************************************************* BANNER Y CARD RESPONSIVE ************************************************************/
.banner-wrapper-elements {
 

            display: grid;
            grid-template-columns: 50% 50%;
            /* flex-direction: column; */
            justify-content: space-between;
            align-items: center;
            /* border: 2px solid orange; */
            /* width: 50%; */
            margin: 0 auto;
            min-height: 80vh;
            /* border: 2px solid green; */
        }

   
        .banner-wrapper-elements-banner3 {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            /* border: 2px solid rgb(5, 122, 177); */
            /* width: 50%; */
            margin: 0 auto;
            min-height: 80vh;
        }



     

        .banner-wrapper-text {
            /* border: 2px solid red; */
            width: 100%;
            max-width: 610px;
            /* margin-right: auto; */
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            

        }

        .banner-wrapper-text-banner3,
        .banner-wrapper-elements-banner3 {
            display: flex;
            justify-content: center;
            text-align: center;
            flex-direction: column;
          
        }

       

        .banner-title {
            font-size: 52px;
            /* text-align: center; */
            font-family: Font-Medium;

            color: #ffffff;
            line-height: 1.3;
        }
            h1.banner-title {
            font-size: 40px;
          }
        .banner-title-4{
            font-size: 42px;
        }
        
        .banner-subtitle {
        font-size: 28px;
        line-height: 36px;
        padding-top:32px ;
        font-family: Font-Regular;
         color: #ffffff;
        }
       
        .banner-title-banner3 {
            font-size: 48px;
            text-align: start;
            font-family: Font-Semibold;
            text-transform: none;
            color: #ffffff;
            line-height: 1.3;
        }
        .slide3 .banner-wrapper-text{
        
          max-width: 600px;
        }
   

        .banner-title2-banner4 {
            font-size: 55px;
            text-align: center;
            font-family: RobotoSerifRegular;
            text-transform: none;
            color: #FFFCDA;
            line-height: 1.3;
        }
          
        .banner-description-banner3 {
            font-size: 30px;
            text-align: center;
            font-family: RobotoSerifRegular;
            color: #FFFCDA;
            line-height: 1.3;
            max-width:600px;
            margin: 0.8rem auto 3rem auto;
        }
            .btn-conoce-mas {           
            margin:50px 0;            
        }


     .slide2 .banner-title{
      font-size: 42px;
     }

      .slide2 .banner-wrapper-text{
        max-width: 100%;
      }
        .slide2 .banner-wrapper-elements{
        grid-template-columns: 40% 58%;
      } 

@media  (min-width: 1300px) {
            .slide2 .banner-wrapper-elements{
        grid-template-columns: 36% 64%;
      } 
    }
      /* .slide2 .banner-title{
        font-size: 40px;
      } */
        
  /*********************/
  /* @media  (min-width: 1024px) {
.familia-movil, .familia-tablet{
display: none;
   }
  
  }
    @media (min-width: 601px) and (max-width: 1023px) {
       .familia-desk, .familia-movil{
    display: none;
   }
    }
    @media(max-width: 600px) {
       .familia-desk, .familia-tablet{
    display: none;
   }
    } */
/***********************/
   @media screen and (max-width: 1024px) {
           .banner-title {
         font-size: 36px;
        
     }
        h1.banner-title {
            font-size: 30px;
          }
     .banner-subtitle {
        font-size: 20px;
        line-height: 28px;
        padding-top:16px ;
        text-align: center;
     }
    
     .container_banner_img img {
    max-height: 400px;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .btn-conoce-mas{
    margin: 20px 0;
  }
   /* .slide2 .banner-wrapper-elements{
    grid-template-columns: 45% 55%;
   } */
   .slide2 .banner-title{
    font-size: 36px;
   }
      .banner-title-banner3{
      font-size: 40px;     
     }
  
    }

   @media screen and (max-width: 991px) {
     .banner-wrapper-elements{
         display: flex;
         flex-direction: column-reverse;
        justify-content: center;
     }
    .banner-title-banner3{
      font-size: 32px;
      text-align: center;
     }
    
    .banner-description-banner3{
       font-size: 18px;
       text-align: center;
      }
        .banner-title {
          text-align: center;
        }
         .slide .btn-conoce-mas{
      margin: 20px auto;
     }
    }


   @media screen and (max-width: 600px) {
            .banner-wrapper-elements {
                width: 100%;
                justify-content: center;
                padding-bottom: 30px;
            }
             .banner-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
     .container_banner_img img {
    max-height: 350px;
  }
     .slide .btn-conoce-mas{
      margin: 12px auto;
     }

     .banner-title2-banner3, .banner-title {
         font-size: 30px;
         
      }
        h1.banner-title {
            font-size: 20px;
          }
      .banner-title-4{
        font-size: 24px;
      }
      .banner-title-banner3{
        font-size: 28px;
        padding: 20px 0 10px 0;
      }
         .slide2 .banner-title{
    font-size: 26px;
    line-height: 32px;
   }
   .slide2 .container_banner_img img{
    max-height: 400px;
   }
        /* .btn-conoce-mas{
    margin: 10px 0;
  } */
    }

    
     @media screen and (max-width: 375px) {
     .banner-title2-banner3, .banner-title {
         font-size: 24px;
      }
      .banner-title-4{
        font-size: 22px;
      }
      .banner-title-banner3{
        font-size: 20px;
        
      }
        /* .btn-conoce-mas{
    margin: 10px 0;
  } */
    }

    @media screen and (max-width: 1439px) {
       .banner-description-banner3 {
           width: 59%;
        }
     }


    

        #banner-home {
       height:calc(100vh - 84px);
       background: #ccc;
    }

        @media screen and (max-width: 991px) {
          #banner-home {
       height:calc(100vh - 70px);
    }
   
        }

        /*Desktop*/
    @media screen and (max-width: 768px) {
            .desktop-cafe {
                display: none;
            }
        }

        /*Mobile*/
        .mobile-cafe {
            display: none;
        }

        @media screen and (max-width: 768px) {
            .mobile-cafe {
                display: block;
            }
        }

/****************MARCAS*****************/
.section-marcas{
  /* background-image: url('./images/soluciones-y-marcas-confiables.webp');
  background-position: center;
  background-size: cover; */
}
.container_marcas{
  display: grid;
  grid-template-columns: 42% 51%;
  padding:6.25rem 0 ;
  justify-content: space-between;
}
.text-container_marcas {
  padding-right: 2rem;
}
.text-container_marcas h2{
padding-bottom: 3.75rem;
}
.text-container_marcas p{

padding-bottom: 1.25rem
}

@media (max-width: 1200px) {
  .container_marcas{
  display: grid;
  grid-template-columns: 50% 50%;
}
.text-container_marcas h2{
padding-bottom:2.75rem;
}
}

@media (max-width: 991px) {
  .container_marcas{
  display: flex;
flex-direction: column;
  row-gap: 4rem;
  padding:4rem 0 ;
}
.text-container_marcas{
  padding-right: 0;
}
}

/********carrusel marcas*******/
.container-slider{
  display: flex;
  align-items: center;
}
.brands-slider {
  overflow: hidden;
  width: 100%;
  background: #ffffff00;
  display: flex;
  position: relative;
}

.brands-slider:before,
.brands-slider:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}
.brands-slider:before {
  left: -1px;
  background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 40%);

}

.brands-slider:after {
  right: -1px;
  background: linear-gradient(-90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 40%) ;
}

.brands-slider {      
  width: 100%;
  
  position: relative;
    
    padding: 20px 0;
    max-width: 700px;
    overflow: hidden;
    display: flex;
     > * {
      flex: 0 0 100%;
    }
     &:hover .group {
      animation-play-state: paused;
    }
  }

   .group {
    display: flex;
    gap: 20px;
    /* Agrega padding a la derecha para crear un espacio entre la última y la primera tarjeta. */
    padding-right: 20px;

     will-change: transform; /* Deberíamos ser amables con el navegador: hazle saber qué vamos a animar. */
    animation: scrolling 20s linear infinite;
  }

  @keyframes scrolling {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }

  .brand {
    width: 100%;
   display: flex;
    padding: 20px;
    font-size: xx-large;
    justify-content: center;
    align-items: center;
     min-width: 240px;

    &:nth-child(1){      
    min-width: 290px;
    
    }
   &:nth-child(7) {      
     min-width: 350px;
      
  }
     &:nth-child(4){      
      min-width: 295px;      
    }
  
   &:nth-child(5)
  {      
      min-width: 280px;
     
      
    }

  }

  @media (max-width: 991px) {
    .section-marcas .container_marcas{
      row-gap: 1rem;
    }


.brands-slider {   
   max-width: 900px;
 }
  }

  @media (max-width: 600px) {
    .brand {  
     min-width: 200px;

     &:nth-child(1) {      
       min-width: 230px;
    }

    &:nth-child(7) {      
     min-width: 300px;
  }
   &:nth-child(4){      
      min-width: 235px;      
    }
    &:nth-child(5){      
      min-width: 210px;
    }
  }

  .group{
        animation: scrolling 15s linear infinite;
  }

  }

/**********CATEGORIAS***************************/
.container_categorias{
  display: grid;
  grid-template-columns: 40% 60%;
  padding:.25rem 0 ;
}
@media (max-width: 991px) {
  .container_categorias{
  display: flex;
flex-direction: column;
}
}
/*********cards categorias*****************/      
.our-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    flex-wrap: wrap;
   column-gap: 1rem;
    /* overflow-x: hidden; */
}

@media (max-width: 1024px) {
    .our-products{
      grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {
    .our-products{
      grid-template-columns: 1fr;
}
}

.main-container {
    width: 90%;
    max-width: 1440px;
    /* padding: 0 5%; */
    margin: 0 auto;
    padding: 0 0 80px 0;
}
.product-card {
 
    border-radius: 16px;
   
    padding-top: 14rem;
    position: relative;
  
    overflow-x: hidden;
    /* max-width: 285px; */
    width: 100%;
    transition: all .5s ease;
}
.product-card-category-indicator {
    position: absolute;
    height: 3rem;
    filter: brightness(0) invert(1);
    width: 3rem;
    left: 0;
    top: 1rem;
    right: 0;
    margin: auto;
    object-fit: contain;
}
.product-card .info {
    transition: all .5s ease;
    background: #EBEBEB;
    padding: 2rem 1rem;
    position: relative;
    border-radius: 1em 1em 0 0;
    height: 100%;
}
.text-center {
    text-align: center !important;
}
/* img {
    max-width: 100%;
} */


 .product-card .info-card-image {
    transform: translateY(-70%);
    display: block;
    width: 90%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    object-fit: contain;
    max-height: 190px;
    max-width: 200px;
}

.product-card .info-card-decoration {
    transform: translateY(-70%);
    display: block;
   
    position: absolute;
   
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    object-fit: contain;
   

     z-index: 1;
    width: 100%;
    max-width: 320px;
    top: -0px;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
}

.product-card .info-card-image2 {
  max-height: 170px;
  max-width: 180px;
}




.product-card .info-card-title {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
    margin: 3rem auto 2rem auto;
    /* height: 2.5em; */
    font-family: Font-Semibold;
    font-size: 28px;
    line-height: 36PX;
    color: #0F447E;
    max-width: 400px;
}


.product-card .info-card-cta-button {
    text-decoration: none;
    color:#636569;
    font-size: 16px;
    line-height: 36px;
    padding: 2rem 1rem;
    font-family: Font-Medium;
}



@media (max-width: 1024px) {

.product-card .info-card-title {
    font-size: 22px;
    line-height: 32px;
     margin: 2.5rem auto 1rem auto;
}
}
@media (max-width: 768px) {

.product-card .info-card-title {
    font-size: 20px;
    line-height: 32px;
    margin: 2rem auto 1rem auto;
}
}
/*****hoverd card categorias*******/
.product-card:hover {
    padding-top: 12rem;
}
.product-card:hover {
    .info-card-decoration {
opacity: 1;
visibility: visible;
    transition: .5s ease;
}
.info.text-center{
    background: #0F447E;
}
.info-card-title {
     color:#ffffff;
}

 .info-card-cta-button {
      color:#ffffff;
}

}

.product-card:hover .info {
    padding-bottom: 4rem;
}

@media (max-width: 1024px) {

.product-card {
  padding-top: 12rem;
}
.product-card:hover {
    padding-top: 10rem;
}
.info-card-image, .info-card-decoration{
  scale: .9;
}
}


/***********************/
.container_eficiencia{
  /* display: grid;
  grid-template-columns: ; */
  display: flex;
  padding: 5rem 0;
  column-gap: 1rem;

}


.text-container_eficiencia{
  border: 2px solid var(--border);
  border-radius: 2rem;
  max-width: 60%;
  padding: 5%;
  display: flex;
flex-direction: column;
justify-content: center;
}
.text-container_eficiencia h2{
padding-bottom: 1.2rem;
}

.text-container_eficiencia p{
padding: .7rem 0;
}


.container-img-eficiencia img{
  border-radius: 2rem;
  object-fit: cover;
  height: 100%;
}

@media (max-width: 960px) {
  .container_eficiencia{
    flex-direction: column;
    padding: 2rem 0;
         row-gap: 2rem;

  }
  .text-container_eficiencia{
     max-width: 100%;
     padding: 5rem 3rem;
  }
}

@media (max-width: 600px) {
  .container_eficiencia{
      row-gap: 1rem;
  }
   .text-container_eficiencia{    
     padding: 2.5rem 1.5rem;
  }
}
/*********espacios de cuidado************/
.container_espacios{
  display: grid;
  grid-template-columns: 30% 65%;
  padding-top: 5rem;
  justify-content: space-between;
}
.container_espacios h2{
  font-family: Font-Medium;
  font-size: 48px;
  line-height: 72px;
  padding-bottom: 2rem;
}
.text-container_espacios p{
  padding: .7rem 0;
}
.btn-movil{
  display: none;
}
@media (max-width: 1100px) {
  .container_espacios{
  display: grid;
  grid-template-columns: 35% 60%;
}
}

@media (max-width: 991px) {
  .container_espacios{
  display: flex;
flex-direction: column;
padding-top: 3rem;
}

}

@media (max-width: 991px) {
.container_espacios h2{  
  font-size: 28px;
  line-height: 32px;
}
.espacios_text-container .btn-desk{
  display: none;
}
.btn-movil{
  display: inline-flex;
  margin-top: 2rem;
}
}
/******************************************************************
******************CARRUSEL AZUL**********************************
******************************************************************/


.carousel-blue{
  
  position:relative;
  overflow:hidden;
}

.carousel-viewport{
  overflow:hidden;
  width:100%;
  padding-bottom: 6rem;
}

.carousel-track{
  display:flex;
  transition:transform .7s ease;
  padding: 4rem 0 5rem 0;
}

.carousel-blue .card{
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-width:25%;
  /* padding:10px; */
  /* margin: 10px ; */
  transition:transform .7s ease, opacity .7s ease, padding .3s ease;
   transform:scale(.8);
  opacity:.7;
 /* border:1px solid blue; */
  position: relative;
}

/* .card h3{
  text-align:center;
} */

.carousel-blue .card-inner{
  height:350px;
  border-radius:16px;
  background-size:cover;
  background-position:center;
  position:relative;
  /* overflow:hidden; */
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:15px;
  color:white;
}

/* overlay oscuro */
.carousel-blue .card-inner::before{
  content:"";
  position:absolute;
  inset:0;
 
}

.blueCarousel-title{
  position:relative;
  z-index:2; 
}

.blueCarousel-title h3{
  font-size:28px;
  line-height: 36px;
  font-family: Font-Semibold;
  color: #F2F2F7;
  letter-spacing: 2%;
  text-align: start;
}

.card.big{
  transform:scale(1);
  opacity:1;
  padding: 0 10px;
   /* transition:transform .3s ease */
}
.no-card-transition .card{
  transition:none !important;
}

.carousel-blue .nav{
   position:absolute;
  bottom:50px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  gap:20px;
  

  z-index:10;    

}
.carousel-blue .btnprev, .carousel-blue .btnnext{
  cursor:pointer;
  border:none;
  background:transparent;
   height: 50px;
    width: 50px;
}

@media (max-width: 1300px) {
.carousel-blue .card-inner{
  height:300px;
}
.blueCarousel-title h3{
  font-size:24px;
  line-height: 32px;
}
}
@media (max-width: 1110px) {
.carousel-blue .card-inner{
  height:250px;
}
}
@media (max-width: 768px) {


  .blueCarousel-title h3{
  font-size:20px;
  line-height: 28px;
}

}

/* TABLET / MOBILE */
@media (max-width:1024px){
 .carousel-blue .card{
    min-width:33.3333%;
  padding: 0;
  }
  .card.big{
  padding: 0;
}
.carousel-blue .btnprev{ left:44%; }
.carousel-blue .btnnext{ left:52%; }


}

/* Mobile */
@media (max-width:650px){
  .carousel-blue .card{
    min-width:100%;
  }
  .carousel-blue .card-inner{
  height:450px;
}
.carousel-blue .nav{ 
  width: 100%;
  right:0%; 
bottom: 65px;
gap: 40px;
}

.carousel-blue .btnprev,
.carousel-blue .btnnext{
   height: 40px;
    width: 40px;
}
.carousel-viewport{
padding-bottom: 4rem;
}
}

@media (max-width:450px){

 .carousel-blue .card-inner{
  height:300px;
}}


/*******************************************************************/

.home_section-container-mbanner{
  background-image: url('./images/home/aeropuerto-higiene-publica.webp');
  background-position: center;
  background-size: cover;
  padding:3rem ;
margin: 4rem auto 7rem auto;
}
.home_section-container-mbanner h2{  
  font-size: 48px;
  color: #ffffff;
  font-family: Font-Semibold;
}


.container-mbanner{
  border: 2px solid white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 2rem;
  padding: 3rem;
}
.text-container-mini-banner{
  max-width: 40.6rem;
}
#soluciones_section-container-mbanner .text-container-mini-banner h2{  
  font-size: 40px;
  color: #ffffff;
  font-family: Font-Semibold;
}
.img-container-mini-banner{
  width: 80%;
  max-width: 15.6rem;
}

@media (max-width:1024px){
  .text-container-mini-banner h2{  
  font-size: 40px;
  line-height: 46px;
}
}


@media (max-width:991px){
.container-mbanner{
  flex-direction: column;
  row-gap: 2rem;
  padding: 1rem;

}
.home_section-container-mbanner{
  padding: 2.5rem;
  margin: 4rem auto 5rem auto;
}
  .text-container-mini-banner h2{ 
    text-align: center;
    padding-top: 2rem;
  }
}

@media (max-width:610px){
  .text-container-mini-banner h2, .home_section-container-mbanner h2, #soluciones_section-container-mbanner .text-container-mini-banner h2{ 
 font-size: 24px;
 line-height: 32px;
   }
   .container-mbanner{
    border-radius:1.5rem ;
   }
   .home_section-container-mbanner{
     padding: 1.5rem;
    margin: 1rem auto 3rem auto;
   
   }
   .img-container-mini-banner{
    max-width: 150px;
   }
}
/******bog*****/
#blog{
  background:#F3F3F3 ;
  padding: 5rem 0;
}
#posts{
     display: grid;
    grid-template-columns: 1fr 1fr 1fr; 
    gap: 1rem;
}
#posts article{
  background: #ffffff;
  border-radius: 1rem;
}
.container-text-post{
  padding: 1rem;
}
.entrie__img{
  border-radius: 1rem 1rem 0 0 ;
}
#blog .text_Entries{
  font-family: Font-Semibold;
  text-align: center;
  padding-bottom: 3rem;
}
.entrie__title{
  color: #007AB3;
  font-family: Font-Semibold;
  font-size: 24px;
  line-height: 36px;
  padding: 1rem 0;
}
.btn_mas-blog{
  display: flex;
  align-items: center;
  column-gap: .8rem;
  padding: 1rem 0;
}
.btn_mas-blog p{
  color:#007AB3 ;
}
.btn_mas-blog img{
  width: 15px;
  height: 15px;
}
@media (max-width:1024px){
  #posts{
     display: flex;
     flex-direction: column;
   
    gap: 2.4rem;
}
}
/*********end home******************************************/
/********ACORDEON CONOCENOS Y CONTACTANOS******************/
 
   .accordion {     
            margin: 0px 2rem;         
            overflow: hidden;
        }

        .accordion-item {
            border-bottom: 1px solid #7A7A7A;
          /* padding: 1.5rem 1rem; */
           transition: background-color 0.3s ease;
        }

        .accordion-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
              /* padding: 2rem 1rem; */
            cursor: pointer;
            background-color: #ffffff;
            transition: background-color 0.3s ease;
            padding:3rem  1rem;
            column-gap: 1rem;
        }
        .accordion-title{
            font-size: 28px;
            line-height: 36px;
             font-family: Font-Semibold;
        }
        

       
    .accordion-header.open + .accordion-content {
    padding-bottom: 2rem;
    }

    

        .accordion-header .icon img{          
             width: 54px;
            height: 54px;
            transition: transform 0.3s ease;
          
             transform: rotate(90deg);
        }

        .accordion-header.open .icon img{
            transform: rotate(0deg);
        }

        .accordion-content {
            padding: 0 16px;
            background-color: #ffffff;
            font-size: 14px;
            color: #555;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
             
        }

     @media (max-width: 1024px) {
          .accordion-header {
                 padding:1.9rem  1rem;
            }
             .accordion {
                margin: 3rem 0 0 0px;
            }
              .accordion-title{
            font-size: 26px;
            line-height: 36px;             
        }
         .accordion-header .icon img{          
             width: 44px;
            height: 44px;
          }
        }

        @media (max-width: 768px) {
             .accordion-title{
            font-size: 20px;
            line-height: 32px;             
        }

         .accordion-header .icon img{          
             width: 34px;
            height: 34px;
          }
           
        }

/*********END ACORDEON***********/
/*****contacto******/

        .alert {
  font-size: 14px;
  margin: 0;
  padding: 0;
  margin-bottom: 1.4rem;
  font-family: Font-Regular;
}


.alert.error {
  color: #e74c3c;
  
  margin-bottom: 8px;
}

.alert.success {
  color: #27ae60;
   margin-bottom: 8px;
}

input.error, textarea.error {
  border: 2px solid #e74c3c;
}

input.success, textarea.success {
  border: 2px solid #27ae60;
}

/*********/

footer {
  background: var(--principal);
 
  color: #fffcda;
  padding: 80px 0;
  font-family: Font-Regular;
}

.container-footer {
  display: grid;
  /* grid-template-columns: 1fr 2fr 1fr 1fr; */
  grid-template-columns: 16% 32% 19% 27%;
  column-gap: 1.8rem;
  justify-content: space-between;
  align-items: flex-start;
}
footer p {
  font-size: 14px;
  line-height: 24px;
  color:#FFFCDA;
}

.contactanos,
.siguenos {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: flex-start; */
  /* height: 100%; */
  /* align-self: center; */
  text-align: center;
}
.redes {
  display: flex;
  width: 100%;
  justify-content: center;
  column-gap: 1.5rem;
  padding-bottom: 20px;
}
.redes a {
  transition: 0.5s ease;
}
.redes a:hover {
  scale: 1.2;
  transition: 0.5s ease;
}
.redes img {
  height: 38px;
}

footer a {
  font-family: Font-Regular;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 4px;
}

footer .title {
  font-size: 16px;
  font-family: Font-Regular;
  padding-bottom: 20px;
}
footer .aviso-privacidad {
  font-size: 16px;
}

.aviso-privacidad-movil {
  display: none;
}
.logo-footer {
  max-width: 225px;
}

@media (max-width: 1230px) {

.logo-footer {
  max-width: 300px;
}

  footer .title {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 12px;
  }
  footer a,
  footer p {
    font-size: 12px;
    line-height: 20px;
  }
  /* footer .aviso-privacidad {
    font-size: 12px;
  } */
  .redes{
    column-gap: 1rem;
  }
  .redes img{
    height: 30px;
  }
}

@media (max-width: 1024px) {
   .container-footer {
  display: grid;
  /* grid-template-columns: 1fr 2fr 1fr 1fr; */
  grid-template-columns: 35% 60%;
  row-gap: 3rem;
}
  footer .title {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px;
  }
  footer a,
  footer p {
    font-size: 14px;
    line-height: 24px;
  }
    .redes img{
    height: 32px;
  }
}



@media (max-width: 916px) {
  
  .logo-footer {
    /* max-width: 125px; */
    margin-bottom: 0px;
  }

  .contactanos,
  .siguenos {
    justify-content: center;
    align-self: center;
  }
  .aviso-privacidad {
    display: none;
  }
  .aviso-privacidad-movil {
    display: block;
  }
  footer {
    padding: 3rem 0 2rem 0;
  }

  footer .aviso-privacidad-movil a {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
    .container-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 2rem;
  }
.text-footer{
  max-width: 500px;
  text-align: center;
}

}
/*****Modal pop up******/
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}



/*----------------------- SLIDER SECTION -----------------------*/
.slider-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  height:100%;
}

.slider {
  display: flex;
  will-change: transform;
  transition: transform 0.5s ease-in-out;
  height:100%;
}

/* <- CLAVE: cada slide ocupa EXACTAMENTE el ancho del contenedor */
.slide {
  flex: 0 0 100%;
  width: 100%;
  box-sizing: border-box;
  /* asegura que el width incluya padding/border si los hubiera */
  min-height: 80vh;
  display: flex;
  align-items: center;
  color: white;
  font-size: 2rem;
  background-size: cover;
  background-position: center;
  /* padding eliminado de aquí para no alterar el ancho real */
  padding: 0;
}

/* movemos el padding a un contenedor interno para no romper el ancho del slide */
.banner-container-text {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2.5%;
  /* padding: 0 5%; */
  border: 2px solid rgb(255, 255, 255);
  border-radius: 32px;
}
.slide1 {
  background-image: url("../imagenes-banner/greymoon-bienvenida.webp");
}

.slide2 {
  background-image: url("../imagenes-banner/greymoon_bienvenida_2.webp");
}
.slide3 {
  background-image: url("../imagenes-banner/greymoon-bienvenida-3.webp");
}
.slide4 {
  background-image: url("../imagenes-banner/greymoon-bienvenida-4.webp");
}
/*Tablet*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
 .slide1 {
  background-image: url("../imagenes-banner/tablet/greymoon-bienvenida.webp");
}

.slide2 {
  background-image: url("../imagenes-banner/tablet/greymoon-bienvenida-2.webp");
}
.slide3 {
  background-image: url("../imagenes-banner/tablet/greymoon-bienvenida-3.webp");
}
.slide4 {
  background-image: url("../imagenes-banner/tablet/greymoon-bienvenida-4.webp");
}
  
}

/*Mobile*/
@media screen and (min-width: 0px) and (max-width: 767px) {
  .slide1 {
  background-image: url("../imagenes-banner/movil/greymoon-bienvenida.webp");
}

.slide2 {
  background-image: url("../imagenes-banner/movil/greymoon-bienvenida-2.webp");
}
.slide3 {
  background-image: url("../imagenes-banner/movil/greymoon-bienvenida-3.webp");
}
.slide4 {
  background-image: url("../imagenes-banner/movil/greymoon-bienvenida-4.webp");
}

.banner-container-text{
  border-radius: 24px;
}
}

@media screen and (max-width: 1024px) {
  .slide {
    align-items: center;
    background-position: 50% 40%;
  }

.img-hero-2 img{
max-height: 350px;
}


  .banner-container-text {
    /* padding-bottom: 15%; */
  }
}

.prev-next-container
/* .next  */
{
  position: absolute;
  bottom: 10%;
  /* transform: translateY(-50%); */
  background: transparent;
  border: none;
  /* padding: 10px; */
  font-size: 2.8rem;
  width: 100%;
    /* border: 1px solid rgb(0, 255, 106); */

}
.prevnext{
  width: 90%;
max-width: 1440px ;
padding: 0 2.5%;
  margin: 0 auto;
  /* border: 1px solid red; */
}

.prev, .next {
  background: transparent;
  box-shadow: none !important;
   border: none !important;
margin-right: 20px;
cursor: pointer;
}
 .prev, .next {
  width: 50px;
 }

@media (max-width: 1400px) {
 .prev, .next {
  width: 44px;
  margin: 0;
 }

 
}

@media (max-width: 991px) {
 .prev, .next {
  width: 38px;
 }
 .prev-next-container{
  bottom: 11%;
 }

 .prevnext{
  padding: 0;
  display: flex;
  justify-content: center;
  column-gap: 30px;
}
}

@media (max-width: 601px) {
 .prev, .next {
  width: 34px;
 }
 .prev-next-container{
  bottom: 6%;
 }

 /* .prevnext{

padding: 0;
        display: flex;
        justify-content: center;
        column-gap: 30px;
} */
}

@media (max-width: 601px) and (max-height: 680px) {
   .prev-next-container{
  bottom: 5%;
 }
 .btn-conoce-mas{
  margin: 6px 0;
 }
}

@media (max-width: 401px) and (max-height: 880px) {
   .prev-next-container{
  bottom: 7%;
 }
 .btn-conoce-mas{
  margin: 6px 0;
 }
}

@media (min-height: 800px) {
   .prev-next-container{
  bottom: 8%;
 }
}

.indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  visibility: hidden;
}

.indicator {
  /* width: 30px;
  height: 4px; */
   width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  /* cursor: pointer; */
  transition: background 0.3s;
}

.indicator.active {
  background: #ffffff;
}





.fade-text {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
/*----------------------- SLIDER SECTION -----------------------*/


/* ************************* */


