@charset "utf-8";

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

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

    src: url('https://www.ezarri.com/configurador/_dev_AR/assets/fonts/AkzidenzGroteskPro-Regular.otf');
}



.AR_mobile-container {
    background-color: white;
    width: 100%;
    max-width: 375px;
    height: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 999;
}

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

.AR_img_icon {
    width: 100px;
    height: 100px;
}



.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 38px;
}

.AR_access-button {
    background-color: #a8d4e6;
    color: #2c5f7a;
    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: 63%;
    left: 35%;
    font-size: 18px;
    width: 30%
}



.AR_access-button:hover {
    background-color: #94c7db;
}

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



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






























    #iframe-container {
        display: none;
        /*    position: fixed; */
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1000;
    }

    #iframe-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 1201px;
        height: 102%;
        max-height: 670px;
        background-color: white;
        border-radius: 8px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        overflow: hidden;
    }

    #iframe-wrapper iframe {
        width: 100%;
        height: 100%;
        border: none;
    }


    .botones-D {
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 1000;
        color: rgb(44, 44, 44);
        padding: 8px 16px;
        background-color: white;
        border: 2px solid #36363687;
        border-radius: 6px;
        font-weight: bold;
        font-size: 14px;
        cursor: pointer;
        transition: all 0.3s ease;
    }


    #boton-AR {
        position: absolute;
        top: 600px;
        right: 15px;
        z-index: 1000;
        color: rgb(44, 44, 44);
        padding: 8px 16px;
        background-color: white;
        border: 2px solid #36363687;
        border-radius: 6px;
        font-weight: bold;
        font-size: 14px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

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

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

    #boton-2D,
    #boton-AR {
        display: none;
        z-index: 99px;
    }

    .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;
    }





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

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

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

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

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

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

    .boton-plus {
        position: relative;
        width: 40%;
        margin-right: 3%;
        border: 2px solid #000;
        border-radius: 5px;
        float: left;
    }

    .boton-plus img {
        width: 97%
    }

    .boton-plus .mas {
        position: absolute;
        top: 30%;
        text-align: center;
        width: 100%;
        height: 100%;
        font-size: 2vw;
    }

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

    .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 {
        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;
        font-size: 14px
    }

    .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 query para pantallas pequeñas */
    @media (max-width: 600px) {


        .botones-extras {
            width: 100%;

        }
    }



    @media (max-width: 1000px) {

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




    /*ESTILOS MOVIL(PORTRAIT)*/
    @media only screen and (max-width: 1000px) {



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

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

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

        .boton-plus {
            position: relative;
            width: 21%;
            margin-right: 3%;
            border: 2px solid #000;
            border-radius: 5px;
            float: left;
            max-width: 150px;
        }

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

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

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

        .boton-plus .mas {
            font-size: 10vw;
            top: 6%;
        }

        .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;
        }

    }