:root {
    --blanco: #ffffff;
    --primario: #FFC107;
    --secundario: #0097A7;
    --gris: #757575;
    --oscuro: #212121;
}
html {
    box-sizing: border-box;
    min-height: 100%;
    scroll-snap-type: y mandatory;
}
*, *:before, *:after {
    box-sizing: inherit;
}
p {
    line-height: 2;
}
.redondo{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: .5rem;
    margin-top: 0;
}
.anuncio{
    font-size: 13px;
    color:#e0e0e0;
    position: relative;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
.favoritos{
    font-size: 35px;
    font-family: 'Roboto Black', sans-serif;
    font-weight: bold;
}
.encabezado{
    font-size: 25px;
    font-family: 'Roboto Black', sans-serif;
    font-weight: bold;
    padding-left: 1rem;
}
body {
    font-family: 'Krub', sans-serif;

    /*background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);*/
    background-color: #f2f2f2;
    min-height: 100%;
    
}
h1 {
    font-size: 1rem;
    color: #ffffff;
    background-color: #484747;
    margin: 0 auto;
}
h1, h2, h3 {
    text-align: center;
}
h2 {
    font-size: 2.4rem;
}
h3 {
    color: var(--secundario);
    font-weight: 400;
    font-size: 1.6rem;
}
.muestras{
    padding-top: 4rem;
    width: 100%;
    border: 0;
}
.textoprod{
    padding-left: 1rem;
    font-family: 'Roboto', sans-serif;
    font-size: 20pt;
    font-weight: bold;
}
.colores{
    background-color: #0097A7;
    color: #0097A7;
    font-size: 2rem;
    height: 1.5rem;
    width: 1.5rem;
}
.blanco{
    background-color: #eef4f5;
    color: #eef4f5;
    font-size: 2rem;
    height: 1.5rem;
    width: 1.5rem;
}
.amarillo{
    background-color: #f1d846;
    color: #f1d846;
    font-size: 2rem;
    height: 1.5rem;
    width: 1.5rem;
}
.morado{
    background-color: #cc1aa5;
    color: #cc1aa5;
    font-size: 2rem;
    height: 1.5rem;
    width: 1.5rem;
}
.imagenesinicio{
    max-width: 3rem;
}
.bannernew{
    max-width: auto;
}
.contenedor {
    margin: 0 auto;
    max-width: 400px;
}
.contenedorfooter{
    margin: 0 auto;
    max-width: 100%;
}
.sombra {
    padding: 2rem;
    margin-bottom: 3rem;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    -webkit-box-shadow: 0px 11px 15px -9px rgba(0,0,0,0.63);
    -moz-box-shadow: 0px 11px 15px -9px rgba(0,0,0,0.63);
    box-shadow: 0px 11px 15px -9px rgba(0,0,0,0.63);
}
.nav-bg {
    background-color: #000000;
}
.navegacion {

    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (min-width:768px) {
    .navegacion {
        flex-direction: row;
        justify-content: space-between;
    }
}
.navegacion img{
    width: 15rem;
    align-items: unset;
}
.navegacion a{
    padding: 1rem 2rem;
    color: var(--blanco);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 200;
}
.navegacion a:hover {
    text-decoration: underline;
    text-decoration-color: darkorange;
}
.navegacion a:last-of-type {
    margin-bottom:0;
}
@media (min-width:768px) {
    .navegacion a{
        margin-bottom: 0;
    }
}
.hero {
    height: 450px;
    background-image: url(../img/hero.jpg);
    margin-bottom: 2rem;
    position: relative;
}
.contenido-hero {
    background-color: rgb(0 0 0 / 70%); /** Otra opción **/
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
   align-items: center;
   justify-content: center;
}

.contenido-hero h2, 
.contenido-hero p {
    color: var(--blanco);
}
.boton {
    background-color: var(--secundario);
    color: var(--blanco);
    margin-top: .5rem;
    padding: .5rem 3rem;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.2rem;
    border:none;
}
.boton:hover{
    cursor: pointer;
}
/**IMAGENES PRINCIPALES DE INDEX**/
@media (min-width:768px) {
.principal{
    display: grid;
    grid-template-columns: 71% 30%;
    padding: 0rem;
    padding-top: 1rem;
    column-gap: 1rem;
}
}
.principal img{
    display: block;
    width: 100%;
    height: auto;
}
@media (min-width:768px) {
    .descripcion{
        display: grid;
        grid-template-columns: 50% 50%;
        padding: 0rem;
        padding-top: 1rem;
        column-gap: 1rem;
    }
    }
    .descripcion img{
        display: block;
        width: 100%;
        height: auto;
    }
@media (min-width:768px) {
    .lupa{
        display: grid;
        grid-template-columns: 60% 40%;
        padding: 0rem;
        padding-top: 1rem;
        column-gap: 1rem;
    }
    }
    .lupa img{
        display: block;
        width: 100%;
        height: auto;
    }
@media (min-width:768px) {
    .calidad{
        font-family: 'Roboto', sans-serif;
        font-size: 20pt;
        font-weight: bold;
        display: grid;
        grid-template-columns: 33% 33% 30%;
        padding: 2rem;
        padding-top: 1rem;
        column-gap: 1rem;
    }
    }
    .calidad img{
        display: block;
        width: 100%;
        height: auto;
    }




@media (min-width:768px) {
    .carro{
        display: grid;
        grid-template-columns: 50% 50%;
        padding: 0rem;
        padding-top: 1rem;
        column-gap: 1rem;
    }
    }
    .carro img{
        display: block;
        width: 100%;
        height: auto;
    }
    

@media (min-width:768px) {
    .favoritos{
        display: grid;
        grid-template-columns: 30% 30% 30%;
        padding: 1rem;
        column-gap: 1rem;
    }
    }
    .favoritos img{
        display: block;
        width: 100%;
        height: auto;
    }
       


@media (min-width:768px) {
    .servicios {
        display: grid;
        grid-template-columns: 33.3% 33.3% 33.3%;
        column-gap: 1rem;
    }
}
.servicio {
    text-align:center;
}
.servicio {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.iconos {
    display: flex;
    height: 150px;
    width: 150px;
    justify-content: space-evenly;
    align-items: center;
    background-color: var(--primario);
    border-radius: 50%;
}
.iconos i {
    font-size: 2rem;
    color: var(--oscuro);
}


.formulario {
    background-color: var(--gris);
    padding: 2rem;
    border-radius: 10px;

}
.formulario legend {
    text-align: center;
    font-size: 1.2rem;
    color: var(--primario);
    margin-bottom: 2rem;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}
@media (min-width:768px) {
    .formulario {
        max-width: 800px;
        margin: 0 auto;
    }
}
.contenedor-campos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.campo {
    margin-bottom: 1rem;
    width: 100%;
}
@media (min-width:480px) {
    .campo {
        display: flex;
        align-items: center;
    }
}
@media (min-width: 768px) {
    .campo{
        flex: 0 0 calc(50% - .5rem)
    }
}
.campo label {
    color: var(--blanco);
    font-weight: 700;
    margin-bottom: .5rem;
    display: block;
}
@media (min-width:480px) {
    .campo label {
        flex: 0 0 90px;
    }
}
.campo input[type="text"],
.campo input[type="tel"],
.campo input[type="mail"],
.campo textarea {
    width: 100%;
    padding: .5rem;
    border: none;
    border-radius: .5rem;
}
@media (min-width: 768px) {
    :is(.campo) :is( 
        input[type="text"], 
        input[type="text"],  
        input[type="tel"],  
        input[type="mail"] , 
        textarea ) {
        flex: 1;
    }
}

.w-100{
    flex: 0 0 100%;
}
.campo textarea {
    height: 4rem;
}

.enviar {
    display: flex;
    justify-content: flex-end;
}
.ultimo{
    display: grid;
    align-items: center;
}
@media (min-width:768px) {
    .footer {
        justify-content: space-between;
    }
}
.footer {
    font-family: 'Roboto', sans-serif;
    font-size: 12pt;
    background-color: #000000;
    display: flex;
    text-align: left;
    flex-direction: row;
    padding: 1.5rem;

}
.footer a{
    text-decoration: none;
    color: white;
}
.footer a:hover {
    text-decoration: underline;
    text-decoration-color: darkorange;
}

.enlaces{
    text-decoration: none;
    color: white;
    font-size: 12px;
    font-family: Roboto, sans-serif;
}
.container {
    width: 100%;
    position: relative;
    align-items: left;
}
.tutorial img{
    width: 15rem;
    align-items: unset;
}
.tutorial {
    font-family: 'Roboto', sans-serif;
    position: relative;
    width: auto;
    margin: 0;
    box-shadow: 0 4px 12px rgba(56, 47, 47, 0.1);
    background-color: #000000;
    max-width: 100%;
}
.tutorial .slider {
    width: 100%;
    height: 300px;
    background-color: #f03861;
}
.tutorial .information {
    width: 100%;
    padding: 20px 50px;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}
.tutorial .information h1 {
    color: #ffffff;
    font-size: 1.5rem;
    padding: 0px 10px;
    border-left: 3px solid #f03861;
}
.tutorial .information h3 {
    color: #e0e0e0;
    font-size: 1rem;
    font-weight: 300;
    padding: 0px 10px;
    border-left: 3px solid #f03861;
}
.tutorial .information p {
    padding: 10px 0px;
}
.tutorial ul {
    font-size: 0;
    list-style-type: none;
}
.tutorial ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    padding: 15px;
    position: relative;
}
.promocion {
    background-color: #FF9E18;
}
.tutorial ul li ul {
    display: none;
}
.tutorial ul li:hover {
    cursor: pointer;
    background-color: #6b6868;
}
.tutorial ul li:hover ul {
    display: block;
    margin-top: 15px;
    width: 200px;
    left: 0;
    position: absolute;
}
.tutorial ul li:hover ul li {
    display: block;
    background-color: #6b6868;
}
.tutorial ul li:hover ul li span {
    float: right;
    color: #f9f9f9;
    background-color: #f03861;
    padding: 2px 5px;
    text-align: center;
    font-size: 0.8rem;
    border-radius: 3px;
}
.tutorial ul li:hover ul li:hover {
    background-color: #e0e0e0;
}
.tutorial ul li:hover ul li:hover span {
    background-color: #ee204e;
}
@media (min-width:768px) {
    .equipaje{
        display: grid;
        grid-template-columns: 50% 50%;
        padding: 1rem;
        padding-top: 0rem;
        column-gap: 1rem;
    }
    }
    .equipaje img{
        padding-top: 0rem;
        display: block;
        width: 98%;
        height: auto;
    }
    @media (min-width:768px) {
        .mochilas{
            display: grid;
            grid-template-columns: 50% 50%;
            padding: 1rem;
            padding-top: 0rem;
            column-gap: 1rem;
            row-gap: 1rem;
        }
        }
        .mochilas img{
            padding-top: 0rem;
            display: block;
            width: 98%;
            height: auto;
        }
        @media (min-width:768px) {
            .bolsas{
                display: grid;
                grid-template-columns: 33% 33% 33%;
                padding: 1rem;
                padding-top: 0rem;
                column-gap: 1rem;
            }
            }
            .bolsas img{
                padding-top: 0rem;
                display: block;
                width: 98%;
                height: auto;
            }
            @media (min-width:768px) {
                .productos{
                    display: grid;
                    grid-template-columns: 33% 33% 33%;
                    padding: 1rem;
                    padding-top: 1rem;
                    column-gap: 1rem;
                }
                }
                .productos img{
                    padding-top: 1rem;
                    display: block;
                    width: 98%;
                    height: auto;
                }
                @media (min-width:768px) {
                    .catalogos{
                        padding: 1rem;
                        padding-top: 1rem;
                    }
                    }
                    .catalogos img{
                        padding-top: 1rem;
                        display: block;
                        width: 100%;
                        height: auto;
                    }



			.slide {
				
				box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.64);
				margin: 0px;
                max-width: auto;
                height: auto;
             
			}

			.slide-inner {
				overflow: hidden;
				width: auto;
				height: auto;
                max-width: auto;
			}

			.slide-open:checked + .slide-item {
				position: static;
				opacity: 100;
			}

			.slide-item {
				position: absolute;
				opacity: 0;
				-webkit-transition: opacity 0.6s ease-out;
				transition: opacity 0.6s ease-out;
			}

			.slide-item img {
				display: block;
				height: auto;
				
			}

			.slide-control {
				background: rgba(0, 0, 0, 0.28);
				border-radius: 50%;
				color: #fff;
				cursor: pointer;
				display: none;
				font-size: 40px;
				height: 40px;
				line-height: 35px;
				position: absolute;
				top: 50%;
				-webkit-transform: translate(0, -50%);
				cursor: pointer;
				-ms-transform: translate(0, -50%);
				transform: translate(0, -50%);
				text-align: center;
				width: 40px;
				z-index: 10;
			}

			.slide-control.prev {
				left: 2%;
			}

			.slide-control.next {
				right: 2%;
			}

			.slide-control:hover {
				background: rgba(0, 0, 0, 0.8);
				color: #aaaaaa;
			}

			#slide-1:checked ~ .control-1,
			#slide-2:checked ~ .control-2,
			#slide-3:checked ~ .control-3 {
				display: block;
			}

			.slide-indicador {
				list-style: none;
				margin: 0;
				padding: 0;
				position: absolute;
				bottom: 2%;
				left: 0;
				right: 0;
				text-align: center;
				z-index: 10;
			}

			.slide-indicador li {
				display: inline-block;
				margin: 0px;
			}

			.slide-circulo {
				color: #828282;
				cursor: pointer;
				display: block;
				font-size: 35px;
			}

			.slide-circulo:hover {
				color: #aaaaaa;
			}

			#slide-1:checked ~ .control-1 ~ .slide-indicador 
			 	li:nth-child(1) .slide-circulo,
			#slide-2:checked ~ .control-2 ~ .slide-indicador 
			 	 li:nth-child(2) .slide-circulo,
			#slide-3:checked ~ .control-3 ~ .slide-indicador 
			 	 li:nth-child(3) .slide-circulo {
				color: #428bca;
			}

			#titulo {
				width: 100%;
				position: absolute;
				padding: 0px;
				margin: 0px auto;
				text-align: center;
				font-size: 27px;
				color: rgba(255, 255, 255, 1);
                font-family: 'Roboto', sans-serif;
				z-index: 9999;
				text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33), 
			 	    -1px 0px 2px rgba(255, 255, 255, 0);
			}
            
            .banners {
                width: auto;
                margin: auto;
                overflow: hidden;
            }
            
            .banners ul {
                display: flex;
                padding: 0;
                width: 400%;
                
                animation: cambio 15s infinite alternate linear;
            }
            
            .banners li {
                width: 100%;
                list-style: none;
            }
            
            .banners img {
                width: 100%;
            }
            
            @keyframes cambio {
                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%;}
            }