﻿
.reset, input, .box-unete input, .unete input, select, textarea, text-cantidad input, html, body, div, span, nav, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr, button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

    a:link img, a:hover img, a:visited img, a:active img {
        border: none;
    }

::selection {
    background: #111111;
    color: #ffffff;
}

::-moz-selection {
    background: #111111;
    color: #ffffff;
}

body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
}

.c {
    clear: both;
}

.wrap {
    display: block;
    width: 100%;
    min-width: 280px;
    overflow: hidden;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

* {
    margin: 0;
    padding: 0;
}

html, body, form {
    /*position: relative;
    height: 100%;*/
}


#main {
    overflow: auto;
    padding-bottom: 221px;
    margin-left: auto;
    margin-right: auto;
}

.nof {
    margin-top: -221px;
}

#footer {
    padding-bottom: 40px;
    clear: both;
    color: #000;
    background-color: #fff;
    padding-top: 40px;
}

    #footer .centrar {
        width: 90%;
    }

.footer-menu {
    float: none;
    text-align: center;
    line-height: 2em;
}

    .footer-menu a {
        color: #000;
        text-decoration: none;
        letter-spacing: 2px;
        font-size: 0.9em;
    }

        .footer-menu a:hover {
            color: #eb9884;
            text-decoration: none;
            letter-spacing: 2px;
            font-size: 0.9em;
        }

.footer-redes {
    float: none;
    text-align: center;
    margin-top: 40px;
}


    .footer-redes a.redes {
        font-size: 1.4em;
        color: #eb9884;
        margin-right: 6px;
        margin-left: 6px;
    }

        .footer-redes a.redes:hover {
            color: #ffb6a5;
        }

.fmb20 {
    margin-bottom: 20px;
}

.creditos {
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.6em;
    letter-spacing: 4px;
    margin-top: 40px;
}



.paypal {
    margin-top: 30px;
    text-align: right;
}


body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}

#right {
    display: block;
    position: relative;
    width: 100%;
    /*height: 100%;
    min-height: 100%;*/
    /*overflow-x: hidden;*/
}




.fa {
    margin-right: 5px;
}

/*/*/

.centrar {
    width: 90%;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.center {
    text-align: center;
}

.clearfix {
    display: block;
    content: '';
    clear: both;
}

.tabla {
    display: table;
    height: 100%;
    margin: 0;
    width: 100%;
}

.celda {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
}

.mr20 {
    margin-right: 20px;
}
/* CONTENIDO ------------------------------*/

.hero {
    background: #F4E9E4;
    background: linear-gradient(180deg, rgba(244, 233, 228, 1) 0%, rgba(239, 221, 214, 1) 100%);
    padding-top: 40px;
    padding-bottom: 60px;
}

.logo {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
}

    .logo img {
        width: 100%;
    }

.home-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 60px;
}

.home-flex-img {
    width: 55%;
}


    .home-flex-img img {
        width: 100%;
        /*transform: skew(-2deg);*/
    }


.home-flex-txt {
    width: 45%;
    box-sizing: border-box;
    padding-left: 40px;
}

.txt-main {
    font-weight: 700;
    font-size: 3.5em;
    color: #eb9884;
    margin-bottom: 30px;
}

.txt-sub {
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 1.8em;
    color: #111111;
}

.boton-mas-info {
    margin-top: 30px;
}

    .boton-mas-info a {
        display: inline-block;
        padding: 24px 80px;
        /*border: 1px solid #4e406c;
        color: #4e406c;*/
        background-color: #eb9884;
        color: #fff;
        border-radius: 100px;
        font-weight: 700;
        font-size: 1.2em;
        letter-spacing: 2px;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

        .boton-mas-info a:hover {
            background-color: #ffb6a5;
        }

/*INVITACIONES INTERACTIVAS*/
.home-info {
    background-color: #fff;
    padding-top: 120px;
    padding-bottom: 120px;
    box-sizing: border-box;
}

    .home-info .titulo {
        color: #eb9884;
        font-weight: 700;
        text-align: center;
        font-size: 3em;
        letter-spacing: 2px;
    }

.home-info-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 40px;
}


.home-info-flex-img {
    width: 60%;
    text-align: center;
}

    .home-info-flex-img img {
        width: 100%;
    }

.home-info-flex-txt {
    width: 40%;
    box-sizing: border-box;
    padding-left: 40px;
}

    .home-info-flex-txt .texto {
        letter-spacing: 1px;
        line-height: 2em;
        color: #565656;
        margin-top: 0px;
    }

        .home-info-flex-txt .texto b {
            font-weight: 700;
        }

        .home-info-flex-txt .texto .italic {
            font-style: italic;
        }

        .home-info-flex-txt .texto a {
            color: #eb9884;
        }

    .home-info-flex-txt .boton {
        display: inline-block;
        margin-top: 40px;
    }

        .home-info-flex-txt .boton a {
            background-color: #eb9884;
            color: #fff;
            padding: 15px 40px;
            border-radius: 100px;
            letter-spacing: 1px;
            -webkit-transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            -ms-transition: all .3s ease-out;
            -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
        }

            .home-info-flex-txt .boton a:hover {
                background-color: #ffb6a5;
                color: #fff;
            }

/*QUE INCLUYE*/

.home-incluye {
    /*background: #fae9e1;*/
    background: #F4E9E4;
    background: linear-gradient(180deg, rgba(244, 233, 228, 1) 0%, rgba(239, 221, 214, 1) 100%);
    padding-top: 100px;
    padding-bottom: 100px;
}

    .home-incluye .titulo {
        color: #eb9884;
        text-align: center;
        font-weight: 700;
        font-size: 3em;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }

    .home-incluye .nmb {
        margin-bottom: 0px !important;
    }


    .home-incluye .subtitulo {
        text-align: center;
        font-size: 1.2em;
        letter-spacing: 1px;
        margin-top: 40px;
        margin-bottom: 80px;
    }

        .home-incluye .subtitulo b {
            font-weight: 700;
        }



.beneficios-box {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    box-sizing: border-box;
    padding: 40px;
    text-align: center;
    margin-bottom: 40px;
    color: #424242;
}

.beneficios-icon {
    font-size: 4em;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    /*color: #eb9884;*/
    background: #EB9884;
    background: linear-gradient(0deg,rgba(235, 152, 132, 1) 0%, rgba(245, 195, 166, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.beneficios-titulo {
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 1.6em;
    color: #eb9884;
    font-weight: 700;
    margin-bottom: 5px;
}

.beneficios-texto {
    font-size: 0.9em;
    letter-spacing: 1px;
    line-height: 1.6em;
    color: #111;
}


.beneficios-aviso {
    font-size: 0.8em;
    text-align: center;
    margin-top: 0px;
}


.beneficios-box:hover {
    background-color: #eb9884;
    border-radius: 12px;
    color: #fff;
}

    .beneficios-box:hover .beneficios-icon {
        color: #fff;
        background: initial;
        -webkit-background-clip: initial;
        -webkit-text-fill-color: initial;
    }

    .beneficios-box:hover .beneficios-titulo {
        color: #fff;
    }

    .beneficios-box:hover .beneficios-texto {
        color: #fff;
    }




/*PARA TODO TIPO DE EVENTOS*/

.home-eventos {
    background: #E4DED9;
    background: linear-gradient(0deg, rgba(228, 222, 217, 1) 0%, rgba(250, 250, 250, 1) 100%);
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

    .home-eventos .titulo {
        color: #eb9884;
        text-align: center;
        font-weight: 700;
        font-size: 3em;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }


    .home-eventos .subtitulo {
        text-align: center;
        font-size: 1.2em;
        line-height: 1.5em;
        letter-spacing: 1px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

        .home-eventos .subtitulo b {
            font-weight: 700;
        }


.eventos-tipo {
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 2em;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    display: inline-block;
}

.eventos-xv {
    background: #FEEFEC;
    background: linear-gradient(0deg, rgba(254, 239, 236, 1) 0%, rgba(255, 252, 252, 1) 100%);
    padding-top: 60px;
    padding-bottom: 100px;
    text-align: center;
}

.eventos-otros {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 100px;
    text-align: center;
}

.eventos-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.eventos-flex-box {
    width: 33.33%;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
}

.eventos-flex-box-img {
}

    .eventos-flex-box-img img {
        width: 100%;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

        .eventos-flex-box-img img:hover {
            width: 100%;
            opacity: 0.8;
        }

.eventos-flex-box-btn {
    margin-top: 30px;
    text-align: center;
}

    .eventos-flex-box-btn a {
        color: #000;
        padding: 6px 12px;
        /*border-radius: 100px;*/
        letter-spacing: 1px;
        border-bottom: 1px solid #000;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

        .eventos-flex-box-btn a:hover {
            border-color: #eb9884;
            color: #eb9884;
        }


.eventos-btn-info {
    text-align: center;
    margin-top: 80px;
}

    .eventos-btn-info a {
        display: inline-block;
        background-color: #eb9884;
        color: #fff;
        padding: 15px 34px;
        border-radius: 100px;
        letter-spacing: 1px;
        font-weight: 700;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

        .eventos-btn-info a:hover {
            background-color: #ffb6a5;
            color: #fff;
        }

/*CONFIRMACIÓN Y PLATAFORMA*/

.home-plataforma {
    background: #F4E9E4;
    background: linear-gradient(180deg, rgba(244, 233, 228, 1) 0%, rgba(239, 221, 214, 1) 100%);
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    color: #000;
}

    .home-plataforma .titulo {
        color: #eb9884;
        text-align: center;
        font-weight: 700;
        font-size: 3em;
        letter-spacing: 1px;
        margin-bottom: 40px;
    }


.home-plataforma-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}


.home-plataforma-flex-img {
    width: 50%;
}


    .home-plataforma-flex-img img {
        width: 100%;
        transform: skew(-2deg);
    }

.home-plataforma-flex-info {
    width: 50%;
    box-sizing: border-box;
    padding-left: 40px;
    font-size: 1.6em;
    letter-spacing: 2px;
    line-height: 1.5em;
    text-align: left;
}

    .home-plataforma-flex-info b {
        font-weight: 700;
    }

.asistente-virtual {
    color: #eb9884;
    text-align: center;
    font-weight: 700;
    font-size: 3em;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.info-plataforma {
    width: 60%;
    box-sizing: border-box;
    padding-right: 40px;
    text-align: right;
    font-size: 1.6em;
    letter-spacing: 2px;
    line-height: 1.5em;
}

    .info-plataforma b {
        font-weight: 700;
    }


.img-plataforma {
    width: 40%;
    margin-top: -80px;
}

    .img-plataforma img {
        width: 100%;
        transform: skew(-1deg);
    }

/*QR*/

.home-qr {
    background: #E4DED9;
    background: linear-gradient(0deg, rgba(228, 222, 217, 1) 0%, rgba(250, 250, 250, 1) 100%);
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

    .home-qr .titulo {
        color: #eb9884;
        text-align: center;
        font-weight: 700;
        font-size: 3em;
        letter-spacing: 1px;
        margin-bottom: 0px;
    }

.home-qr-img {
    width: 50%;
}

    .home-qr-img img {
        width: 100%;
    }

.home-qr-info {
    width: 50%;
    box-sizing: border-box;
    padding-left: 40px;
    text-align: left;
    font-size: 1.4em;
    letter-spacing: 2px;
    line-height: 1.5em;
}

    .home-qr-info b {
        font-weight: 700;
    }

    .home-qr-info .italic {
        font-style: italic;
    }


/*PRECIOS*/

.home-precios {
    background: #ffb6a5;
    padding-top: 60px;
    padding-bottom: 60px;
}

    .home-precios .titulo {
        color: #fff;
        text-align: center;
        font-weight: 700;
        font-size: 3em;
        letter-spacing: 1px;
        margin-bottom: 0px;
    }

.paquetes-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.paquetes-flex-box {
    width: 46%;
    max-width: 500px;
    margin-left: 2%;
    margin-right: 2%;
}



.nombre-paquete {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    background-color: #eb9884;
    color: #fff;
    border-radius: 20px 20px 0px 0px;
    box-sizing: border-box;
    padding: 34px 20px;
    font-size: 2em;
    letter-spacing: 1px;
    font-weight: 700;
}

.precios-flex-bg {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding: 20px 20px 40px 20px;
    box-sizing: border-box;
    background-color: #fff;
    color: #4e406c;
    border-radius: 0px 0px 20px 20px;
}

.precios-flex {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e2dae2;
}

.precios-flex-icon {
    width: 30px;
}

    .precios-flex-icon img {
        width: 100%;
    }

.precios-flex-info {
    width: 90%;
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 1.4em;
    box-sizing: border-box;
    padding-left: 20px;
}

.precio {
    font-weight: 700;
    font-size: 3em;
    color: #eb9884;
    text-align: center;
}

.paquete-boton {
    margin-top: 15px;
    text-align: center;
}

    .paquete-boton a {
        display: inline-block;
        background-color: #eb9884;
        color: #fff;
        text-decoration: none;
        padding: 24px 40px;
        border-radius: 100px;
        font-size: 1.2em;
        font-weight: 700;
        letter-spacing: 2px;
    }

.mobileonly {
    display: none;
}

/*CONTRATAR*/


.home-contratar {
    background: #F4E9E4;
    background: linear-gradient(180deg, rgba(244, 233, 228, 1) 0%, rgba(239, 221, 214, 1) 100%);
    padding-top: 100px;
    padding-bottom: 100px;
}


.empieza-titulo {
    color: #eb9884;
    font-weight: 700;
    font-size: 2.5em;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}




.iniciar-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.iniciar-img {
    width: 50%;
}

    .iniciar-img img {
        width: 100%;
        /*transform: skew(-2deg);*/
    }

.iniciar-info {
    width: 50%;
    box-sizing: border-box;
    padding-left: 40px;
    margin-top: -30px;
}

.iniciar-info-title {
    font-size: 3em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.iniciar-info-txt {
    font-size: 1.5em;
    letter-spacing: 1px;
    line-height: 1.6em;
}

.iniciar-beneficios {
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ba7868;
    display: flex;
    flex-wrap: wrap;
}

.iniciar-beneficios-dot {
    width: 3%;
    font-size: 1.2em;
}

.iniciar-beneficios-txt {
    width: 95%;
}


.empieza .fas {
    margin-right: 5px;
}

.empieza .far {
    margin-right: 5px;
}


.empieza-whatsapp {
    box-sizing: border-box;
    margin-top: 60px;
}

    .empieza-whatsapp a {
        background-color: #3e9f5b;
        background-color: #eb9884;
        color: #fff;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 20px 80px;
        border-radius: 200px;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

        .empieza-whatsapp a:hover {
            background-color: #4bb66b;
            background-color: #ffb6a5;
        }

.empieza-icon {
    float: right;
    width: 40%;
    margin-top: -60px;
}

    .empieza-icon img {
        width: 100%;
    }

/*FOTOMOMENTS*/

.home-fotomoments {
    padding-top: 60px;
    padding-bottom: 60px;
    /*background-color: #e3eeff;
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);*/
    background: #e2d5f5;
    background: linear-gradient(0deg, rgba(226, 213, 245, 1) 0%, rgba(255, 252, 252, 1) 100%);
}

.new {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 800px;
}

    .new img {
        width: 100%;
    }

.home-fotomoments .home-flex {
    margin-top: 0px;
}


.logo-fotomoments {
    width: 100%;
    max-width: 500px;
    margin-bottom: 40px;
}

    .logo-fotomoments img {
        width: 100%;
    }

.home-fotomoments .txt-main {
    color: #5b4689;
}

.home-fotomoments .txt-sub {
    color: #4e406c;
}


.home-fotomoments .boton-mas-info a {
    background-color: #4e406c;
    color: #fff;
}

    .home-fotomoments .boton-mas-info a:hover {
        background-color: #4e406c;
        color: #fff;
    }

/**/

.home-inicia {
    margin-top: 40px;
}

.home-gray {
    background: #fae9e1;
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
}

    .home-gray .titulo {
        text-align: center;
        font-weight: 700;
        font-size: 3em;
        letter-spacing: 2px;
        color: #eb9884;
        margin-top: 60px;
        margin-bottom: 40px;
    }

.home-white {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
}

    .home-white .titulo {
        text-align: center;
        font-weight: 700;
        font-size: 2.2em;
        letter-spacing: 2px;
        color: #111;
        margin-bottom: 80px;
    }

    .home-white .subtitulo {
        text-align: center;
        font-weight: 300;
        font-size: 2em;
        letter-spacing: 2px;
        color: #ffffff;
        font-style: italic;
    }





.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

.mt120 {
    margin-top: 120px;
}


.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.subir {
    text-align: center;
    margin-top: 60px;
}

    .subir a {
        background-color: #ed4e67;
        font-size: 2em;
        color: #fff;
        padding: 8px 20px;
        border-radius: 100px;
    }



.centrar-preguntas {
    width: 96%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

/*ACCORDION*/
.acordion {
    margin-top: 40px;
    position: relative;
}

    .acordion input {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }

/* Accordion styles */
.tabs {
    overflow: hidden;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.tab {
    width: 100%;
    color: white;
    overflow: hidden;
    margin-bottom: 20px;
}

.tab-label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 10px 20px;
    color: #3f4451;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #e7e8ef;
    font-weight: 700;
    font-size: 1.4em;
    /* Icon */
}

    .tab-label:hover {
    }

    .tab-label::after {
        content: "\276F";
        color: #052742;
        width: 1em;
        height: 1em;
        text-align: center;
        -webkit-transition: all .35s;
        transition: all .35s;
    }

.tab-content {
    max-height: 0;
    color: #2c3e50;
    -webkit-transition: all .35s;
    transition: all .35s;
}



input:checked + .tab-label {
    color: #052742;
    border: none;
}

    input:checked + .tab-label::after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #052742;
        border: none;
    }

input:checked ~ .tab-content {
    max-height: 500vh;
}


.acordion-row {
    width: 100%;
    /*border-bottom: 1px solid #e7e8ef;*/
    padding: 10px 20px;
    box-sizing: border-box;
    color: #424242;
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 1.5em;
}

    .acordion-row a {
        color: #ce8549;
    }


.aviso {
    width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9em;
    letter-spacing: 1px;
    line-height: 1.5em;
    color: #565656;
}

/* MOVIL */


@media screen and (max-width: 1360px) {

    .logo {
        width: 280px;
    }

    .txt-main {
        font-size: 2.5em;
        margin-bottom: 30px;
    }

    .txt-sub {
        font-size: 1.1em;
        letter-spacing: 1px;
        line-height: 1.6em;
    }

    .boton-mas-info a {
        padding: 20px 60px;
        font-size: 1.2em;
        letter-spacing: 2px;
    }

    .home-plataforma-flex-info {
        width: 50%;
        padding-left: 40px;
        font-size: 1.4em;
        letter-spacing: 2px;
        line-height: 1.5em;
    }

    .info-plataforma {
        width: 60%;
        padding-right: 20px;
        font-size: 1.4em;
        letter-spacing: 1px;
        line-height: 1.5em;
        text-align: left;
    }

    .home-qr-info {
        width: 50%;
        padding-left: 40px;
        font-size: 1.2em;
        letter-spacing: 2px;
        line-height: 1.5em;
    }
}

@media screen and (max-width: 1200px) {
    .centrar {
        width: 90%;
    }
}

@media screen and (max-width: 1080px) {

    .logo {
        width: 220px;
    }

    .home-flex {
        margin-top: 20px;
    }

    .home-flex-img {
        width: 100%;
    }

    .home-flex-txt {
        width: 100%;
        box-sizing: border-box;
        padding-left: 0px;
        margin-top: 20px;
    }


    .txt-main {
        font-size: 1.8em;
        line-height: 1.2em;
        margin-bottom: 20px;
        text-align: center;
    }


    .txt-sub {
        font-size: 1em;
        letter-spacing: 1px;
        line-height: 1.6em;
        text-align: center;
    }

    .boton-mas-info {
        text-align: center;
    }

        .boton-mas-info a {
            padding: 20px 40px;
            font-size: 1.1em;
            letter-spacing: 2px;
        }


    .home-info {
        padding-top: 60px;
        padding-bottom: 60px;
        box-sizing: border-box;
    }

        .home-info .titulo {
            font-size: 3em;
            letter-spacing: 2px;
            line-height: 1em;
        }

    .home-info-flex-img {
        width: 100%;
        text-align: center;
    }

    .home-info-flex-txt {
        width: 100%;
        box-sizing: border-box;
        padding-left: 0px;
        margin-top: 40px;
        text-align: center;
    }


    .home-incluye {
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .home-incluye .titulo {
            font-size: 2.5em;
            letter-spacing: 1px;
            line-height: 1em;
            margin-bottom: 20px;
        }

        .home-incluye .subtitulo {
            font-size: 1.2em;
            letter-spacing: 1px;
            margin-top: 40px;
            margin-bottom: 0px;
        }

    .beneficios-box {
        display: block;
        vertical-align: top;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
        padding: 0px;
        box-sizing: border-box;
        text-align: center;
        margin-bottom: 20px;
        padding-bottom: 40px;
        padding-top: 20px;
        border-bottom: 1px solid #424242;
    }

        .beneficios-box:hover {
            border-bottom: 1px solid #e6bc9b;
        }

    .beneficios-icon {
        font-size: 4em;
        margin-bottom: 20px;
    }


    .beneficios-aviso {
        font-size: 0.8em;
        margin-top: 20px;
    }

    .home-eventos {
        padding-top: 60px;
        padding-bottom: 60px;
        text-align: center;
    }

        .home-eventos .titulo {
            font-size: 3em;
            line-height: 1em;
            letter-spacing: 2px;
            margin-bottom: 20px;
        }

        .home-eventos .subtitulo {
            font-size: 1.1em;
            line-height: 1.4em;
            letter-spacing: 1px;
            margin-top: 40px;
            margin-bottom: 40px;
        }

    .eventos-flex-box {
        width: 100%;
        box-sizing: border-box;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 30px;
    }

    .eventos-btn-info {
        text-align: center;
        margin-top: 20px;
    }

    .home-plataforma {
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .home-plataforma .titulo {
            font-size: 2.8em;
            line-height: 1em;
            letter-spacing: 1px;
            margin-bottom: 40px;
        }

    .home-plataforma-flex-img {
        width: 100%;
    }

    .home-plataforma-flex-info {
        width: 100%;
        padding-left: 0px;
        font-size: 1.2em;
        letter-spacing: 2px;
        line-height: 1.5em;
        text-align: center;
    }

    .asistente-virtual {
        font-size: 2.5em;
        letter-spacing: 1px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .info-plataforma {
        width: 100%;
        padding-right: 0px;
        font-size: 1.2em;
        letter-spacing: 1px;
        line-height: 1.4em;
        text-align: center;
    }

    .img-plataforma {
        width: 100%;
        margin-top: 0px;
    }

    .home-qr {
        padding-top: 60px;
        padding-bottom: 60px;
        text-align: center;
    }

    .home-qr-img {
        width: 100%;
    }

    .home-qr-info {
        width: 100%;
        padding-left: 0px;
        font-size: 1.2em;
        letter-spacing: 2px;
        line-height: 1.5em;
        text-align: center;
        margin-top: 20px;
    }

    .paquetes-flex-box {
        width: 100%;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .home-contratar {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .empieza-titulo {
        font-size: 2em;
        letter-spacing: 0px;
        margin-bottom: 20px;
    }

    .iniciar-img {
        width: 100%;
    }

    .iniciar-info {
        width: 100%;
        box-sizing: border-box;
        padding-left: 0px;
        margin-top: 0px;
    }

    .iniciar-beneficios {
        font-size: 1em;
        letter-spacing: 1px;
        line-height: 1.2em;
        margin-bottom: 15px;
    }


    .empieza-whatsapp {
        margin-top: 40px;
        text-align: center;
    }

        .empieza-whatsapp a {
            display: inline-block;
            letter-spacing: 1px;
            padding: 20px 40px;
            border-radius: 200px;
            text-align: center;
        }

    .new {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 800px;
    }

    .footer-menu a {
        letter-spacing: 0px;
        font-size: 0.8em;
    }

}


@media screen and (max-width: 720px) {
}



@media screen and (max-width: 480px) {
}
