:root {
    --color-acento: #1b1b1b;
    --color-grande: transparent;
    --color-fondo: white;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    width: 100%;
    /* height: 100%; */
    font-family: "Geist",-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",arial,sans-serif;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    background-color: white !important;
    justify-content: flex-start;
    align-items: center;
    min-height: 100vh;
}
@media (max-width:1080px){
    html, body {
        overflow-y: visible !important;
        height: auto !important;
        scrollbar-width: none !important;
    }
    .losentimos{
        padding: 36px !important;
        width: 90% !important;
    }
}
main {
    flex: 1;
    display:flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    background-color: var(--color-fondo);
    margin: 33px 0;
    min-height: calc(100vh - 66px);
}
header{
    margin: 0;
    top: 0;
    position: fixed;
    padding: 0 !important;
    height: 66px !important;
    max-height: 66px !important;
    background-color: rgb(255,255,255,0.95);
    backdrop-filter: blur(4px);   
}
.Logo {
    margin-left: 0;
    height: 23px;
    max-height: 23px !important;
    width: auto;
}
.ingresoCorreo {
    display: flex;
    flex-direction:row;
    gap:0;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #DEDEDE;
    width: 100%;
}
#email1, #password, button {
    -webkit-appearance: none; /* Elimina el estilo predeterminado en Safari y Chrome */
    -moz-appearance: none; /* Elimina el estilo predeterminado en Firefox */
    appearance: none; /* Elimina el estilo predeterminado en navegadores compatibles con la propiedad */
    word-wrap: break-word;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 12px;
    box-sizing: border-box;
    border-radius: 4px;
    border: none;
    width: 90%;
    outline: none;
    font-size: 14px;
    color: white;
    font-weight: 500;
    line-height: normal;
    resize: none;
    transition: box-shadow .18s ease-in-out, padding-top .18s ease-in-out, border .18s ease-in-out;
    position: relative;
    height: 40px;
    background-color: transparent;
}
.boton-enviar {
    background-color: transparent;
    border: none;
    width: 10%;
    border-radius: 4px;
    padding-right: 0 12px;
    justify-content: right;
    cursor:pointer;
    color: #8F908F;
    font-weight: 500;
}
.contenedor-correo{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -webkit-appearance: none; /* Elimina el estilo predeterminado en Safari y Chrome */
    -moz-appearance: none; /* Elimina el estilo predeterminado en Firefox */
    appearance: none; /* Elimina el estilo predeterminado en navegadores compatibles con la propiedad */
    word-wrap: break-word;
    padding: 14px;
    box-sizing: border-box;
    background-color:var(--color-grande);
    border-radius: 4px;
    border: none; /*1px solid #DEDEDE */
    position: relative;
    z-index:3;
    
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 20px !important;
    row-gap: 10px !important;
    flex-wrap: wrap !important;
}
@media (max-height:768px) and (min-width: 1080px){
    .contenedor-correo{
        margin: 90px 0 !important;
    }
}
@media (min-width:1080px){
    .contenedor-correo{
        margin: 185px 0;
        flex-wrap: wrap;
        padding: 0;
        max-width: 65vw;
    }
}
/*Modificacion temporal para el nuevo drop de basicos*/
@media (min-height: 1440px) and (min-width: 1080px) {
    .contenedor-correo {
        margin: 335px 0 !important;
    }
}
p{
    text-align: center;
    margin: 0;
    color:var(--color-acento);
    font-weight: 400;
}

.contenedor{
    display: flex;
    flex-direction: column;
    gap: 0px;
    color: white;
    background-color: red;
    padding: 6px 10px;
}
.contenido{
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-direction: column;
    gap: 0px;
}
.contador{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.responsivo1, .responsivo2{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.cartel{
    display: flex;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    -webkit-appearance: none; /* Elimina el estilo predeterminado en Safari y Chrome */
    -moz-appearance: none; /* Elimina el estilo predeterminado en Firefox */
    appearance: none; /* Elimina el estilo predeterminado en navegadores compatibles con la propiedad */
    word-wrap: break-word;
    width: 120px;
    height: 110px;
    box-sizing: border-box;
    border-radius: 4px;
    border: none; /*1px solid #DEDEDE*/
    background-color: #FFCA05;
    position: relative;
    gap: 4px;
    padding: 10px;
    font-size: 20px;
}
#dias , h3{
    padding: 0;
    margin: 0;
}
.texto-tiempo{
    margin-bottom: 0;
    font-size: 14px;
    color:white !important;
}
.contenedor-correo-mini{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.titulo{
    width: 100%;
    font-size:60px;
    font-weight:700;
    color:#FFCA05;
}
.cartel{
    background-color: transparent;
    width: 30px;
    height: 24px;
    font-size: 1.1rem;
    flex-direction: row;
}
.texto-tiempo{
    color:var(--color-acento);
}
.contador{
    flex-direction: column;
    gap: 0px;
    color:white !important;
}
.titulo{
    font-size:23px;
    text-align: center;
}
#pass_form{
    display: none;
}
.error {
    color: #c12537; /* Color para mensajes de error */
}

.success {
    color: #159b26; /* Color para mensajes de éxito */
}
#pantalla_carga{
    opacity: 100%;
}

.pantalla-carga-off{
    opacity: 0% !important;
    pointer-events: none;
}
.sobre-carrito{
    display:inline-flex;
    position:absolute;
    width:auto;
    height:auto;
    transform: translateX(1px);
    background-color:white;
    font-size:10px;
}
.icono-agregado{
    transition: opacity .0s ease-in-out;
    opacity: 0;
}
.boton-cerrar-talle, .boton-consulta-talle {
    position: absolute;
    top: 53px;
    width: 11px;
    transform: scale(2.9) scaleY(0.81) translateX(7px);
    font-weight: 200;
    transition: opacity .2s ease-in-out;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Agregar al carrito mobile*/
/* @media (min-width:1080px){ */
    .fila-talles{
        margin: 0 !important;
        transform: translateY(-15px);
    }
    .comprar-button-contenedor{
        display: none !important;
    }
    .info-producto{
        display: none !important;
    }
    .mobile-size-button{
        display: flex !important;
        position: absolute;
        opacity: 1;
        transition: opacity .2s ease-in-out;
        justify-content: center;
        align-items: center;
    }
    .ultimos-talles-text{
        display: none !important;
    }
    .fila-talles .talle-box{
        opacity: 0;
        pointer-events: none;
        width: 35px !important;
        height: 35px !important;
        font-size: 15px !important;
        border: 1px solid #00000040;
        color: #00000061 !important;
    }
    .add-product-button{
        display: flex !important;
        width: 35px !important;
        height: 35px !important;
        font-size: 20px !important;
        font-weight: 250 !important;
        border: 1px solid #00000040 !important;
        color: #00000061 !important;
        font-size: 30px !important;
        background-color: transparent !important;
    }
    .boton_talle_visible{
        opacity: 1 !important;
        pointer-events: auto !important;
        border: 1px solid #00000040 !important;
        color: #00000082;
    }
    .boton_add_invisible{
        opacity: 0 !important;
        pointer-events: none !important;
    }
    .icono-agregado-visible{
        opacity: 1 !important;
    }
    .boton-cerrar-visible{
        opacity: 0.45 !important;
        pointer-events: auto !important;
    }
    header.shrink {
        height: 20px !important; /* Altura reducida al hacer scroll */
    }
/* } */