<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'IntroCondBoldItalic';
    src: url('../fonts/intro/IntroCondBoldItalic.eot');
    src: url('../fonts/intro/IntroCondBoldItalic.woff') format('woff'), url('../fonts/intro/IntroCondBoldItalic.ttf') format('truetype'), url('../fonts/intro/IntroCondBoldItalic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bariol';
    src: url('../fonts/bariol/Bariol_Regular_Italic.eot');
    src: url('../fonts/bariol/Bariol_Regular_Italic.woff') format('woff'), url('../fonts/bariol/Bariol_Regular_Italic.ttf') format('truetype'), url('../fonts/bariol/Bariol_Regular_Italic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.contenedor{
    width: 100%;
    height: auto;
    background-image: url("../img/fondo-prueba.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.container{
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    background-image: url("../img/colgante.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

.img-maravilla{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 150px;
}

.informacion{
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.titular{
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
}
.img-bolitas{
    width: 30%;
    height: 100%;
    margin-top: 175px;
}

.titulo{
    width: 100%;
    font-size: 30pt;
    font-family: 'IntroCondBoldItalic';
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin: 0;
}
.titulo2{
    width: 100%;
    font-size: 22pt;
    font-family: 'Bariol';
    text-align: center;
    color: #fff;
    margin: 0;
}

.producto{
    width: 50%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
}
.img-producto{
    width: 90%;
    height: 100%;
}
.producto-info{
    width: 50%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.txt-info{
    width: 80%;
    font-size: 16pt;
    font-family: 'Bariol';
    text-align: justify;
    color: #fff;
    margin: 0;
}
.cajas{
    width: 90%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: rgba(156,33,33,0.7);
    margin-bottom: 75px;
}

.cajas::-webkit-scrollbar {
    width: 10px;
}

.cajas::-webkit-scrollbar-track {
    background: #790000;
}

.cajas::-webkit-scrollbar-thumb {
    background: #b32c2c;
}

.cajas::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.caja-foto{
    margin: 10px;
}
.example-image{
    max-width: 350px;
    max-height: 200px;
}
.info-foto{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0;
    color: #fff;
    font-family: 'Bariol';
    font-size: 14pt;
}
.btns{
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 10 !important;
}

.aFix{
    width: 10%;
    margin-right: 15px;
}

.wt{
    width: 100%;
    height: 30px;
    background-image: url("../img/btnWt.png");
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    background-color: transparent;
    border-radius: 20px;
    margin-right: 15px;
}
.fb {
    width: 10%;
    height: 30px;
    background-image: url("../img/btnfb.png");
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    background-color: transparent;
    border-radius: 20px;
    margin-right: 15px;
}
.descargar{
    width: 100%;
    height: 30px;
    background-image: url("../img/btndescarga.png");
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    background-color: transparent;
    border-radius: 20px;
}


















@media screen and (min-width: 501px) and ( max-width: 1030px) {
    .contenedor{
        background-image: url("../img/ipad-pro-fondo.png");
        background-size: cover;
        background-position: center;
    }
    .informacion{
        margin-bottom: 25px;
    }
    .txt-info{
        width: 100%;
        font-size: 14pt;
    }
    .cajas{
        width: 100%;
    }
}

@media screen and (max-width: 500px) {

    .contenedor{
        width: 100%;
        height: auto;
        background-image: url("../img/fondo-mobil2.png");
        background-repeat: no-repeat;
    }

    .container{
        background-image: none;
        background-size: cover;
        background-position: center;
    }
    .informacion{
    }
    .titular{
    }
    .img-bolitas{
        width: 60%;
        margin-top: 80px;
    }
    .titulo{
        width: 80%;
        font-size: 20pt;
        line-height: 1;
    }
    .titulo2{
        font-size: 12pt;
    }
    .producto{
        width: 100%;
    }
    .img-producto{
    }
    .producto-info{
        width: 100%;
        margin-bottom: 10px;
    }
    .txt-info{
        width: 100%;
        font-size: 12pt;
        text-align: justify;
    }
    .cajas{
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .img-maravilla{
        width: 25%;
    }
}

.fb_iframe_widget {
    margin-right: 15px;
}</pre></body></html>