/* Estilo index */
body.index{
    height: fit-content;
}

header.contenedor{
    position: fixed;
    width: 100%;
    margin: 0;
    background-color: #fff;
    display:flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    z-index: 50;
}
div.btn_carrito{
    width: 50px;
    /* border: 2px solid #20130a; */
    font-size: 40px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .icon_carrito {
    /* border: 1px solid #F0DE36; */
    position: relative;
    top: 5px;
    color: #20130a;
  }
  
  .cantidad_items {
    width: 25px;
    height: 25px;
    position: relative;
    top: -50px;
    left: 2px;
    background-color: #F94C10;
    color: #fff;
    font-size: 13px;
    padding: 2px 5px;
    border-radius: 50%;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid #F94C10; */
  }
div.contenedor{
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.contenedor-logo{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
div.contenedor div.img{
    width:clamp(65px,8vw,75px);
    height: clamp(65px,8vw,75px);
}
div.contenedor h2{
    font-size: clamp(23px,4vw,28px);
    font-family: "Shantell Sans",cursive;
    font-weight: 700;
    font-style: normal;
    color: #ffca30;
}
div.contenedor h2>span{
    color: #f68200;
}
div.img img{
    width: 100%;
    height: 100%;
}
nav{
    width: 85px;
    height: inherit;
}
nav div.icono{
    width: clamp(50px,7vw,60px);
    height: clamp(50px,7vw,60px);
    border: 3px solid #20130a;
    border-radius: 8px;
    margin-left: 17.5px;
    margin-top: 17.5px;
}
nav div.icono i{
    display: inline-block;
    color:#20130a;
    font-size: 55px;
    font-weight: 900;
    margin-top: -20px;
    margin-left: -5px;
}
div.contenedor-opciones{
    width: 300px;
    position: relative;
    display: flex;
    justify-content: space-between;
    top: -77%;
    transform: translate(-350px);
    transition: 1s;
}
div.menu{
    width: 50px;
}
button.menu{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-left: 5px;
    margin-top: 15px;
    font-size: 30px;
    font-weight: 700;
    background-color: #F94C10;
    color: #fff;
    border: none;
    box-shadow: 0 0 5px 1px #77767c;
    text-shadow: 0 0 5px #77767c;
}
div.opciones{
    width: 240px;
    height: 1000px;
    background-color: #fff;
    box-shadow: 0 3px 5px 0 #20130a;
    z-index: 50;
    padding: 10px;
    font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
}
nav div.opciones ul{
    list-style: none;
}
nav div.opciones ul li {
    margin-left: -10px;
    cursor:pointer;
}
nav div.opciones ul li h3{
    font-size: 20px;
    margin-left: -20px;
    margin: 20px 0;
    font-weight: 600;
}
div.titulo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -20px;
}
div.desplegar{
    font-size: 27px;
    margin: 20px 0;
    margin-left: -20px;
}
.Cubos{
    display: none;
}
button.cubosi{
    display: inline-block;
}
div.Cubos ul{
    color:black;
    list-style: none;
}
nav a{
    text-decoration: none;
    color: #20130a;
}
div.Cubos ul li{
    width: 150px;
    margin: 20px 0;
}
.subtitulo-menu{
    width: 100%;
    display: flex;
    align-items: center;
}
.subtitulo-menu img{
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}
div.Cubos ul li h4{
    font-size: 18px;
}
main.index{
    margin-top: 85px;
    height: fit-content;
}
div.carrusel{
    margin-top: -85px;
    width: 100%;
    z-index: 0;
}
div.carousel-item img{
    width: 100%;
    z-index: 0;
}
div.carousel-caption{
    z-index: 10;
    color: #fff;
    text-shadow: 1px 1px 10px #20130a;
}
div.carousel-caption h5,p{
    font-weight: 500;
}
.carousel-control-prev,.carousel-control-next{
    margin: auto 5px;
}
aside{
    height: fit-content;
    background-color: #fff;
}
#slider {
    width: 100%;
    overflow: hidden;
}
div.title{
    font-weight: bold;
    font-size: 20px;
    margin: 20px;
    text-align: center;
}
.slider-container-aside{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.slider-container, .slider-container2{
    display: flex;
    width: 100%;
    height: 100px;
    transition: transform 0.5s ease-in-out;
    justify-content: center;
    align-items: center;
}
.slider-container a{
    text-decoration: none;
    color: #20130a;
}
.slider-item-container{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 110px;
}
.slider-item-container h5{
    width: 100%;
    text-align: center;
    font-size: 15px;
}
.info_envio{
    background-color: #26355D;
    height: 200px;
    display: flex;
    align-items: center;
    
}
.text_info_envio{
    height: fit-content;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 10px #20130a;
    margin: 0 auto;
}
.info_pago{
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info_pago img{
    height: 95.17px;
    width: 426px;
}
.slider-item {
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    box-shadow: 2px 2px 5px 0px #77767c;
    margin: 5px;
}
.slider-item img{
    width: 80%;
    height: 80%;
    border-radius: 25px;
}
img.marcas{
    width: 100%;
    height: 100%;
    border-radius: inherit;
}
.slider-item.azul{
    background-color: #00abff;
}
.slider-item.amarillo{
    background-color: #ffed3c;
}
.slider-item.naranja{
    background-color: #ffac08;
}
.slider-item-container.naranja{
    margin-left: 100px;
}
.slider-item.verde{
    background-color: #51d956;
    margin-top: 20px;
}
.buttons {
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 25;
}
footer.index{
    background-color: #F94C10;
    height: fit-content;
}
div.footer-container{
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-weight: 500;
}
div.footer-container div{
    margin: 10px;
    margin-top: -10px;
}
div.footer-container div a{
    color: #fff;
}
div.footer-container div.cubos a{
    color: #F94C10;
} 

/*Cubos*/
body.cubos{
    width: 100%;
    height: fit-content;
    margin: 0;
    display: flex;
    flex-direction: column;
    background-color: #F94C10;
}
main.cubos{
    flex: 7;
    margin-top: 87px;
    text-align: center;
    color: #fff;
    background-color: #F94C10;
}
main.cubos h2{
    margin: 20px;
    margin-bottom: 20px;
    font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 35px;
}
main.cubos ul.cubos{
    width: 100%;
    display: flex;
    justify-content: center;
    text-decoration: none;
    list-style: none;
}
li.cubos button{
    width: 7rem;
    height: 70px;
    border-radius: 70px;
    margin: 5px;
    padding: 5px;
    background-color: #fff;
    border-color: transparent;
    box-shadow: 3px 3px 5px 0px #20130a;
}
.titulo-cubos{
    display: flex;
    justify-content: center;
    align-items: center;
}
li.cubos button a{
    text-decoration: none;
    color: #F94C10;
    font-size: 18px;
    font-weight: 700;
}
.titulo-cubos img{
    width: 80px;
    height: 80px;
    filter: drop-shadow(1px 1px 2px);
}
.subtitulo-cubos{
    display: flex;
    align-items: center;
}
.subtitulo-cubos img{
    margin-top: 10px;
    width: 50px;
    height: 50px;
}
div.contenedor-main{
    margin-top: 85px;
    text-align: start;
    width: 100%;
}
div.contenedor-main.inactivo{
    margin-top: -35px;
}
div.contenedor-items{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 380px;
    gap: 15px;
    padding-top: 30px;
    padding-bottom:  30px;
    box-shadow: 0px 4px 6px 0 #77767c;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
}
div.item{
    width: 100%;
    background-color: #fff;
    color: #20130a;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
}
a.item_link{
    width: 100%;
    text-decoration: none;
    color: #191919;
}
div.img_producto{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 25px;
}
div.img_producto img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
div.item-text{
    width: 95%;
    margin-left: 10px ;
}
div.item h3{
    font-size: 20px;
    align-items: center;
}
div.item p{
    display: inline-block;
    font-weight: 700;
    font-size: 21px;
    margin: 10px;
}
form.item_form{
    display: block;
    width: 100%;
}
button.item_compra{
    margin: 0 auto;
    border-radius: 15px;
    background-color: #EBF400;
    border: transparent;
    box-shadow: 3px 3px 5px 0px #77767c;
}
button.item_compra div{
    color: #F94C10 ;
    font-weight: 700;
    text-shadow: 1px 1px 1px #ccc;
}
footer.cubos{
    background-color: #fff;
}
footer.cubos div.footer-container{
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #F94C10;
    font-weight: 500;
}
/*Producto*/
/*Producto*/
.titulo_producto{
    text-align: center;
}
.titulo_producto h2{
    color: #F94C10;
    font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
    font-style: normal;
}
.contenedor_producto{
    width: 100%;
    height: 100%;
}
.imagen{
    width: 100%;
}
.imagen_all{
    width: 100%;
}
.imagen_product{
    width: 95%;
    margin: 0 auto;
    box-shadow: 4px 4px 7px 3px #77767c;
    border-radius: 10px;
    margin-bottom: 10px;
}
.imagen_product img{
    width: 100%;
    border-radius: inherit;
}
.vistas{
    width: 100%;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}
.vista{
    width: 125px;
    margin: auto 0;
    margin-right: 7px;
    border-radius: 5px;
    box-shadow: 2px 2px 4px 1px #77767c;
}
.vista:hover{
    border: 3px solid #F94C10;
}
div.vista img{
    width: 120px;
    border-radius: 5px;
}
.description{
    width:95%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    border-bottom: 2px solid #ccc;
}
.description p{
    display: inline-block;
}
/*pago*/
aside.producto{
    display: none;
}
.contenedor_pago{
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    box-shadow: 4px 4px 6px 3px #77767c;
    margin-bottom: 10px;
}
label,.info,.precio{
    margin-left: 30px;
    margin-bottom: 30px;
}
.precio{
    color: #20130a;
    text-shadow: 0px 0px 1px #ccc;
    margin-top: 30px;
}
label,select{
    display: inline-block;
    font-size: 20px;
    color: #F94C10;
    text-shadow: 0px 0px 1px #ccc;
}
select.select_producto{
    width: 60px;
    padding: 6px;
    background-color: #F94C10;
    color: #fff;
    font-weight: 400;
}
option{
    font-size: 18px;
}
button{
    display: block;
    width: 80%;
    height: 70px;
}
button p{
    font-size: 22px;
    margin: auto;
}
.btn-compra,.btn-carro{
    border-radius: 80px;
    text-shadow: 0px 0px 3px #77767c;
    border: none;
    box-shadow: 4px 4px 5px 0px #77767c;
    margin: 0 auto;
    margin-bottom: 30px;
}
.btn-carro{
    background-color: #EBF400;
    color: #fff;
}
.btn-compra{
    background-color: #F94C10;
    color: #fff;
}
.info{
    font-size: 20px;
}
footer.producto{
    flex-basis: content;
}
/*carrito.html*/
body.body_carrito{
    margin: 0;
    height: fit-content;
}
main.main_carrito{
    margin-top: 30px;
    height: fit-content;
    margin-bottom: 30px;
}
main.main_carrito h2{
    margin: 0;
    text-align: center;
}
.contenedor_carrito{
    width: 100%;
    margin-top: 15px;
    height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
}
.titulos_carrito{
    border-top: 1px solid #77767c;
    background-color: #F94C10;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.titulo_carrito_nombre{
    border-right: 1px solid #fff;
    width: 45%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.titulo_valores{
    width: 55%;
    height: 90%;
    display: flex;
}
.titulo_carrito{
    width: 33%;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #fff;
}
.titulo_recuadro{
    color: #fff;
    text-shadow: 0px 0px 3px #ccc;
}
.contenido_carrito{
    border: 1px solid #77767c;
    box-shadow: 0px 2px 0 0px #ccc;
    width: 100%;
    display: flex;
    align-items: center;
    overflow-x: hidden;
    overflow-y: auto;
}
form.eliminarCarrito{
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.eliminarCarrito{
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 2px solid #191919;
}
div.eliminarCarrito{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.eliminarCarrito p{
    font-size: 24px;
    display: block;
}
.imagen_carrito{
    border-right: 1px solid #77767c;
    width: 45%;
    height: 100%;
    display: flex;
}
.imagen_carrito_imagen{
    width: 45%;
    height: 100%;
    display: flex;
    align-items: center;
}
.imagen_carrito_imagen img{
    width: 100%;
}
.imagen_carrito_title{
    width: 45%;
    height: 100%;
    display: flex;
    align-items: center;
}
.imagen_carrito_title p{
    font-size: 12px;
}
.contenido_carrito_valores{
    width: 55%;
    height: 90%;
    display: flex;
}
.imagen_carrito_valores{
    border-right: 1px solid #77767c;
    width: 33.33%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.imagen_carrito_valores_cantidad{
    border-right: 1px solid #77767c;
    width: 33.33%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.imagen_carrito_valores p{
    display: inline-block;
}
.imagen_carrito_valores_cantidad p{
    display: inline-block;
    height: 25%;
}
div.carrito_vacio{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80%;
}
.carrito_vacio_texto{
    font-size: 28px;
    font-weight: 500;
}
.formo{
    width: 100%;
    height: 30%;
    display: block;
}
.mas,.menos{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-color: #fff;
    border: 2px solid #F94C10;
    bottom: 2px;
}
.mas div,.menos div{
    position: relative;
    color: #F94C10;
    text-shadow: 0px 0px 2px #77767c;
    font-weight: 600;
    height: 100%;
}
aside.aside_carrito{
    border: 1px solid blue;
    flex-basis: 300px;
    flex-grow: 1;
}
footer.footer_carrito{
    border: 1px solid red;
    height: fit-content;
}
/*carrito_pago*/
.carrito_pago{
    width: 97%;
    margin: 0 auto;
    background-color: #EBF400;
    border-radius: 20px;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 5px 2px #77767c;
    margin-top: 15px;
}
.carrito_pago h6, .carrito_pago div p{
    color: #fff;
    text-shadow: 1px 1px 2px #77767c;
    margin-top: 20px;
    margin-left: 15px;
}
.carrito_pago div.notas p{
    font-size: 20px;
}
.carrito_subtotal{
    color: #fff;
    text-shadow: 1px 1px 2px #77767c;
    margin-top: 10px;
    margin-bottom: 1px;
}
.carrito_subtotal p{
    display: inline-block;
    width: 100%;
    text-align: center;
}

/*Formulario*/
body.form_body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    height: fit-content;
    display: flex;
    justify-content: center;
  }
  
  .container_form {
    max-width: 800px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .col-md-6 {
    flex-basis: 100%;
    margin: 20px;
  }
  fieldset{
    color: #F94C10;
    font-size: 24px;
    font-weight: 600;
    border-color: #F94C10;
  }
  .metodo_pago{
    margin-top: 30px;
  }

  div.form-group h2 {
    margin-top: 0;
    font-size: 24px;
    color: #191919;
  }
  
  .form-group {
    margin-bottom: 20px;
  }
  
  div.form-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    color: #191919;
    font-size: 20px;
  }
  
  div.form-group input[type="text"], input[type="email"], input[type="tel"],input[type="number"], textarea, select {
    width: 70%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 20px;
  }
  div.form-group input[type="password"],input[type="month"]{
    width: 50%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 20px;
  }
  div.form-group select{
    width: 70%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
  div.form-group input[type="checkbox"]{
    width: 30px;
    height: 30px;
  }
  div.form-group img{
    width: 50px;
    position: relative;
    top: 15px;
  }
  #pago_pse,#pago_tarjeta,#pago_efectivo{
    margin-top: 60px;
  }
  .acepto-terminos{
    display: flex;
  }
  .acepto-terminos-text{
    font-size: 20px;
    color: #20130a;
  }
  div.form-group button {
    background-color: #4CAF50;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  div.form-group span{
    color: #F94C10;
    font-size: 18px;
  }

  div.btn_submit button div{
    font-size: 27px;
    font-weight: 600;
    margin: auto;
  }

  .btn_submit{
   width: 80%;
   margin:0 auto; 
  }
  .btn_submit button{
    background-color: #4CAF50;
    width: 80%;
    margin: 0 auto;
    color: #f5f5f5;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  .btn_submit button:hover{
    background-color: #EBF400;
    color: #F94C10;
  }
  
  #pago_efectivo{
    display: flex;
  }
  div.pago_efectivo{
    display: flex;
    align-items: center;
  }
  .contenedor_carrito.extra{
    max-width: 400px;
    height: fit-content;
  }
  .contenido_carrito.extra{
    height: 350px;
  }
  .titulo_carrito_nombre.extra{
    width: 100%;
  }
  .imagen_carrito.extra{
    width: 100%;
  }
  .imagen_carrito_title.extra{
    flex-direction: column;
    align-items: start;
    justify-content: space-around;
  }
  .imagen_carrito_title.extra p{
    font-size: 20px;
    display: block;
  }
  /*formulario pago*/
  .form_pago{
    width: 100%;
  }
  .form_pago div.btn_submit_pago{
    width: 100%;
    border: 3px solid red;
   }
   .btn_submit_pago button{
    margin: 0 auto;
    background-color: #4CAF50;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
   }
   .btn_submit_pago button div {
        margin: auto 0;
        font-size: 24px;
        font-weight: 600;
    }
    div.nota{
        font-size: 20px;
        font-weight: 400;
      }
    fieldset.resumen{
        border-color: #f68200 ;
    }
    .resumen div.nota, h3{
        color: #191919;
    }
  /*Terminos y condiciones*/
  .body_terminos{
    display: flex;
    justify-content: center;
    background-color: #ddd;
    height: fit-content;
  }
  .terminos{
    max-width: 800px;
    margin: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .terminos div{
    margin: 30px;
    font-size: 21px;
  }
  .terminos h2{
    text-align: center;
  }
  .terminos h2, .terminos h3{
    color: #F94C10;
  }
  .terminos div ul li{
    list-style: none;
  }
@media (500px>=width){
*{
    scrollbar-width:none;
}
body{
    width: 100%;
    height: fit-content;
    margin: 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}
header.contenedor{
    height: 85px;
    box-shadow: 0 0px 3px 0;
}
div.btn_carrito{
    width: 50px;
    /* border: 2px solid #20130a; */
    font-size: 40px;
  }
  
  .icon_carrito {
    top: 5px;
  }
  
  .cantidad_items {
    width: 25px;
    height: 25px;
    font-size: 13px;
  }
div.contenedor{
    width: 270px;
}
div.contenedor-logo{
    position: relative;
    right: 10px;
}
div.carrusel{
    height: 270px;
}
div.carousel-item img{
    height: 270px;
}
div.carousel-caption h1{
    font-size: 20px;
}
#slider {
    height: 210px;
  }
div.buttons button{
    height: 70px;
    width: 35px;
    background-color: transparent;
    border:none;
    font-size: 30px;
    color: #fff;
    text-shadow: 1px 1px 3px #20130a;
}
button.prev i{
    margin-left: -10px;
    padding: 0;
}
.buttons.derecha{
    position: relative;
    right: 68px;
}
.info_pago img{
    height: 84px;
    width: 376px;
}
footer.index{
    height: 250px;
}
div.footer-container div i{
    font-size: 30px;
}
/*Cubos*/

div.subtitulo-cubos h2{
    font-size: 30px;
}
button.item_compra{
    height: 55px;
    width: 92%;
}
button.item_compra div{
    font-size: 19px;
}
button.item_compra div i{
    font-size: 25px;
    font-weight: bolder;
}
footer.cubos{
    height: 250px;
}
/*Producto*/
body.producto{
    height: fit-content;
}
main.producto{
    margin-top: 15px;
}
.titulo_producto{
    margin-top: 20px;
    margin-bottom: 20px;
}
.titulo_producto h2{
    font-weight: 400;
    font-size: 45px;
}
.contenedor_producto{
    width: 100%;
    height: 1600px;
}
.imagen{
    width: 100%;
    height: 60%;
    margin-bottom: 10px;
}
.imagen_all{
    width: 100%;
    height: fit-content;
}
.vistas{
    height: 140px;
}
.vista{
    width: 125px;
    height: 125px;
}
.vista:hover{
    border: 3px solid #f68200;
}
div.vista img{
    width: 120px;
}
.description{
    width:95%;
    height: clamp(350px,40%,400px);
}
.description p{
    display: block;
    width: 100%;
    height: fit-content;
    margin-top: 250px;
    font-size: 17px;
}
/*pago*/
aside.producto{
    display: none;
}
.contenedor_pago{
    height: 500px;
}
.precio{
    font-size: 40px;
}
label,select{
    font-size: 20px;
}
select{
    width: 60px;
    font-weight: 400;
}
option{
    font-size: 18px;
}
button p{
    font-size: 22px;
}
.info{
    font-size: 20px;
}
footer.producto{
    flex-basis: 250px;
}
/*Carrito*/

.contenedor_carrito{
    height: 400px;
    border: 1px solid #ffac08;
    box-shadow: 0 0px 1px 1px #ccc;
}
.titulos_carrito{
    height: 70px;
}
.titulo_carrito{
    font-size: 10px;
}
.titulo_recuadro{
    font-size: 14px;
}
.contenido_carrito{
    height: 90px;
}
.imagen_carrito_title p{
    font-size: 12px;
}
.mas div,.menos div{
    font-size: 20px;
    bottom: 10px;
}
aside.aside_carrito{
    border: 1px solid blue;
    flex-basis: 300px;
    flex-grow: 1;
}
/*Carrito_pago*/
.carrito_pago{
    width: 97%;
    height: fit-content;
}
.carrito_pago h6{
    font-size: 25px;
}
.carrito_subtotal{
    font-size: 28px;
}
.btn-compra div{
    font-size: 25px;
}

/*formulario*/
body.form_body{
    flex-direction: column;
    align-items: center;
}
}

@media (500px<width<=768px) {
    *{
        scrollbar-width: none;
    }
    body{
        width: 100%;
        height: inherit;
        margin: 0;
        background-color: #fff;
        display: flex;
        flex-direction: column;
    }
    header.contenedor{
        height: 85px;
        margin: 0;
        box-shadow: 0 0px 3px 0;
    }
    div.btn_carrito{
        width: 70px;
        font-size: 45px;
      }
      
      .icon_carrito {
        top: 8px;
      }
      
      .cantidad_items {
        width: 25px;
        height: 25px;
        font-size: 13px;
        padding: 4px;
      }
    div.contenedor{
        width: 683px;
    }
    nav div.icono i{
        font-size: 55px;
        margin-top: -20px;
        margin-left: -5px;
    }
    div.desplegar{
        margin: auto 0;
    }
    div.carousel-caption h5,p{
        font-size: 25px;
    }
    div.carousel-caption h1{
        font-size: 25px;
    }
    aside.index{
        height: fit-content;
    }
    #slider {
        height: 270px;
    }
    div.title{
    font-size: 23px;
    }
    .slider-container, .slider-container2{
    height: 200px;
    }
    .slider-item-container{
    width: 130px;
    height: 200px;
    margin: 5px;
    }
    .slider-item-container h5{
    font-size: 20px;
    }
    .info_envio h5{
        font-size: 25px;
    }
    .info_envio p{
        font-size: 20px;
    }
    .info_pago img{
        height: 84px;
        width: 376px;
    }
    .slider-item {
    width: 130px;
    height: 130px;
    }
    .slider-item.amarillo{
    margin-top: 15px;
    }
    .slider-item.verde{
    margin-top: 10px;
    }
    .buttons {
    display: none;
    }
    footer.index{
        height: 300px;
    }
    div.footer-container div i{
        font-size: 30px;
    }
    /*Cubos*/

.titulo-cubos img{
    width: 90px;
    height: 90px;
}
.subtitulo-cubos img{
    margin-top: 20px;
    width: 55px;
    height: 55px;
}
div.contenedor-items{
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 410px;
}
button.item_compra{
    height: 70px;
    width: 92%;
}
button.item_compra div{
    font-size: 20px;
}
button.item_compra div i{
    font-size: 28px;
    font-weight: bolder;
}
footer.cubos{
    height: 300px;
}

/*Productos*/
main.producto{
    margin-top: 15px;
    height: 1600px;
}
.contenedor_producto{
    height: 1600px;
}
.titulo_producto{
    margin-top: 20px;
    margin-bottom: 20px;
}
.titulo_producto h2{
    font-size: 40px;
}
.imagen{
    width: 100%;
    height: 60%;
    margin-bottom: 10px;
}
.imagen_all{
    width: 100%;
    height: clamp(450px,75vw,600px);
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 50px;
}
.description{
    border-top: 2px solid #ccc;
    height: clamp(300px,70vw,320px);
}
.description p{
    margin-top: 280px;
    font-size: 22px;
}
.imagen_product{
    width: 70%;
    display: flex;
    align-items: center;
}
.imagen_product img{
    width: 100%;
    border-radius: inherit;
}
.vistas{
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
}
.vista{
   margin: 10px auto;
   width: 140px;
   height: 140px;
}
div.vista img{
    width: 100%;
    height: 100%;
}
body.producto{
    height: fit-content;
}
/*carrito.html*/
body.body_carrito{
    margin: 0;
}
main.main_carrito{
    height: fit-content;
}
main.main_carrito h2{
    font-size: 35px;
}
.contenedor_carrito{
    height: 600px;
    border: 2px solid #f68200;
}
.titulos_carrito{
    height: 85px;
}
.titulo_recuadro{
    font-size: 20px;
}
.contenido_carrito{
    height: clamp(140px,50vw,160px);
}
.imagen_carrito_title p{
    font-size: 18px;
}
.imagen_carrito_valores_cantidad p{
    height: 30%;
}
.mas,.menos{
    bottom: 2px;
}
.mas div,.menos div{
    font-size: 20px;
}
/*carrito_pago*/
.carrito_pago{
    width: 97%;
    height: fit-content;
}
.carrito_pago h6{
    font-size: 32px;
}
.carrito_subtotal p{
    font-size: 37px;
}
.btn-compra div{
    font-size: 30px;
}

}

@media(768px<width<=1080px){
    body.index{
        width: 100%;
        margin: 0;
        background-color: #fff;
        display: flex;
        flex-direction: column;
    }
    header.contenedor{
        height: 100px;
        box-shadow: 0 0px 3px 0;
    }
    div.btn_carrito{
        width: 90px;
        font-size: 53px;
      }
      
      .icon_carrito {
        top: 8px;
      }
      
      .cantidad_items {
        width: 28px;
        height: 28px;
        font-size: 16px;
        padding: 4px 4px;
        left: 3px;
        top: -60px;
      }
    div.contenedor{
        width: 700px;
    }
    div.contenedor-logo{
        margin-right: 300px;
    }
    nav div.icono i{
        font-size: 60px;
        margin-top: -19px;
        margin-left: -3px;
    }
    div.desplegar{
        font-size: 34px;
        margin: auto 0;
    }
    div.carousel-caption h5,p{
        font-size: 35px;
    }
    div.carousel-caption h1{
        font-size: 35px;
    }
    #slider {
        height: 270px;
      }
      div.title{
        font-size: 23px;
      }
      .slider-container, .slider-container2{
        height: 200px;
      }
      .slider-item-container{
        width: 130px;
        height: 200px;
        margin: 5px;
      }
      .slider-item-container h5{
        font-size: 20px;
      }
      .info_envio h5{
        font-size: 28px;
    }
        .info_envio p{
            font-size: 23px;
        }
      .slider-item {
        width: 130px;
        height: 130px;
      }
      .slider-item.amarillo{
        margin-top: 15px;
      }
      .slider-item.verde{
        margin-top: 10px;
      }
      .buttons {
        display: none;
      }
      footer.index{
        height: 300px;
      }

    div.footer-container div i{
        font-size: 40px;
    }
    /*Cubos*/
main.cubos h2{
    margin-top: 50px;
    font-size: 40px;
}
li.cubos button{
    width: 12rem;
    margin: 20px;
    margin-top: 25px;
}
li.cubos button a{
    font-size: 22px;
}
.titulo-cubos img{
    width: 100px;
    height: 100px;
}
.subtitulo-cubos img{
    margin-top: 20px;
    width: 60px;
    height: 60px;
}
div.contenedor-items{
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: 480px;
}
a.item_link:hover{
    color: #F94C10;
}
button.item_compra{
    height: 85px;
    width: 92%;
}
button.item_compra div{
    font-size: 22px;
}
button.item_compra div i{
    font-size: 32px;
    font-weight: bolder;
}
footer.cubos{
    height: 300px;
}
/*Productos*/
header.contenedor.producto{
    margin-top: -25px;
}
main.producto{
    display: flex;
    margin-top: 70px;
    height: fit-content;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.titulo_producto{
    width: 100%;
    height: 130px;
    margin-top: 25px;
}
.titulo_producto h2{
    font-size: 45px;
}
.contenedor_producto{
    display: flex;
    flex-grow: 3;
}
.imagen{
    width: 65%;
}
.imagen_all{
    width: 100%;
    height: clamp(450px,70vw,520px);
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 50px;
}
.imagen_product{
    width: 70%;
    display: flex;
    align-items: center;
}
.imagen_product img{
    width: 100%;
    border-radius: inherit;
}
.vistas{
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width:none;
}
.vista{
   margin: 10px auto;
   width: 140px;
   height: 140px;
}
div.vista img{
    width: 100%;
    height: 100%;
}
.description{
    height: 600px;
    scrollbar-width:none;
    box-shadow: 0 0 2px 2px #ccc;
}
.description p{
    margin-top: 200px;
    font-size: 25px;
}
.contenedor_pago{
    width: 30%;
    height: clamp(450px,70vw,520px);
}
.contenedor_pago>p{
    font-size: 35px;
}
p.info{
    margin: 0 auto;
    font-size: 22px;
}

body.producto{
    height: fit-content;
}
.imagen,.contenedor_pago{
    margin-top: 0;
}

footer.producto{
    flex-basis: 300px;
    flex-grow: 1;
}
/*carrito.html*/
body.body_carrito{
    margin: 0;
}
main.main_carrito h2{
    width: 65%;
    font-size: 35px;
}
.titulos_carrito{
    height: 85px;
}
.titulo_recuadro{
    font-size: 20px;
}
.contenedor_carrito{
    width: 65%;
}
.contenido_carrito{
    height: clamp(170px,70vw,190px);
}
.imagen_carrito_title p{
    font-size: 20px;
}
.imagen_carrito_valores_cantidad p{
    height: 30%;
    font-size: clamp(22px,4vw,28px);
}
.imagen_carrito_valores p{
    font-size: clamp(22px,4vw,28px);
}
.mas,.menos{
    bottom: 2px;
}
.mas div,.menos div{
    font-size: 30px;
}
/*carrito.html*/
body.body_carrito{
    margin: 0;
}
header.contenedor.carrito{
    margin-top: -25px;
}
main.main_carrito{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
main.main_carrito h2{
    font-size: 45px;
    width: 100%;
    margin-top: 100px;
}
.contenedor_carrito{
    width: 65%;
    height: 600px;
    border: 2px solid #f68200;
}
.titulos_carrito{
    height: 85px;
}
.titulo_recuadro{
    font-size: 20px;
}
.contenido_carrito{
    height: clamp(140px,50vw,160px);
}
.imagen_carrito_title p{
    font-size: 18px;
}
.imagen_carrito_valores_cantidad p{
    height: 30%;
}
.mas,.menos{
    bottom: 2px;
}
.mas div,.menos div{
    font-size: 20px;
}
/*carrito_pago*/
.carrito_pago{
    width: 30%;
    height: fit-content;
}
.carrito_pago h6{
    font-size: 30px;
    margin-top: 70px;
}
.carrito_subtotal{
    font-size: 30px;
}
.btn-compra div{
    font-size: 30px;
}
.carrito_pago h6,.carrito_subtotal{
    margin-bottom: 20px;
}

/*Formulario*/
body.form_body{
    flex-direction: column;
    align-items: center;
}
}

@media (1080px<width){
    body.index{
        width: 100%;
        margin: 0;
        background-color: #fff;
        display: flex;
        flex-direction: column;
    }
    header.contenedor{
        height: 100px;
        box-shadow: 0 0px 3px 0;
    }
    div.btn_carrito{
        width: 90px;
        font-size: 53px;
      }
      
      .icon_carrito {
        top: 8px;
      }
      
      .cantidad_items {
        width: 28px;
        height: 28px;
        font-size: 16px;
        left: 3px;
        top: -60px;
      }
    div.contenedor{
        width: 92%;
    }
    div.contenedor-logo{
        width: 100%;
        justify-content: start;
    }
    div.contenedor h1>span{
        color: #f68200;
    }
    nav{
        width: 8%;
    }
    nav div.icono i{
        font-size: 60px;
        margin-top: -19px;
        margin-left: -3px;
    }
    div.desplegar{
        font-size: 34px;
        margin: auto 0;
    }
    .carousel-item{
        width: 100%;
        height: 700px;
    }
    div.carousel-item img{
        object-fit:cover;
        height: 100%;
    }
    div.carousel-caption{
        z-index: 10;
        color: #fff;
        text-shadow: 1px 1px 10px #20130a;
    }
    div.carousel-caption h5,p{
        font-size: 55px;
    }
    div.carousel-caption h5{
        font-size: 60px;
    }
    #slider {
        height: 400px;
      }
      div.title{
        font-size: 35px;
      }
      .slider-container, .slider-container2{
        height: 300px;
      }
      .slider-item-container{
        width: 250px;
        height: 300px;
        margin: 5px;
      }
      .slider-item-container h5{
        font-size: 30px;
      }
      .info_envio h5{
        font-size: 30px;
    }
    .info_envio p{
        font-size: 24px;
    }
      .slider-item {
        width: 200px;
        height: 200px;
      }
      .slider-item.amarillo{
        margin-top: 15px;
      }
      .slider-item.verde{
        margin-top: 10px;
      }
      .buttons {
        display: none;
      }
    footer.index {
        height: 350px;
    }
    div.footer-container div i{
        font-size: 40px;
    }

    /*Cubos*/
main.cubos h2{
    margin-top: 50px;
    font-size: 45px;
}
.titulo-cubos img{
    width: 100px;
    height: 100px;
}
.subtitulo-cubos img{
    margin-top: 20px;
    width: 60px;
    height: 60px;
}
li.cubos button{
    width: 12rem;
    margin: 20px;
    margin-top: 25px;
}
li.cubos button a{
    font-size: 22px;
}
div.contenedor-items{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-rows: 480px;
}
a.item_link:hover{
    color: #F94C10;
}
button.item_compra{
    height: 90px;
    width: 92%;
}
button.item_compra div{
    font-size: 25px;
}
button.item_compra div i{
    font-size: 36px;
    font-weight: bolder;
}
footer.cubos{
    height: 400px;
}

   /*Productos*/
body.producto{
    max-width: 2200px;
}
header.contenedor.producto{
    margin-top: -25px;
}
main.producto{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    height: fit-content;
    margin-bottom: 50px;
}
.titulo_producto{
    width: 100%;
    height: 130px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.titulo_producto h2{
    font-size: 55px;
}
.contenedor_producto{
    display: flex;
    flex-basis: content;
    height: fit-content;
    justify-content: center;
}
.imagen{
    width: 50%;
    margin-top: -800px;
}
.imagen_all{
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
}
.imagen_product{
    max-width: 500px;
    display: flex;
    align-items: center;
}
.imagen_product img{
    width: 100%;
    border-radius: inherit;
}
.vistas{
    max-width: 200px;
    max-height: 600px;
    margin-right: 5px;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
}
.vista{
   margin: 10px auto;
   width: 100%;
}
div.vista img{
    width: 100%;
    height: 100%;
} 
.description{
    margin-top: 50px;
    height: 600px;
    scrollbar-width:none;
    box-shadow: 0 0 2px 2px #ccc;
}
.description p{
    font-size: 25px;
    margin-top: 180px;
}
.contenedor_pago{
    justify-content: center;
    margin-top: 15px;
    max-width: 600px;
    height: fit-content;
}
.precio{
    font-size: 40px;
    color: #20130a;
    text-shadow: 0px 0px 1px #ccc;
    margin-top: 30px;
}
label,select{
    font-size: 25px;
}
select{
    font-size: 23px;
}
option{
    font-size: 23px;
}
button p{
    font-size: 27px;
}
.info{
    font-size: 25px;
}
.imagen,.contenedor_pago{
    margin-top: 0;
}
body.producto{
    height: fit-content;
}
footer.producto{
    flex-basis:content;
}
/*carrito.html*/
body.body_carrito{
    margin: 0;
}
header.contenedor.carrito{
    margin-top: -25px;
}
main.main_carrito{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 200px;
}
main.main_carrito h2{
    width: 100%;
    margin-top: 50px;
    font-size: 60px;
    justify-content: space-evenly;
}
.titulos_carrito{
    height: 85px;
}
.titulo_recuadro{
    font-size: 20px;
}
.contenedor_carrito{
    max-width: 800px;
    height: 600px;
    margin-left: 100px;
    border: 2px solid #f68200;
}
.contenido_carrito{
    height: clamp(190px,70vw,210px);
}
.imagen_carrito_title p{
    font-size: 26px;
}
.imagen_carrito_valores_cantidad p{
    height: 30%;
    font-size: 35px;
}
.imagen_carrito_valores p{
    font-size: 35px;
}
.mas,.menos{
    bottom: 2px;
}
.mas div,.menos div{
    font-size: 30px;
}
/*carrito_pago*/
.carrito_pago{
    width: 30%;
    height: fit-content;
}
.carrito_pago h6{
    font-size: 40px;
    margin-top: 140px;
    margin-left: 70px;
}
.carrito_subtotal{
    font-size: 35px;
}
.btn-compra div{
    font-size: 35px;
}
.btn-compra{
    height: 100px;
}
.carrito_pago h6,.carrito_subtotal{
    margin-bottom: 30px;
}
}