.text.center_content {
    max-width: 510px;
    font-family: 'Helvetica';
    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 120px;
}

.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;
    display: flex;
    align-items: center;
    justify-content: start;
}

.box__buttons-icons .inputs-wrapper .input-wrapper label {
    height: 92px;
}

.box__buttons-icons--2 .inputs-wrapper .input-wrapper {
    width: 35%;
}

.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: 14px 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;
}

.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';
    line-height: 1;
}


.test .titular {
    position: relative;
}

.uso p.aviso {
    font-size: 10px;
    line-height: 10px;
}

.legal-text-test {
    font-size: 12px;
}

.footer .footer-inner .footer-logos {
    display: flex;
    margin-top: 10px;
}

@media (max-width: 990px) {
    .footer .footer-inner .logo {
        width: auto;
        text-align: center;
        display: inline-block;
    }

    .footer .footer-inner svg {
        width: 50px;
    }

    .footer .footer-inner .footer-logos {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.legales .content-text {
    padding-top: 10px;
}

.product-home-wrapper {
    position: relative;
}

.product-home-wrapper.normodorm-wrapper {
    padding-left: 6%;
}

@media(max-width:900px) {
    .product-home-wrapper.normodorm-wrapper {
        padding-left: 0;
        width: 100%;
    }

    .product-home-wrapper.normodorm-wrapper img {
        width: 100%;
    }
}

.product-home-wrapper .linked-hero-product {
    position: absolute;
    bottom: 23%;
}

.linked-melatonina {
    left: -1%;
    display: inline-block;
    width: 40%;
    z-index: 300;
}

.product-home-wrapper .linked-hero-product.linked-gotas {
    width: 22%;
    left: 29%;
    bottom: 27%;
}

.product-home-wrapper .linked-hero-product.linked-forte {
    width: 35%;
    right: 8%;
    bottom: 24%;
}

.product-home-wrapper .linked-hero-product.linked-normodorm {
    left: 5%;
    width: 85%;
    bottom: 18%;
}

@media(max-width:900px) {
    .product-home-wrapper .linked-hero-product.linked-normodorm {
        left: 7%;
        width: 76%;
        bottom: 20%;
    }

    .product-home-wrapper .linked-hero-product.linked-melatonina {
        left: -7%;
        display: inline-block;
        width: 75%;
        z-index: 300;
        bottom: 21%;
    }

    .product-home-wrapper .linked-hero-product.linked-gotas {
        width: 46%;
        left: 47%;
        bottom: 25%;
    }

    .product-home-wrapper .linked-hero-product.linked-forte {
        width: 82%;
        right: 9%;
        bottom: 18%;
    }

    .nube-mb {
        width: 100%;
    }
}

.producto-hero-text sup {
    font-size: 20px;
}

.sup-big {
    font-size: 20px;
}