@charset "utf-8";

/* CSS Document */
@font-face {
    font-family: 'Akzidenz';
    src: url('../assets/fonts/Akzidenz-grotesk-light.ttf');
}

@font-face {
    font-family: 'Akzidenz-Grotesk Pro-Regular';

    src: url('../assets/fonts/AkzidenzGroteskPro-Regular.otf');
}


body {
    font-family: 'Akzidenz-Grotesk Pro-Regular';
    color: #000;
    margin: 5px;
}



#botonCerrarAR {
    position: absolute;
    width: 18%;
    font-size: 38px;
    top: 1%;
    right: 0%;
    cursor: pointer;
}

#capa_3D {
    float: right;
    width: 100%;
    max-height: 600px;
    overflow: hidden;
    position: relative;
    top: 0px;
    z-index: 0;
    opacity: 0;
}

#piscina {
    width: 100%;
    height: 65vh;
    overflow: hidden;
}

#AR_mobile-container {
    display: none;
    background-color: white;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    ;
}

.AR_icon {
    display: flex;
    width: 60px;
    height: 60px;
    margin-bottom: 11%;
    align-items: center;
    justify-content: center;
}

.AR_img_icon {
    width: 225px;
    height: 132px;
}



.AR_title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.5px;
}

.AR_description {
    font-size: 0.7rem;
    color: #666;
    line-height: 1.5;
    margin-top: -2px;
    margin-bottom: 40px;
    padding: 0 61px;
}

.AR_access-button {
    background-color: #000000;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
    min-width: 120px;
    padding: 10px;
    position: absolute;
    top: 70%;
    left: 34%;
    font-size: 18px;
    width: 30%
}



.AR_access-button:active {
    transform: translateY(1px);
}



.customAR-swal-shadow {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3) !important;
}

.swal-title-customAR {
    font-size: 20px !important;
    font-weight: bold !important;
}



.botones-D {
    display: none;
    padding: 8px 16px;
    background-color: white;
    border: 2px solid #36363687;
    border-radius: 6px;
    font-weight: bold;
    font-size: 14px;
    color: rgb(44, 44, 44);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 99;
    width: fit-content;
    height: fit-content;
}





#container-botones-D {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    text-align: right;
    width: 100%;
    height: 15px;
    margin-top: 1%;
    margin-right: 1%;
    /*   background-color: red;  */
    z-index: 99;
    right: 0;

}

#container-botones-D2 {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    text-align: right;
    width: 100%;
    height: 15px;
    bottom: 33px;
    margin-right: 1%;
    /*  background-color: red; */
    z-index: 99;
    right: 0;
    /* bottom: -58vh !important; */
}








#capa_foto {
    position: relative;
    max-height: 650px;
    overflow: hidden
}

#capa_menu {
    z-index: 100;
    background-color: white;
}



#boton-AR:hover {
    background: rgb(251, 230, 205);
    transform: scale(1.05);
}

.botones-D:hover {
    background: rgb(205, 251, 251);
    transform: scale(1.05);
}


.btn-crema {
    background-color: #f5e1c4 !important;
    color: #5a4a42 !important;
    border-radius: 5px;
    padding: 8px 16px;
    font-weight: bold;
    border: none;
}


.btn-crema:hover {
    background-color: #e6d3b3 !important;
}




div:where(.swal2-container).swal2-backdrop-show,
div:where(.swal2-container).swal2-noanimation {
    background: rgb(255 255 255 / 58%) !important;
}


div:where(.swal2-container) div:where(.swal2-popup) {
    box-shadow: #00000042 2px 18px 18px -6px !important;
}





.container-Global {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px
}

.menu {
    float: left;
    width: 20%;
}

.imagen {
    position: relative;
    float: right;
    width: 75%
}

.foto-buffer {
    width: 100%;
    border-radius: 10px
}

.texto-pie {
    font-size: 14px;
    margin-top: 6px;
    position: absolute
}

.boton-plus {
    display: flex;
    position: relative;
    width: 40%;
    aspect-ratio: 1;
    border: 2px solid #000;
    border-radius: 5px;
    float: left;
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
    align-items: center;
    text-align: center;
    justify-content: center;
}


.boton-plus-especial {
    display: flex;
    position: relative;
    width: 40%;
    aspect-ratio: 1;
    border: 2px solid #000;
    border-radius: 5px;
    float: left;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}



.mas {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    font-size: 2vw;
}

.boton-plus:hover,
.boton-plus-especial:hover {
    background-color: #000;
    color: #fff;
    cursor: pointer
}

.spinner {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 15px solid #ffffff;
    border-top: 15px solid #000000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.texto-nomezclable {
    float: left;
    font-weight: bold;
    text-align: center;
    width: min-content;
    color: #d9d9d9;
    margin-left: 5%;
    display: none;
    padding: 6%;
    font-size: 1.1rem;
    border-radius: 16px;
    background-color: #d3d3d347;
}

.menu {
    margin-top: 0px;
}

.menu .titulo,
.imagen .titulo {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.solicita-presu {
    display: none;
    position: relative;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    min-height: 75vh;
    font-size: 14px;
    z-index: 100;
    background-color: white;
}

.solicita-presu .titulo {
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold
}

.solicita-presu .formulario {
    width: 50%;
    float: left;
    margin-top: 28px
}

.solicita-presu input:focus {
    outline: none
}

.formulario input[type="number"] {
    float: none;
    width: 50%;
    border: none;
    border-bottom: 1px solid #000;
    margin-left: 2%;
    padding: 1.5%;
}

.formulario .adicionales {
    margin-top: 39px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    width: 55%;
}


input[type="checkbox"] {
    accent-color: #000;
    cursor: pointer;
}

.formulario2 .politica {
    font-family: 'Akzidenz-Grotesk Pro-Regular';
    font-size: 12px;
    margin-top: 30px;
    margin-left: 2%;
}

.formulario2 input[type="text"] {
    text-transform: uppercase;
    font-family: 'Akzidenz-Grotesk Pro-Regular';
    border: none;
    border-bottom: 1px solid #000;
    width: 18%;
    margin-left: 2%;
    padding: 1.5%;
}

.formulario2 select {
    text-transform: uppercase;
    font-family: 'Akzidenz-Grotesk Pro-Regular';
    border: none;
    border-bottom: 1px solid #000;
    width: 18%;
    margin-left: 2%;
    padding: 1.5%;
    background-color: transparent;
    color: #0000008c
}

.formulario2 textarea {
    text-transform: uppercase;
    font-family: 'Akzidenz-Grotesk Pro-Regular';
    width: 91%;
    border: none;
    border-bottom: 1px solid #000;
    margin-left: 2%;
    margin-top: 20px;
}

.formulario2 .boton-enviar {
    border: 1px solid #000;
    border-radius: 10px;
    font-size: 14px;
    color: #000;
    padding: 5px 15px 5px 15px;
    text-align: center;
    float: left;
    cursor: pointer;



    display: block;
    margin: 10px 0 10px 2%;
}

.solicita-presu .boton-enviar:hover {
    color: #fff;
    background-color: #000;
}

.solicita-presu .minifoto {
    width: 90%;
    border-radius: 10px;
    padding: 30px 30px 0px 30px;
}

.lista-mosaicos {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    min-height: 75vh;
    display: none;
    position: relative
}

.lista-mosaicos .menu .titulo {
    font-size: 16px;
    padding: 30px 30px 10px 30px;
}

.lista-mosaicos .menu .subtitulo {
    padding: 0px 30px;
    font-size: 16px;
    font-weight: bold;
}

.lista-mosaicos .menu .bloque-categoria {
    float: left;
    font-size: 14px;
    margin: 10px 0px 10px 50px;
    width: 25%;
    font-weight: bold
}

.lista-mosaicos .bloque-colores {
    margin-left: 30px;
    margin-top: 10px;
    font-size: 14px;
    float: left;
    margin-bottom: 10px
}

.lista-mosaicos .bloque-colores input {
    margin-top: 10px;
}

.lista-mosaicos .thumb-color {
    border: 1px solid #000;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.lista-mosaicos .thumb-color:hover,
.lista-mosaicos .thumb-color.on {
    color: #fff;
    background-color: #000
}

.lista-mosaicos .nota {
    clear: both;
    font-size: 14px;
    font-style: italic;
}

.bloque-categoria ul {
    list-style: none;
    margin: 0px 0px 0px -24px;
    padding: 0;
    font-weight: normal
}

.bloque-categoria li {
    margin-top: 5px
}

.lista-mosaicos .panoplia {
    width: 62%;
    float: left;
    height: fit-content;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.panoplia .thumb {
    float: left;
    text-align: center;
    width: 100%;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
    cursor: pointer;
}

.panoplia .thumb:hover {
    opacity: .5
}

.panoplia .thumb img {

    border-radius: 10px;
    max-height: 100px
}

.cerrar-menu {
    position: absolute;
    top: 10px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    right: 16px;
}

.thumb-mezcla {
    width: 40%;
    margin-right: 3%;
    float: left;
    position: relative;
    cursor: pointer;
}

.thumb-mezcla .cerrar {
    position: absolute;
    top: 5px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    right: 5px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 50%;
    font-size: 11px;
    z-index: 100
}

.thumb-mezcla img {
    border-radius: 5px;
    width: 100%;
}

.thumb-mezcla img.candado {
    width: 18px;
    cursor: pointer;
    position: absolute;
    top: -2px;
    right: 0px;
}

.thumb-junta {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    float: left;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 10px;
}

.thumb-junta:hover {
    opacity: .5
}

.thumb-junta.on {
    border: 2px solid #000
}

.texto-junta {
    font-size: 13px;
    font-weight: bold;
}

.texto-ayuda {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 20px;
}





#botonera_imagen {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    padding: 0;
    box-sizing: border-box;
    height: 50px;

}

#botonera_imagen>div {
    flex-grow: 0;
    pointer-events: auto;
}

#botonera_imagen img {
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

#botonera_imagen img:hover {
    opacity: 0.6;
}

#boton_lateral_izquierda,
#boton_lateral_derecha {
    display: flex;
    align-items: center;
    justify-content: center;
}

#boton_lateral_derecha {
    transform: scaleX(-1);
}

































.gresite-val {
    border: none;
    width: 90%
}

.gresite-val:focus {
    outline: none;
    ;
    color: #999
}


.titulo-mosaico {
    margin-top: 5px;
    font-weight: bold;
    font-size: 14px;
}

.slider-mosaico {
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 30px;
    position: relative
}

.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 97%;
    height: 5px;
    background: #d3d3d3;
    outline: none;
    overflow: hidden;
}

/*INTERNET EXPLORER*/
.slider::-ms-fill-lower {
    background-color: #000;
    height: 5px;
}

/*FIREFOX*/
.slider::-moz-range-progress {
    background-color: #000;
    height: 5px;
}

.slider::-moz-range-thumb {
    width: 5px;
    height: 5px;
    background: #000;
    border: none;
    cursor: pointer;
}

/*Chrome*/
.slider::-webkit-slider-runnable-track {
    height: 10px;
    -webkit-appearance: none;
    color: #000;
    margin-top: -1px;
}

.slider::-webkit-slider-thumb {
    width: 10px;
    -webkit-appearance: none;
    height: 10px;
    cursor: pointer;
    background: #000;
    box-shadow: -80px 0 0 80px #000;
}

#checkboxsPrefiltro {
    margin-left: 25px;
    margin-bottom: 15px;
    font-size: 14px;
}

#checkboxsEspeciales {
    margin-left: 25px;
    margin-bottom: 15px;
    font-size: 14px;
}

.prefiltro input {
    margin-bottom: 10px;
}

/*SWAL*/
.swal-overlay {
    background-color: rgba(255, 255, 255, 0.5);
}

.salto-mezcla {
    clear: both
}









h1 {
    text-align: center;
}

#iconos_menu_mosaicos {
    width: 80%;
}







#subtitulo_colores,
#subtitulo_coleccion {
    font-weight: 900;
    margin-left: 3%;
}


.acordeon {
    margin: 0px;
    color: black;
    background-color: white;

}

.acordeon .contenedor_acordeon {
    position: relative;
    margin: 10px 10px;
}

.acordeon .etiqueta {
    position: relative;
    padding: 1px 0;
    font-size: 20px;
    color: black;
    cursor: pointer;
}


.contenedor_acordeon p {
    font-size: 0.8rem;
    font-weight: bolder;
}

/* abierto */
.acordeon .contenedor_acordeon.activa .etiqueta::before {
    content: url('../assets/img/icono_flecha.svg');
    font-size: 10px;
    transform: scaleY(-1);

}

/* cerrado */
.acordeon .etiqueta::before {
    content: url('../assets/img/icono_flecha.svg');
    color: black;
    position: absolute;
    right: -5px;
    font-size: 10px;
    transform: translateY(-50%);
    transform-origin: center;
    transform: scaleY(1);
}

.acordeon .content_acordeon {
    position: relative;
    background: white;
    height: 0;
    font-size: 20px;
    text-align: justify;
    width: 780px;
    overflow: hidden;
    transition: 0.5s;
}


.acordeon hr {
    width: 100%;
    margin-left: 0;
    border: 1px solid grey;
}


.acordeon .contenedor_acordeon.activa .content_acordeon {
    height: fit-content;
    width: auto;
}

#formato_input_general {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}


.menu {
    width: 38%;
    float: left;
}

.menu-principal {
    margin: 1%;
    width: 23%;
    float: left;
}



#bloque_botones_extras {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    justify-items: center;
    align-items: center;
    background-color: white;
    position: sticky;
    bottom: 0%;
    padding-top: 1%;
    padding-bottom: 8%;
    z-index: 999;

}

.botones-extras {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e4f7ff;
    color: #000;
    width: 87%;
    height: 60px;
    text-align: center;
    font-size: 0.9rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    overflow: hidden;
    padding: 0% 6% 0% 6%;
}

.botones-extras:hover {
    background-color: #c9e1eb;
}




#titulo_mosaico {
    font-weight: bolder;
    font-size: 1.5rem;
    margin-bottom: 2%;
}

#titulo_juntas {
    font-weight: bolder;
    font-size: 1.5rem;
    margin-bottom: 2%;
}

#titulo_formato {
    font-weight: bolder;
    font-size: 1.5rem;
    margin-bottom: 2%;
}

#bloque_juntas {
    margin-top: 20px;
}


.formatos_input {
    display: flex;
}

/* .swal-modal{
  top:25%;
  position: fixed;
} */

#div_general {
    display: flex;
    width: 100%;
}

.campo-formulario {
    margin-top: 2%;
}

/* input:invalid {
  color: #ff0000 !important;
} */

input.obligatorio.error::placeholder {
    color: #d00;
    /* Rojo */
    opacity: 1;
    /* Asegura que el color se aplique completamente */
}

#sinGresite {
    background-color: #d3d3d347;
    text-align: center;
    width: fit-content;
    border-radius: 9px;
    margin-left: 9%;
    padding: 13%;
}



#titulo_especiales {
    font-weight: bolder;
    font-size: 1.5rem;
    margin-bottom: 2%;
}

.especiales_input {
    display: flex;
}

#canales {
    display: none;
}

#iconos_canales {
    display: flex;
    gap: 2%;
}

.canal_img {
    width: 55%;
    height: 52%;
    border-radius: 7px;
    margin-top: 2%;
    margin-bottom: -7%;
}

.icono_canal {
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

#sinGresiteMensaje {
    width: max-content;
    font-weight: 900;
    margin-left: 8%;
}



.btn-recargar {
    background-color: #3085d6;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    /* Sombra para el botón */
    border: none;
    cursor: pointer;
    outline: none;
    display: block;
    margin: 20px auto;
    /* Esto centra el botón */
}

.btn-recargar:hover {
    background-color: #256bb2;
}


#boton-enviar-pt {
    margin-top: 5%;
}


@media (min-width: 500px) and (max-width: 1000px) {
    #container-botones-D2 {
        bottom: -52vh !important;
    }
}





@media (min-width: 0px) and (max-width: 499px) {
    #container-botones-D2 {

        bottom: -60vh !important;

    }
}




@media (max-width: 1000px) {

    .imagen {
        float: none;
        width: 100%;
        position: relative;
    }


    #bloque_botones_extras {
        grid-template-columns: 1fr;
        position: relative;
        bottom: 0%;
        padding-top: 1%;
        padding-bottom: 8%;
        z-index: 99;
    }

    .menu {
        float: none;
        width: 100%;
        margin-top: 50px;

    }

    .thumb-mezcla {
        width: 21%;
        margin-right: 3%;
        float: left;
        position: relative;
        cursor: pointer;

    }

    .boton-plus {
        border: 2px solid #000;
        border-radius: 5px;
        float: left;
        max-width: 150px;
        width: 20%;
    }

    .boton-plus-especial {
        border: 2px solid #000;
        border-radius: 5px;
        float: left;
        max-width: 150px;
        width: 20%;

    }

    .mas {
        font-size: 6vw;
    }

    .botones-extras {
        width: 100%;
        max-width: 100%;
    }

    .salto-mezcla {
        display: none;
        float: left;
    }

    .thumb-mezcla .cerrar {
        width: 30px;
        height: 30px;
        font-size: 22px;
    }




    .lista-mosaicos .menu .bloque-categoria {
        width: 26%;
    }

    .panoplia .thumb {
        min-height: 100px;
        float: left;
        width: 100%;
        font-size: 13px;
        font-weight: normal;
        line-height: 16px;
        margin-bottom: 10px;
        cursor: pointer;
        text-align: center;
        margin-right: 10px;
    }



    .slider {
        -webkit-appearance: none;
        appearance: none;
        width: 97%;
        height: 5px;
        background: #d3d3d3;
        outline: none;
        overflow: auto;
    }

    .slider::-moz-range-progress {
        background-color: #000;
        height: 5px;
    }

    .slider::-moz-range-thumb {
        width: 15px;
        height: 15px;
        background: #000;
        border: none;
        cursor: pointer;
    }

    .lista-mosaicos .menu {
        width: 100%;
        float: none;
    }

    .lista-mosaicos .panoplia {
        width: 95%;
        float: none;
        margin-top: 30px;
        margin-left: 8px;
    }

    .solicita-presu .minifoto {
        display: none;
    }

    .titulo-mosaico {
        height: 25px;
    }

    .solicita-presu .formulario {
        width: 75%;
        float: left;
        margin-top: 28px;
        margin-left: 6%;
    }

    /* .formulario2 input[type="text"] {border: none;border-bottom: 1px solid #000;float: left;width: 40%;	margin-left: 2%;padding: 1.5%;margin-bottom: 20px;margin-top: 20px;}	
	.formulario2 select {border: none;border-bottom: 1px solid #000;float: left;width: 40%;margin-left: 2%;padding: 1.5%;background-color: transparent;margin-bottom: 20px;margin-top: 20px;}
   */
    .lista-mosaicos .panoplia {
        grid-template-columns: repeat(3, 1fr);
    }

    #div_general {
        display: inline !important;
    }

    .acordeon {
        width: auto;
    }

    .menu-principal {
        width: 98% !important;
    }

}