<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

/* HEADER NAVBAR */

header {
    background-color: white;
}

#headerDesktop {
    display: block;
    /* background-image: url(../images/web/menu.svg); */
    background-repeat: no-repeat;
    background-position: top;
}

#headerMovil {
    display: none;
}

.logoEscritorio img,
#logo_header {
    width: 180px;
}

.cuadraditos1 {
    background-image: url(../images/web/cuadritos_1.png);
    position: absolute;
    width: 35.06px;
    height: 42.14px;
    left: 41px;
    top: 32.53px;
}

.cuadraditos2 {
    background-image: url(../images/web/cuadritos_2.png);
    position: absolute;
    width: 22.6px;
    height: 40.93px;
    left: 1800px;
    top: 23.94px;
}

#navbar {
    height: 100px;
    margin: 0 auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.padding-inline {
    padding-inline: 5%;
}

#check {
    display: none;
}

.fa,
.fas {
    font-weight: 900;
}

header .checkbtn {
    font-size: 20px;
    color: #ffba4d;
    float: right;
    line-height: 80px;
    margin-right: 20px;
    cursor: pointer;
    /* display: none; */
}

.containeres {
    margin-top: 20px;
}

ul:not(.dropdown-menu ) {
    display: flex!important;
    flex-direction: inherit!important;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 57px;
}

.menuFlotante li {
    color: rgba(243, 51, 157, 1);
    border-bottom: solid 1px rgba(243, 51, 157, .2);
    width: 100%;
    padding: 5px 0;
    text-align: left;
}

li {
    color: rgba(243, 51, 157, 1);
}

.separacion-icono a {
    text-decoration: none!important;
    color: #F3339D!important;
}

.icono-menu {
    width: 20px;
}

.container-button {
    width: 122px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.acceso {
    background-color: rgba(151, 97, 165, 1);
    border-radius: 50px;
    /* width: 122px; */
    /* height: 33px; */
    /* padding: 1rem 1.5rem; */
    color: white;
    width: 122px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.acceso:hover {
    background-color: white!important;
    border: 2px solid rgba(151, 97, 165, 1)!important;
    /* width: 122px; */
    /* height: 33px; */
    /* padding: 1rem 1.5rem; */
    color: rgba(151, 97, 165, 1)!important;
}


/* FIN HEADER NAVBAR */


/* MAIN  */


/* BANNER */

.banner {
    height: 740px;
    background-image: url(../images/web/corazones_header.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contenedorTitulo {
    position: relative;
    bottom: 600px;
}

.tituloPrincipal {
    font-family: 'Comfortaa', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 62px;
    color: rgba(141, 83, 157, 1);
    margin-bottom: 0px!important;
}

.tituloPrincipalDos {
    color: rgba(107, 110, 178, 1);
    font-family: 'Comfortaa', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 62px;
}

.imagenMano {
    background-image: url(../images/web/mano_cel.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 742px;
    position: relative;
    right: 290px;
}

.botonEscritorioBanner {
    display: block;
}

.botonMovilBanner {
    display: none;
}

.container-botones {
    /* width: 355px; */
    /* height: 66px; */
    margin-top: 30px;
}

.botones {
    background-color: rgba(151, 97, 165, 1);
    border-radius: 50px;
    color: white;
    /* width: 355px; */
    /* height: 66px; */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    font-family: 'Comfortaa', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    color: #F3F3F2;
    padding: 10px 40px;
}

.aliceOk {
    background-image: url(../images/web/alice_ok.png);
    background-repeat: no-repeat;
    height: 740px;
    position: relative;
    bottom: 47%;
    left: 25%;
}


/* FIN BANNER */


/* SECCION DOS  */

.seccion-dos {
    background: linear-gradient(180deg, #9761A5 37.95%, rgba(151, 97, 165, 0) 91.79%);
    height: 1227px;
}

.espacios {
    padding-top: 100px;
    padding-bottom: 60px;
}

.titulos-font {
    font-family: 'Comfortaa', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 62px;
    text-align: center;
    color: #FFFFFF;
}

.subtitulo-grande {
    font-family: 'Comfortaa', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
}

.grafico {
    /* background-image: url(../images/web/grafico.png);
    background-repeat: no-repeat;
    background-position: center; */
    margin: auto;
    /* width: 1270px; */
    height: 297px;
    margin-top: 70px;
}

#pasosCrear {
    display: none;
}

.caracMovilCarousel {
    display: none;
}

.subtitulo-chico {
    font-family: 'Comfortaa', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    /* identical to box height */
    text-align: center;
    color: #FFFFFF;
}

.containerCaract {
    padding-inline: 270px;
}

.iconCaract {
    width: 41px;
    height: 41px;
    display: block;
    margin-bottom: 20px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.tituloCaract {
    font-family: 'Comfortaa', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 20px;
    margin-bottom: 0px;
    height: 57px;
    color: #FF2E93;
}

.textCaract {
    font-family: 'Comfortaa', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    text-align: center;
    color: #000000;
}

.espaciosCaract {
    padding-top: 40px;
}


/* FIN SECCION DOS  */


/* SECCION TRES  */

.seccion-tres {
    background: white;
    height: 460px;
}


/* FIN SECCION TRES  */


/* SECCION CUATRO  */

.seccion-cuatro {
    height: 996px;
    background-image: url(../images/web/imagen_super_precio.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contenedorContenido4 {
    height: 25%;
}

.contenido4 {
    height: 544px;
    background: #F3F3F2;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.precioYboton {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
}

.precioYboton h4 {
    font-family: 'Comfortaa', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 65px;
    line-height: 72px;
    color: #662D91;
}

.precioYboton h6 {
    font-family: 'Comfortaa', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 54px;
    color: #662D91;
    text-align: start;
    margin-bottom: 0px!important;
}

.precioYboton p {
    font-family: 'Comfortaa', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    color: #662D91;
    margin-top: 20px;
    margin-bottom: 40px;
}

.subrayado {
    width: 318.5px;
    height: 17.85px;
}

.botonNuevaInvitacion {
    background: #E25FA1;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
}


/* FIN SECCION CUATRO  */


/* SECCION CINCO  */

.seccion-cinco {
    height: 490px;
}

.container-alice {
    padding-top: 43px;
}

.paddingTop {
    padding-top: 5%;
}

.aliceApunta {
    background-image: url(../images/web/alice_apunta.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 363px;
    position: relative;
    top: 34px;
    width: 100%;
}

.aliceApuntaMovil {
    display: none;
}

.contenedorContenidoAsist {
    position: relative;
    bottom: 330px;
}

.confeti {
    margin-top: 7%;
    display: block;
}

.aliceAsistente {
    font-family: 'Comfortaa', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 67px;
    color: #E942A5;
}

.plannerV {
    font-family: 'Comfortaa', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 27px;
    color: #E942A5;
}

.text-asistente {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    /* or 150% */
    color: #000000;
}

.margin-botton {
    margin-bottom: 40px;
}


/* FIN SECCION CINCO  */


/* IMAGEN QUINCIANERA  */

.imagenQuincianera {
    height: 513px;
    background-image: url(../images/web/image_papa_quinceanera.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/* FIN IMAGEN QUINCIANERA */


/* SECCION SEIS */

.seccion-seis {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), radial-gradient(117.64% 117.64% at 37.92% -26.95%, #C9C4F4 0%, #EDECFF 34.38%, #FFB3CF 60.94%, #FBFBFF 88.13%, #FFFFFF 100%)/* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    mix-blend-mode: normal;
    /* opacity: 0.5; */
    height: 905px;
}

.seccion-seis-movil {
    display: none;
}

.containerApp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-top: 15%; */
}

.contenidoApp {
    position: relative;
    top: 70px;
    left: 70px;
}

.contenidoApp h4 {
    font-family: 'Comfortaa', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 71px;
    color: #745180;
}

.contenidoApp p {
    font-family: 'Comfortaa', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 56px;
    color: #F3339D;
}

.botonApp {
    background: #703D99;
}


/* .sombreado {
    opacity: 1!important;
} */


/* .containerCelular {
    margin-top: 50px;
} */

.imgCelularCirculo {
    height: 705px;
}

.stores {
    width: 160px;
    height: 46px;
    margin-top: 70px;
}


/* FIN SECCION SEIS */


/* SECCION SIETE */

.seccion-siete {
    height: 361px;
    background: #9C69A9;
}

#filaWp {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
}

.logoWp {
    width: 309px;
    height: 309px;
    position: absolute;
    left: 265px;
}

#filaWp p {
    font-family: 'Comfortaa', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 62px;
    color: #FFFFFF;
}

.contenidoWp {
    position: relative;
    top: 70px;
}

.botonWp {
    position: relative;
    top: 70px;
    left: 120px;
    background: #703D99;
}


/* FIN SECCION SIETE */


/* SECCION OCHO */

.seccion-ocho {
    height: 405px;
    background-image: url(../images/web/imagen_15.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.espaciosM {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text-proveedor {
    font-family: 'Comfortaa', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #703D99;
}

.caja-boton-proveedor {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.boton-proveedor {
    background: #703D99;
}


/* FIN SECCION OCHO */


/* FOOTER */

footer {
    height: 535px;
    background-color: white;
    padding-top: 100px;
    padding-bottom: 100px;
}

.contenedorFoot {
    height: 260px;
    font-family: 'Montserrat', sans-serif;
}

.navbarFoo {
    padding-inline: 16%;
    box-shadow: 0px 0px 0px !important;
}

.contenedor-logo {
    padding-top: 1%;
}

.logoMovil {
    display: none;
}

.flex {
    display: flex;
    gap: 30px;
    position: relative;
    top: 75%;
}

ol {
    padding-left: 0rem!important;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contenedorBotonesFoo {
    gap: 13px;
    display: flex;
    flex-direction: column;
}

.mapFooter {
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #000000;
}

.mapas ol li a {
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.8);
}

.mapa {
    margin-left: 40px
}

.botonFooter {
    /* width: 130px; */
    /* height: 40px; */
    font-size: 14px;
    font-weight: normal;
    line-height: 15px;
    border-radius: 6px;
    gap: 20px;
}

.botonColorFoo1 {
    background: #E942A5;
}

.botonColorFoo2 {
    background: #FFFFFF;
    border-color: rgba(24, 160, 251, 1);
    color: rgba(24, 160, 251, 1);
    width: 100%;
}

.lineaFooter {
    /* position: absolute; */
    width: 100%;
    height: 1px;
    background: #A578B2;
}

.rrss {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: baseline;
}

.containerDerechos {
    margin-top: 20px;
    padding-inline: 16%;
}

.derechos {
    display: flex;
    justify-content: space-between;
    font-family: 'Montserrat', sans-serif!important;
    align-items: baseline;
}

.listaRS {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}

.listaRS li a {
    display: inline-block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    /* color: #703D99; */
    margin-right: 10px;
    margin-bottom: 20px;
    background: white;
    /* border-radius: 1.5rem; */
    text-align: center;
    transition: all 300ms ease;
}

.listaRS li a:hover {
    display: inline-block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: white;
    margin-right: 10px;
    margin-bottom: 20px;
    background: #703D99;
    border-radius: 1.5rem;
    text-align: center;
    transition: all 300ms ease;
}

.listaRS li a i {
    color: #703D99;
    font-size: 20px;
}

.listaRS li a i:hover {
    color: white;
    font-size: 20px;
}

#seguirRrSs {
    font-weight: 400!important;
}

.rrssMovil {
    display: none;
}

.flexMovil {
    display: none;
}


/* FIN FOOTER */


/* MEDIA QUERIES */


/* MAC AIR */

@media screen and (min-width: 1250px) and (max-width: 1549px) {
    /* HEADER */
    .padding-inline {
        padding-inline: 8.2%;
    }
    .cuadraditos2 {
        left: 1360px;
        top: 23.94px;
    }
    /* BANNER */
    .banner {
        background-image: url(../images/web/corazones_headerMac.png);
    }
    .imagenMano {
        right: 13%;
    }
    .contenedorTitulo {
        left: 4%;
    }
    .cajaAliceOk {
        width: 37%;
    }
    /* SECCION TRES */
    .grafico {
        width: auto;
    }
    /* FOOTER */
    .navbarFoo {
        padding-inline: 8.2%!important;
    }
    .containerDerechos {
        padding-inline: 8.2%;
    }
}

@media (min-width:990px) and (max-width:1250px) {
    .cuadraditos2 {
        left: 1130px;
    }
    .aliceOk {
        left: -5%;
    }
    .grafico {
        width: auto;
    }
    .grafico img {
        width: 100%;
    }
    .imgCelularCirculo {
        height: 555px;
    }
    .banner {
        background-image: url(../images/web/corazones_headerMac.png);
    }
}


/* 1400 */

@media (min-width:768px) and (max-width:1250px) {
    body,
    html {
        overflow-x: hidden;
    }
    #headerDesktop {
        display: none;
    }
    .logoWp {
        width: 309px;
        height: 309px;
        position: revert;
        left: 265px;
    }
    .contenidoWp {
        position: relative;
        top: -321px;
        left: 371px;
    }
    #headerMovil {
        display: block;
    }
    .iconoMovil {
        width: 177px;
        height: 43px;
    }
    .navbar-toggler {
        color: transparent;
    }
    .bi-list {
        font-size: 40px;
        color: #8A509A;
    }
    .menuFlotante {
        background: rgba(255, 255, 255, 1);
        height: auto;
        z-index: 1;
        width: 229px;
        position: absolute;
        display: flex;
        flex-direction: column;
        /* padding: 5%; */
        right: 0;
        top: 102px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    }
    .navbar-nav {
        display: flex!important;
        align-items: end;
        padding: 27px;
        justify-content: initial;
        height: 100%;
        gap: 2%;
    }
    .acceso {
        background-color: white;
        color: rgba(151, 97, 165, 1);
    }
    .navbar-expand-md .navbar-toggler {
        display: block!important;
    }
    /* .navbar-expand-md .navbar-collapse {
        position: relative;
        right: 27%;
        top: 225%;
    } */
    .botonWp {
        margin-bottom: 129px;
    }
    .collapse:not(.show) {
        display: none!important;
    }
    .navbar container {
        justify-content: space-around!important;
    }
    .banner {
        height: 925px;
        padding-top: 15%;
    }
    .containerBanner {
        padding-inline: 30px;
    }
    .contenedorTitulo {
        height: 58px;
        /* bottom: 650px; */
        /* margin-top: 30px; */
        position: relative;
        left: 393px;
        /* top: -442px; */
        font-size: 40px;
    }
    .tituloPrincipal {
        font-family: 'Comfortaa';
        font-style: normal;
        font-weight: 600;
        font-size: 47px;
        line-height: 72px;
        color: #8D539D;
    }
    .tituloPrincipalDos {
        font-family: 'Comfortaa';
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 36px;
        color: #6B6EB2;
    }
    .botonEscritorioBanner {
        display: none;
    }
    /* .botones {
        font-family: 'Comfortaa';
        font-style: normal;
        font-weight: 400;
        font-size: 19px;
        line-height: 27px;
        width: 310px;
        height: 60px;
        color: #F3F3F2;
    } */
    .botonMovilBanner {
        display: flex;
        justify-content: center;
    }
    .imagenMano {
        background-image: url(../images/web/mano_cel_movil.png);
        background-position: right;
        /* height: 615px; */
        position: relative;
        top: 0;
        left: 0px;
        width: 50%;
        background-size: contain;
    }
    .cajaAliceOk {
        display: none;
    }
    .grafico {
        display: none;
    }
    #pasosCrear {
        display: block;
    }
    .pasosText {
        font-family: 'Comfortaa';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 10%;
        color: white;
    }
    .containerPasos {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #caract {
        display: none;
    }
    .caracMovilCarousel {
        display: block;
    }
    #carouselExampleIndicators {
        height: 600px;
        margin-bottom: 100px;
    }
    .carousel-indicators [data-bs-target] {
        width: 17px;
        height: 17px;
        border-radius: 100%;
        background-color: rgba(152, 98, 166, 1);
    }
    .containerCaract {
        padding-inline: 55px;
    }
    #rowCarrouselCaract {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .carousel-indicators {
        top: 645px;
    }
    .padding-inline {
        padding-inline: 5%;
    }
    .etiquetaPrecio img {
        height: 425px;
    }
    .seccion-cinco {
        height: 890px;
    }
    .aliceApunta {
        display: none;
    }
    .contenedorContenidoAsist {
        position: relative;
        bottom: 0px;
    }
    .aliceApuntaMovil {
        background-image: url(../images/web/alice_apunta_movil.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 800px;
        position: relative;
        bottom: 88%;
        left: 49%;
        width: 69%;
        display: block;
    }
    .text-asistente {
        font-size: 24px;
        line-height: 55px;
        color: #000000;
        width: 56%;
    }
    .container-button2 {
        /* margin-top: 65%; */
        display: flex;
        justify-content: center;
    }
    #flexColumn {
        flex-direction: column;
        flex: 0 0 auto;
        width: 100.333333%;
    }
    .imgCelularCirculo {
        height: 400px;
    }
    .botonWp {
        position: relative;
        top: 70px;
        left: 0px;
    }
    .contenedor-logo {
        margin: 0 auto;
    }
    .logoEscritorio {
        display: none;
    }
    .logoMovil {
        display: block;
    }
    .flex {
        display: none;
    }
    .flexMovil {
        margin: 0 auto;
        margin-top: 25%;
        display: block;
    }
    .containerDerechos {
        display: none;
    }
    .rrssMovil {
        display: block;
        margin-top: 5%;
    }
}

@media screen and (min-width: 310px) and (max-width: 390px) {
    #headerDesktop {
        display: none;
    }
    #headerMovil {
        display: block;
    }
    .iconoMovil {
        width: 177px;
        height: 43px;
    }
    .navbar-toggler {
        color: transparent;
    }
    .bi-list {
        font-size: 40px;
        color: #8A509A;
    }
    .menuFlotante {
        background: rgba(255, 255, 255, 1);
        height: auto;
        z-index: 1;
        width: 229px;
        position: absolute;
        display: flex;
        flex-direction: column;
        /* padding: 5%; */
        right: 0;
        top: 102px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    }
    .navbar-nav {
        display: flex!important;
        align-items: end;
        padding: 27px;
        justify-content: initial;
        height: 100%;
        gap: 2%;
    }
    .acceso {
        background-color: white;
        color: rgba(151, 97, 165, 1);
    }
    /* BANNER */
    .banner {
        height: 810px;
        padding-top: 40%;
    }
    .cajaAliceOk {
        display: none;
    }
    .containerBanner {
        padding-inline: 30px;
    }
    .tituloPrincipal {
        font-family: 'Comfortaa';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 36px;
        color: #8D539D;
    }
    .tituloPrincipalDos {
        font-family: 'Comfortaa';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 36px;
        color: #6B6EB2;
    }
    .imagenMano {
        background-image: url(../images/web/mano_cel_movil.png);
        ;
        background-position: right;
        height: 520px;
        position: relative;
        top: 25px;
        left: 0px;
        width: 100%;
        background-size: cover;
    }
    .contenedorTitulo {
        bottom: 625px;
        height: 0px;
    }
    .botonEscritorioBanner {
        display: none;
    }
    .botonMovilBanner {
        display: flex;
        justify-content: center;
    }
    .botones {
        font-family: 'Comfortaa';
        font-style: normal;
        font-weight: 400;
        font-size: 19px;
        line-height: 27px;
        /* width: 310px; */
        /* height: 60px; */
        color: #F3F3F2;
    }
    /* SECCION DOS */
    .seccion-dos {
        height: 730px;
    }
    .titulos-font {
        font-family: 'Comfortaa';
        font-style: normal;
        font-weight: 400;
        font-size: 36px;
        line-height: 40px;
        text-align: center;
        color: #FFFFFF;
    }
    .subtitulo-grande {
        font-family: 'Comfortaa';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 27px;
        /* identical to box height */
        text-align: center;
        color: #FFFFFF;
    }
    .grafico {
        display: none;
    }
    #pasosCrear {
        display: block;
    }
    .containerPasos {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .containerPasosCrear {
        color: white;
    }
    .pasosText {
        font-family: 'Comfortaa';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 10%;
        /* identical to box height */
        color: white;
    }
    .pasosText::first-letter {
        font-size: 25px;
        font-weight: 300;
    }
    /* Caracteristicas  */
    #caract {
        display: none;
    }
    #caractMovil {
        color: rgba(152, 98, 166, 1)
    }
    /* carrousel */
    .caracMovilCarousel {
        display: block;
    }
    .containerCaract {
        padding-inline: 55px;
    }
    #carouselExampleIndicators {
        height: 600px;
        margin-bottom: 100px;
    }
    .carousel-indicators [data-bs-target] {
        width: 17px;
        height: 17px;
        border-radius: 100%;
        background-color: rgba(152, 98, 166, 1);
    }
    /* SECCION CUATRO */
    .seccion-cuatro {
        height: 922px;
    }
    .etiquetaPrecio {
        display: none;
    }
    .contenedorContenido4 {
        height: 27%;
    }
    .contenido4 {
        height: 455px;
    }
    .precioYboton h4 {
        font-family: 'Comfortaa';
        font-style: normal;
        font-weight: 400;
        font-size: 36px;
        line-height: 40px;
        text-align: center;
        color: #662D91;
    }
    .precioYboton h6 {
        font-family: 'Comfortaa';
        font-style: normal;
        font-weight: 400;
        font-size: 48px;
        line-height: 54px;
        /* identical to box height */
        text-align: center;
        color: #662D91;
    }
    .precioYboton p {
        text-align: center;
        font-size: 20px;
    }
    .subrayado {
        display: flex;
        margin: 0 auto;
    }
    /* SECCION CINCO  */
    .seccion-cinco {
        height: 890px;
    }
    .contenedorContenidoAsist {
        position: relative;
        bottom: 0px;
    }
    .aliceApunta {
        display: none;
    }
    .aliceApuntaMovil {
        background-image: url(../images/web/alice_apunta_movil.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 800px;
        position: relative;
        bottom: 82%;
        left: 31%;
        width: 69%;
        display: block
    }
    .confeti {
        display: block;
        position: relative;
        bottom: 90%;
        left: 75%;
        height: 35%;
    }
    .paddingTop {
        height: 200px;
    }
    .padding-inline {
        padding-inline: 24px;
    }
    .plannerV {
        font-size: 25px;
    }
    .text-asistente {
        font-size: 15px;
        line-height: 30px;
        color: #000000;
        width: 56%;
    }
    .container-button2 {
        margin-top: 65%;
        display: flex;
        justify-content: center;
    }
    /* IMAGEN QUINCIANERA  */
    .imagenQuincianera {
        height: 190px;
    }
    /* SECCION SEIS */
    .seccion-seis {
        display: none;
    }
    .seccion-seis-movil {
        display: block;
    }
    .contenidoApp {
        position: relative;
        top: 0px;
        left: 0px;
    }
    .contenidoApp h4 {
        font-family: 'Comfortaa';
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 36px;
        color: #745180;
    }
    .contenidoApp p {
        font-family: 'Comfortaa';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 27px;
        text-align: center;
        margin-top: 10%;
        color: #F3339D;
    }
    /* .containerCelular {
            display: flex;
    justify-content: center;
    } */
    .imgCelularCirculo {
        height: 390px;
    }
    .container-button-movil {
        display: flex;
        justify-content: center;
    }
    .storess {
        display: flex;
        gap: 5%;
        justify-content: center;
    }
    .seccion-siete {
        display: none;
    }
    .marginTop {
        margin-top: 5%!important;
    }
    /* SECCION OCHO  */
    .text-proveedor {
        font-family: 'Comfortaa';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 27px;
        text-align: center;
        color: #703D99;
    }
    /* FOOTER */
    .logoEscritorio {
        display: none;
    }
    .contenedor-logo {
        margin: 0 auto;
    }
    .logoMovil {
        display: block;
    }
    .flex {
        display: none;
    }
    .containerDerechos {
        display: none;
    }
    .rrssMovil {
        display: block;
        margin-top: 5%;
    }
    .flexMovil {
        margin: 0 auto;
        margin-top: 25%;
        display: block;
    }
    .contenedorFoot {
        height: 295px;
    }
}

@media screen and (min-width: 390px) and (max-width: 767px) {
    #navbar {
        height: 64px;
    }
    #headerDesktop {
        display: none;
    }
    #headerMovil {
        display: block;
    }
    .iconoMovil {
        /* width: 177px; */
        height: 32px;
    }
    .navbar-toggler {
        color: transparent;
    }
    .bi-list {
        font-size: 40px;
        color: #8A509A;
    }
    .menuFlotante {
        background: rgba(255, 255, 255, 1);
        height: auto;
        z-index: 1;
        width: 229px;
        position: absolute;
        display: flex;
        flex-direction: column;
        /* padding: 5%; */
        right: 0;
        top: 66px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    }
    .navbar-nav {
        display: flex!important;
        align-items: end;
        padding: 27px;
        justify-content: initial;
        height: 100%;
        gap: 2%;
    }
    .acceso {
        background-color: white;
        color: rgba(151, 97, 165, 1);
    }
    /* BANNER */
    .banner {
        height: 925px;
        padding-top: 15%;
    }
    .cajaAliceOk {
        display: none;
    }
    .containerBanner {
        padding-inline: 30px;
    }
    .tituloPrincipal {
        font-family: 'Comfortaa';
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 36px;
        color: #8D539D;
    }
    .tituloPrincipalDos {
        font-family: 'Comfortaa';
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 36px;
        color: #6B6EB2;
    }
    .imagenMano {
        background-image: url(../images/web/mano_cel_movil.png);
        ;
        background-position: right;
        height: 615px;
        position: relative;
        top: 135px;
        left: 0px;
        width: 100%;
        background-size: cover;
    }
    .contenedorTitulo {
        height: 65px;
        bottom: 650px;
        margin-top: 30px;
    }
    .botonEscritorioBanner {
        display: none;
    }
    .botonMovilBanner {
        display: flex;
        justify-content: center;
    }
    .botones {
        font-family: 'Comfortaa';
        font-style: normal;
        font-weight: 400;
        font-size: 19px;
        line-height: 27px;
        /* width: 310px;
        height: 60px; */
        color: #F3F3F2;
    }
    /* SECCION DOS */
    .seccion-dos {
        height: 730px;
    }
    .titulos-font {
        font-family: 'Comfortaa';
        font-style: normal;
        font-weight: 400;
        font-size: 36px;
        line-height: 40px;
        text-align: center;
        color: #FFFFFF;
    }
    .subtitulo-grande {
        font-family: 'Comfortaa';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 27px;
        /* identical to box height */
        text-align: center;
        color: #FFFFFF;
    }
    .grafico {
        display: none;
    }
    #pasosCrear {
        display: block;
    }
    .containerPasos {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .containerPasosCrear {
        color: white;
    }
    .pasosText {
        font-family: 'Comfortaa';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 10%;
        /* identical to box height */
        color: white;
    }
    .pasosText::first-letter {
        font-size: 25px;
        font-weight: 300;
    }
    /* Caracteristicas  */
    #caract {
        display: none;
    }
    #caractMovil {
        color: rgba(152, 98, 166, 1)
    }
    /* carrousel */
    .caracMovilCarousel {
        display: block;
    }
    .containerCaract {
        padding-inline: 55px;
    }
    #carouselExampleIndicators {
        height: 600px;
        margin-bottom: 100px;
    }
    .carousel-indicators [data-bs-target] {
        width: 17px;
        height: 17px;
        border-radius: 100%;
        background-color: rgba(152, 98, 166, 1);
    }
    /* SECCION CUATRO */
    .seccion-cuatro {
        height: 922px;
    }
    .etiquetaPrecio {
        display: none;
    }
    .contenedorContenido4 {
        height: 27%;
    }
    .contenido4 {
        height: 455px;
    }
    .precioYboton h4 {
        font-family: 'Comfortaa';
        font-style: normal;
        font-weight: 400;
        font-size: 36px;
        line-height: 40px;
        text-align: center;
        color: #662D91;
    }
    .precioYboton h6 {
        font-family: 'Comfortaa';
        font-style: normal;
        font-weight: 400;
        font-size: 48px;
        line-height: 54px;
        /* identical to box height */
        text-align: center;
        color: #662D91;
    }
    .precioYboton p {
        text-align: center;
        font-size: 20px;
    }
    .subrayado {
        display: flex;
        margin: 0 auto;
    }
    /* SECCION CINCO  */
    .seccion-cinco {
        height: 890px;
    }
    .contenedorContenidoAsist {
        position: relative;
        bottom: 0px;
    }
    .aliceApunta {
        display: none;
    }
    .aliceApuntaMovil {
        background-image: url(../images/web/alice_apunta_movil.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 800px;
        position: relative;
        bottom: 88%;
        left: 31%;
        width: 69%;
        display: block
    }
    .confeti {
        display: block;
        position: relative;
        bottom: 90%;
        left: 75%;
        height: 35%;
    }
    .paddingTop {
        height: 200px;
    }
    .padding-inline {
        padding-inline: 24px;
    }
    .plannerV {
        font-size: 25px;
    }
    .text-asistente {
        font-size: 15px;
        line-height: 30px;
        color: #000000;
        width: 56%;
    }
    .container-button2 {
        margin-top: 65%;
        display: flex;
        justify-content: center;
    }
    /* IMAGEN QUINCIANERA  */
    .imagenQuincianera {
        height: 190px;
    }
    /* SECCION SEIS */
    .seccion-seis {
        display: none;
    }
    .seccion-seis-movil {
        display: block;
    }
    .contenidoApp {
        position: relative;
        top: 0px;
        left: 0px;
    }
    .contenidoApp h4 {
        font-family: 'Comfortaa';
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 36px;
        color: #745180;
    }
    .contenidoApp p {
        font-family: 'Comfortaa';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 27px;
        text-align: center;
        margin-top: 10%;
        color: #F3339D;
    }
    /* .containerCelular {
            display: flex;
    justify-content: center;
    } */
    .imgCelularCirculo {
        height: 390px;
        margin: 0 auto;
        display: flex;
    }
    .container-button-movil {
        display: flex;
        justify-content: center;
    }
    .storess {
        display: flex;
        gap: 5%;
        justify-content: center;
    }
    .seccion-siete {
        display: none;
    }
    .marginTop {
        margin-top: 5%!important;
    }
    /* SECCION OCHO  */
    .text-proveedor {
        font-family: 'Comfortaa';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 27px;
        text-align: center;
        color: #703D99;
    }
    /* FOOTER */
    .logoEscritorio {
        display: none;
    }
    .contenedor-logo {
        margin: 0 auto;
    }
    .logoMovil {
        display: block;
    }
    .flex {
        display: none;
    }
    .containerDerechos {
        display: none;
    }
    .rrssMovil {
        display: block;
        margin-top: 5%;
    }
    .flexMovil {
        margin: 0 auto;
        margin-top: 25%;
        display: block;
    }
    .contenedorFoot {
        height: 295px;
    }
}</pre></body></html>