@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {padding:0;margin:0}
*, div {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
html{
    font-size: 62.5%;
    overflow-x: hidden;
}
body {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    background: radial-gradient(51% 56.6% at 48.17% 47.92%, rgba(138, 98, 161, 0.1) 0%, rgba(104, 52, 134, 0.1) 5%, rgba(83, 109, 136, 0.1) 41%, rgba(255, 255, 255, 0.1) 90%, rgba(255, 255, 255, 0.1) 100%);
}
img {
    border:0;
    width: 100%;
    max-width: 100%;
    height: auto;
}
a:link, a:visited, a:focus, a:active {
    text-decoration: none;
}
input[type="text"],input[type="password"],input[type="email"],input[type="button"],select,textarea, button {-webkit-appearance:none;-moz-appearance:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0; border: none; background-color: transparent; font-family: inherit; }
.container {
    max-width: 128rem;
    width: 100%;
    margin: 0 auto;
    padding: 0rem;
 }
.container__bx {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    padding:  0 7rem;
}
@media screen and (width < 760px) {
    .container__bx {
        padding:  0 2rem;
    }
}
.header {
    background-image: url('img/header-background.png');
    background-repeat: repeat-x;
    background-position: top center;
    background-size: auto 100%;
    height: 20vh;
}
@media screen and (width < 1280px) {
    .header {
        background-position: bottom center;
        background-size: 100% 100%;
    }
}
@media screen and (width >= 760px) {
    .header {
        height: 32rem;
    }
}
@media screen and (width < 760px) {
    .header {
        background-image: url('img/header-bg-mob.png');
    }
}
.header .container__bx {
    justify-content: space-between;
    align-items: flex-start;
    padding:  4rem 0;
    margin:  0 7rem;
}
@media screen and (width < 760px) {
    .header .container__bx {
        padding:  3rem 0;
        margin:  0 2rem;
    }
}
.header .h1 {
    width: 100%;
    max-width: 32rem;
}
@media screen and (width < 760px) {
    .header .h1 {
        max-width: 17rem;
    }
}
.header .h1 img{
    width: 100%;
}
.header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__logo img{
    width: 100%;
    max-width: 16rem;
}

@media screen and (width < 760px) {
    .header__logo {
        width: 8.1rem;
        margin-top: 2rem;
    }
}
.content {
    padding-top: 1rem;
}
@media screen and (width < 760px) {
    .content {
        padding-top: 3.5rem;
        padding-bottom: 5rem;
    }
}
.content__cl--lt {
    width: 40%;
    padding-top: 5.3rem;
    padding-bottom: 9rem;
}
.content__cl--rt {
    width: 60%;
}
@media screen and (width < 760px) {
    .content__cl--lt {
        width: 100%;
        padding-top: 0;
    }
    .content__cl--rt {
        width: 100%;
    }
}
.content__cl--lt p {
    font-size: 3rem;
    line-height: 3.6rem;
    font-weight: 500;
    color: #58297A;
}
@media screen and (width < 760px) {
    .content__cl--lt p {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
}
.li {
    margin-bottom: 1rem;
}
img.li--1 {
    margin-top: 3.2rem;
    max-width: 86%;
}
img.li--2 {
    max-width: 80%;
}
img.li--3 {
    max-width: 100%;
}
img.li--4 {
    max-width: 81%;
}
@media screen and (width < 760px) {
    img.li--1 {
        margin-top: 3.2rem;
        max-width: 28.5rem;
    }
    img.li--2 {
        max-width: 26.8rem;
    }
    img.li--3 {
        max-width: 33.5rem;
    }
    img.li--4 {
        max-width: 27.7rem;
    }
}
.content__cl--rt ul {
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: 700;
    color: #000000;
}
.content__cl--rt ul li {
    padding-bottom: 2rem;
}
.content__cl--rt ul sup {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
}
.pack {
    background-image: url('img/footer-background.png');
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 32rem;
    border-bottom: #ff00ff solid 2px;
}
@media screen and (width >= 760px) {
    .pack {
        margin-top: -5rem;
    }
}
@media screen and (width < 1280px) {
    .pack {
        background-image: url('img/footer-background_mobile.png');
        background-size: 100% auto;
    }
}
.pack-mob {
    display: none;
}
@media screen and (width < 760px) {
    .pack-dkt {
        display: none;
    }
    .pack-mob {
        display: block;
    }
}
.footer {
    background-color: #E6AD2A;
    margin-top: -.5rem;
    padding-bottom: 6.9rem;
}
@media screen and (width < 760px) {
    .footer {
        padding: 1rem 0 4rem;
    }
    .footer .container__bx {
        padding: 0 5rem;
    }
}
.footer a:link,.footer a:visited,.footer a:focus,.footer a:active {
    color: #FFFFFF;
}
.footer .content__cl {
    max-width: 95rem;
    margin: 0 auto;
}
.content__cl--ct p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 1rem;
}
.content__cl--ct h5 {
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 700;
    color: #FFFFFF;
    padding: 1rem 0 1rem;
}
.content__cl--ct ol {
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 1.2rem;
}
.content__cl--ct a:link {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}
a.l-und:link, a.l-und:visited, a.l-und:focus, a.l-und:active {
    text-decoration: underline;
    color: #ffffff;
    font-weight: 700;
}
.hidden {
    display: none;
}
/****/
.responsive-wrapper {
    width: 100%;
    max-width: 478px;
    margin: 0 auto;
    position: relative;
}
.scale-inner {
    width: 478px;
    height: 560px; /* alto base (slider + botones) */
    transform-origin: top left;
    position: relative;
}
.widget { text-align: center; }
.peso-title {
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
}
.peso-title span.arrow {
    margin-left: 4px;
}
.roundslider-wrapper {
    position: relative;
    width: 478px;
    height: 478px;
    margin: 0 auto;
}
svg.roundsvg {
    width: 100%;
    height: 100%;
    display: block;
}
.outer-circle {
    fill: none;
    stroke: #683486;
    stroke-width: 2;
}
.track {
    fill: none;
    stroke: #f5f5fb;
    stroke-width: 22;
}
.progress {
    fill: none;
    stroke: #683486;
    stroke-width: 29;
    stroke-linecap: butt;
 }
.handle {
    fill: #5C7587;
    stroke: #ffffff;
    stroke-width: 4;
    cursor: pointer;
 }
.yellow-circle {
    fill: #f3ae33;
 }
.labels {
    position: absolute;
    inset: 0;
    pointer-events: none;
 }
.label {
    position: absolute;
    color: #000;
    font-size: 20px;
    transform: translate(-50%, -50%);
 }
.center-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
 }
.center-inner {
    width: 35rem;
    height: 282px;
    padding: 30px 35px;
    box-sizing: border-box;
    color: #000;
 }
.peso-display {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 11px;
 }
.dose-row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
 }
.dose-box {
    min-width: 5.8rem;
    padding: .3rem .6rem .2rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-right: 1.7rem;
    font-size: 2.8rem;
 }
.dose-hcq { background: #8A62A1; }
.dose-dol { background: #536D88;  }
.dose-text {
    text-align: left;
    font-size: 1.6rem;
    line-height: 2rem;
}
.dose-text sup {
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
}
.dose-main {
    margin-top: 4.4rempx;
    margin-bottom: 1.2rem;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.2rem;
    color: #7e2c7b;
 }
.dose-main sup {
    display: inline-block;
    font-size: 1rem;
    line-height: 1rem;
}
.buttons {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    gap: 58px;
 }
.btn-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: none;
    background: #5C7587;
    color: #fff;
    font-size: 28px;
    line-height: 44px;
    cursor: pointer;
 }


.cheader,.cbannerhome,footer,.cheaderfix,.csocialbar {
display: none;
}
