/* elemenst gral */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*
Acumin Pro Bold

font-family: acumin-pro, sans-serif;

font-weight: 700;

font-style: normal;


Acumin Pro Bold Italic

font-family: acumin-pro, sans-serif;

font-weight: 700;

font-style: italic;


Acumin Pro Italic

font-family: acumin-pro, sans-serif;

font-weight: 400;

font-style: italic;


Acumin Pro Regular

font-family: acumin-pro, sans-serif;

font-weight: 400;

font-style: normal;


Acumin Pro ExtraCondensed Bold

font-family: acumin-pro-extra-condensed, sans-serif;

font-weight: 700;

font-style: normal;


Acumin Pro ExtraCondensed Bold Italic

font-family: acumin-pro-extra-condensed, sans-serif;

font-weight: 700;

font-style: italic;


Acumin Pro ExtraCondensed Regular

font-family: acumin-pro-extra-condensed, sans-serif;

font-weight: 400;

font-style: normal;


Acumin Pro ExtraCondensed Italic

font-family: acumin-pro-extra-condensed, sans-serif;

font-weight: 400;

font-style: italic;


Acumin Pro Condensed Bold

font-family: acumin-pro-condensed, sans-serif;

font-weight: 700;

font-style: normal;


Acumin Pro Condensed Bold Italic

font-family: acumin-pro-condensed, sans-serif;

font-weight: 700;

font-style: italic;


Acumin Pro Condensed Regular

font-family: acumin-pro-condensed, sans-serif;

font-weight: 400;

font-style: normal;


Acumin Pro Condensed Italic

font-family: acumin-pro-condensed, sans-serif;

font-weight: 400;

font-style: italic;


Acumin Pro SemiCondensed Bold

font-family: acumin-pro-semi-condensed, sans-serif;

font-weight: 700;

font-style: normal;


Acumin Pro SemiCondensed Bold Italic

font-family: acumin-pro-semi-condensed, sans-serif;

font-weight: 700;

font-style: italic;


Acumin Pro SemiCondensed Regular

font-family: acumin-pro-semi-condensed, sans-serif;

font-weight: 400;

font-style: normal;


Acumin Pro SemiCondensed Italic

font-family: acumin-pro-semi-condensed, sans-serif;

font-weight: 400;

font-style: italic;


Acumin Pro Wide Bold

font-family: acumin-pro-wide, sans-serif;

font-weight: 700;

font-style: normal;


Acumin Pro Wide Bold Italic

font-family: acumin-pro-wide, sans-serif;

font-weight: 700;

font-style: italic;


Acumin Pro Wide Regular

font-family: acumin-pro-wide, sans-serif;

font-weight: 400;

font-style: normal;


Acumin Pro Wide Italic

font-family: acumin-pro-wide, sans-serif;

font-weight: 400;

font-style: italic;


*/

@media (max-width: 768px) {
    .desk {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
}

.desk {
    display: block;
}

.soloMobile {
    display: none !important;
}

@media (max-width: 768px) {
    .soloMobile {
        display: block !important;
    }
}

.mobile {
    display: none;
}

:root {
    /*  colors  */
    --primary-color: #a80d3e;
    --secondary-color: #ff127b;
    --tertiary-color: #5caefd;
}

body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    font-family: "acumin-pro", sans-serif;
    font-style: normal;
}

.logoFlotante {
    position: fixed;
    top: 24px;
    width: 156px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    box-shadow: var(--static-shadow);
    transition: all 0.1s cubic-bezier(.25, .8, .25, 1);
    padding: 12px 12px 6px 12px;
    overflow: hidden;
    background-color: #fff;
    z-index: 99999999;
}

.logoFlotante img {
    width: 100%;
    height: auto;
    max-height: 24px;
}

@media (max-width: 768px) {
    .logoFlotante {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 8px;
        box-shadow: var(--static-shadow);
        transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    }
}

.contenedor {
    position: relative;
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
}

.refe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -9999999;
}

h1 {
    font-family: "acumin-pro-condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0;
    font-size: 50px;
    color: #000;
    text-transform: uppercase;
}

p {
    font-family: "acumin-pro", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #000;
    font-size: 20px;
    line-height: 1.3;
}

span {
    font-family: "acumin-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
}

p.parrafoCentrado {
    padding: 0 137px;
    /*170px*/
    text-align: center;
}

@media (max-width: 768px) {
    p.parrafoCentrado {
        padding: 0 20px;
        font-size: 18px;
    }
}

.titulo {
    text-align: center;
    margin-bottom: 25px;
}

.imgDetalle {
    margin: 0 auto;
    margin-top: 40px;
    width: 200px;
}

.imgDetalle img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .imgDetalle {
        width: 100px;
        margin-top: 20px;
    }
}

p.destacadoTurqueza {
    font-family: "acumin-pro-condensed", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #40bfb4;
    text-align: center;
    font-size: 50px;
    line-height: 1.1;
    margin-top: 40px;
    padding: 0 300px;
}

@media (max-width: 768px) {
    p.destacadoTurqueza {
        font-size: 24px;
        padding: 0 20px;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .flexBox {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
}

.hero {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 55px;
}

.hero img {
    width: 100%;
    height: auto;
}

.img-hero {
    display: block;
}

.img-hero-mobile {
    display: none;
}

@media (max-width: 768px) {
    .img-hero-mobile {
        display: block;
    }
    .img-hero {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero {
        margin-bottom: 10px;
    }
}

.lineasTop {
    position: absolute;
    top: 55px;
    left: -50px;
    width: 23%;
}

.lineasTop img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .lineasTop {
        left: -25px;
        top: 50px;
        width: 22%;
    }
}


/* Section 1 */

.fondoRosa {
    position: relative;
    width: 100%;
}

.fondoRosa img {
    width: 100%;
    height: auto;
}

.columnasRosas {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0 100px;
}

.columnaRosa {
    width: calc(50% - 20px);
}

.columnaRosaIz {
    width: calc(47% - 10px);
}

@media (max-width: 768px) {
    .columnaRosaIz {
        width: 100%;
        background-color: #ff8d9a;
        padding: 20px 20px 10px;
        margin-top: -35px;
        margin-bottom: 20px;
    }
    .columnaRosaIz p {
        font-size: 18px;
    }
}

.columnaRosaIz p {
    color: #fff;
}

.columnaRosaDa {
    width: calc(53% - 10px);
}

@media (max-width: 768px) {
    .columnasRosas {
        flex-flow: column;
    }
    .columnaRosaIz,
    .columnaRosaDa {
        width: 100%;
    }
}


/* Section 2 */

.columnasTextos {
    display: flex;
    justify-content: space-between;
}

.columnaTextos {
    width: calc(50% - 30px);
    margin-top: -20px;
}

@media (max-width: 768px) {
    .columnasTextos {
        flex-flow: column;
        padding: 0 20px;
    }
    .columnaTextos {
        width: 100%;
        margin-bottom: 7px;
    }
    .columnaTextos p {
        width: 100%;
        font-size: 18px;
    }
    .titulo h1 {
        font-size: 24px;
        margin-bottom: 10px;
        padding: 0 20px;
        line-height: 1;
    }
    .marginBottom {
        margin-bottom: 30px;
    }
}


/* Section 3 */

.fondoTurqueza {
    position: relative;
    width: 100%;
    margin: 50px 0;
}

.fondoTurqueza img {
    width: 100%;
    height: auto;
}

.lineasBottom {
    position: absolute;
    width: 24%;
    top: -500px;
    right: 0;
}

.lineasBottom img {
    width: 100%;
    height: auto;
}

.tituloFondoTurqueza {
    position: absolute;
    top: 40px;
    text-align: center;
    width: 100%;
}

.tituloFondoTurqueza h1 {
    color: #fff;
    line-height: 1;
}

@media (max-width: 768px) {
    .columnasTurquezasMobile {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 10px;
    }
    .ilustracion {
        width: 20%;
        height: auto;
    }
    .ilustracion img {
        width: 100%;
        height: auto;
    }
    .ColumnasParrafosTurqueza {
        width: 80%;
    }
    .parrafosEncuadrados {
        display: flex;
        background-color: #fff;
        border-radius: 5px;
        padding: 0px 10px;
        margin: -5px 10px 20px 10px;
    }
    .parrafosEncuadrados p {
        font-size: 18px;
        color: #00aa9b;
    }
    .nroGrande h1 {
        font-family: "acumin-pro-condensed", sans-serif;
        font-weight: 100;
        font-size: 55px;
        margin-right: 10px;
        color: #00aa9b;
    }
}

.cierre {
    padding: 20px 40px 0;
}

.logoMarca {
    /* width: 170px; */
    height: auto;
    /* margin: 0 auto; */
    margin-top: 50px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    padding: 7px 40px 2px;
    background-color: #fff2f4;
}

.logoMarca img {
    width: 400px;
    height: auto;
}

@media (max-width: 768px) {
    .logoMarca img {
        width: 200px;
    }
}

p.destacadoRosa {
    font-family: "acumin-pro-condensed", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #fd7380;
    text-align: center;
    font-size: 50px;
    line-height: 1.1;
    margin-top: 40px;
    padding: 0 150px;
}

@media (max-width: 768px) {
    p.destacadoRosa {
        font-size: 24px;
        padding: 0 20px;
        margin-top: 20px;
    }
}


/* footer-bottom */

.footer-bottom {
    width: 100%;
    padding: 12px 0;
}

.footer-bottom .footer-copyright {
    font-family: "acumin-pro", sans-serif;
    font-weight: 100;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
}

@media (max-width: 768px) {
    .footer-bottom .footer-copyright {
        font-size: 9px;
    }
}