::-webkit-scrollbar {
    width: 5px; /* Ancho de la barra de desplazamiento */
}
::-webkit-scrollbar-thumb {
    background-color: #888; /* Color del thumb (la parte que se mueve) */
    border-radius: 10px; /* Bordes redondeados del thumb */
}
::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color del track (la parte fija) */
}
*{
    scrollbar-width: thin; /* Ancho fino */
    scrollbar-color: #888 #f1f1f1; /* thumb color y track color */
}
:root {
    /* --TextColor: var(--MainColor);
    --MainColor: rgb(0, 0, 0);
    --SecondaryColor: var(--MainColor); */
}
/* Style the Image Used to Trigger the Modal */
.imgModal {
    border-radius: 5px !important;
}
.imgtoModal {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.imgtoModal:hover {
    opacity: 0.7;
}
.xmodal {
    margin: auto;
    display: none;
    position: fixed; 
    padding-top: 65px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
    z-index: 999;
    text-align: center;
}
/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 500px;
}
img.imgModal{
    max-height: 80%;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}
@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}
/* The Close Button */
.close {
    position: absolute;
    top: 25px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    opacity: 1;
    user-select:none;
}
.close:hover, .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
.div-modal{
    width: 95%;
    border-radius: 5px;
    background-color: var(--MainColor);  
    margin: auto;
    margin-top: 30px;
    margin-bottom: 5px;
    padding: 5px;
}
.tit-modal{
    color: var(--TextColor);
}
.divPics{
    margin:0px 0px 0px 0px;
}
html {
    height: 100%;
}
body {
    font: 16px/1.5 "Poppins", Sans-serif !important;
    background-color: var(--MainColor);
    color: var(--TextColor);
    min-height: 100%;
    margin: 0;
}
/* Menu nuevo */
.menu-container {
    position: relative;
    display: flex;
    align-items: center;
}
.menu-btn {
    position: fixed;
    left: 20px;
    cursor: pointer;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 24px;
    width: 30px;
}
.menu-btn__line {
    width: 30px;
    height: 3px;
    background-color: var(--TextColor);
    transition: all 0.3s ease;
}
.menu-desplegable {
    position: fixed;
    top: 0;
    left: -350px;
    height: 100vh;
    background-color: var(--MainColor);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    transition: all 0.3s ease;
    z-index: 999;
    width: 350px;
}
.menu ul {
    list-style: none;
}
.menu ul li {
    margin: 20px 0;
}
.menu ul li a {
    color: var(--MainColor);
    text-decoration: none;
    font-size: 20px;
}
.menu-active {
    left: 0;
}
/* Animación para la cruz */
.menu-btn.open .line1 {
    transform: rotate(45deg) translate(10px, 10px);
    background-color: var(--SecondaryColor);
}
.menu-btn.open .line2 {
    opacity: 0;
}
.menu-btn.open .line3 {
    transform: rotate(-45deg) translate(5px, -5px);
    background-color: var(--SecondaryColor);
}
.listado-menu{
    display: flex;
    flex-direction: column;
    margin-top: 120px;
    width: 80%;
}
.listado-menu li{
    width: 100%;
}
.listado-menu li a{
    text-align: left;
    display: block;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}
.listado-menu li .titulo-grupo{
    font-size: 16px;
    font-weight: 700; 
    cursor: pointer;
}
body.menu-open {
    overflow: hidden;
}
.footer-menu{
    width: 100%;
    color: var(--MainColor);
    text-align: center;
    bottom: 0;
    position: absolute;
    padding: 20px 0px 20px 0px;
    z-index: 99;
    background: var(--MainColor);
}
.flecha-rotada {
    transform: rotate(-90deg);
    transition: transform 0.3s ease-in-out;
}
.alinear-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.listado-menu li:hover, .listado-menu li a:hover{
    color: var(--TextColor);
    text-decoration: none;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.5); /* Gris con opacidad */
    display: none;
    z-index: 999;
}
.scroll-menu{
    width: 100%;
    height: 85%;
    overflow-y: auto;
    overflow-x: hidden;
}
/*  */

.margin-menu{
    margin-top: 10%;
}
@media (max-width: 840px){
    .margin-menu{
        margin-top: 30%;
    } 
}
/* .material-symbols-outlined{
    font-size: 16px;
    margin-right: 3px !important;
} */
.logo-footer{
    max-width: 16px;
}
#logo{
    max-width: 144px;
    margin-bottom: 20px;
    margin-top: 5px;
}
#logo-ingreso{
    max-width: 85px;
    margin-left: 5px;
    margin-bottom: 50px;
}
ul {
    list-style-type: none;
}
li {
    float: left;
    width: 150px;
}
.div-oferta{
    width: 100%;
}
.texto-oferta{
    margin: 0;
    background-color: #b8bcc6;
    color: var(--MainColor)fff;
    text-align: center;
}
#menu{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    background-color: var(--MainColor);
}

#ingreso{
    display: flex;
    justify-content: center;
    align-items: center;
}
.fondo-ingreso{
    height: 100%;
}
.box-form-ingreso{
    background-color: var(--MainColor) !important;
    border: 1px var(--TextColor) solid;
}
a{
    text-decoration: none;
    color: var(--TextColor);
}
ul a:hover{
    color: var(--MainColor);
}

#btn-ingreso{
    display: flex;
    background: var(--TextColor);
    color: var(--MainColor);
    padding: 5px;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    font-size: 22px !important;
    font-weight: 200;
}
hr{
    width: 100%;
}
.marca{
    
    display: flex;
    color: var(--TextColor);
    text-align: center;
    align-items: center;
    justify-content: space-around;
    font-size: 12px;
}
@media(max-width:800px){
    .marca{
        margin-top: 2vh;
        display: flex;
        color: var(--TextColor);
        text-align: center;
        align-items: center;
        justify-content: space-around;
        font-size: 12px;
        flex-direction: column;
    }
    .marca p{
        margin: 0.2vh 0;
    }
}
@media(min-width:800px){
    .marca{
        
        width: 60%;
        justify-self: center;
    }
}
.defensa{
    padding: 10px 0px 25px 0px;
    display: flex;
    justify-content: center;
}
/* Estilos del carrusel */
.carrusel-container {
    margin: auto;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.carrusel-fotos img{
    margin: auto;
    width: 100%;
}
.slick-dots{
    display: flex !important;
    justify-content: center;
}
@media(max-width:800px){
    .carrusel-fotos img{
        margin: auto;
        width: 100%;
    }
    .carrusel-container {
        width: 95%;
        max-width: 95%;
    }
}

/* Estilos de popup para subir imagenes */
.btn-subirfotoitem{
    background: #3a84eb;
    color: var(--MainColor);
    padding: 4px;
    border-radius: 15px;
    cursor: pointer;
    font-size: 23px;
    height: 23px;
}
.btn-borraritem{
    background: #eb3a3a;
    color: var(--MainColor);
    padding: 4px;
    border-radius: 15px;
    cursor: pointer;
    font-size: 23px;
    height: 23px;
}
.btn-editar{
    background: #3a60eb;
    color: var(--MainColor);
    padding: 4px;
    border-radius: 15px;
    cursor: pointer;
    font-size: 23px;
    height: 23px;
}
.btn-subirfotoitem, .btn-borraritem{
    margin-top: 10px;
    margin-bottom: 10px;
}
.imgtoModal{
    width: 120px;
    max-height: 210px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.img-scan{
    margin: 7px 7px 7px 7px;
    max-width: 190px;
    border-radius: 5px;
}
.modal-container-img, .modal-container-file, .modal-container-cam, .modal-container-oferta, .modal-container-help{
    display: flex;
    background-color: rgba(0, 0, 0, 0.3);
    align-items: center;
    justify-content: center;
    position: fixed;
    pointer-events: none;
    opacity: 0;  
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    transition: opacity 0.3s ease;
    z-index: 1;
}
.modal-img, .modal-file, .modal-cam, .modal-edit, .modal-help{
    background-color: var(--MainColor)fff;
    width: 75%;
    max-width: 500px;
    padding: 30px 50px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
}
#closeimg, #closecam, #closefile, #closedelete, #closeoferta, #close-edit, #closeHelp{
    cursor: pointer;
    color:#181818;
    text-align: right;
    border-radius: 10px;
    padding: 5px;
    width: 35px;
    background-color: var(--MainColor);
}
.modal-img .modalti-img, .modal-file .modalti-file, .modal-cam .modalti-oferta, .modal-file .modalti-oferta, .modal-edit .modalti-edit, .modal-help .modalti-help{
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}
.modal-cam{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#openimg{
    cursor: pointer;
    margin-right: 15px;
    background-color: #011886;
    color: var(--MainColor);
    width: 38px;
    margin-bottom: 5px;
    border-radius: 30px;
    align-content: center;
    font-size: 20px;
}
.show{
    pointer-events: auto;
    opacity: 1 !important;
}
#opencam, #openfile, #deleteImg{
    cursor: pointer;
    padding: 10px;
    border-radius: 30px;
    width: 70px;
    margin-right: 10px;
    height: 50px;
}
#opencam{
    background: #4abe4a;
}
#openfile{
    background: #4a4abe;
}
#deleteImg{
    background: #be4a4a;
}
#cam{
    display: flex;
    height: 43px;
    justify-content: right;
}
#tomarfoto, #enviarfoto{
    border-radius: 50px;
    width: 50px;
    height: 50px;
    background-color: #4abe4a;
    display: flex;
    justify-content: center;
    align-items: center;
}
.enviarimg{
    height: 50px;
    width: 50px;
    background-color: #4abe4a;
    color: var(--MainColor);
    border: none;
    border-radius: 50px !important;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.enviarimg:hover{
    cursor: pointer;
}
.box-uploadimg{
    justify-content: center;
    display: flex;
    align-items: baseline;
}
.selecimg::file-selector-button {
    background: #d5d5d5;
    font-weight: bold;
    color: #000;
    padding: 0.5em;
    border: none;
    border-radius: 5px;
}
.selecimg{
    margin-bottom: 20px;
}
#dummyUpload img{
    margin-bottom: 15px;
    border-radius: 5px;
    max-height: 250px;
}
#dummy img{
    margin-bottom: 15px;
    border-radius: 5px;
    max-height: 250px;
}
.proImgCelu{
    display: flex;
    justify-content: space-between;
}
.titulo-foto-celu{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.showuploadbtn{
    pointer-events: auto;
    opacity: 1 !important;
    z-index: 2;
}
#img-carrusel {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 50.5%;
}
.img-display{
    margin: auto;
    width: 70%;
}
.botones-fotos{
    display: flex;
    margin: 5px auto;
    justify-content: center;
}
/* Estilos de imagenes fijas */
.grilla-img{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 10px;
}
.celda-img{
    max-width: 45%;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 5px;
}
.imagen-celda{
    max-width: 100%;
    border-radius: 5px;
    transition: transform .3s; 
    box-shadow: 0px 0px 10px 4px rgb(0 0 0 / 30%);  
}
.imagen-celda:hover{
    transform: scale(1.03);
}
/* Estilos para pie de pagina */
.caja-infoMarca{
    font-size: 15px;   
    /* margin-top: 50px; */
        place-items: center;
}
.empresa-box{
    margin-top: 20%;
    height: 100%;
    background-image: url(../img/fondoEmpresa.png);
    background-size: auto;
}
.empresa-content{
    height: 100%;
    display: block;
    margin: 0 10%;
    background-color: rgba(255, 255, 255, 0.304);   
}
.empresa-titulo{
    color: var(--MainColor);
    padding: 5%;
    font-size: x-large;
    border-bottom: solid var(--MainColor) 1px;
    border-top: solid var(--MainColor) 1px;
}
.empresa-texto{
    padding: 5%;
    color: var(--MainColor);
}
/* Modificaciones para version celular */
@media only screen and (min-width: 0px) and (max-width: 768px) {
    #img-carrusel{
        height: 190px;
    }
    .grilla-img{
        flex-direction: column;
        align-items: center;
    }
    .celda-img{
        margin-top: 25px;
        margin-bottom: 25px;
        max-width: 85%;       
    }
}
/* Estilos de formulario de contacto */
@media(max-width:800px){
    .box-form{  
        width: 80% !important;
    }
}
.box-form{  
    width: 40%;
    height: auto;
    margin: 0 auto 0 auto;
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
}
.form-contacto{
    margin: auto;
}
.campo-form{
    background-color: var(--TextColor); 
    width: 90%; 
    height: 40px; 
    border-radius: 5px;  
    border-style: solid; 
    border-width: 1px; 
    border-color: var(--TextColor); 
    color: var(--MainColor);
    margin-top: 10px;  
    padding-left: 10px;
    margin-bottom: 20px; 
}
#mensaje{
    background-color: #fbfbfbb8; 
    width: 90%; 
    height: 100px; 
    border-radius: 5px;  
    border-style: solid; 
    border-width: 1px; 
    border-color: var(--MainColor); 
    margin-top: 10px;  
    padding-left: 10px;
    margin-bottom: 20px; 
    padding-top: 15px; 
}
.titulo-campo{
    display: block; 
    float: center;  
}
.btn-login{
    width: 90%;
    height: 45px;
    margin: 10px 0px 5px 0px;
    text-transform: uppercase;
    color: var(--TextColor);
    font-weight: bold;
    background-color: var(--MainColor);
    border: 2px solid var(--TextColor);
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
}
.titulo-form{
    font-size: 39px;
    padding-bottom: 20px; 
    color: var(--TextColor);
}
.linea-form{
    font-size: 14px; 
    color: #0e0e0e;
}
::-webkit-input-placeholder {
    color: #a8a8a8;
}
::-webkit-textarea-placeholder {
    color: #a8a8a8;
}
.form-contacto input:focus{
    outline:0;
    border: 2px solid var(--TextColor);
}
.form-contacto textarea:focus{
    outline:0;
    border: 2px solid var(--TextColor);
}
.fondo-form{
    background: var(--MainColor);
    padding-top: 35px;
    padding-bottom: 300px;
}
.tituloInicio{
    color:var(--TextColor);
    text-align: center;
}
.descripcionInicio{
    color:var(--TextColor);
    margin-left: 5%;
}
.error-login p{
    margin: 0;
    padding: 0;
    color: var(--MainColor);
}
@media(min-width:800px){
    .slide-menu-celu{
        display: none;
    }
}
@media(max-width:800px){
    .tituloInicio{
        color:var(--TextColor);
        margin-left: 5%;
    }
    .descripcionInicio{
        color:var(--TextColor);
        margin-left: 5%;
    }
    #logo-ingreso{
        display: flex;
        margin: auto;
        margin-bottom: 30px;
    }
    .menu-celu{
        display: contents;
    }
    #btn-menu{
        color: var(--MainColor);
        font-size: 30px !important;
        background: #d9d9d962;
        padding: 5px;
        border-radius: 30px;
    }
    .btn-cerrar-menu{
        color: var(--MainColor);
        font-size: 30px !important;
    }
    hr {
        margin: 0;
    }
}
.background-homepage{
    width: -webkit-fill-available;
}
.menu-fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    background: var(--MainColor);
    padding-top: 1vh;
}
.slide-menu-celu{
    background-color: var(--MainColor);
}
.slide-menu-celu .grid-dropdown-cel a{
    color: var(--TextColor);
    cursor: pointer;
}
@media(max-width:800px){
    .fondo-celu{
        background-color: var(--MainColor);
        color: var(--TextColor);
    }
    #menu{
        transition: unset;
    }
}
.max-width-pc{
    max-width: 350px;
}
.carrito-decimal{
    font-size: small;
    vertical-align: super;
}
.carrito-entero{
    font-size: large;
}
.titulo-subgrupo{
    margin: 0;
    font-weight: 600;
}
.lista-grupo{
    display: grid;
    min-width: 100% ;
    gap: 1px;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
}
.lista-grupo a{
    width: 100%;
    text-align: center; 
}
.whatsapp-button{
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 10;
}
.subrayado{
    text-decoration: underline;
    margin-bottom: 15px;
}
.onlysoft{
    margin: 15px 0px;
}
.container-mantenimiento{
    height: 90%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.texto-mantenimiento{
    font-size: xx-large;
    color: var(--TextColor);
}
.icono-mantenimiento{
    font-size: 300px !important;
    color: var(--TextColor)
}
/* Estilos unicos */
/********************/
@media(max-width:800px){
    .grid-dropdown-cel{
        display: grid;
        min-width: 70% ;
        gap: 1px;
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
        border-top: solid 1px black;
    }
    .dropdown-content {
        display: none;
        color: var(--TextColor);
        background-color: var(--MainColor);
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }
}
@media(min-width:800px){
    .menu-fixed:hover {
        background-color: var(--MainColor);
        transition: 0.3s;
    }
    .menu-fixed:hover .items-menu a{
        color: var(--TextColor);
    }
    .dropdown-content {
        display: none;
        color: var(--TextColor);
        background-color: var(--MainColor);
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;   
    }
    .grid-dropdown{
        display: grid;
        min-width: 16% ;
        gap: 1px;
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
        margin: 0% 2%;
    }    
    .menu-fixed:hover .dropdown-content{
        display: flex; 
    }
    .dropdown-content a{
        color: var(--TextColor);
        cursor: pointer;
    }
}
.div-iconos-redes{
    display: flex;
    justify-content: space-evenly;
    margin: auto;
    max-width: 20vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
}
.icono-redes{
    color: var(--TextColor);
    cursor: pointer;
}
/* HIDDEN SIEMPRE AL FINAL PARA QUE PISE AL RESTO*/
.deleteimgtrash{
    opacity: 100%;
    color: var(--MainColor);
    position: relative;
    left: 50%;
    margin: auto 0;
    font-size: 50px !important;
    transition: opacity 0.5s ease-in-out;
}
.deleteimgtrash:hover{
    cursor: pointer;
    opacity: 0.6;
}
.boton-upload{
    margin: 0 !important;
    font-size: 50px !important;
    background-color: var(--SecondaryColor);
    padding: 0 20px;
    border-radius: 10px;
    border: solid;
    border-width: 2px;
    border-color: var(--TextColor);
}
.icono-compra{
    background-color: var(--TextColor);
    border-radius: 20px;
    color: var(--MainColor);
    padding: 10px;
    position: relative;
    top: -50px;
    font-size: large !important;
    z-index: 4;
    cursor: pointer;
}
.div-icono-compra{
    display: flex;
    justify-content: center;
}
.div-cookies{
    position: fixed;
    bottom: 1px;
    left: 25%;
    background: var(--MainColor);
    border-radius: 5px;
    margin: auto;
    width: 50%;
    display: block;
    text-align: center;
}
.btn-aceptar-cookies{
    background-color: var(--TextColor);
    border: solid;
    border-width: 2px;
    border-color: var(--TextColor);
    width: min-content;
    padding: 5px;
    border-radius: 5px;
    color: var(--MainColor);
    margin: auto;
    cursor:pointer;
    margin-bottom: 2px;   
}
.btn-aceptar-cookies:hover{
    color: var(--TextColor);
    background-color: var(--MainColor);
    border: solid;
    border-width: 2px;
    border-color: var(--TextColor);
    cursor:pointer;
    transition: opacity 0.5s ease-in-out;
}
.metodos-pago{
    height: 20px;
    width: 20px;
}
.linea-info-pie{
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 16px;
}
.linea-info-pie p{
    margin: 1vh 0;
}
.linea-menu-pie{
    display: flex;
    justify-content: space-around;
    width: 60vw;
}
@media(max-width:800px){
    .div-cookies{
        width: 90%;
        z-index: 100;
        left: 5%;
    }
}

.icon-footer{
    margin-right: 6px;
    font-size: 20px !important;
}
.espacio-menu{
    margin-top: 150px;
    position: relative;
}
#email-newsletter::-webkit-input-placeholder{
    text-align: center;
}
#email-newsletter{
    color: var(--TextColor);
}
.div-newsletter{
    left: 13%;
    z-index: 1000;
    top: 15px;
    position: fixed;
    background: var(--MainColor);
    border-radius: 5px;
    margin: auto;
    display: block;
    text-align: center;
    border: 1px solid var(--TextColor);
    padding: 10px;
}
@media(min-width:800px){
    .div-newsletter{
        width: 40%;
        left: 30%;
    }
}
.btn-aceptar-newsletter{
    padding: 6px;
    font-size: 14px !important;
    border: 1px solid var(--TextColor);
    color: var(--TextColor);
    background: var(--MainColor);
    border-radius: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: medium;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.titulo-principal{
    margin-top: 45px;
    margin-bottom: 35px;
    color: var(--TextColor);
    border: 0;
    text-shadow: none;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}
@media(max-width:840px){
    .titulo-principal{
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
    }
}
.btn-enviarinfo{
    padding: 13px;
    height: 40px;
    width: 100px;
    margin-top: 10px;
    border: 1px solid var(--TextColor);
    color: var(--TextColor);
    background: var(--MainColor);
    border-radius: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: medium;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-enviarinfo{
    margin: auto;
    width: 95%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.datos-envio{
    border: 1px solid var(--TextColor);
    border-radius: 30px;
    margin: 5px;
    height: 35px;
    background: none;
    width: 60vw;
    padding: 0px 1%;
}
.div-iconos-mp-methods{
    display: flex;
}
@media(max-width:840px){
    .div-iconos-mp-methods{
    display: grid;
    min-width: 100% ;
    gap: 1px;
    grid-template-columns: repeat(5, 1fr);
    justify-items: center;
}
}
.icono-mp-methods{
    max-height: 35px;
    width: 35px;
    padding: 5px;
    width: auto;
    margin: 2px;
    padding: 5px;
    border: 1px solid #eaeaea;
}
.form-masinfo{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.box-titulo-principal{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
@media(max-width:840px){
    .titulo-principal{
        font-size: 40px;
        font-weight: bold;
        line-height: 1;
    }
}
.titulo-principal{
    margin-top: 45px;
    margin-bottom: 10px;
    color: var(--TextColor);
    border: 0;
    text-shadow: none;
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
}
.pregunta-enviarinfo{
    text-align: center;
}
@media(max-width:840px){
    .titulo-principal{
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 20px;
    }
    .slick-slide{
        height: unset !important;
    }
}
.cant-cesta-paginador{
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    position: absolute;
    height: 25px;
    min-width: 50px;
    border-radius: 25px;
    color: var(--MainColor);
    text-align: center;
    justify-content: center;
    padding: 5px;
    z-index: 2;
}
.txt-error-registro{
    color: red;
    font-size: 12px;
    margin-top: -20px;
}
.box-banner{
    display: flex;
    align-items: center;
    width: 80%;
    margin: auto;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.box-banner-text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 15%;
}
.titulo-banner{
    font-size: 24px;
    font-weight: 700;
}
.btn-banner{
    color: var(--MainColor);
    background: var(--TextColor);
    padding: 10px;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
}
.img-banner{
    width: 50%;
}
.sube-foto, .sube-foto-celu{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
}
.subtitulo-principal{
    color: var(--TextColor);
    border: 0;
    text-shadow: none;
    font-size: 25px;
    font-weight: bold;
}
.box-politicas{
    width: 90%;
    margin: auto;
}
.titulo-contenido-politicas{
    margin-top: 50px;
    font-size: 20px;
    font-weight: bold;
}
.contenido-politicas{
    font-size: 15px;
}
.imagen-talles{
    width: 50%;
}
.box-imagen-talles{
    display: flex;
    justify-content: center;
}
/* SIEMPRE AL FONDO */
.hidden{
    display: none;
}