@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
*{
    list-style: none;
    box-sizing: border-box;
   
}

/*Menu principal*/

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
    height: 100px;   
}

#Header {
    
    background-color: rgb(255, 255, 255);
    
}
.logo {
    height: 45%;
    padding-right: 50%;
    margin: auto;
    
    
}


.menu {
    display: flex;
    justify-content: center;
    align-items: center;
   
    
}

.item a {
    margin: 0 15px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    color: #000000;
    text-decoration: none;
}
.item a:hover {
    color: #E29900;
    
}
#menu {
    display:none;
}

.menu-icono {
    width: 25px;
    display: none;

    
}


label {
    cursor: pointer;
    
    
}

@media(max-width:991px) {
    .menu {
        padding: 30px;
        margin: 0;
    }
    .menu-icono{
        display: initial;
    }
    .menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: rgb(255, 255, 255);
        display: none;
    }
    
    .item {
        margin: 0 0 20px 0;
        width: 100%;
    }
    #menu:checked ~ .menu {
        display: initial;
    }
}


/*Slider principal*/


.slider-frame {
    width: 100%;
    height: auto;
    margin: 80px auto 0;
    overflow: hidden;
}
.slider-frame ul {
    display: flex;
    padding: 0;
    width: 400%;
    animation: slide 20s infinite alternate ease-in-out;
}
.slider-frame li {
    width: 100%;
    list-style: none;
}
.slider-frame img {
	width: 100%;
}
@keyframes slide {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}

/*Banner marcas*/

.marcas{
    width: 100%;
    height: auto;
    margin: 0px auto 0;
    overflow: hidden
}
.marcas ul {
    padding: 0;
    width: 100%;     
}
.marcas img {
	width: 100%;
}

/*Clientes */

.clientes{
    width: 100%;
    height: auto;
    margin: 0px auto 0;
    overflow: hidden
}
.clientes ul {
    padding: 0;
    width: 100%;     
}
.clientes img {
	width: 100%;
}

/*mapa*/

.box-info {
    padding-top: 25px;
    padding-bottom: 25px;
    

}
.box-info h1{
    font-family: Poppins;
    font-size: clamp(0.7rem,(2vw),4rem) ;
    padding-left: 25px;
    color: #424547;
}

.box-info p{
    font-family: Poppins;
    font-size: clamp(0.5rem,(0.9vw),1.1rem) ;
    padding-left: 35px;
    color: #424547;
    margin: 10px;
    
}



/*footer*/
.footer {
    
    
    background: #ffffff;
    padding: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:  column;
    

  }
  .social-icon li .logog {
    height: 28px;
    align-items: center;
  
  }
  .social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0px 0px;
    flex-wrap: wrap;
    padding-top: 25px;
 
  
  }
  
  .icon-elem {
    list-style: none;
    
  }
  
  .icon {
    color: #5F6264;
    font-size: 20px;
    margin: 0 8px;
    transition: 0.5s;
    font-size: clamp(0.5rem,(1.5vw),1.5rem) ;
    align-items: center;
    padding-right: 10px;
  }
  
  .icon:hover {
    transform: translateY(-10px);
    color: #E29900;
  }
  
  .text {
    color: #5F6264;
    text-align: center;
    font-family: Poppins;
    font-size: clamp(0.4rem,(1.5vw),1rem) ;
  }


/* PAGINA NOSOTROS */
.contenedor{
    width: 90%;
    max-width: 1200px;
    overflow: hidden;
    margin: auto;
    padding: 100px 0px;
}

/* Services */
.contenedor-servicio{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.contenedor-servicio img{
    width: 45%;
    height: 35vh;

    border-radius: 10px;
}
.checklist-servicio{
    width: 45%;
}


/*RESPONSAVE*/
@media screen and (max-width: 800px){
    .titulo{
        font-size: 40px;
    }
    .contenedor-servicio img{
        width: 80%;
        height: 30vh;
        margin-bottom: 40px;
    }
    .checklist-servicio{
        width: 80%;
    }
    .service{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 500px){
    .titulo{
        font-size: 30px;
    }
    .contenedor-servicio img{
        height: 22vh;
    }
}

.derecha{
	text-align: right;
}

section.banner{
	background: url(/assets/img/Nosotros/contacto-23.png);
	padding: 8rem 0rem;
  width: 100%;
  height: auto;
  margin: 0px auto 0;
  overflow: hidden;
  padding-bottom: 8%;

 
   
    
}
.containerB{
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(20rem,1fr));
	grid-gap: 2rem;
}
.col1{
	display: flex;
	align-items: center;
	justify-content: center;
}
.imgBanner{
	width: 80%;
  border-radius: 5%;
}
.col2{
	padding: 1rem 2rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.somos{
  font-size: clamp(0.8rem,(1.5vw),3rem) ;
	color: #5F6264;
  font-family: Poppins semibold;
}
.grupo{
	font-size: clamp(1.2rem,(2vw),4rem) ;
	color: #5F6264;
  font-family: Poppins;
 
}
p {
  font-size: clamp(0.5rem,(0.9vw),1rem) ;

  font-family: Poppins;
  color: #5F6264;
  margin: 5px;
  
 
}
#txtBanner{
	margin: 1rem 0;
	font-size: 1.5rem;
	line-height: 5rem;
  

}

/*SERVICIOS*/
.services{
	padding: 0rem 0;
  
  
}
.subServices{
	text-align: center;
    padding-bottom: 2rem;
    color: #4c4c4c;
    font-family: Poppins;
    
}
.valores{
  background: url(/assets/img/Nosotros/BANNER\ PAGINA-22.png);
  height: auto;
  margin: 0px auto 0;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  
}
.valores h2{
	text-align: center;
  padding-top: 3rem;
    padding-bottom: 0.1rem;
    font-family:Poppins semibold;
    color: #E29900; 
    font-size: clamp(1rem,(1.5vw),4rem) ;
}

.valores p{
	text-align: center;
    padding-bottom: 2rem;
    font-family:Poppins;
    color: #E29900;
    font-size: clamp(0.4rem,(0.7vw),1rem) ;
}


.containerS{
	width: 100%;
    padding-top: 1.5%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(15rem,20fr));
	grid-gap: 1.2rem;
    text-align: center;
    justify-content: center center;
    font-family: Poppins;
  
}
.boxS{
	padding: 4rem 4rem;
	display: flex;
   
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 55px 5px rgb(0 0 0 / 6%);
    font-family: Poppins;
    border-radius: 5%;
    

    

}
.boxS img{ 
	width: 100px;
    
    
}
.boxS .titulo{
	color: #5F6264;
	margin: 10px 0;
    font-size: clamp(1.2rem,(1.5vw),3rem) ;
}


.boxS .mis-vis {
	text-align: left;
    justify-content: center;
    color: #5F6264;
    font-family: Poppins;
    font-size: clamp(0.5rem,(0.7vw),1rem) ;
    
}

/*catalogo*/

.container{
    max-width: 85%;
    margin:80px auto;
    
   
  }
  
  .container .categoria{

    font-size: 20px;
    background-color: #5F6264;
    color:#ffffff;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: clamp(0.8rem,(1vw),2rem) ;
  
    text-align: center;
    
    font-family: Poppins;
    
  }
  .container .textocategoria{
      font-family: Poppins;
      color: #5F6264;
      padding-top: 2%;
      padding-bottom: 2%;
      }
  
  .container .image-container{
    columns:3 250px;
    gap:15px;
  }
  
  .container .image-container img{
    margin-bottom: 10px;
    border-radius: 5px;
    width: 100%;
  }

/* BOTÓN LIBRO DE RECLAMACIONES */
.btn-libro img {
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
    transition: all 0.3s ease;
}

.btn-libro img:hover {
    transform: scale(1.08);
    box-shadow: 0 15px 35px rgba(0,0,0,0.5);
}