﻿* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
}

a {
    cursor: pointer;
    color: var(--Blanco);
}

p {
    font-family: textos;
    color: var(--Negro);
}

label {
    color: var(--Negro);
}

h1 {
    color: var(--Negro);
    font-family: titulos;
}

select {
    color: var(--Negro);
    font-family: textos;
}

:root {
    --Blanco: #ffffff;
    --Negro: #000000;
    --Marron: #B26724;
    --AmarilloPalido: #FFFFF9;
    --GrisObscuro: #434343;
    --GrisClaro: #EEE4E1;
    --NaranjaRojo: #D08270;
    --RojoClaro: #EAD1C7;
    --MarronClaro: #AD9179;
    --BeigeArena: #D1BFAB;
    --BeigePerla: #DED5CE;
    --BuenFinBack: #ED1C24
}

@font-face {
    font-family: titulos;
    src: url('../Fuentes/Erstoria.ttf');
}

@font-face {
    font-family: textos;
    src: url('../Fuentes/Franie-Regular.otf');
}

@font-face {
    font-family: 'PPNeueMontreal-Medium';
    src: url('../fuentes/PPNeueMontreal-Medium.otf') format('opentype');
}

/*Envios internacionales*/

.cnt_pais_seleccion {
    width: 100%;
    padding: 20px;
}

/*Promo hotSale*/

#lbl_precioNoPromo {
    color: black;
    text-decoration: line-through;
}

#lbl_precio {
    color: red;
}

.cnt_promociones {
    width: 100%;
    text-align: center;
    align-items: center;
    background-color: var(--BuenFinBack);
    height: 4vw;
    overflow: hidden;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.cnt_promocionesDesktop {
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    transform: scaleY(1.8);
    display: inline-block;
}

.textoPlecaPromoDesktop {
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    transform: scaleY(1.8);
    display: inline-block;
    font-size: 30px;
}

.textoPlecaPromo {
    display: none;
}

.img_promociones {
    width: 100%;
    height: 7em;
}

/*Promo hotSale fin*/

.cnt_pop_up {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .36);
    box-sizing: border-box;
    z-index: 2;
}

.cnt_imagenes_productosRey {
    color: rgb(91, 103, 112);
    text-align: justify;
    width: 37%;
    margin-top: 100px;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 20px 20px;
    overflow: auto;
    box-sizing: border-box;
}

.btn_cerrar_popUp {
    display: flex;
    justify-content: end;
    color: var(--Blanco);
    font-size: 30px;
    font-weight: 900;
    font-family: 'TextosDescripciones';
    margin-bottom: 10px;
}

.img_sliderRey {
    width: 100%;
    height: 70vh;
    object-fit: contain;
}

.menu_desplegable {
    display: none;
}

nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    box-sizing: border-box;
}

.cnt_pop_up {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .36);
    box-sizing: border-box;
    z-index: 2;
}

.cnt_seccion_reyHats {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-image: url(../Elementos/banner2.jpg);
    background-repeat: no-repeat;
    background-position-y: center;
    box-sizing: border-box;
    height: 68em;
    margin-top: 85px;
    position: relative;
    background-size: 100% 100%;
    height: 80vh;
}

.cnt_centraElementosH {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    box-sizing: border-box;
    align-self: center;
    transform: translateY(-55px);
}

.cnt_menuResponsivo {
    display: flex;
    padding: 20px;
    margin-top: -150px;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
}

.cnt_menu {
    display: flex;
    flex-direction: row;
    gap: 52px;
    margin-left: 660px;
}

    .cnt_menu a {
        font-family: 'titulos';
        color: var(--AmarilloPalido);
        font-size: 12pt;
    }

        .cnt_menu a:hover {
            color: var(--Negro);
        }

.img_logoMenu {
    width: 300px;
}

.btn_explora {
    color: var(--Negro);
    background: var(--BeigePerla);
    text-align: center;
    padding: 4px;
    border-radius: 10px;
    font-family: titulos;
    font-size: 29pt;
    width: 290px;
    transform: translateY(-60px);
}

    .btn_explora:hover {
        background: var(--Negro);
        color: var(--Blanco);
    }

.cnt_seccion_elige {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.txt_elige {
    color: var(--Negro);
    font-family: titulos;
    font-size: 18pt;
    margin-top: 50px;
}


.cnt_iconos_cart {
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-around;
}

.cnt_cart {
}

.cnt_flechas_cart {
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.cnt_productos {
    width: 100%;
    text-align: center;
    justify-content: center;
    justify-items: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 60px;
    box-sizing: border-box;
    row-gap: 60px;
}

#cnt_SliderProds {
    margin-bottom: 10px;
}

.cnt_infoProds {
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
    font-size: 18pt;
    flex-direction: column;
}

.cnt_nombreInfoProds {
}

.cnt_precioInfoProds {
}

.cnt_boton_compra {
    margin-top: 40px;
    margin-bottom: 30px;
}

#btn_comprar {
    padding: 10px;
    border-radius: 30px;
}

.cnt_seccion_porque {
}

.cnt_titulo_porque {
    display: flex;
    justify-content: center;
}

.img_titulo_porque {
    width: 500px;
}

.cnt_porque {
    width: 100%;
    background: var(--Blanco);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
}

.lbl_porque {
    margin-top: 50px;
    display: flex;
    text-align: center;
    align-items: center;
    align-self: center;
}

.cnt_porque label {
    font-family: titulos;
    color: var(--Negro);
    font-size: 18pt;
    font-weight: bold;
}

.cnt_iconos_porque {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 50px;
    align-items: center;
}

.icns_porque {
    display: flex;
    flex-direction: row;
    width: 840px;
    /* margin-left: 320px;*/
}

.iconos_porque_desk {
    display: flex;
    flex-direction: column;
}

.cnt_descripcion_porque {
    width: 173px;
}

.icn_porque {
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 50px;
}

.img_iconos_porque {
    width: 90px;
    height: 5.625em;
}

.icns_porque_rev {
    display: flex;
    flex-direction: row-reverse;
    width: 840px;
    /*margin-left: 320px;*/
}

.cnt_seccion_nosotros {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.lbl_nosotros {
    margin-top: 50px;
    font-family: titulos;
    font-size: 20pt;
    color: var(--Negro);
}

.redu_nosotros {
    line-height: 1.5em;
    width: 100%;
    padding: 0px 4%;
}

.txt_descripcion_nosotros {
    margin-top: 30px;
    font-family: textos;
    font-size: 10pt;
    color: var(--Negro);
}

.cnt_icns_nosotros_redes {
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: center;
    text-align: center;
    transform: translate(10px, 40px);
    z-index: 2;
    width: fit-content;
    align-self: center;
}

.icono_nosotros {
    width: 50px;
}

.cnt_icns_nosotros {
    margin-top: 90px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: center;
    text-align: center;
    /*    background-image: url('../Elementos/Asset 2@300x.png');*/
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: 100% 100%;
    box-sizing: border-box;
    width: 720px;
    opacity: .50;
}

.descrip_nosotros_desk {
    display: flex;
    flex-direction: column;
}

.cnt_galeria {
    width: 100%;
    background: var(--BeigeArena);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lbl_galeria {
    margin-top: 50px;
    display: flex;
    text-align: center;
    align-items: center;
    align-self: center;
}

.cnt_galeria label {
    font-family: titulos;
    color: var(--Negro);
    font-size: 28pt;
    font-weight: bold;
}

.img_slider {
    width: 380px;
}

#imgProductoDefault {
    width: 640px;
}

.cnt_SliderPrincipal {
    margin-top: 20px;
    margin-bottom: 50px;
}

.tuoutfitGal {
    background: var(--Blanco);
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../elementos/asset-1@300x_opacidad.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 20% 100%;
    box-sizing: border-box;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
}

.cnt_tuoutfit {
    width: 600px;
    padding: 30px 0px;
}

.lbl_tuoutfit {
    font-family: titulos;
    color: var(--Negro);
    font-size: 18pt;
    font-weight: bold;
    opacity: 1;
}

.cnt_seccion_contacto {
    width: 100%;
    background: var(--BeigeArena);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#cnt_seccion_contactoDef {
    align-items: center;
}

.lbl_contacto {
    font-family: titulos;
    color: var(--Negro);
    font-size: 18pt;
    font-weight: bold;
    margin-top: 50PX;
}

.cnt_datos_contact {
    margin-top: 30PX;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    gap: 20px;
    margin-bottom: 30px;
}

#cnt_datos_contactDef {
    flex-direction: row;
}

.cntDatos1 {
    display: flex;
    flex-direction: row;
    gap: 200px;
    width: 100%;
    justify-content: center;
}

.cntDatos2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    align-items: center;
}

.cnt_dato {
    display: flex;
    flex-direction: column;
    width: 352px;
    gap: 5px;
}

.cnt_datoRow {
    display: flex;
    flex-direction: row-reverse;
    width: 352px;
    gap: 5px;
}

#lbl_checkImpuestos {
    text-align: justify;
}

#chk_impuestosAdicionalesf {
    width: 30%;
    height: auto;
}

.lbl_dato {
    font-family: textos;
    color: var(--Negro);
    font-size: 10pt;
    align-self: flex-start;
}

.cnt_dato input {
    height: 2.125em;
    appearance: none;
    border: none;
    background: var(--BeigePerla);
    border-radius: 5px;
    padding: 5px;
    font-family: textos;
}

.cnt_dato select {
    height: 2.125em;
    /*appearance: none;*/
    border: none;
    background: var(--BeigePerla);
    border-radius: 5px;
    padding: 5px;
    font-family: textos;
}

#mensaje {
    height: 9.063em;
    appearance: none;
    border: none;
    background: var(--BeigePerla);
    border-radius: 5px;
    padding: 5px;
}

.btn_enviar {
    color: var(--Negro);
    background: var(--MarronClaro);
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    font-family: titulos;
    font-size: 14pt;
    width: fit-content;
    align-self: center;
}

    .btn_enviar:hover {
        color: var(--Blanco);
        background: var(--Negro);
    }

.datos_desk {
    display: flex;
    flex-direction: row;
}

.cnt_seccion_footer {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: var(--Negro);
    width: 100%;
    align-items: center;
    justify-content: center;
}

.cnt_iconos_footer {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-top: 20px;
}

.img_icono_footer {
    width: 37px;
    height: 2.313em;
}

.cnt_logos_footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img_rhFooter {
    width: 185px;
    height: 2.75em;
}

.cnt_derechos {
    margin-bottom: 20px;
}

.lbl_derechos {
    font-family: textos;
    font-size: 10pt;
    color: var(--Blanco);
}

.btn_borrarProdCarrito {
    color: var(--BeigeArena);
}

.cnt_menu_carrito {
    margin-top: 150px;
    width: 100%;
    height: 5.3em;
    background: var(--MarronClaro);
}

.lbl_nombreProd_carrito {
    font-family: textos;
    font-size: 13pt;
}

.lbl_descripProd_carrito {
    font-family: textos;
    font-size: 10pt;
}

.cnt_titulo_carrito {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 30px 100px;
    gap: 20px;
    font-size: 20pt;
    color: var(--MarronClaro);
}

.lbl_tuCompra {
    font-family: titulos;
    font-size: 40pt;
}

.cnt_centrarProds {
}

.cnt_prodCart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 20px
}

.img_prodsCarrito {
    width: 400px;
    border-radius: 20px;
}

.imgs_minis {
    width: 114px;
    border-radius: 20px;
}

.imgs_minisProds {
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.cnt_infoProd_carrito {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 15pt;
    z-index: 2;
    padding: 0 100px;
    width: 1000px;
    text-align: justify;
    line-height: 1.5;
}

    .cnt_infoProd_carrito label {
        font-family: 'textos';
        text-align: justify;
    }

.cnt_infoProd_carrito_incluye {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .cnt_infoProd_carrito_incluye label {
        font-family: 'textos';
        text-align: justify;
        font-size: 15px;
    }

.cnt_mathProds_carrito {
    display: flex;
    width: 1000px;
    padding: 20px 100px;
    flex-direction: column;
    gap: 20px;
}

.cnt_totalProds {
    display: flex;
    flex-direction: row;
    font-size: 18pt;
}

.cnt_listaespecificacion {
    font-size: 18pt;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}

#sl_tipo_visera {
    padding: 3px;
    text-align: center;
    font-size: 15pt;
    width: 100%;
}

.ddl_modeloGorra {
    padding: 3px;
    text-align: center;
    font-size: 15pt;
    width: 100%;
}

.cnt_cantidadProds_carrito {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cnt_cantidad {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-self: baseline;
}

.cnt_cantidadProds_carrito a {
    background: darkgray;
    padding: 0px 20px;
    width: 20px;
    text-align: center;
    font-size: 28pt;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input_cantidadProds {
    appearance: none;
    width: 60px;
    text-align: center;
    font-size: 18pt;
    font-family: textos;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#cnt_formPago {
    background: var(--Negro);
}

    #cnt_formPago label {
        color: var(--Blanco);
    }

#btn_cotizarEnvio {
    width: 240px;
}

.cnt_totalEnvio {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}

#cnt_totalEnvio {
    display: none;
}

.cnt_envio {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.cnt_labEnvio {
    width: 50%;
    display: flex;
    justify-content: right;
}

.cnt_precioEnvio {
    width: 50%;
}

.cnt_signoEnvio {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
}

.cnt_prods {
    display: flex;
    flex-direction: row;
    width: 100%
}

.cnt_imagenesProdCarrito {
    display: flex;
    flex-direction: row;
    padding: 0px 100px;
    align-items: center;
    flex-wrap: wrap;
    gap: 90px;
}

.cntdtosDesktop1 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cntdtosDesktop2 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#datosContactoDefault {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    align-items: center;
}

.cnt_pop_up_img_compra {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .36);
    box-sizing: border-box;
    z-index: 2;
}

.img_compra_exitosa {
    width: 450px;
    cursor: pointer;
}

.lbl_codigo {
    display: none;
}

.cnt_gralProducto {
    width: 400px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-size: 13px;
}

.cnt_borrarProdCarrito {
    margin-left: 20px;
}

#cnt_gralProductoCarrito {
    width: 100%;
}

.cnt_superiorProducto {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: normal;
    gap: 15px;
    align-self: center;
    box-sizing: border-box;
}

.cnt_inferiorProducto {
    width: 100%;
}

.cnt_descripcionProducto {
    display: flex;
    font-family: 'PPNeueMontreal-Medium';
    text-align: justify;
    margin-bottom: 40px;
    line-height: 1.5;
    font-size: 14px;
    justify-self: center;
    height: 20vh;
}

.cnt_productoRey {
    width: 400px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: normal;
    align-self: center;
    box-sizing: border-box;
    padding: 10px;
    height: 33vh;
}

#cnt_productoReyCarrito {
    height: 21vh;
}

.cnt_imagenIncluido {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

.cnt_img_producto {
    width: 100%;
    box-sizing: border-box;
}

.cnt_incluido {
}

.img_producto {
    width: 150px;
}

.img_productoCarrito {
    width: 120px;
}

.img_lupa {
    transform: translate(60px, -39px);
    width: 30px;
}

.img_lupaCarrito {
    transform: translate(150px, -40px);
    width: 30px;
}

#lbl_incluido {
    width: 150px;
    display: flex;
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.5;
    font-family: 'PPNeueMontreal-Medium';
}

.lbl_precio {
    font-family: 'PPNeueMontreal-Medium';
}

.lbl_talla {
    font-family: 'PPNeueMontreal-Medium';
}


.cnt_infoProducto {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    padding: 10px;
    font-size: 15px;
}

.cnt_infoProductoCarrito {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    width: auto;
    padding: 0px 5px;
}

.tit_producto {
    font-size: 20px;
}

.cnt_piezas {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
}

    .cnt_piezas a {
        color: var(--Negro);
        font-size: 25px;
        background-color: lightgray;
        padding: 5px 10px;
    }

#in_cantidadPiezas {
    width: 20%;
    text-align: center;
    font-family: 'textos';
    font-size: 12px;
}

.list_tallas {
    height: auto;
    width: fit-content;
    padding: 5px;
    font-size: medium;
    font-family: 'PPNeueMontreal-Medium';
}

.cnt_piezasCaja {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
}

    .cnt_piezasCaja a {
        color: var(--Negro);
        font-size: 25px;
        background-color: lightgrey;
        padding: 5px 10px;
    }

#in_cantidadCaja {
    text-align: center;
    width: 140px;
    border: 1px solid grey;
    font-family: 'textos';
    font-size: 9px;
}

.btn_agregar {
    color: var(--Negro);
    background: var(--BeigePerla);
    padding: 10px;
    border-radius: 20px;
    font-size: 25px;
}

    .btn_agregar:hover {
        background-color: lightgrey;
    }

    .btn_agregar:active {
        background-color: var(--Negro);
        color: var(--Blanco);
        transform: scale(0.90);
    }

.lbl_cantidadCarrito {
    color: var(--Blanco);
    background: red;
    padding: 4px;
    border-radius: 360px;
    height: 25px;
    transform: translate(10px, -25px);
}

.cnt_carritoElige {
    display: flex;
    flex-direction: row;
}

.lbl_cantidadCarritoDef {
    color: var(--Blanco);
    background: red;
    padding: 4px;
    border-radius: 360px;
    height: 25px;
    transform: translate(-10px, 10px);
}

.cnt_subTotalCarrito {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hr_productosRey {
    display: none;
}

/*LOOGIN*/

.cnt_login {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
}

.cnt_datosLogin {
    background: var(--BeigePerla);
    width: 30em;
    height: 50vh;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 50px;
    text-align: center;
}

.img_datosLogin {
    width: 100%;
}

.lbl_datosLogin {
    font-size: 25px;
    color: var(--Blanco);
    font-weight: 900;
}

.txt_datosLogin {
    height: 2.5em;
    border-radius: 5px;
    text-align: center
}

    .txt_datosLogin:focus::placeholder {
        color: transparent;
    }

.btn_datosLogin {
    font-size: 20px;
    font-weight: 900;
    background: var(--MarronClaro);
    width: 200px;
    padding: 10px;
    align-self: center;
    text-align: center;
}

    .btn_datosLogin:hover {
        background: var(--Negro);
    }

/*pedidos*/

.cnt_pedidosBusqueda {
    width: 100%;
    height: 10vh;
    background: var(--BeigeArena);
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.img_pedidos {
    width: 250px;
}

.cnt_pedidosControles {
    display: flex;
    align-items: center;
    width: 40%;
    justify-content: space-evenly;
}

#txt_correoPedidos {
    width: 320px;
}

.GridView {
    width: 100%;
    border: solid 1px #525252;
    border: none;
    text-align: center;
    font-size: 12px;
}

    .GridView a {
        text-decoration: none;
        cursor: pointer;
        color: var(--Azul);
    }

    .GridView td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        /*color: #717171;*/
        border: none;
        line-height: 1.5;
    }

    .GridView th {
        padding: 7px 15px;
        color: #fff;
        background: rgba(0, 33, 105, .5);
        border-left: 1px #fff solid;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .GridView .alterColor {
        background-color: #EEEEEE;
    }

    .GridView .pager {
        background: #fff;
    }

        .GridView .pager td {
            padding: 10px 2px;
            font-weight: bold;
            color: #fff;
        }

    .GridView span {
        font-size: 1.3em;
        color: rgba(0, 33, 105, .5);
        cursor: pointer;
    }

    .GridView .pager a {
        padding: 5px;
        border-radius: 3px;
        border: solid 1px #c0c0c0;
        background: #e9e9e9;
        box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
        color: #717171;
        text-shadow: 0px 1px 0px rgba(255,255,255, 1);
    }

        .GridView .pager a:hover {
            background-color: #BDBDBD;
        }

    .GridView .pager span {
        padding: 5px;
        border-radius: 3px;
        border: none;
        background: #616161;
        box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
        color: #f0f0f0;
        text-shadow: 0px 0px 3px rgba(0,0,0, .5);
    }

.cnt_pedidosGridView {
    position: absolute;
    width: 100vw;
    height: 100vh;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, .35);
    overflow: auto;
    box-sizing: border-box;
}


@media(max-width: 640px) {

    .cnt_promociones {
        height: 12vw;
        margin-top: -8%;
    }

    .textoPlecaPromo {
        font-family: 'Century Gothic', sans-serif;
        font-weight: bold;
        color: white;
        text-transform: uppercase;
        transform: scaleY(1.8);
        display: inline-block;
        font-size: 11px;
    }

    .textoPlecaPromoDesktop {
        display: none;
    }

    /*Promociones*/
    .img_promociones {
        height: 3em;
    }

    /*login*/

    .cnt_datosLogin {
        width: 21em;
    }

    .lbl_datosLogin {
        font-size: 10px;
    }

    .btn_datosLogin {
        width: 120px;
        padding: 5px;
        margin-top: -10px;
    }

    /*pedidos*/

    .cnt_pedidosBusqueda {
        justify-content: flex-start;
        gap: 100px;
        height: 15vh;
    }

    .img_pedidos {
        width: 90px;
        transform: translate(25px, 25px);
    }

    .cnt_pedidosControles {
        justify-content: inherit;
        flex-direction: column;
        gap: 10px;
    }

    #txt_correoPedidos {
        width: 140px;
    }

    #btn_buscarPedido {
        font-size: 10px;
        width: 150px;
        margin-top: inherit;
    }

    .hr_productosRey {
        display: inherit;
        margin-top: 40px;
    }

    .btn_cerrar_popUp {
        transform: translateY(90px);
        position: relative;
        z-index: 4;
    }

    .cnt_imagenes_productosRey {
        width: 100%;
    }

    .cnt_descripcionProducto {
        width: 100%;
        height: inherit;
    }

    .tit_producto {
        font-size: 16px;
    }

    .lbl_cantidadCarrito {
        color: var(--Blanco);
        background: red;
        padding: 4px;
        border-radius: 360px;
        height: 25px;
        transform: translate(32px, -23px);
    }

    .cnt_infoProductoCarrito {
        gap: 8px;
    }

    .cnt_menu {
        display: none;
    }

    .cnt_pop_up {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .36);
        box-sizing: border-box;
        z-index: 2;
    }


    .cnt_contenido {
        color: rgb(91, 103, 112);
        background-color: #fff;
        text-align: justify;
        width: 80%;
        height: 23.5em;
        margin-top: 116px;
        margin-left: 50%;
        transform: translateX(-50%);
        padding: 20px 20px;
        overflow: auto;
        box-sizing: border-box;
        border: 2px var(--Morado) solid;
        border-radius: 5px;
    }

        .cnt_contenido a {
            font-family: 'textos';
            color: var(--Morado);
            padding: 20px 0px
        }

        .cnt_contenido p {
            font-family: 'TextosDescripciones';
        }

        .cnt_contenido ul {
            padding: 20px 20px 0px 20px;
        }

    .cnt_nav_texto_a {
        display: flex;
        width: 100%;
        height: 16em;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

        .cnt_nav_texto_a a {
            padding: 5px 10px;
            font-size: 13pt;
            font-family: 'textos';
            color: var(--Negro);
        }

    .cnt_menuResponsivo {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: baseline;
        padding: 15px;
        color: var(--Blanco);
        margin-top: 0;
    }

    .menu_desplegable {
        padding: 4px 4px;
        display: block;
        font-size: 50px;
    }

    .img_logoMenu {
        width: 185px;
        height: 2em;
    }

    .cnt_seccion_reyHats {
        background-image: url(../Elementos/banner2.jpg);
        background-position-x: center;
        background-position-y: bottom;
        display: flex;
        justify-content: flex-end;
        margin-top: 100px;
        margin-bottom: 30px;
        background-size: 200% 100%;
        height: 50vh;
    }

    .btn_explora {
        font-size: 16pt;
        width: 140px;
        height: 30px;
        transform: translateY(-5px);
    }

    .txt_elige {
        color: var(--Negro);
        font-family: titulos;
        font-size: 18pt;
        margin-top: 20px;
    }

    .cnt_iconos_cart {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: baseline;
        justify-content: space-around;
    }

    .cnt_cart {
        width: 50%
    }

    .cnt_flechas_cart {
        width: 40px;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        gap: 20px;
    }

    .cnt_productos {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 40px;
    }

    .cnt_infoProds {
        display: flex;
        justify-content: space-evenly;
        margin-top: 20px;
        font-size: 15pt;
    }

    #lbl_precioTachado {
        text-decoration: line-through;
    }

    #lbl_precioVisible {
        color: var(--Marron);
    }

    .cnt_seccion_porque {
    }

    .cnt_titulo_porque {
        display: flex;
        justify-content: center;
        margin-top: -55px;
    }

    .cnt_porque {
        width: 100%;
        background: var(--Blanco);
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 30px;
    }

        .cnt_porque label {
            font-family: titulos;
            color: var(--Negro);
            font-size: 18pt;
            font-weight: bold;
        }

    .lbl_porque {
        margin-top: 50px;
        width: 300px;
        display: flex;
        text-align: center;
        align-items: center;
        align-self: center;
    }

    .cnt_iconos_porque {
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }

    .icns_porque {
        display: flex;
        flex-direction: row;
        /*margin-left: 0;*/
        width: 100%;
    }

    .icn_porque {
        width: 50%;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .img_iconos_porque {
        width: 90px;
        height: 5.625em;
    }

    .cnt_descripcion_porque {
        width: 110px;
        height: 5.625em;
    }

    .icns_porque_rev {
        display: flex;
        flex-direction: row-reverse;
        /*margin-left: 0;*/
        width: 100%;
    }

    .cnt_seccion_nosotros {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: -62px;
    }

    .lbl_nosotros {
        margin-top: 50px;
        font-family: titulos;
        font-size: 20pt;
        color: var(--Negro);
    }

    .txt_descripcion_nosotros {
        margin-top: 30px;
        font-family: textos;
        font-size: 10pt;
        color: var(--Negro);
        text-align: justify;
    }

    .cnt_icns_nosotros {
        margin-top: 90px;
        margin-bottom: 20px;
        display: flex;
        flex-direction: row;
        gap: 50px;
        justify-content: center;
        text-align: center;
        /*        background-image: url( '../Elementos/Asset 2@300x.png');*/
        background-repeat: no-repeat;
        background-position-y: center;
        background-size: 100% 100%;
        box-sizing: border-box;
        width: 90%;
        height: 3.5em;
        opacity: .50;
    }

    .img_titulo_porque {
        width: 280px;
    }

    .cnt_icns_menuResponsivo {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        text-align: center;
        box-sizing: border-box;
        width: 100%;
        height: 3.5em;
    }

    .icono_nosotros {
        width: 40px;
    }

    .descrip_nosotros_desk {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0;
    }

    .cnt_galeria {
        width: 100%;
        background: var(--BeigeArena);
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .lbl_galeria {
        margin-top: 50px;
        display: flex;
        text-align: center;
        align-items: center;
        align-self: center;
    }

    .cnt_galeria label {
        font-family: titulos;
        color: var(--Negro);
        font-size: 18pt;
        font-weight: bold;
    }

    .img_slider {
        width: 380px;
    }

    #imgProductoDefault {
        width: 380px;
    }

    .cnt_SliderPrincipal {
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .tuoutfitGal {
        background: var(--Blanco);
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url('../elementos/asset-1@300x_opacidad.png');
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: center;
        background-size: 50% 80%;
        box-sizing: border-box;
        padding: 30px;
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
    }

    .cnt_tuoutfit {
        width: 150px;
        padding: 30px 0px;
    }

    .lbl_tuoutfit {
        font-family: titulos;
        color: var(--Negro);
        font-size: 18pt;
        font-weight: bold;
    }

    .cnt_seccion_contacto {
        width: 100%;
        background: var(--BeigeArena);
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .lbl_contacto {
        font-family: titulos;
        color: var(--Negro);
        font-size: 18pt;
        font-weight: bold;
        margin-top: 50PX;
    }

    .cnt_datos_contact {
        margin-top: 30PX;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-bottom: 30px;
    }

    #cnt_datos_contactDef {
        flex-direction: column;
    }

    .cnt_datoRow {
        display: flex;
        flex-direction: row-reverse;
        width: 352px;
        gap: 5px
    }

    .cnt_dato {
        display: flex;
        flex-direction: column;
        width: 352px;
        gap: 5px;
    }

        .cnt_dato input {
            height: 2.125em;
            appearance: none;
            border: none;
            background: var(--BeigePerla);
            border-radius: 5px;
            padding: 5px;
        }

    #mensaje {
        height: 9.063em;
        appearance: none;
        border: none;
        background: var(--BeigePerla);
        border-radius: 5px;
        padding: 5px;
    }

    .lbl_dato {
        font-family: textos;
        color: var(--Negro);
        font-size: 10pt;
        align-self: flex-start;
    }

    .btn_enviar {
        color: var(--Negro);
        background: var(--MarronClaro);
        text-align: center;
        padding: 10px;
        border-radius: 10px;
        font-family: titulos;
        font-size: 18pt;
        width: 170px;
        height: 40px;
        align-self: center;
    }

        .btn_enviar:hover {
            color: var(--Blanco);
            background: var(--Negro);
        }

    .cnt_seccion_footer {
        display: flex;
        flex-direction: column;
        gap: 15px;
        background: var(--Negro);
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .cnt_iconos_footer {
        display: flex;
        flex-direction: row;
        gap: 30px;
        margin-top: 20px;
    }

    .img_icono_footer {
        width: 37px;
        height: 2.313em;
    }

    .cnt_logos_footer {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .img_rhFooter {
        width: 185px;
        height: 2.75em;
    }

    .cnt_derechos {
        margin-bottom: 20px;
    }

    .lbl_derechos {
        font-family: textos;
        font-size: 10pt;
        color: var(--Blanco);
    }

    .cnt_menu_carrito {
        margin-top: 0;
        width: 100%;
        height: 6.3em;
        background: var(--MarronClaro);
    }

    .cnt_titulo_carrito {
        display: flex;
        flex-direction: row;
        justify-content: unset;
        align-items: center;
        padding: 30px 15px;
        gap: 20px;
        color: var(--MarronClaro);
    }

    .lbl_tuCompra {
        font-family: titulos;
        font-size: 28pt;
    }

    .cnt_centrarProds {
    }

    .cnt_prodCart {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 20px
    }

    .img_prodsCarrito {
        width: 350px;
        border-radius: 20px;
    }

    .imgs_minis {
        width: 100px;
        border-radius: 20px;
    }

    .imgs_minisProds {
        display: flex;
        flex-direction: row;
        gap: 30px;
        margin-right: 0;
    }

    .cnt_infoProd_carrito {
        display: flex;
        flex-direction: column;
        padding: 5px 20px;
        gap: 20px;
        font-size: 15pt;
        margin-top: -30px;
        padding: 30px;
        width: 100%;
        margin-left: 0;
        text-align: justify;
        line-height: 1.5;
    }

        .cnt_infoProd_carrito label {
            font-family: 'textos';
            text-align: justify;
        }

    .cnt_mathProds_carrito {
        display: flex;
        width: 100%;
        padding: 20px;
        flex-direction: column;
        gap: 20px;
    }

    .cnt_totalProds {
        display: flex;
        flex-direction: row;
        font-size: 18pt;
    }

    .cnt_listaespecificacion {
        font-size: 18pt;
    }

    .cnt_cantidadProds_carrito {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .cnt_cantidad {
        display: flex;
        flex-direction: row;
        gap: 15px;
        height: 3em;
        align-self: baseline;
    }

    .cnt_cantidadProds_carrito a {
        background: darkgray;
        padding: 0px 20px;
        width: 20px;
        text-align: center;
        font-size: 28pt;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .input_cantidadProds {
        appearance: none;
        width: 60px;
        text-align: center;
        font-size: 18pt;
        font-family: textos;
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    #cnt_formPago {
        background: var(--Negro);
    }

        #cnt_formPago label {
            color: var(--Blanco);
        }

    #btn_cotizarEnvio {
        width: 240px;
    }

    .cnt_totalEnvio {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-end;
    }

    #cnt_totalEnvio {
        display: none;
    }

    .cnt_envio {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .cnt_labEnvio {
        width: 50%;
        display: flex;
        justify-content: right;
    }

    .cnt_precioEnvio {
        width: 50%;
    }

    .cnt_signoEnvio {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-around;
    }

    .cnt_prods {
        display: flex;
        flex-direction: row;
        width: 100%
    }

    .cnt_imagenesProdCarrito {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .cntDatos1 {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .cntdtosDesktop1 {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .cntdtosDesktop2 {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    /*Nuevos productos jqueary*/

    .cnt_productoRey {
        gap: 5px;
        height: inherit;
    }

    #in_cantidadCaja {
        width: 102px;
        font-size: 7px;
        font-family: 'PPNeueMontreal-Medium';
    }

    .list_tallas {
        width: fit-content;
        font-size: medium;
        height: auto;
    }

    .img_list_tallas {
        width: 12px;
        transform: translate(157px, -18px);
    }

    .cnt_infoProducto {
        gap: 10px;
    }

    .cnt_imagenIncluido {
        gap: inherit;
    }

    .cnt_gralProducto {
        width: 280px;
    }

    #cnt_gralProductoCarrito {
        width: 100%;
    }
}

@media(min-width: 641px) and (max-width: 768px) {

    /*login*/

    .cnt_datosLogin {
        width: 21em;
    }

    .lbl_datosLogin {
        font-size: 10px;
    }

    .cnt_pedidosControles {
        width: 60%;
    }

    #btn_buscarPedido {
        width: 100px;
    }

    #txt_correoPedidos {
        width: 180px;
    }

    .cnt_productoRey {
        height: inherit;
    }

    .cnt_seccion_nosotros {
        margin-top: -62px;
    }

    .hr_productosRey {
        display: inherit;
        margin-top: 40px;
    }

    .cnt_imagenes_productosRey {
        width: 82%;
    }

    #cnt_menu {
        display: none;
    }

    .cnt_menuResponsivo {
        width: 650px;
        justify-content: start;
    }

    .cnt_cart {
        margin-left: 300px;
    }

    .lbl_cantidadCarrito {
        transform: translate(295px, -25px);
    }

    .menu_desplegable {
        display: flex;
        font-size: 36px;
        margin-left: 20px;
    }

    .cnt_seccion_reyHats {
        height: 27em;
    }

    .btn_explora {
        font-size: 14pt;
        width: 120px;
        transform: translateY(-10px);
        padding: 2px;
    }

    .cnt_pop_up {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .36);
        box-sizing: border-box;
        z-index: 2;
    }

    .cnt_contenido {
        color: rgb(91, 103, 112);
        background-color: #fff;
        text-align: justify;
        width: 80%;
        height: 23.5em;
        margin-top: 116px;
        margin-left: 50%;
        transform: translateX(-50%);
        padding: 20px 20px;
        overflow: auto;
        box-sizing: border-box;
        border: 2px var(--Morado) solid;
        border-radius: 5px;
    }

    .cnt_nav_texto_a {
        display: flex;
        width: 100%;
        height: 16em;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

        .cnt_nav_texto_a a {
            padding: 5px 10px;
            font-size: 13pt;
            font-family: 'textos';
            color: var(--Negro);
        }

    .img_slider {
        width: 226px;
    }

    .icns_porque {
        width: 100%;
    }

    .icns_porque_rev {
        width: 100%;
    }

    .cnt_iconos_cart {
        margin-right: 300px;
        width: 100%;
    }

    .cnt_descripcionProducto {
        width: 100%;
        height: inherit;
    }

    #cnt_productoReyCarrito {
        height: 20vh;
    }

    .cnt_gralProducto {
        width: 100%;
    }

    .cnt_datos_contact {
        align-items: center;
    }

    .cntDatos1 {
        gap: 30px;
        width: inherit;
    }

    .cnt_productos {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 40px;
    }
}

@media(min-width: 769px) and (max-width: 1024px) {

    .cnt_gralProducto {
        gap: 30px;
    }

    .cnt_productos {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 50px;
    }

    .btn_cerrar_popUp {
        transform: translateY(110px);
        position: relative;
        z-index: 4;
    }

    .cnt_imagenes_productosRey {
        width: 40%;
    }

    .cnt_menuResponsivo {
        justify-content: flex-start;
    }

    .cnt_menu {
        margin-left: 75px;
        gap: 10px;
        margin-right: 30px;
    }

        .cnt_menu a {
            font-size: 10pt;
        }

    .cnt_seccion_reyHats {
        height: 36em;
    }

    #cnt_productoReyCarrito {
        height: 20vh;
    }

    .btn_explora {
        font-size: 16pt;
        padding: 3px;
        width: 175px;
        transform: translateY(-32px);
    }
}

@media(min-width: 1026px) and (max-width: 1440px) {

    .btn_cerrar_popUp {
        transform: translateY(50px);
        position: relative;
        z-index: 4;
    }

    .cnt_menuResponsivo {
        justify-content: flex-start;
    }

    .cnt_menu {
        margin-left: 400px;
        gap: 10px;
        margin-right: 30px;
    }

        .cnt_menu a {
            font-size: 12pt;
        }

    .cnt_seccion_reyHats {
        height: 51em;
    }

    .btn_explora {
        font-size: 25pt;
        width: 240px;
        transform: translateY(-70px);
    }

    #cnt_productoReyCarrito {
        height: 20vh;
    }
}
