body.page-template-recomendador-biendormir {
    overflow-x: hidden;
}

body.page-template-recomendador-biendormir main {
    min-height: calc(100vh - 350px);
    background: transparent;
    position: unset;
}

body.page-template-recomendador-biendormir main.init::before {
    content: "";
    background: url(../img/recomendador-biendormir/fondo-test-biendormir.svg);
    background-position: bottom center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 110vh;
}

body.page-template-recomendador-biendormir main:not(.init)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10%;
    width: 110vh;
    height: 110vh;
    transform: translate(50%, -50%);
    background: #214D8B;
    border-radius: 50%;
    opacity: .5;
    filter: blur(1000px);
}

body.page-template-recomendador-biendormir main.init::after {
    content: "";
    background: url(../img/recomendador-biendormir/imagen-test-biendormir.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -6%;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 40%;
}

@media (max-width: 1400px) {

    body.page-template-recomendador-biendormir main.init::before {
        height: 110vh;
    }

    body.page-template-recomendador-biendormir main.init::after {
        bottom: -20%;
    }
}

@media (max-width: 1030px) {

    body.page-template-recomendador-biendormir main.init::before {
        height: 100vh;
    }

    body.page-template-recomendador-biendormir main.init::after {
        bottom: -7%;
    }
}

@media (max-width: 996px) {

    body.page-template-recomendador-biendormir main.init::before {
        height: 100vh;
    }

    body.page-template-recomendador-biendormir main.init::after {
        bottom: -15%;
        width: 100%;
    }

    body.page-template-recomendador-biendormir main:not(.init)::before {
        width: 80vh;
        height: 80vh;
    }
}

.container:after {
    clear: both
}

.clear:after,
.clear:before {
    content: " ";
    display: table
}

.clear:after {
    clear: both
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility
}


input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

img {
    display: block;
    max-width: 100%
}

li,
ul {
    list-style: none
}

h1 {
    margin-bottom: 40px
}

@media(max-width:990px) {
    h1 {
        font-size: 22px
    }
}

a {
    text-decoration: none
}

h1 {
    margin-top: 0;
    font-weight: 700
}

.cap {
    text-transform: uppercase
}

.center {
    text-align: center
}

p {
    margin-top: 0
}

@media(max-width:990px) {
    p {
        font-size: 16px
    }
}

@media(max-width:990px) {
    span {
        font-size: 16px
    }
}

div p:last-of-type {
    margin-bottom: 0;
    margin-top: 0
}

.first p:last-of-type {
    margin-bottom: 45px
}

.center-v,
.percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.text.white {
    background-color: #fff
}

.text .mini,
.text p {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.text.align-left {
    text-align: left
}


.iiv {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity .8s ease, -webkit-transform 1s ease;
    transition: opacity .8s ease, -webkit-transform 1s ease;
    -o-transition: transform 1s ease, opacity .8s ease;
    transition: transform 1s ease, opacity .8s ease;
    transition: transform 1s ease, opacity .8s ease, -webkit-transform 1s ease
}

.iiv.visible {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.bold {
    font-weight: 700
}


.main {
    text-align: center;
    padding-top: 0;
    padding-top: 0;
    margin: 0;
    max-width: none;
    position: relative
}

ul {
    padding-left: 0
}

.align-left {
    text-align: left
}

.titular {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 45px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px
}

@media(max-width:990px) {
    .titular {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 25px
    }
}

@media(max-width:990px) {
    .home .titular .title {
        display: block;
        text-align: center
    }
}


@media(max-width:990px) {
    .home .titular .title img.zzz {
        display: none !important
    }
}

.home .titular .title h1 {
    font-size: 32px
}

.home .titular .title h1.mat {
    font-size: 42px
}

@media(max-width:990px) {
    .home .titular .title h1.mat {
        font-size: 32px
    }
}

.titular .mat {
    font-size: 42px
}

@media(max-width:990px) {
    .titular .mat {
        font-size: 32px
    }
}

.titular h1 {
    font-size: 32px
}

@media(max-width:990px) {
    .titular h1 {
        font-size: 22px
    }
}

.swiper-slide .slide-inner {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.textcenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.textleft {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.textleft h1 {
    width: 100%
}

.wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.wrap h1,
.wrap p {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.mini {
    font-size: 12px
}

.wrapper {
    padding: 40px
}

.relative {
    position: relative
}

.grid-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
}

@media(max-width:990px) {
    .grid-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.inline-block {
    display: inline-block
}

.textleft {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media(max-width:990px) {
    .textleft {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.animar-ilustracion {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease
}

.animar-ilustracion.active {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.footer {
    height: 100%
}

.footer .img-footer {
    width: 100%;
    height: auto
}

.footer .img-footer.visible-desktop {
    display: block
}

@media(max-width:990px) {
    .footer .img-footer.visible-desktop {
        display: none
    }
}

.footer .img-footer.visible-mobile {
    display: none
}

@media(max-width:990px) {
    .footer .img-footer.visible-mobile {
        display: block
    }
}

.footer .bottom-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #052b7e
}

.footer .bottom-bar img {
    padding: 0 20px
}

.footer .nav {
    margin: 0;
    display: block
}

.footer .footer-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0 100px
}

@media(max-width:990px) {
    .footer .footer-inner {
        display: block;
        padding: 0 20px
    }
}

.footer .footer-inner * {
    color: #7e7e7e !important
}

.footer .footer-inner .logo {
    display: block;
    width: 131px;
    height: 33px;
    margin-top: 20px
}

@media(max-width:990px) {
    .footer .footer-inner .logo {
        width: 100%;
        text-align: center
    }
}

.footer .footer-inner .logo img {
    width: 131px;
    height: 33px
}

@media(max-width:990px) {
    .footer .footer-inner .logo img {
        display: block;
        margin: 0 auto
    }
}

.footer .footer-inner .legal {
    margin: 0;
    padding: 20px
}

.footer .footer-inner .legal ul {
    margin-top: 0
}

.footer .footer-inner .legal p {
    border-top: 1px solid gray;
    padding: 20px 0 0;
    text-align: center;
    max-width: 660px;
    margin: 0 auto;
    font-size: 12px
}

@media(max-width:990px) {
    .footer .footer-inner .legal p {
        padding: 80px 0 30px;
        border: none;
        height: 40px
    }
}

.footer .footer-inner .social {
    width: auto
}

@media(max-width:990px) {
    .footer .footer-inner .social {
        margin-top: -130px
    }
}

.footer .footer-inner .social ul {
    width: auto
}

@media(max-width:990px) {
    .footer .footer-inner .social ul {
        max-width: 100% !important
    }
}

.footer .footer-inner .social ul li {
    margin: 20px 5px;
    padding: 0;
    width: 30px;
    height: 30px
}

.footer .footer-inner .social ul li a {
    padding: 0;
    margin: 0
}

.footer .footer-inner .social ul img {
    width: 30px;
    height: 30px
}

.footer .footer-inner .ratio {
    position: absolute;
    padding-top: 32%;
    width: 100%
}

.footer .footer-inner .ratio img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: -1
}

.button {
    border: 1px solid #16458A;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 5px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    line-height: 1;
    cursor: pointer;
    transition: background .3s ease-in-out;
    position: relative;
    width: max-content
}

@media(max-width:990px) {
    .button {
        margin: 20px 0
    }
}

.button-swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.button.desactivado {
    pointer-events: none !important;
    opacity: .5;
    -webkit-transition: opacity .3s ease, background .3s ease-in-out;
    -o-transition: opacity .3s ease, background .3s ease-in-out;
    transition: opacity .3s ease, background .3s ease-in-out;
    position: relative
}

.button.readmore {
    width: auto;
    min-width: 250px
}

.button.readmore a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0
}

@media(max-width:990px) {
    .button.readmore a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 50px
    }
}

.button.readmore a img {
    max-width: 20px;
    min-width: auto;
    margin-right: 0
}

.button a {
    color: inherit;
    position: relative;
    z-index: 9;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    padding: 16px 50px
}

.button.white {
    color: #fff;
    border-color: #fff
}

.button.white:hover a {
    color: #16458A !important
}

.result .button {
    margin: 0
}

.button.white:before {
    background-color: #fff;
    z-index: 9
}

.button:before {
    content: "";
    background-color: #16458A;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 0px;
    z-index: 0;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.button:hover {
    background-color: #16458A;
    color: #fff
}

.button:hover img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    mix-blend-mode: color-dodge
}

.button:hover:before {
    width: 100%
}

.button img {
    margin: 0 10px;
    max-width: 12px;
    min-width: auto !important
}

.button.trans {
    border: 1px solid transparent;
    position: absolute;
    left: calc(-50% - 20px);
    padding: 16px 0;
    font-weight: 100;
    width: 100%;
    line-height: 1.2
}

@media(max-width:990px) {
    .button.trans {
        position: relative;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0
    }
}

.button.trans:hover {
    background: 0 0;
    color: #16458A
}

.button.trans:hover img {
    -webkit-filter: invert(0);
    filter: invert(0);
    mix-blend-mode: unset
}

.button.trans:before {
    display: none;
    width: 100%
}

.button.trans img {
    max-width: 20px
}

.button.simple {
    border: 0 solid;
    margin-bottom: 0
}

.button.simple img {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.button.simple:hover {
    background-color: transparent;
    color: #16458A
}

.button.simple:hover img {
    mix-blend-mode: unset;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.button.simple:before {
    display: none !important
}

.button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

@media(max-width:990px) {
    .button-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }
}

::-moz-selection {
    background: 0 0;
    color: #999;
    text-shadow: none
}

::selection {
    background: 0 0;
    text-shadow: none
}

@media(max-width:990px) {
    .test .titular {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px
    }

    .test .titular img {
        width: 80%
    }
}

.test h1 {
    margin-bottom: 0
}

.test .diagnostico {
    font-family: 'Arial Nova';
    font-size: 32px !important;
    margin-bottom: 40px
}

.test .cap.bold {
    margin-right: 20px;
    margin-bottom: 0
}

.test .destacado {
    font-weight: 700
}

.test .titular .textos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.test .titular img {
    display: block;
    margin-right: 20px
}

@media(max-width:990px) {
    .test .titular img {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.test form {
    position: unset;
    margin-bottom: 50px;
}

.test .swiper-slide.result {
    display: none;
    position: absolute;
    opacity: 0;
    width: 100%;
    -webkit-transition: opacity .7s ease;
    -o-transition: opacity .7s ease;
    transition: opacity .7s ease
}

.test .swiper-slide.result.visible {
    position: relative;
    opacity: 1
}

.test .swiper-slide.result.ocultar {
    opacity: 0
}

.test .swiper-container {
    overflow: hidden;
    position: absolute;
    opacity: 0;
    width: 100%;
    -webkit-transition: opacity .7s ease;
    -o-transition: opacity .7s ease;
    transition: opacity .7s ease
}

.test .swiper-container.slider-test {
    display: none
}

.test .swiper-container.visible {
    position: relative;
    opacity: 1
}

.test .swiper-container.ocultar {
    opacity: 0
}

.test .swiper-container .swiper-slide {
    background: 0 0;
    overflow-x: hidden;
}

.test .swiper-slide {
    max-width: 100vw;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    position: unset;
}

@media(max-width:990px) {
    .test .swiper-slide {
        padding-left: 0;
        padding-right: 0
    }
}

.test .swiper-slide.result {
    padding-left: 0;
    padding-right: 0
}

.test .slide-inner {
    margin-bottom: 40px;
    margin: 0 auto;
    padding: 0 20px
}

@media(max-width:990px) {
    .test .slide-inner {
        margin-bottom: 20px;
        padding: 20px
    }
}

.test .slide-inner p.titular {
    font-size: 29px;
    margin-bottom: 30px;
}

.test .slide-inner .last p {
    margin-bottom: 0
}

.test .gradient {
    width: 80%;
    margin: 0 0 45px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width:990px) {
    .test .gradient {
        margin-bottom: 20px
    }
}

.test .gradient .image-wrap {
    position: relative;
    margin-bottom: 30px;
    display: none
}

@media(max-width:990px) {
    .test .gradient .image-wrap {
        margin-bottom: 20px
    }
}

.test .gradient .image-wrap:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #16458A;
    position: absolute;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.test .gradient img {
    max-width: 51px;
    height: 51px;
    width: 100%
}

.test .gradient .bar {
    background: #ff2600;
    background: -webkit-gradient(left top, right top, color-stop(0, #ff2600), color-stop(33%, #fd0), color-stop(66%, #00d907), color-stop(100%, #00abc2));
    background: -webkit-gradient(linear, left top, right top, from(#ff2600), color-stop(33%, #fd0), color-stop(66%, #00d907), to(#00abc2));
    background: -o-linear-gradient(left, #ff2600 0, #fd0 33%, #00d907 66%, #00abc2 100%);
    background: linear-gradient(to right, #ff2600 0, #fd0 33%, #00d907 66%, #00abc2 100%);
    height: 10px;
    width: 100%;
    border-radius: 20px
}

.test #texto-resultado>span {
    display: none
}

.test .inputs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 40px 0
}

@media(max-width:990px) {
    .test .inputs-wrapper {
        margin-bottom: 20px
    }
}

.test .input-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin: 0 30px 20px
}

@media(max-width:990px) {
    .test .input-wrapper {
        margin: 0 10px 20px
    }
}

@media(max-width:990px) {
    .test .wrap-mobile {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.test input {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    outline: 0 !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
    background: 0 0
}

.test label {
    font-size: 16px
}

.test input:checked+label {
    background-color: #16458A;
    color: #fff;
    font-weight: 700
}

.test .text-image.buttons .input-wrapper {
    max-width: calc(33.3333% - 30px);
    margin-left: 0
}

@media(max-width:990px) {
    .test .text-image.buttons .input-wrapper {
        max-width: 100%
    }
}

.test .button.able {
    background: #009DE0;
    border-color: #009DE0;
    color: #fff;
    border-radius: 50px;
}

.test .button.able::before {
    display: none;
}

.test .button.able a {
    text-transform: none;
}

.test .text-image.buttons label {
    background-color: #16458A;
    border-color: #16458A;
    padding: 40px 60px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.test .text-image.buttons input {
    z-index: 1
}

.test .text-image.buttons input:checked+label {
    background-color: #16458A
}

.test .text-image.buttons input:hover+label {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media(max-width:990px) {
    .test .text-image.buttons input:hover+label {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.test .text-image .input-wrapper {
    margin-left: 40px;
    width: 100%;
    margin-right: 30px
}

@media(max-width:990px) {
    .test .text-image .input-wrapper {
        margin-right: 0;
        margin-bottom: 30px
    }
}

.test .text-image input {
    width: 100%;
    height: 100%
}

.test .text-image input:checked+label {
    border-color: #16458A
}

.test .text-image input:hover+label img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

@media(max-width:990px) {
    .test .text-image input:hover+label img {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
}

.test .text-image label {
    background-color: #fff;
    border: 1px solid #16458A;
    width: auto;
    height: auto;
    padding: 20px 40px 20px 60px;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #16458A;
    border-radius: 10px
}

.test .text-image label img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    max-width: 110px
}

@media(max-width:990px) {
    .test .text-image label img {
        max-width: 80px
    }
}

.test .bed .bed-image {
    width: 100%;
    height: 100%
}

@media(max-width:990px) {
    .test .bed .bed-image {
        display: none
    }
}

.test .bed .inputs-wrapper {
    margin: 0
}

.test .bed .image-wrap {
    justify-self: flex-end;
    width: 70%
}

@media(max-width:990px) {
    .test .bed .image-wrap {
        width: 100%;
        margin-bottom: 40px
    }

    .test .bed .image-wrap img {
        margin: 0 auto;
        max-width: 60%
    }
}

.test .bed .grid {
    display: -ms-grid;
    display: grid;
    margin: 40px 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    -ms-grid-columns: 1fr 40px .5fr;
    grid-template-columns: 1fr .5fr;
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    width: 100%
}

@media(max-width:990px) {
    .test .bed .grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

/* .test .swiper-wrapper {
    flex-direction: column;
    align-items: center;
} */

.test .bed input:checked+label {
    color: #00336E;
    background-color: transparent;
    text-align: left;
}


.test .bed input {
    width: 100%;
    height: 100%;
    z-index: 1
}

.test .bed label {
    color: #00336E;
    background-color: transparent;
    text-align: left;
    width: auto;
    height: auto;
    padding: 20px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: start;
    border-radius: 10px;
    transform: scale(1);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.test .normal label {
    background-color: #16458A;
    border: 1px solid transparent;
    width: auto;
    height: auto;
    padding: 20px 30px 20px 30px;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    color: #ffffff;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.test .rangetype-circle input {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    outline: 0 !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200px;
    height: 100%;
    z-index: 99999
}

.test .rangetype-circle input:checked+label {
    background-color: transparent;
    color: #16458A
}

.test .rangetype-circle input:checked+.circle {
    border-color: #16458A !important
}

.test .rangetype-circle input:hover+.circle {
    -webkit-transform: translate(0) scale(1.1);
    -ms-transform: translate(0) scale(1.1);
    transform: translate(0) scale(1.1)
}

@media(max-width:990px) {
    .test .rangetype-circle input:hover+.circle {
        -webkit-transform: translate(0) scale(1);
        -ms-transform: translate(0) scale(1);
        transform: translate(0) scale(1)
    }
}

.test .rangetype-circle input:checked+.circle+label {
    font-weight: 700
}

.test .rangetype-circle label.text {
    display: block;
    text-align: center
}

.test .rangetype-circle .inputs-wrapper {
    width: 250px;
    height: 250px;
    border-radius: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 9px solid #16458A;
    position: relative
}

@media(max-width:990px) {
    .test .rangetype-circle .inputs-wrapper {
        width: 120px;
        margin-bottom: 60px
    }
}

.test .rangetype-circle .inputs-wrapper label {
    position: absolute
}

.test .rangetype-circle .input-wrapper.right {
    position: absolute;
    right: 16px;
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
    top: 50%;
    margin: 0
}

.test .rangetype-circle .input-wrapper.right label.text {
    -webkit-transform: translateX(50%) translateY(-150%);
    -ms-transform: translateX(50%) translateY(-150%);
    transform: translateX(50%) translateY(-150%);
    min-width: 100px
}

.test .rangetype-circle .input-wrapper.bottom {
    position: absolute;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-20px, -40px);
    -ms-transform: translate(-20px, -40px);
    transform: translate(-20px, -40px);
    bottom: -20px;
    margin: 0
}

.test .rangetype-circle .input-wrapper.bottom label.text {
    -webkit-transform: translateX(-30px) translateY(100%);
    -ms-transform: translateX(-30px) translateY(100%);
    transform: translateX(-30px) translateY(100%);
    min-width: 100px
}

.test .rangetype-circle .input-wrapper.left {
    position: absolute;
    left: -24px;
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
    top: 50%;
    margin: 0
}

.test .rangetype-circle .input-wrapper.left label.text {
    -webkit-transform: translateX(-100%) translateY(-150%);
    -ms-transform: translateX(-100%) translateY(-150%);
    transform: translateX(-100%) translateY(-150%);
    min-width: 100px
}

.test .rangetype-circle .circle {
    width: 40px;
    height: 40px;
    border: 9px solid #16458A;
    position: relative;
    top: auto;
    left: auto;
    border: 9px solid #16458A;
    border-radius: 120px;
    background-color: #fff;
    -webkit-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.test .rangetype .inputs-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:990px) {
    .test .rangetype .inputs-wrapper {
        height: auto !important;
        width: 100% !important;
        max-width: 300px !important;
        margin-bottom: 20px !important;
        margin-top: 20px !important
    }
}

.test .rangetype .input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0 0
}

@media(max-width:990px) {
    .test .rangetype .input-wrapper {
        margin-bottom: 20px;
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media(max-width:990px) {
    .test .rangetype .input-wrapper label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .test .rangetype .input-wrapper label .text {
        -webkit-transform: translateY(0) translateX(-50%);
        -ms-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
        top: 0;
        width: 100%;
        padding-left: 60px;
        text-align: left
    }
}

.test .rangetype input:checked+label {
    background-color: transparent;
    color: #16458A
}

.test .rangetype input:checked+.circle {
    border-color: #16458A !important
}

.test .rangetype input:hover+.circle {
    -webkit-transform: translate(0) scale(1.1);
    -ms-transform: translate(0) scale(1.1);
    transform: translate(0) scale(1.1)
}

@media(max-width:990px) {
    .test .rangetype input:hover+.circle {
        -webkit-transform: translate(0) scale(1);
        -ms-transform: translate(0) scale(1);
        transform: translate(0) scale(1)
    }
}

.test .rangetype input:checked+.circle+label {
    font-weight: 700
}

.test .rangetype .circle {
    width: 40px;
    height: 40px;
    border: 9px solid #16458A;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
    border: 9px solid #16458A;
    border-radius: 120px;
    background-color: #fff;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.test .rangetype input {
    width: 200px;
    height: 200px;
    z-index: 999
}

@media(max-width:990px) {
    .test .rangetype input {
        width: 90px;
        height: 90px
    }
}

.test .rangetype .text {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(calc(200% + 20px)) translateX(-50%);
    -ms-transform: translateY(calc(200% + 20px)) translateX(-50%);
    transform: translateY(calc(200% + 20px)) translateX(-50%);
    width: auto;
    min-width: 220px;
    left: 50%;
    text-align: center;
    display: block
}

@media(max-width:990px) {
    .test .rangetype .text {
        -webkit-transform: translateY(calc(0 + 40px)) translateX(-50%);
        -ms-transform: translateY(calc(0 + 40px)) translateX(-50%);
        transform: translateY(calc(0 + 40px)) translateX(-50%)
    }
}

.test .rangetype .inputs-wrapper {
    position: relative;
    margin-bottom: 120px;
    margin-left: 140px;
    margin-right: 140px;
    width: calc(90% - 280px)
}

@media(max-width:990px) {
    .test .rangetype .inputs-wrapper {
        position: relative;
        margin-bottom: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 35vh;
        margin-left: 0;
        margin-right: 0
    }
}

.test .rangetype .inputs-wrapper .input-wrapper {
    position: relative
}

.test .rangetype .inputs-wrapper:before {
    content: "";
    position: absolute;
    top: 68%;
    left: 0;
    height: 10px;
    display: block;
    width: 100%;
    background-color: #16458A;
    border-radius: 120px
}

@media(max-width:990px) {
    .test .rangetype .inputs-wrapper:before {
        top: 0;
        left: 50%;
        height: 100%;
        display: block;
        width: 9px;
        background-color: transparent;
        border-radius: 120px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.test .circles label {
    background-color: #16458A;
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 120px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    cursor: pointer
}

@media(max-width:990px) {
    .test .circles label {
        width: 90px;
        height: 90px
    }
}

.test .circles input {
    width: 120px;
    height: 120px;
    z-index: 9;
    cursor: pointer
}

@media(max-width:990px) {
    .test .circles input {
        width: 90px;
        height: 90px
    }
}

.test .circles input:hover+label {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media(max-width:990px) {
    .test .circles input:hover+label {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.test .circles.circles-bed .inputs-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.test .circles.circles-bed .inputs-wrapper img {
    width: 40%
}

@media(max-width:990px) {
    .test .circles.circles-bed .inputs-wrapper img {
        display: none !important
    }
}

.test ::-webkit-input-placeholder {
    color: #16458A
}

.test ::-moz-placeholder {
    color: #16458A
}

.test :-ms-input-placeholder {
    color: #16458A
}

.test ::-ms-input-placeholder {
    color: #16458A
}

.test ::placeholder {
    color: #16458A
}

.test .slider-test .loader .guia {
    display: none
}

@media(max-width:990px) {
    .test .slider-test .loader .guia {
        margin-bottom: 50px
    }
}

.test .slider-test .loader .progress {
    display: block
}

.test .loader {
    width: 100%;
    position: relative;
    margin: 20px 0
}

.test .loader .progress {
    position: relative;
    max-width: 232px;
    margin-left: auto;
    margin-right: auto;
    padding: 6px
}

.test .loader .progress svg circle {
    -webkit-transition: stroke-dasharray .5s ease;
    -o-transition: stroke-dasharray .5s ease;
    transition: stroke-dasharray .5s ease
}

.test .loader .progress svg circle.relleno {
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotateZ(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.test .loader .progress svg.small {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.test .loader img {
    max-width: 220px;
    margin: 0 auto
}

.test .loader .number {
    font-size: 70px;
    font-family: 'Arial Nova';
    font-style: italic
}

.test .loader .percentage {
    display: inline-block;
    width: 100%
}

.test .loader .percent {
    font-size: 36px;
    position: relative;
    display: inline-block
}

.test div p:last-of-type {
    margin-bottom: 0;
    margin-top: 0
}

.test .first p:last-of-type {
    margin-bottom: 45px
}

@media(max-width:990px) {
    .test .first p:last-of-type {
        margin-bottom: 0
    }
}

.test .first p {
    max-width: 700px
}

.test .first p:first-child {
    margin-bottom: 0
}

.test .center-v,
.test .percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.check-wrapper-politica-privacidad input {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox
}

.check-wrapper-politica-privacidad input:checked+label {
    background: 0 0;
    color: #16458A;
    font-weight: 400
}

.check-wrapper-politica-privacidad a {
    text-decoration: underline;
    color: #16458A
}

.test .result input.no-valid {
    border-color: red
}

.test .result input.no-valid+label,
.test .result input.no-valid+label a {
    color: red
}

.rango-edad {
    width: 100%;
    padding: 0 40px 40px
}

@media(max-width:990px) {
    .rango-edad {
        padding: 0 20px 20px;
        text-align: left
    }
}

.rango-edad p {
    margin-bottom: 20px
}

.rango-edad .check-wrapper {
    margin-top: 10px !important
}

@media(max-width:990px) {
    .rango-edad .check-wrapper {
        padding: 0 !important;
        width: 100%
    }
}

.rango-edad .check-wrapper input {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    margin-right: 10px !important
}

.rango-edad .check-wrapper label {
    margin: 0 30px 0 0 !important
}

@media(max-width:990px) {
    .rango-edad .check-wrapper label {
        margin: 0 !important;
        width: calc(100% - 25px) !important
    }
}

.rango-edad .check-wrapper input:checked+label {
    background-color: transparent;
    color: #16458A;
    font-weight: 400
}

.imgcd-wrapper img {
    padding-top: 30px
}

.recibir-guia {
    margin: 0 40px 40px !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

@media(max-width:990px) {
    .recibir-guia {
        margin: 0 20px 20px !important
    }
}

.explicacion {
    margin-bottom: 20px !important
}

.test .result>div {
    display: block;
    overflow: hidden;
    width: 100%
}

.test .result .bottom img {
    margin: 0 auto;
    display: block
}

@media(max-width:990px) {
    .test .result .imgcd-wrapper {
        display: block;
        margin: 30px auto
    }
}

.test .result .bottom {
    padding: 60px
}

@media(max-width:990px) {
    .test .result .bottom {
        display: none
    }
}

.test .result .bottom p {
    margin-bottom: 40px
}

.test .result .check-wrapper {
    max-width: 1100px;
    padding: 0 40px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width:990px) {
    .test .result .check-wrapper {
        margin-top: 40px;
        padding: 0 20px
    }
}

.test .result .check-wrapper .grid-check {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25px 1fr;
    grid-template-columns: 25px 1fr;
    margin-bottom: 20px
}

.test .result .check-wrapper .grid-check label {
    text-align: left
}

.test .result .check-wrapper input {
    margin-right: 20px;
    margin-bottom: 0;
    background-color: #fff
}

.test .result .button {
    justify-self: flex-start;
    color: #fff;
    border-color: #16458A;
    background-color: #16458A;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.test .result .button:before {
    display: none
}

.test .result .button a {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.test .result .button:hover {
    color: #16458A !important;
    background-color: #fff !important
}

.test .result .button:hover:before {
    display: none
}

.test .result input {
    margin: 0;
    line-height: 1;
    padding: 15px;
    position: relative;
    left: auto;
    top: auto;
    outline: 0 !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 1px solid #16458A;
    border-radius: 9px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
    font-size: 16px
}

.test .result input[type=checkbox] {
    padding: 0;
    height: 15px;
    width: 15px;
    border-radius: 2px
}

.lilee {
    width: 100%
}

@media(max-width:990px) {
    .lilee {
        padding: 10px
    }

    .result .lilee {
        padding: 30px 10px
    }
}

.lilee>img {
    max-width: 400px
}

.lilee .grid-2 {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 40px;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    -ms-grid-columns: 1fr 40px .25fr;
    grid-template-columns: 1fr .25fr;
    max-width: 1100px;
    margin: 0 auto
}

.lilee .grid-2+.column {
    margin-bottom: 40px
}

.lilee .grid-2+.column p {
    margin-bottom: 20px
}

.lilee .grid-2+.column label {
    margin-right: 20px
}

@media(max-width:990px) {
    .lilee .grid-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.lilee .grid-2 .img-wrapper {
    justify-self: flex-start;
    margin-top: 40px
}

@media(max-width:990px) {
    .lilee .grid-2 .img-wrapper {
        -ms-grid-column-align: center;
        justify-self: center
    }
}

.lilee .grid {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 20px;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 40px 40px 0
}

@media(max-width:990px) {
    .lilee .grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding: 10px 10px 0
    }
}

.lilee .disclaimer {
    display: block;
    padding: 0 40px 40px;
    text-align: left;
    font-size: 12px
}

@media(max-width:990px) {
    .lilee .disclaimer {
        padding: 0 10px 20px
    }
}

body.bueno .gradient {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

body.bueno .gradient .bueno {
    display: block
}

body.bueno #texto-resultado .bueno {
    display: block !important
}

body.normal .gradient {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

body.normal .gradient .normal {
    display: block
}

body.normal #texto-resultado .normal {
    display: block !important
}

body.insomnio .gradient {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

body.insomnio .gradient .insomnio {
    display: block
}

body.insomnio #texto-resultado .insomnio {
    display: block !important
}

@media(max-width:990px) {
    .gracias .titular {
        margin-bottom: 0 !important;
        padding: 0 !important
    }
}

.gracias .titular img {
    display: block;
    margin-right: 20px
}

@media(max-width:990px) {
    .gracias .titular img {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.gracias p {
    max-width: 900px;
    margin: 0 auto;
    text-align: center
}

.gracias p img {
    display: block;
    margin: 60px auto
}

@media(max-width:990px) {
    .gracias p img {
        margin: 30px auto
    }
}

.banner-purple.purple-bg {
    background-color: #16458A
}

.banner-purple.purple-bg .purple {
    color: #fff;
    max-width: 1100px;
    margin: 0 auto;
    display: block;
    background-color: #16458A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding: 20px;
    clear: both;
    position: relative
}

@media(max-width:990px) {
    .banner-purple.purple-bg .purple {
        display: block;
        padding: 40px 20px 20px 20px
    }
}

.banner-purple.purple-bg .purple .image-wrapper {
    justify-self: flex-end
}

.banner-purple.purple-bg .purple .text {
    justify-self: flex-start;
    width: calc(100% - 300px);
    padding-left: 40px
}

@media(max-width:990px) {
    .banner-purple.purple-bg .purple .text {
        width: 100%;
        margin-top: 30px;
        padding-left: 0
    }
}

.banner-purple.purple-bg .purple .text p {
    margin-bottom: 0;
    text-align: left
}

.banner-purple.purple-bg .purple img {
    margin: 0 auto;
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%)
}

@media(max-width:990px) {
    .banner-purple.purple-bg .purple img {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.banner-purple.purple-bg .purple p {
    margin-bottom: 40px
}

.banner-purple.purple-bg .purple .button {
    border: 1px solid #fff;
    background-color: transparent;
    margin-top: 30px
}

.banner-purple.purple-bg .purple .button:before {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 5px;
    z-index: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.about .grid-15 {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 80px;
    -ms-grid-columns: 1fr 80px 2fr;
    grid-template-columns: 1fr 2fr;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 0
}

@media(max-width:990px) {
    .about .grid-15 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.about .grid-15.lilee {
    padding-bottom: 0
}

.about .grid-15 img {
    width: 100%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%)
}

.about .grid-25 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0
}

@media(max-width:990px) {
    .about .grid-25 {
        padding: 20px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.about .grid-25 img {
    -webkit-transform: scale(1.2) translateY(-20%);
    -ms-transform: scale(1.2) translateY(-20%);
    transform: scale(1.2) translateY(-20%)
}

@media(max-width:990px) {
    .about .grid-25 img {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.about p {
    line-height: 24px
}

.about .who h1 {
    text-transform: uppercase;
    margin-bottom: 40px
}

.home .video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000;
    height: calc(80vh - 62px);
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home .video.video-play:after {
    opacity: 0
}

.home .video.video-play .play {
    opacity: 0
}

.home .video:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transition: opacity .7s ease;
    -o-transition: opacity .7s ease;
    transition: opacity .7s ease
}

.home .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home .video .play {
    display: block;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: opacity .7s ease, -webkit-transform .3s ease;
    transition: opacity .7s ease, -webkit-transform .3s ease;
    -o-transition: opacity .7s ease, transform .3s ease;
    transition: opacity .7s ease, transform .3s ease;
    transition: opacity .7s ease, transform .3s ease, -webkit-transform .3s ease
}

.home .video .play:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.home .video .play img {
    width: 80px
}

.home .consejos {
    padding: 80px 40px 20px
}

.home .consejos h2 {
    margin-bottom: 45px;
    margin-top: 0
}

.home .consejos .gorro {
    position: absolute;
    max-width: 30px;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: translateX(-40%) translateY(-240%) rotate(-20deg);
    -ms-transform: translateX(-40%) translateY(-240%) rotate(-20deg);
    transform: translateX(-40%) translateY(-240%) rotate(-20deg);
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease
}

.home .consejos .gorro.active {
    opacity: 1;
    -webkit-transform: translateX(-40%) translateY(-45%) rotate(-20deg);
    -ms-transform: translateX(-40%) translateY(-45%) rotate(-20deg);
    transform: translateX(-40%) translateY(-45%) rotate(-20deg)
}

@media(max-width:1400px) {
    .home .consejos .gorro {
        display: none
    }
}

.home .consejos .button {
    margin: 20px 0 20px
}

.home .claim {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px
}

.home .purple.blue {
    background-color: #16458A;
    position: relative
}

.home .purple {
    background-color: #E4E8ED;
    position: relative
}

.home .purple .cell {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home .purple>div.grid-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media(max-width:990px) {
    .home .purple>div.grid-2 {
        display: block
    }
}

.home .purple>div.grid-2>div {
    height: auto
}

@media(max-width:990px) {
    .home .purple>div.grid-2>div {
        height: 100%
    }
}

@media(max-width:990px) {
    .home .purple>div.grid-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.home .purple>div.grid-2 .content-img {
    display: block;
    width: 50%;
    height: auto;
    position: relative
}

@media(max-width:990px) {
    .home .purple>div.grid-2 .content-img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }

    .home .purple>div.grid-2 .content-img:before {
        content: "";
        display: block;
        padding-top: 70%
    }
}

@media(max-width:990px)and (max-width:990px) {
    .home .purple>div.grid-2 .content-img:before {
        display: none
    }
}

.home .purple>div.grid-2 .content-img img {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.home .purple>div.grid-2 .titular {
    width: 50%;
    padding: 80px 40px
}

@media(max-width:2000px) {
    .home .purple>div.grid-2 .titular {
        padding: 60px 40px
    }
}

@media(max-width:1400px) {
    .home .purple>div.grid-2 .titular {
        padding: 40px
    }
}

@media(max-width:990px) {
    .home .purple>div.grid-2 .titular {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        padding: 40px 20px;
        text-align: center
    }

    .home .purple>div.grid-2 .titular * {
        text-align: center !important
    }
}

@media(max-width:990px) {
    .home .purple>div.grid-2 .titular .button {
        margin-left: auto;
        margin-right: auto
    }
}

.home .purple-inner {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    color: #fff;
    overflow: hidden
}

@media(max-width:990px) {
    .home .purple-inner {
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .home .purple-inner * {
        text-align: center
    }
}

.home .purple-inner>h2 {
    color: #fff;
    font-size: 32px;
    width: 100%;
    text-align: center
}

@media(max-width:990px) {
    .home .purple-inner>h2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.home .purple-inner p {
    color: #fff;
    margin-bottom: 40px
}

@media(max-width:990px) {
    .home .purple-inner p {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }
}

@media(max-width:990px) {
    .home .purple-inner .grid-3 {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.home .purple-inner .grid-3 img.caja {
    margin-right: 40px
}

@media(max-width:990px) {
    .home .purple-inner .grid-3 img.caja {
        margin-left: 0;
        margin-right: 0;
        -webkit-transform: translateX(-40px);
        -ms-transform: translateX(-40px);
        transform: translateX(-40px)
    }
}

@media(max-width:990px) {
    .home .purple-inner .grid-3 .justify-right {
        justify-items: center;
        display: -ms-grid;
        display: grid;
        width: 100%
    }
}

@media(max-width:990px) {
    .home .purple-inner .grid-3 .justify-center {
        width: 100%;
        margin-top: 20px
    }
}

@media(max-width:990px) {
    .home .purple-inner .grid-3 .justify-center .button {
        margin-top: 40px
    }
}

.home .purple .textcenter {
    width: 100%
}

.home .purple .grid-4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 0;
    padding: 40px;
    padding-bottom: 0
}

.home .purple .grid-4 .div-image {
    display: block;
    position: relative;
    min-height: 500px
}

@media(max-width:2000px) {
    .home .purple .grid-4 .div-image {
        min-height: 400px
    }
}

@media(max-width:990px) {
    .home .purple .grid-4 .div-image {
        min-height: 0
    }
}

.home .purple .grid-4 .div-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width:990px) {
    .home .purple .grid-4 .div-image img {
        position: relative;
        width: 100%;
        height: auto
    }
}

.home .purple .grid-4 .button {
    margin-bottom: 0
}

@media(max-width:990px) {
    .home .purple .grid-4 .button {
        width: 100%
    }
}

.home .purple .grid-4 .button img {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.home .purple .grid-4 .button:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

@media(max-width:990px) {
    .home .purple .grid-4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 20px
    }

    .home .purple .grid-4 .cell {
        padding: 20px;
        background: #fff;
        width: 100%
    }

    .home .purple .grid-4 .cell img {
        width: 100%
    }

    .home .purple .grid-4 .cell h1 {
        text-align: left
    }

    .home .purple .grid-4 .cell p {
        text-align: left
    }

    .home .purple .grid-4 .cell:nth-child(3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .home .purple .grid-4 .cell:nth-child(4) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.home .purple .grid-4 .cell.white {
    background-color: #fff;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.home .purple .grid-4 .cell.white .button {
    border: 0 !important;
    background-color: transparent !important;
    color: #16458A !important;
    padding-left: 0;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.home .purple .grid-4 .cell.white .button img {
    -webkit-filter: none !important;
    filter: none !important
}

.home .purple .grid-4 .cell.white .button:before {
    display: none !important
}

.home .purple .grid-4 .cell.white h1 {
    margin-bottom: 40px;
    text-transform: uppercase;
    width: 100%
}

.home .purple img {
    min-width: 50%
}

@media(max-width:990px) {
    .home .purple img {
        min-width: auto;
        max-width: 100%
    }
}

.home .purple img.caja {
    margin-left: 100px
}

.home .purple .float-text {
    padding: 40px 40px 40px;
    top: 0;
    right: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    margin: 0
}

@media(max-width:990px) {
    .home .purple .float-text {
        padding: 10px 20px 40px
    }
}

.home .purple .float-text * {
    color: #fff
}

@media(max-width:990px) {
    .home .purple .float-text.titular .title {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.home .purple .float-text h1 {
    font-size: 32px
}

@media(max-width:990px) {
    .home .purple .float-text h1 {
        font-size: 22px;
        text-align: center
    }
}

.home .purple .float-text h1.mat {
    font-size: 42px
}

@media(max-width:990px) {
    .home .purple .float-text h1.mat {
        font-size: 32px
    }
}

.home .purple .float-text p {
    text-align: left
}

.home .lilee {
    background-color: #E4E8ED;
    padding: 80px 40px 20px
}

@media(max-width:990px) {
    .home .lilee {
        padding: 40px 20px
    }
}

.home .lilee .girl {
    max-width: 600px
}

.home .lilee .swiper-vertical {
    max-height: 700px;
    width: 100%
}

@media(max-width:990px) {
    .home .lilee .swiper-vertical {
        margin: 0;
        height: auto !important;
        max-height: 900px
    }
}

.home .lilee .swiper-vertical .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #E4E8ED;
    cursor: pointer
}

@media(max-width:990px) {
    .home .lilee .swiper-vertical .swiper-slide {
        display: block
    }
}

.home .lilee .heading {
    margin-bottom: 40px
}

@media(max-width:990px) {
    .home .lilee .heading {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
        width: 100%;
        max-width: 400px
    }
}

.home .lilee .heading .fase {
    text-transform: uppercase;
    color: #fff;
    background-color: #16458A;
    padding: 10px 10px
}

@media(max-width:990px) {
    .home .lilee .flex {
        width: 100%;
        max-width: 400px
    }
}

.home .lilee .div-image {
    width: 50%
}

@media(max-width:990px) {
    .home .lilee .div-image {
        width: 100%;
        max-width: 400px
    }
}

.home .lilee .leftside {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 80px;
    width: 50%
}

@media(max-width:990px) {
    .home .lilee .leftside {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 30px;
        width: 100%;
        padding-left: 0
    }
}

.home .lilee .next-slide {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 177px;
    height: 240px;
    text-transform: uppercase
}

.home .lilee .next-slide.largo {
    max-width: 295px
}

.home .lilee .next-slide span {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-weight: 700
}

.home .lilee .next-slide span:first-child {
    text-align: left;
    margin-bottom: 10px;
    display: block
}

.home .lilee .next-slide span:last-child {
    margin-top: 10px;
    display: block
}

.home .lilee .next-slide img {
    height: auto;
    width: auto
}

.home .lilee .flex {
    width: 80%
}

.home .lilee .clock {
    mix-blend-mode: multiply;
    width: 100%
}

.home .lilee .clock img {
    width: 220px !important;
    height: auto !important;
    float: right
}

.home .lilee .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media(max-width:990px) {
    .home .lilee .swiper-slide {
        display: inline-block
    }
}

.home .lilee .inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.home .lilee .inner>div {
    margin: 0 40px
}

@media(max-width:990px) {
    .home .lilee .inner>div {
        margin: 0
    }
}

.home .lilee img {
    height: auto;
    width: 100%
}

.home .lilee .reverse {
    position: relative;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.home .lilee h3 {
    font-size: 32px
}

.grid-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    padding-top: 0
}

@media(max-width:990px) {
    .grid-3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.grid-3 .justify-right {
    justify-items: right;
    display: -ms-grid;
    display: grid
}

.grid-3 .justify-left {
    justify-items: left;
    display: -ms-grid;
    display: grid
}

.grid-3 .justify-center {
    justify-items: center;
    display: -ms-grid;
    display: grid
}

.modulo-producto .grid-3 .justify-center {
    display: block
}

.modulo-producto .grid-3 .justify-center .button {
    margin: 40px auto 0
}

.blog .lilee .button {
    height: 55px
}

.blog .title {
    text-transform: uppercase;
    margin-bottom: 40px
}

@media(max-width:990px) {
    .blog .title {
        margin-bottom: 20px
    }
}

@media(max-width:990px) {
    .blog .grid-25 {
        margin-bottom: 30px;
        padding-top: 0
    }
}

@media(max-width:990px) {
    .blog .hide-mobile {
        display: none
    }
}

.blog h1.mat {
    margin-bottom: 80px
}

@media(max-width:990px) {
    .blog h1.mat {
        margin-bottom: 40px
    }
}

.blog h2,
.blog h3 {
    font-size: 32px;
    text-transform: uppercase
}

.blog .cabecera {
    display: block
}

.blog .quienes-somos {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    text-align: left
}

.blog .quienes-somos * {
    text-align: left
}

.blog .quienes-somos h3 {
    margin-top: 0;
    text-align: left;
    width: 100%
}

.blog .purple {
    position: relative
}

.blog .purple .grid-4 {
    padding-bottom: 0
}

.blog .purple .grid-4 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media(max-width:990px) {
    .blog .purple .grid-4 .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.blog .purple .grid-4 .row:nth-child(even) .white {
    background-color: #E4E8ED
}

.blog .purple .grid-4 .row .link-post {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0
}

.blog .purple .grid-4 .cell {
    min-height: 500px;
    width: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #16458A;
    cursor: pointer
}

.blog .purple .grid-4 .cell:focus,
.blog .purple .grid-4 .cell:hover,
.blog .purple .grid-4 .cell:link,
.blog .purple .grid-4 .cell:visited {
    color: #16458A
}

.blog .purple .grid-4 .cell .button img {
    display: inline-block;
    max-width: 30px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.blog .purple .grid-4 .cell:hover .button img {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

@media(max-width:2000px) {
    .blog .purple .grid-4 .cell {
        min-height: 400px
    }
}

@media(max-width:990px) {
    .blog .purple .grid-4 .cell {
        padding: 40px 20px;
        min-height: 0;
        width: 100%
    }
}

.blog .purple .grid-4 .cell.white {
    background-color: #E4E8ED
}

@media(max-width:990px) {
    .blog .purple .grid-4 .cell.white {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: left
    }
}

.blog .purple .grid-4 .cell.white h2 {
    margin-top: 0;
    margin-bottom: 40px;
    text-transform: uppercase
}

@media(max-width:990px) {
    .blog .purple .grid-4 .cell.cell-img {
        position: relative;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .blog .purple .grid-4 .cell.cell-img:before {
        content: "";
        display: block;
        padding-top: 50%
    }
}

.blog .purple .grid-4 .cell.cell-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog .purple img {
    min-width: 50%;
    width: 100%
}

.blog .purple img.caja {
    margin-left: 100px
}

.blog .purple>h1 {
    color: #fff;
    font-size: 32px;
    padding: 40px;
    position: absolute;
    width: 100%;
    text-align: center
}

.blog .purple .float-text {
    padding: 0 40px;
    padding-top: 80px;
    top: 0;
    right: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    margin: 0
}

.blog .purple .float-text * {
    color: #fff
}

.blog .purple .float-text h1 {
    font-size: 32px
}

.blog .purple .float-text h1.mat {
    font-size: 42px
}

@media(max-width:990px) {
    .blog .purple .float-text h1.mat {
        font-size: 32px
    }
}

.blog .purple .float-text p {
    text-align: left
}

.blog .lilee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #E4E8ED;
    padding: 40px
}

@media(max-width:990px) {
    .blog .lilee {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.blog .lilee>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 1600px
}

.blog .lilee>div>img {
    max-width: 410px;
    min-width: 0;
    height: 240px;
    margin-right: 30px;
    -o-object-fit: contain;
    object-fit: contain
}

@media(max-width:990px) {
    .blog .lilee>div>img {
        display: none
    }
}

.blog .lilee>div p {
    margin-bottom: 40px
}

.blog .lilee h3 {
    margin-top: 0
}

.blog .lilee .inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.blog .lilee .inner img:first-of-type {
    margin: 0;
    max-width: 50%
}

.blog .bottom {
    background-color: #16458A
}

.blog .navigation {
    padding: 40px
}

.blog .navigation li {
    padding: 10px;
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px;
    border-radius: 50px;
    color: #16458A
}

.blog .navigation li a {
    color: #16458A
}

.blog .navigation li.active {
    background-color: #16458A;
    color: #16458A
}

.blog .navigation li.active a {
    color: #16458A
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0 0 10px;
    margin: 0
}

.social ul li {
    list-style: none;
    padding: 0;
    margin: 0 10px 0 0
}

.social ul li img {
    margin-bottom: 0 !important;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.social ul li a:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.single p {
    font-size: 16px;
    line-height: 1.1
}

.single .content-texto a,
.single .content-texto a:focus,
.single .content-texto a:hover,
.single .content-texto a:link {
    color: #16458A;
    word-break: break-word;
    text-decoration: underline
}

.single .content-texto ul {
    padding-left: 20px
}

.single .content-texto ul li {
    list-style: disc;
    margin-bottom: 5px;
    font-size: 16px
}

.single .content-texto ol {
    padding-left: 20px
}

.single .content-texto ol li {
    list-style: decimal;
    margin-bottom: 5px;
    font-size: 16px
}

.single .boton-volver {
    padding: 0;
    border: 0;
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    text-transform: uppercase;
    color: #16458A
}

@media(max-width:990px) {
    .single .boton-volver {
        margin: 20px 0 20px
    }
}

.single .boton-volver:focus,
.single .boton-volver:hover,
.single .boton-volver:link,
.single .boton-volver:visited {
    color: #16458A
}

.single .boton-volver img {
    display: inline-block;
    max-width: 30px;
    -webkit-transform: translateX(0) rotate(180deg);
    -ms-transform: translateX(0) rotate(180deg);
    transform: translateX(0) rotate(180deg);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    margin: 0 10px 0 0 !important;
    height: 20px !important
}

.single .boton-volver span {
    padding-top: 2px
}

.single .boton-volver:hover {
    background-color: transparent;
    color: #16458A
}

.single .boton-volver:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: translateX(-10px) rotate(180deg);
    -ms-transform: translateX(-10px) rotate(180deg);
    transform: translateX(-10px) rotate(180deg)
}

.single .grid-80 {
    margin: 0 auto;
    max-width: 1100px;
    padding: 40px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px .4fr;
    grid-template-columns: 1fr .4fr;
    grid-column-gap: 30px;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    text-align: left
}

@media(max-width:990px) {
    .single .grid-80 {
        display: block;
        padding: 0 20px
    }
}

.single .grid-80 section .social {
    margin: 40px 0
}

.single .grid-80 section img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 40px
}

.single .grid-80 section h1 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px
}

.single .grid-80 aside>h2 {
    background: #16458A;
    padding: 20px 40px;
    color: #fff;
    font-weight: 100;
    font-size: 18px;
    margin-top: 50px;
    text-align: center
}

@media(max-width:990px) {
    .single .grid-80 aside>h2 {
        margin-top: 0
    }
}

.single .grid-80 aside article {
    border-bottom: 1px solid #16458A;
    padding: 20px 0;
    margin-bottom: 20px
}

.single .grid-80 aside article:last-of-type {
    border-bottom: 0
}

.single .grid-80 aside article h3 {
    font-size: 18px;
    text-transform: uppercase
}

.single .grid-80 aside article img {
    width: 100%
}

.single .grid-80 aside article .button {
    padding: 0;
    border: 0;
    margin: 0;
    margin-top: 40px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single .grid-80 aside article .button img {
    display: inline-block;
    max-width: 30px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.single .grid-80 aside article .button:hover {
    background-color: transparent;
    color: #16458A
}

.single .grid-80 aside article .button:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.single .grid-80 aside article .button:before {
    display: none !important
}

.single .grid-80 aside article .button img {
    width: 40px
}

.consejos .titular {
    background-color: #E4E8ED;
    padding: 40px 40px 20px
}

@media(max-width:990px) {
    .consejos .titular {
        padding-left: 20px;
        padding-right: 20px
    }
}

.consejos .titular h1 {
    margin-bottom: 20px
}

.consejos .titular .subtitulo {
    margin-bottom: 20px !important;
    font-size: 18px
}

.consejos .titular .titular {
    padding: 0
}

@media(max-width:990px) {
    .consejos .titular .titular {
        padding: 0
    }
}

.consejos .content-swiper {
    text-align: center;
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative
}

@media(max-width:990px) {
    .consejos .content-swiper {
        padding: 20px
    }
}

.consejos .test .first p:last-of-type {
    margin-bottom: 75px
}

@media(max-width:990px) {
    .consejos .test .first p:last-of-type {
        margin-bottom: 0
    }
}

.consejos .slider-consejos {
    margin-top: 20px
}

.consejos .slider-consejos .swiper-slide {
    margin: 0
}

.consejos .slider-consejos .swiper-slide .slide-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
}

@media(max-width:990px) {
    .consejos .slider-consejos .swiper-slide .slide-inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-auto-flow: dense;
        padding: 0 0 30px;
        display: block
    }
}

.consejos .slider-consejos .swiper-slide .slide-inner .img-wrapper {
    padding: 0 20px
}

@media(max-width:990px) {
    .consejos .slider-consejos .swiper-slide .slide-inner .img-wrapper {
        -ms-grid-row: 1;
        grid-row: 1;
        padding: 0;
        margin-bottom: 0;
        margin-top: 40px
    }

    .consejos .slider-consejos .swiper-slide .slide-inner .img-wrapper img {
        display: block;
        margin: 0 auto;
        max-width: 300px
    }
}

.consejos .slider-consejos .swiper-slide .slide-inner .text {
    text-align: left;
    font-size: 18px
}

.consejos .slider-consejos .swiper-slide .slide-inner .text h2 {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 32px
}

@media(max-width:990px) {
    .consejos .slider-consejos .swiper-slide .slide-inner .text h2 {
        font-size: 22px;
        margin-top: 15px;
        margin-bottom: 20px
    }
}

.consejos .button-wrapper {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    left: 52px
}

@media(max-width:990px) {
    .consejos .button-wrapper {
        position: relative;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: 0;
        margin-bottom: 30px;
        left: 0
    }
}

.consejos .titular {
    margin-bottom: 0
}

.consejos .pagination-fraction {
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    top: 0;
    bottom: auto
}

.consejos .pagination-fraction .swiper-pagination-current {
    font-size: 80px
}

.consejos .swiper-button-next,
.consejos .swiper-button-prev {
    outline: 0 !important;
    position: relative !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    max-width: none !important;
    width: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    background-size: auto !important;
    background-image: none !important;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase
}

.consejos .swiper-button-next img,
.consejos .swiper-button-prev img {
    max-width: 40px;
    width: 100%
}

.consejos .swiper-button-next {
    margin: 0 0 0 10px
}

.consejos .swiper-button-next img {
    margin: 0 0 0 10px
}

.consejos .swiper-button-prev {
    margin: 0 20px 0 0
}

.consejos .swiper-button-prev img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: 0 10px 0 0
}

.content-dock {
    display: block;
    position: relative;
    height: 170px;
    width: 100%
}

@media(max-width:990px) {
    .content-dock {
        display: none
    }
}

.content-dock .dock__item img {
    opacity: 1
}

.dock {
    width: 100%;
    bottom: auto;
    position: relative;
    margin: 80px auto;
    padding: 0 0;
    z-index: 99
}

@media(max-width:990px) {
    .dock {
        display: none
    }
}

.home .dock {
    margin: 30px auto 0
}

.dock__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    height: 120px;
    width: 100%
}

.dock__item {
    cursor: pointer
}

.dock__item .item__container {
    padding: 0;
    position: relative
}

.dock__item .item__container:after {
    content: "";
    display: inline-block;
    padding-bottom: 100%
}

.dock__item span {
    display: none !important
}

.dock__item img {
    border: none;
    padding: 0;
    padding: 0 10px;
    width: 100%;
    opacity: .5;
    -webkit-transition: opacity .7s ease;
    -o-transition: opacity .7s ease;
    transition: opacity .7s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom cener;
    object-position: bottom cener
}

.dock__item.active img {
    opacity: 1
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

body {
    display: block
}

sup {
    font-size: 10px
}

.home .lilee .next-slide {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
}

.home .lilee .next-slide span:first-child {
    min-height: 50px
}

.home .lilee .heading span.fase,
.home .lilee .next-slide span:last-child {
    text-transform: uppercase;
    color: #fff;
    background-color: #16458A;
    padding: 10px 10px;
    margin-top: 10px;
    margin-right: 30px;
    width: 150px;
    max-width: 150px;
    text-align: center;
    font-weight: bolder;
    display: block;
    cursor: pointer
}

.test .text-image label.checked {
    background-color: #16458A;
    color: #fff;
    font-weight: 700
}

.home .lilee .heading .fase,
.home .lilee .heading .fase:hover,
.home .lilee .next-slide span:last-child:hover {
    background-color: #464470
}

.home .lilee .next-slide img {
    margin-left: 60px
}

.fuentes {
    padding: 5px
}

.fuentes,
.fuentes *,
.single .fuentes p,
.fuentes li {
    font-size: 12px !important
}

ol.fuentes li {
    margin-bottom: 10px !important
}

.left {
    text-align: left
}

.consejos .slider-consejos .swiper-slide .slide-inner .text {
    text-align: left;
    font-size: 18px;
    min-height: 485px
}

@media (max-width:1400px) {
    .home .consejos .gorro {
        display: block
    }
}

@media (max-width:990px) {
    .home .lilee .heading {
        width: 90%
    }

    .home .lilee .flex {
        width: 90%
    }

    .cumplimiento {
        position: relative !important;
        max-width: auto !important
    }
}

/*#cookies{width:100%;background:#16458A;padding:.5em 0;position:fixed;z-index:2;bottom:0;left:0;z-index:99999}#cookies .message{width:100%;max-width:60em;height:100%;padding:0 2%;margin:0 auto}#cookies .message::after{display:block;content:"";clear:both}#cookies .text_cookies{display:inline-block;font-size:.675em;font-style:normal;color:#16458A;line-height:1.5em;text-transform:none;text-align:left}#cookies .text_cookies{margin:10px 10px 0}#cookies .btn-aceptar{color:#fff;display:inline-block;width:auto;float:right;padding:.5em 1em;background-color:#16458A;border-radius:10px;text-decoration:none;margin-top:0}#cookies p a{color:#16458A;font-weight:700}#cookies p a:hover{text-decoration:underline}#cookies .btn-aceptar:hover{color:#16458A;background-color:#fff;text-decoration:none}#cookies .text_cookies{margin:10px 10px 10px;width:84%;font-size:13px}#cookies .btn-aceptar{color:#fff;display:inline-block;width:auto;float:right;padding:.5em 2em;background-color:#16458A;border-radius:10px;text-decoration:none;margin-top:1em;margin-right:5em;font-size:14px}*/
.iex header {
    padding-top: 0
}

.home.iex .claim .text {
    width: 100%
}

.iex .titular .title img.zzz {
    position: relative
}

.iex .purple-inner.modulo-producto .grid-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.iex.home .lilee .next-slide.largo {
    width: 100%;
    justify-content: center
}

.iex.home .lilee .next-slide {
    max-width: 50%;
    width: 50%
}

.iex.home .lilee .next-slide span {
    width: 100%
}

.iex.home .lilee .next-slide img {
    margin-left: 0
}

.iex.home .purple .grid-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

.iex.home .consejos .content-dock {
    display: none
}

.iex.home .purple .grid-4>* {
    width: 50%
}

.iex .about .grid-4 .cell.white>div,
.iex.blog .grid-4 .cell.white>div,
.iex.home .purple .grid-4 p {
    max-width: 100%
}

.iex .about .grid-25 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.iex .about .grid-25>* {
    width: 100%
}

.iex .about .grid-25 img {
    width: 440px;
    height: 240px
}

.iex .titular .titular {
    width: 100%
}

.iex .about .grid-4 .button {
    max-width: 300px
}

.iex.consejos .slider-consejos .swiper-slide .slide-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.iex.consejos .slider-consejos {
    margin-bottom: 4em
}

.iex.consejos .slider-consejos .swiper-slide .slide-inner>div {
    width: 50%
}

.iex.consejos .dock {
    display: none
}

.iex.single .grid-80 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.iex.single .grid-80>section {
    padding-right: 2em
}

.iex .not-ie {
    display: none
}

.iex .only-ie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #a663d4;
    font-size: 25px;
    max-width: 100%
}

.navigators {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-bottom: 2em
}

.only-ie {
    display: none
}

.navigators a {
    opacity: .8;
    transition: opacity .3s ease-out
}

.navigators a:hover {
    opacity: 1
}

.navigators a img {
    width: 120px
}

.purple-diario {
    margin-bottom: 30px;
}

.home .purple-diario .float-text p {
    width: 100%;
}

@media(min-width:990px) {
    .home .purple-diario .textcenter {
        width: auto;
    }

    .home .purple-diario .float-text {
        align-items: flex-end;
    }

    .home .purple-diario .float-text h2 {
        text-align: right;
        font-size: 31px;
    }

    .home .purple-diario .float-text p {
        text-align: right;
        max-width: 450px;
    }
}

.purple-diario {
    background: #16458A;
    background: linear-gradient(180deg, #16458A 0, rgba(96, 92, 161, .9) 60%, rgba(96, 92, 161, .9) 70%, #fff 100%);
    margin-bottom: 50px
}

.purple-diario .grid-2 {
    background-image: url(../img/bg-diario-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media (max-width:990px) {
    .home .purple-diario img {
        margin-top: -90px
    }

    .purple-diario .grid-2 {
        background-position-x: -400px
    }

    .home .purple-diario .button a {
        padding: 16px 30px
    }
}

@media (min-width:991px) {
    .home .purple-diario .float-text p {
        text-align: right;
        max-width: 575px
    }

    .home .purple-diario .float-text h2 {
        text-align: right;
        font-size: 22px
    }

    .titular .mat {
        font-size: 29px
    }
}

@media (min-width:1280px) {
    .home .purple-diario .float-text h2 {
        font-size: 28px
    }

    .titular .mat {
        font-size: 36px
    }
}

@media (min-width:1366px) {
    .home .purple-diario .float-text h2 {
        font-size: 31px
    }

    .titular .mat {
        font-size: 42px
    }
}

@media (max-width:990px) {
    .home .purple-diario img {
        margin-top: -90px
    }

    .purple-diario .grid-2 {
        background-position-x: -400px
    }
}

@media(max-width:990px) {
    .gracias .titular .button img {
        margin-bottom: 0;
        transform: translate(-1.5em, 0);
    }
}

.fuentes-blog,
.fuentes-blog *,
.fuentes-blog p,
.fuentes-blog li {
    font-size: 12px !important
}

ol.fuentes-blog li {
    margin-bottom: 10px !important
}

.recomendacion p {
    margin-bottom: 20px;
    font-size: 24px;
}

.text.center_content {
    max-width: 510px;
    font-family: 'Arial Nova';
    font-style: normal;
    font-weight: 400;
    font-size: 23.1429px;
    line-height: 28px;
}

.title-1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 14px;
}

.grid-2 .content-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 60px 40px;
}

.grid-2 .content-text h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 43px;
    text-transform: uppercase;
}

.grid-2 .content-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    width: 80%;
}

.grid-2 .content-text p:first-of-type {
    font-weight: 700;
    font-size: 22px;
    width: 100%;
}

@media(max-width: 992px) {
    .grid-2 .content-text {
        text-align: center;
    }

    .grid-2 .content-text .button {
        margin: 20px auto;
    }

    .grid-2 .content-text p {
        width: 100%;
    }

    .grid-2 .content-text {
        padding: 20px;
    }

    .home .consejos {
        padding: 30px 20px 20px;
    }

    .home .consejos h2 {
        margin-bottom: 30px;
    }
}

.hero-home img {
    margin: 0 auto;
}

.hero-home {
    background: rgb(10, 65, 129);
    background: linear-gradient(135deg, rgba(10, 65, 129, 1) 0%, rgba(47, 84, 144, 1) 100%);
    padding: 120px 0 60px;
}

.only-mb {
    display: block;

}

@media(min-width:900px) {
    .only-mb {
        display: none;
    }
}

.only-dk {
    display: none;
}

@media(min-width:900px) {
    .only-dk {
        display: block;
    }
}

.flex-row-column {
    display: flex;
    flex-direction: column;
}

@media(min-width:900px) {
    .flex-row-column {
        flex-direction: row;
    }
}

.column-xl {
    width: 100%;
}

@media(min-width:900px) {
    .column-xl {
        width: 65%;
    }

    .column-xl .productos__item {
        width: 50%;
    }
}

.column-xs {
    width: 100%;
}

@media(min-width:900px) {
    .column-xs {
        width: 35%;
    }
}

.hero-home h1 {
    color: #ffffff;
    font-weight: 300;
    font-size: 54px;
    line-height: 51px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
}

.hero-home h1 span {
    font-weight: 700;
    font-size: 54px;
}

.hero-home .subtitle {
    display: inline-block;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 10px;
    border-bottom: solid 1px #ffffff;
    margin-bottom: 60px;
}

@media(max-width:992px) {
    .hero-home {
        padding: 100px 14px 30px;
    }

    .hero-home h1 {
        font-size: 44px;
    }

    .hero-home h1 span {
        font-size: 44px;
    }

    .hero-home .subtitle {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 20px;
        padding-bottom: 16px;
    }
}

.productos .column-xl .productos__item {
    margin-top: 20px;
}

.productos .column-xs .productos__item p:first-of-type {
    margin-top: 20px;
}

@media(max-width:900px) {
    .productos .productos__item {
        margin-bottom: 0;
    }

    .column-xs {
        margin-top: 20px;
    }
}

.productos .productos__item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
    padding: 0 20px;
}

.productos .productos__item .line {
    display: block;
    height: 1px;
    width: 100%;
    width: calc(100% - 40px);
    background-color: #ffffff;
    margin: 0 auto 20px;
}

.productos {
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
}

.productos .column-xs .uso {
    margin-top: 49px;
}

@media(max-width:900px) {
    .productos {
        padding: 0;
    }

    .productos .column-xs .uso {
        margin-top: 0;
    }

    .productos .productos__item p {
        margin-top: 20px;
    }
}

.info {
    padding: 0 30px;
}

.info .line {
    display: block;
    height: 1px;
    width: 100%;
    width: calc(100% - 40px);
    background-color: #ffffff;
    margin: 0 auto 20px;
}

.info p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
    padding: 0 30px;
}

.uso {
    background-color: #203762;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
}

.uso .aviso {
    font-family: 'Arial Nova';
    color: #ffffff;
    font-weight: 400;
    font-size: 10px !important;
    line-height: 11px;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left !important;
    padding: 0 !important;
    margin: 0 !important;


}

.uso p img {
    width: 20px;
    margin-right: 5px;
}

.header-alt {

    max-width: 1200px;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    display: flex;
    flex-direction: row;
    padding: 0 20px;
    padding: 0;
}

.header-alt .home-menu {
    background-color: #38699C;
    border-radius: 8.83125px;
    /*padding: 10px;*/
    padding: 13px 10px 7px;
    width: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 47px;
}

.header-alt .home-menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-alt .home-menu a span {
    color: #ffffff;
    font-weight: 300;
    font-size: 14.539px;
    line-height: 20px;
    margin-top: 2px;
}

.header-alt .menu {
    background-color: #38699C;
    border-radius: 8.83125px;
    /*padding: 14px 0;*/
    padding: 18px 0 12px 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    width: calc(100% - 127px)
}

.header-alt #hamburger {
    display: none;
}

.closemenu {
    display: none;
}


.header-alt .menu>li {
    list-style: none;
    position: relative;
    text-align: center;
    width: 25%;
    line-height: 35px;
}

.header-alt .menu li.item-consejos {
    width: 30%;
}

.header-alt .menu li.item-blog {
    width: 20%;
}

.header-alt .menu li a::selection {
    color: #ffffff !important;
}

.header-alt .menu>li:before {
    content: '|';
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header-alt .menu>li:last-of-type:before {
    content: '';
}

.header-alt .menu li a,
.header-alt .menu li span {
    color: #ffffff;
    font-weight: 400;
    font-size: 14.616px;
    line-height: 33px;
    cursor: pointer;
}

li.w-child {
    cursor: pointer;
}

li.w-child span svg {
    top: -2px;
    margin-left: 9px;
    position: relative;
}

.submenu {
    display: none;
    position: absolute;
    top: 43px;
    background-color: #38699C;
    border-radius: 0 0 8.83125px 8.83125px;
    padding: 0 8px 0 8px;
    width: 100%;
    text-align: center;
}

.submenu.open {
    display: block;
}

.submenu>li {
    padding: 14px 0;
    border-top: solid 1px #ffffff;
    display: block;
}

.w-child {
    position: relative;
}

@media(max-width:992px) {
    .header-alt .menu {
        position: fixed;
        width: 100vw;
        top: -150vh;
        bottom: 0;
        overflow-y: auto;
        left: 0;
        right: 0;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        z-index: 1;
        flex-direction: column;
        height: 100vh;
        border-radius: 0;
    }

    .header-alt .menu.open {
        top: -20px;
        z-index: 99999999;
    }

    .header-alt .menu>li,
    .header-alt .menu li.item-blog,
    .header-alt .menu li.item-consejos {
        width: 100%;
        padding: 10px 0;
    }

    .header-alt .menu>li:before {
        content: '';
    }

    .header-alt .home-menu {
        padding: 5px;
        width: 60px;
        margin-right: 0;
    }

    .header-alt #hamburger {
        background-color: #38699C;
        border-radius: 8.83125px;
        width: 60px;
        height: 51px;
        display: block;
        position: fixed;
        right: 20px;
        padding: 18px 20px;
        cursor: pointer;
    }

    .closemenu {
        position: absolute;
        right: 20px;
        top: 20px;
        display: block;
        cursor: pointer;
    }

    .header-alt .menu {
        padding-top: 70px;
    }

    .submenu {
        position: relative;
        top: 10px;
    }

    .submenu>li {
        border-top: none;
    }
}

.main {
    padding-top: 145px;
}

.main.home {
    padding-top: 0;
}

.recomendacion ul li {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.recomendacion ul li img {
    margin-right: 6px;
    position: relative;
    top: -2px;
}

.recomendacion ul li span {
    font-style: italic;
    font-size: 16px;
    padding-left: 5px;
}

.recomendacion .legal-normodorm-banda {
    width: 100%;
    margin-top: 50px;
    padding: 12px 60px;
}

.test .slide-inner .prod {
    max-width: 366px;
}

.text .bottom {
    margin-top: 30px;
    background-color: #E4E8ED;
    padding: 20px;
}

.text .bottom>a {
    font-size: 15px;
    text-decoration: underline;
    margin-bottom: 20px;
    display: inline-block;
    color: #16458A;
}

.recomendacion .icos {
    margin: 40px;
    max-width: 500px;
}

.recomendacion .bottom p {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #16458A;
    border: 1px solid #7AB35F;
    border-radius: 30px;
    padding: 32px 50px;
    width: auto;
    display: inline-block;
}

.recomendacion .bottom p a {
    color: #91bb67;
}

.recomendacion .legal-test {
    font-size: 18px;
    color: #16458A;
    padding-top: 75px;
}

a.more {
    color: #16458A;
    font-size: 15px;
    font-weight: 700;
    text-decoration: underline;
}

@media(max-width:992px) {
    .recomendacion .icos {
        margin: 20px 0px;
        max-width: 100%;
    }

    .recomendacion ul li {
        display: flex;
        justify-content: le;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .test .slide-inner p.titular {
        font-size: 22px;
    }

    .recomendacion p {
        font-size: 22px;
    }

    .main {
        padding-top: 90px;
    }
}

.main.producto {
    padding-top: 0;
}

.producto-hero {
    background: rgb(10, 65, 129);
    padding: 140px 0 0;
    background: rgb(245, 245, 245);
    background: linear-gradient(0deg, rgba(245, 245, 245, 1) 13%, rgba(19, 58, 129, 1) 13%);
}

.flex-order {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flex-order .producto-hero-text {
    order: 2;
    color: #ffffff;
    margin-bottom: 110px;
}

.producto-hero-text h1 {
    font-weight: 700;
    font-size: 34px;
    line-height: 37px;
    margin-bottom: 20px;
}

.producto-hero-text p {
    font-weight: 300;
    font-size: 22px;
    line-height: 27px;
}

.producto-hero-text p span {
    font-weight: 700;
}

.producto-hero-img img {
    max-width: 490px;
}

.prod--melatonina .producto-hero-text {
    padding: 0 100px;
}

.prod--melatonina .producto-hero-text p {
    padding: 0 100px;
}

.prod--forte .producto-hero-text {
    padding: 0 130px;
}

.prod--gotas .producto-hero-text {
    padding: 0 100px;
}

.prod--gotas .producto-hero-text p {
    padding: 0 110px;
}

.prod--normodorm .producto-hero-text {
    padding-right: 48px;
}

.prod--melatonina .producto-hero-img {
    padding-left: 30px;
}

.prod--forte .producto-hero-img {
    padding-left: 110px;
}

.prod--gotas .producto-hero-img {
    padding-left: 130px;
}

.prod--normodorm .producto-hero-img {
    padding-left: 0px;
    transform: translate(-110px, 40px);
}

.prod--melatonina .producto-hero-img img {
    max-width: 490px;
}

.prod--forte .producto-hero-img img {
    max-width: 440px;
}

.prod--gotas .producto-hero-img img {
    max-width: 265px;
}

.prod--normodorm .producto-hero-img img {
    max-width: 695px;
}

@media(max-width:992px) {
    .flex-order {
        flex-direction: column;
    }

    .flex-order .producto-hero-text {
        order: 1;
    }

    .flex-order .producto-hero-img {
        order: 2;
    }
}

.producto-info {
    padding: 40px 20px;
}

.bg-forte {
    background: rgb(246, 246, 246);
    background: linear-gradient(180deg, rgba(246, 246, 246, 1) 64%, rgba(219, 232, 209, 1) 100%);
}

.bg-normodorm {
    background: rgb(213, 213, 249);
    background: linear-gradient(180deg, rgba(246, 246, 246, 1) 64%, rgba(213, 213, 249, 1) 100%);
}

.producto-info .producto-item {
    border-radius: 35px;
    overflow: hidden;
    position: relative;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto 71px;
    min-height: 330px;
    display: flex;
    align-items: center;
    filter: drop-shadow(-4px 3px 6px rgba(0, 0, 0, 0.08));
}

.producto-info .producto-item:first-of-type {
    padding: 40px 0;
}

.producto-info .producto-item .prueba {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.prod--normodorm .producto-info .producto-item .only-dk.prueba--04 {
    position: absolute;
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.producto-item--normodorm-04 .button {
    margin: 15px 0 0;
}

.producto-info .producto-item--normodorm-04 .producto-item__text h2 {
    margin-bottom: 15px;
}

.producto-info .producto-item__text {
    text-align: left;
    width: 40%;
    position: relative;
    z-index: 2;
    padding: 30px 0 30px 50px;
}

.producto-info .producto-item__text.reverse {
    margin-left: 60%;
    padding: 30px 50px 30px 0;
}

.producto-info .producto-item__text h2 {
    font-weight: 700;
    font-size: 29px;
    line-height: 36px;
    color: #16458A;
    margin-top: 0;
    text-transform: none;
    margin-bottom: 28px;
}

.producto-info .producto-item__text p.subtitle {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #16458A;
}

.producto-info .producto-item__text p.subtitle span {
    font-weight: 700;
}

.producto-info .producto-item__text p.text {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #16458A;
}

.producto-info .producto-item__text p.check {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    padding-left: 13px;
}

.producto-info .producto-item__text p.check span {
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.producto-info .producto-item__text p.legal {
    font-weight: 300;
    font-size: 11px;
    line-height: 113.4%;
    padding-left: 13px;
}

.producto-info .producto-item__text ul {
    padding: 0;
    margin-left: 0;
    padding-left: 13px;
}

.producto-info .producto-item__text ul li {
    margin-bottom: 20px;
    list-style: none;
}

.producto-info .producto-item__text ul li p {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-decoration-line: underline;
    margin-bottom: 10px;
}

.producto-info .producto-item__text ul li p.detalle {
    font-weight: 500;
    font-size: 16px;
    line-height: 115.6%;
    text-decoration: none;
}

.producto-info .producto-item__text ul li p.detalle-italic {
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}

.producto-info .producto-item__text ul.dots {
    padding-left: 40px;
}

.producto-info .producto-item__text ul.dots li {
    list-style: disc;
    margin-bottom: 10px;
}

.space-ing {
    padding-right: 25px;
}

.green {
    color: #91BB67;
}

.box__buttons-icons {
    margin: 60px auto;
    width: 100%;
}

.box__buttons-icons .inputs-wrapper {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.box__buttons-icons .inputs-wrapper .input-wrapper {
    margin: 0 11px 45px;
    width: 31%;
    height: 100%;
    padding-left: 80px;
    position: relative;
    border: 1px solid #009DE0;
    border-radius: 20px;
    box-shadow: none;
    transition: all .3s ease-in-out;
}

.box__buttons-icons .inputs-wrapper .input-wrapper:hover {
    box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.45);
}

.box__buttons-icons .inputs-wrapper .input-wrapper label {
    height: 92px;
}

.box__buttons-icons--2 .inputs-wrapper .input-wrapper {
    width: 35%;
}

.icon-test {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%) scale(.75);
}

.test .slide-inner {
    padding: 0;
}

.productos p.text-complemento {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 5px;
    padding: 0 20px;
}

@media(max-width:992px) {
    .producto-info .producto-item__text {
        text-align: center;
        width: 100%;
        padding: 20px;
        background: #ffffff;
        border-radius: 0 0 28px 28px;
    }

    .producto-info .producto-item__text.reverse {
        text-align: center;
        width: 100%;
        padding: 20px;
        margin-left: 0;
    }

    .producto-info .producto-item {
        flex-direction: column;
        margin: 0 auto 20px;
    }

    .producto-info .producto-item .prueba {
        position: initial;
    }

    .producto-info .producto-item .prueba.only-mb {
        display: block;
    }

    .producto-info .producto-item .prueba.only-dk {
        display: none;
    }

    .producto-hero {
        padding: 100px 0 0;
    }

    .producto-hero-img img {
        transform: translateY(0);
        width: 100%;
    }

    .producto-info .producto-item:first-of-type {
        padding: 0;
    }

    .producto-info .producto-item__text p.check {
        justify-content: center;
    }

    .box__buttons-icons .inputs-wrapper .input-wrapper {
        width: 85%;
    }

    .box__buttons-icons .inputs-wrapper {
        flex-direction: column;
    }

    .test .slide-inner {
        padding: 0 20px;
    }
}

.goals {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 20px 0;
}

.goals .goal-item {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    max-width: 132px;
}

.goals .goal-item:last-of-type {
    margin-right: 0;
}

.goals .goal-item img {
    width: 120px;
}

.goals .goal-item p {
    font-weight: 500;
    font-size: 16.5663px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 10px;
}

.button a {
    padding: 20px 50px 14px;
}

.test input {
    cursor: pointer;
}

.home .consejos h2 {
    margin-bottom: 25px;
}

.home .consejos .button {
    margin: 45px 0;
}

.home .lilee .heading span.fase,
.home .lilee .next-slide span:last-child {
    padding: 14px 10px 8px;
}

.home .lilee .next-slide {
    flex-wrap: nowrap;
    flex-direction: column;
}

.home .lilee .next-slide span {
    flex-basis: auto;
}

.footer .footer-inner {
    padding: 0;
    max-width: 1300px;
    margin: 0 auto;
}

.home .purple .grid-4 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

/*producto*/
.prod--normodorm .producto-hero-text {
    margin-bottom: 85px;
}

.prod--normodorm .producto-hero-text p {
    font-size: 22px;
}

.prod--normodorm .producto-hero-text h1 {
    font-size: 28px;
    margin-bottom: 5px;
}

.prod--normodorm .goals {
    flex-direction: column;
}

.prod--normodorm .goals .goal-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-right: 10px;
    max-width: none;
    border: 1px solid white;
    border-radius: 15px;
    width: 100%;
    margin-bottom: 10px;
    border-left: 0;
}

.prod--normodorm .goals .goal-item p {
    font-size: 18px;
    padding: 0 25px;
}

.prod--normodorm .goals .goal-item img {
    width: 100px;
}

.producto-hero .flex-order {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}

.producto-item--box .producto-item:first-of-type {
    padding: 0;
}

.producto-item--box {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 71px;
}

.producto-info .producto-item--box .producto-item {
    margin: 0 5px;
    background-color: white;
    padding: 60px;
    flex-direction: column;
    flex: 1 1 48%;
}

.producto-item--box .producto-item img.prueba {
    position: relative;
    border-radius: 35px;
}

.producto-item--box .producto-item .producto-item__text {
    width: 100%;
    padding: 0 10px 40px;
}

.titular-producto--test {
    font-size: 32px;
}

.pregunta--test {
    font-family: 'Arial Nova';
    font-weight: 700;
    font-size: 20px;
    color: #00336E;
    padding-top: 10px;
}

.button--decubre-test {
    margin: 40px auto;
}

.legal-producto {
    font-size: 22px;
    padding: 50px 150px 70px;
    border-top: 1px solid #16458A;
    margin-top: 30px;
    color: #16458A;
    max-width: 1000px;
    margin: 0 auto;
}

.prod--normodorm .uso {
    padding: 12px 35%;
    justify-content: space-evenly;
}

@media (max-width: 1400px) {
    .prod--normodorm .uso {
        padding: 12px 25%;
    }
}

@media (max-width: 1200px) {
    .prod--normodorm .uso {
        padding: 12px 20%;
    }

    .header-alt {
        padding: 0 20px;
    }

    .footer .footer-inner {
        padding: 0 40px;
    }

    .producto-item--box {
        display: flex;
        flex-direction: column;
    }

    .producto-info .producto-item--box .producto-item {
        margin: 20px 0;
    }

    .productos p.text-complemento {
        margin-bottom: 5px;
        margin-top: 27px;
    }

    .productos {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 990px) {
    .legal-producto {
        font-size: 16px;
        padding: 50px 20px 70px;
    }

    .home .lilee .heading {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .home .lilee .heading p {
        text-align: center;
    }

    .home .lilee .heading span.fase,
    .home .lilee .next-slide span:last-child {
        margin-right: 0;
        text-align: center;
        flex-basis: auto;
    }

    .home .lilee .flex {
        display: block;
        position: relative;
    }

    .home .lilee .next-slide {
        max-width: none;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .home .lilee .clock {
        mix-blend-mode: multiply;
        width: 100%;
        position: absolute;
        top: 19px;
        right: -34px;
    }

    .home .lilee .clock img {
        width: 180px !important;
    }

    .home .lilee .next-slide img {
        margin-left: 0;
    }

    .home .lilee .next-slide.largo {
        max-width: none;
    }

    .prod--melatonina .producto-hero-text {
        padding: 0;
    }

    .prod--forte .producto-hero-text {
        padding: 0;
    }

    .prod--gotas .producto-hero-text {
        padding: 0;
    }

    .prod--normodorm .producto-hero-text {
        padding-right: 0;
    }

    .prod--melatonina .producto-hero-img {
        padding: 0 20px;
    }

    .prod--forte .producto-hero-img {
        padding: 0 20px;
    }

    .prod--gotas .producto-hero-img {
        padding: 0 20px;
    }

    .prod--normodorm .producto-hero-img {
        padding: 0 20px;
        transform: none;
    }

    .prod--melatonina .producto-hero-img img {
        transform: translateX(-30px);
    }

    .prod--forte .producto-hero-img img {
        transform: translateX(0);
    }

    .prod--gotas .producto-hero-img img {
        transform: translateX(-30px);
    }

    .prod--normodorm .producto-hero-img img {
        transform: translateX(-30px);
    }

    .flex-order .producto-hero-text {
        margin-bottom: 50px;
        padding: 0 20px;
    }

    .flex-order .producto-hero-text p {
        padding: 0;
    }

    .producto-hero {
        background: rgb(10, 65, 129);
        padding: 100px 0 50px;
    }

    .producto-hero-text p span {
        font-size: 28px;
    }

    .producto-info .producto-item--box .producto-item {
        padding: 0
    }

    .producto-info .producto-item--box .producto-item img.prueba {
        border-radius: 0;
        order: 1;
    }

    .producto-item--box .producto-item .producto-item__text {
        text-align: center;
        width: 100%;
        padding: 20px;
        background: #ffffff;
        border-radius: 0 0 28px 28px;
        order: 2;
    }

    .titular-producto--test,
    .pregunta--test {
        font-size: 22px;
    }

    .producto-item--normodorm-04 {
        background-color: white;
    }

    .producto-item--normodorm-04 .button {
        margin: 15px auto;
    }

    .recomendacion .legal-normodorm-banda {
        padding: 12px 10px;
    }

    .recomendacion .bottom p {
        font-size: 19px;
        line-height: 20px;
        padding: 21px 13px;
    }

    .recomendacion .legal-test {
        font-size: 14px;
    }

    .recomendacion ul li span {
        font-size: 14px;
        padding-left: 3px;
    }

    .prod--normodorm .uso {
        padding: 12px 10px;
    }
}

.mat {
    font-family: 'Arial Nova';
}

.test .titular {
    position: relative;
}

.uso p.aviso {
    font-size: 10px;
    line-height: 10px;
}

/*selection texts web*/

::-moz-selection {
    background: 0 0;
    color: #999;
    text-shadow: none
}

::-webkit-selection {
    background: 0 0;
    color: #999;
    text-shadow: none
}

::selection {
    background: 0 0;
    color: #999;
    text-shadow: none
}

.swiper-slide .slide-inner.bed.result {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.swiper-slide .slide-inner.bed.result::before {
    content: "";
    position: absolute;
    width: 200vw;
    height: 50%;
    background: linear-gradient(to bottom, #00336E 0%, rgba(0, 0, 0, 0) 100%);
    bottom: -5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: .1;
}

.swiper-slide .slide-inner.bed.result>div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.swiper-slide .slide-inner.bed.result .titular {
    font-family: 'Arial Nova';
    font-size: 20px;
    font-weight: 700;
    color: #1C9CD9;
    margin: 0;
}

.swiper-slide .slide-inner.bed.result .titular.titular-producto--test {
    font-family: 'Arial Nova Cond';
    font-size: 40px;
    font-weight: 700;
    color: #002169;
    margin: 15px 0;
}

.swiper-slide .slide-inner.bed.result .button {
    background: #1C9CD9;
    border-color: #1C9CD9;
    border-radius: 50px;
    text-transform: none;
}

.swiper-slide .slide-inner.bed.result ul {
    margin: 50px 0 40px 0;
}

.swiper-slide .slide-inner.bed.result li {
    display: flex;
    gap: 5px;
    font-family: 'Arial Nova';
    font-size: 16px;
    color: #000;
    line-height: 1.3;
}

.swiper-slide .slide-inner.bed.result p {
    font-family: 'Arial Nova';
    font-size: 22px;
    color: #656565;
    line-height: 1.3;
}

.swiper-slide .slide-inner.bed.result p sup {
    top: -0.2em;
}

.swiper-slide .slide-inner.bed.result p.legal-test {
    font-size: 12px;
    color: #000;
    line-height: 1.3;
    opacity: .5;
    text-align: left;
}

.swiper-slide .slide-inner.bed.result p.aviso {
    font-size: 10px;
    color: #fff;
    line-height: 1;
    text-align: left;
}

.swiper-slide .slide-inner.bed.result svg {
    width: 50%;
    height: 50px;
}

.swiper-slide .slide-inner.bed.result .uso {
    width: 100%;
}

@media (max-width: 996px) {
    .swiper-slide .slide-inner.bed.result {
        flex-direction: column;
    }
}