/************************************************************* 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;
        }
           


     .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;
  }
 
   /* .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;
            }
        }



/********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;
  }

  }


/*********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;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: .5rem;
}

.product-card .info-card-cta-button .arrow-cat{
  padding-top: .3rem;
}
.product-card:hover .info-card-cta-button .arrow-cat img{
  content: url("../iconos/arrow-blanco.svg");
 transition: .5s ease;
}


@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: 1300px) {
.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;
}


@media (max-width: 1024px) {
  .home_section-container-mbanner{
    padding:2rem !important;
    margin: 3.5rem auto 5rem auto !important;

  }
}

@media (max-width: 768px) {
  .home_section-container-mbanner{
    padding:1.5rem !important;
    margin: 2.5rem auto 4rem auto !important;

  }
}


#soluciones_section-container-mbanner .text-container-mini-banner h2{  
  font-size: 40px;
  color: #ffffff;
  font-family: Font-Semibold;
}





/*----------------------- 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 -----------------------*/


/******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 ;
  max-height: 300px;
  object-fit: cover;
}
#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{
    grid-template-columns: 1fr 1fr;
}
.entrie__img{
  max-height: 230px;
}
}
@media (max-width:768px){
  #posts{
     display: flex;
     flex-direction: column;
   
    gap: 2.4rem;
}
.entrie__title{
font-size: 20px;
line-height: 28px;
}

}
/*********end home******************************************/
