/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
    padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

/* Set core body defaults */
html,
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

body {
    font-family: 'Nunito', sans-serif;
    color: #002b49;

}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
    list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
    max-width: 100%;
    display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
    margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

a,
button {
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}


p a {
    text-decoration: underline;

}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.text-navy {
    color: #002B49;
}

.text-red {
    color: #F9423A;
}

.text-aqua {
    color: #63B1BC;
}

.text-aqua-light {
    color: #eaf5f6;
}

.text-beige {
    color: #d4d1c4;
}

.bg-navy {
    background-color: #002B49;
    color: #fff;
}

.bg-red {
    background-color: #F9423A;
    color: #fff;
}

.bg-aqua {
    background-color: #63B1BC;
}

.bg-aqua-light {
    background-color: #eaf5f6;
}

.bg-beige {
    background-color: #d4d1c4;
}

p {
    font-weight: 300;
}

.text-xs {
    font-size: 0.8rem;
}

.text-s {
    font-size: 0.9rem;
}

.text-m {
    font-size: 1.2rem;
}

.text-ml {
    font-size: 1.6rem;
}

.text-l {
    font-size: 2rem;
}

.text-xl {
    font-size: 2.4rem;
}

.text-300 {
    font-weight: 300;
}

.text-400 {
    font-weight: 400;
}

.text-500 {
    font-weight: 500;
}

.text-600 {
    font-weight: 600;
}

.text-700 {
    font-weight: 700;
}

.text-800 {
    font-weight: 800;
}
.text-900 {
    font-weight: 900;
}

.no-decoration {
    text-decoration: none;
}

.pointer-none {
    pointer-events: none;
}

button.btn.btn-1 {
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 800;
    background: #F9423A;
    text-decoration: none;
    color: #fff;
    border-radius: 40px;
    margin-top: 35px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1.75px;
    box-shadow: 0 0 0 2px #F9423A;
}

button.btn.btn-1:hover {
    background: #fff;
    color: #F9423A;
}

button.btn.btn-1 span.gt {
    padding-left: 10px;
    font-size: 22px;
}

button.btn.btn-1.btn-secondary {
    background: #fff;
    border: solid 2px #002b49;
    color: #002b49;
}


@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#hulihealth {
    display: none;
}

header#header-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 50;
    transition: background 0.2s ease;
    border-radius: 0 0 60.5px 60.5px;
}

header#header-main .menu-item {
    color: #002B49;
    font-weight: 400;
}

header#header-main .menu-item:before {


    display: block;
    content: '';
    border: 1px solid #F9423A;
    text-decoration: none;
    bottom: -25px;
    position: relative;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

header#header-main .menu-item:hover:before,
header#header-main .menu-item.nav-active:before {
    transform: scaleX(1);

}

header#header-main .menu-item.dropdown:before,
header#header-main .menu-item.dropdown:hover:before {
    content: none;
}

aside#aside-nav ul li:after {
    display: block;
    content: '';
    border: 1px solid #F9423A;
    text-decoration: none;
    bottom: 0;
    position: relative;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

aside#aside-nav ul li:hover:after {
    transform: scaleX(1);
}


section {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

section#intro {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-top: 0;
}


#intro .titulo {
    font-weight: 900;
    font-size: 3rem;
    margin-bottom: 1rem;
    max-width: 475px;
}

.titulo .text-m sup,
.text-xl .text-m sup {
    top: -1.5em;
}

p.tag {
    color: #63B1BC;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 1rem;
    max-width: 450px;
}

p.description {
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 1rem;
    max-width: 450px;
}

.selectores {
    display: flex;
    justify-content: space-around;
}

.selectores .selector {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    width: 20%;
    position: relative;
}

.selector .wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.selector .grafico {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 1rem;
}

.selector .extra-icon {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-image: url(../img/popover-toggle-blue.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 5;
    bottom: -15px;
    right: -15px;
    width: 70px;
    height: 70px;
}

.selector .toggle-popover:after {
    content: "+";
    font-size: 3rem;
    line-height: 50px;
    font-weight: 800;
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 35px);
    text-align: center;
}

.selector.open .toggle-popover:after {
    content: "-";
}

.selector .forma {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.selector:hover .forma {
    -webkit-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

.selector .icono {
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    width: 70px;
    height: 70px;
}

.selector p {
    font-size: 1.2rem;
    text-align: center;
}

.selector a p {
    color: #002b49;
    text-decoration: underline;
}

.selector .popover {
    display: none;
    position: absolute;
    top: calc(100% + 45px);
    width: 250px;
    left: -30px;
    font-size: 0.9rem;
    border-radius: 50% / 10%;
    padding: 30px 15px 30px 25px !important;
}

.selector .popover::before {
    content: '';
    position: absolute;
    top: 10%;
    bottom: 10%;
    right: -5%;
    left: -5%;
    background: inherit;
    border-radius: 5% / 50%;
    z-index: -1;
}

.selector .popover.top .info-toggle-popover-arrow {
    content: " ";
    width: 0;
    height: 0;
    border-left: 1.2rem solid transparent;
    border-right: 1.2rem solid transparent;
    border-top: 3rem solid #63B1BC;
    position: absolute;
    z-index: 2;
    left: 45%;
    top: 100%;
    margin-top: -1px;
}

.selector .popover.bottom .info-toggle-popover-arrow {
    content: " ";
    width: 0;
    height: 0;
    border-left: 1.2rem solid transparent;
    border-right: 1.2rem solid transparent;
    border-bottom: 3rem solid #63B1BC;
    border-top: 0 solid transparent;
    position: absolute;
    z-index: 2;
    bottom: 100%;
    left: 45%;
    margin-bottom: -1px;
}

.selector .popover.top.bg-beige .info-toggle-popover-arrow {
    border-top: 3rem solid #d4d1c4;
}

.selector .popover.bottom.bg-beige .info-toggle-popover-arrow {
    border-bottom: 3rem solid #d4d1c4;
}


.selector .popover.bottom.bg-red .info-toggle-popover-arrow {
    border-bottom: 3rem solid #F9423A;
}

.selector .popover.top.bg-red .info-toggle-popover-arrow {
    border-top: 3rem solid #F9423A;
}

.selector .popover.bottom.bg-navy .info-toggle-popover-arrow {
    border-bottom: 3rem solid #002B49;
}

.selector .popover.top.bg-navy .info-toggle-popover-arrow {
    border-top: 3rem solid #002B49;
}

.popover ul {
    padding: 0;
}

.selector .popover.top {
    bottom: calc(100% + 45px);
    top: auto;
    left: -20px;
}

.selector .popover.top {
    bottom: calc(100% + 45px);
    top: auto;
    left: -20px;
}

.selector.open .popover {
    display: block;
}


.selectores .arrow {
    font-size: 3rem;
    line-height: 1;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

#home-meet .front {
    position: absolute;
    width: 100%;
    bottom: 2rem;
    z-index: 1;
}

footer#footer-main {
    padding-top: 15rem;
    padding-bottom: 8rem;
    color: #fff;
    background-image: url(../img/footer-bg.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

footer#footer-main .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#footer-main a {
    color: #fff;
}

#footer-main .left {
    font-size: 0.9rem;
}

#footer-main ul.foot-links {
    display: flex;
    flex-direction: row;
}

#footer-main ul.foot-links li {
    margin-right: 1rem;
}

/* INTERNAS */

section#eosinophils-1 {
    padding-top: 7rem;
    background-image: url(../img/bg-lightblue-1.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-signs {
    padding-bottom: 5rem;
}

.swiper-signs:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 150px;
    background-color: #edf6f7;
}

.swiper-signs .swiper-wrapper {}

.swiper-signs .texto {
    display: flex;
    align-items: center;
}

.swiper-signs .texto p {
    font-size: 1.8rem;
    font-weight: 700;
}

.controls {
    position: relative;
    width: 100%;
    margin-top: 2rem;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.controls .swiper-button-next,
.controls .swiper-button-prev {
    position: relative;
    margin-left: 1rem;
    margin-right: 1rem;

}

.controls .swiper-pagination {
    position: relative;
    display: flex;
    min-width: 200px;
    justify-content: space-around;
    align-items: center;
}

.controls .swiper-pagination-bullet {
    border: none;
    opacity: 1;
    width: 35px;
    height: 5px;
    background: #d6dfe0;
    border-radius: 2px;
}

.controls .swiper-pagination-bullet-active {
    background: #63b1bc;
}

#eosinophils-3 .signs {
    max-width: 100%;
    margin-top: 3rem;
    padding: 50px 15px 50px 50px;
    background: url(../img/ovalshape-transprent-red.png) no-repeat top left;
    background-size: 120px;
    background-position: center;
    color: #F9423A;
    line-height: 1.45;
    letter-spacing: -0.06px;
}

#eosinophils-3 .signs:before {


    position: absolute;
    left: -50px;
    top: -50px;
    width: 70px;
    height: 70px;
    background-color: blue;
    z-index: 0;
}

#eosinophils-5 .selector p,
#eosinophils-8 .selector p {
    font-size: 1rem;
}


#eosinophils-5 {
    background-image: url(../img/bg-lightblue-2.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

section#eosinophils-7 .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5rem 3rem;
}

#eosinophils-7 .wrapper .icono {
    margin-bottom: 2rem;
    max-width: 130px;
    max-height: 120px;
}

#eosinophils-7 .wrapper p {
    max-width: 264px;
}

#eosinophils-8 {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/bg-lightblue-2.svg);
}

#page-hear .advice {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}


#page-hear .advice .icono {
    margin-bottom: 1.5rem;

}

.swiper-videos img {
    cursor: pointer;
}

.swiper-videos p {
    font-weight: 400;
}

.modal-video video {
    width: 100%;
    height: auto;
}

.modal-video .modal-content {
    background: none;
    outline: none;
    border: none;
}

.modal-video button.close {
    display: flex;
    justify-content: flex-end;
}

.modal-video button.close span {
    color: #fff;
    font-size: 2rem;
}

.advice ul {
    list-style: none;
}

.advice ul li {
    position: relative;
    margin-bottom: 1rem;
}

.advice li:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #63b1bc;
    left: -20px;
    top: 7px;
    border-radius: 50%;
    position: absolute;
}

#page-test-intro header#header-main {
    background-color: #fff;
}

#page-test-intro section#intro {
    background-color: #292631;
    padding-top: 200px;
    color: #fff;
    text-align: center;
}

#page-test-intro #intro .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#page-test-intro #intro img {
    max-width: 450px;
}

aside#aside-nav {
    pointer-events: none;
    opacity: 0;
    position: fixed;
    left: 0;
    transform: translateX(-100%);
    overflow: hidden;
    top: calc(50% - 250px);
    background-color: red;
    background: white;
    border-radius: 10px 165px 200px 10px;
    -moz-border-radius: 10px 165px 200px 10px;
    -webkit-border-radius: 0px 380px 380px 0;
    border: 0px solid #000000;
    padding: 80px 50px 80px 15px;
    width: 230px;
    left: 0px;
    -webkit-box-shadow: 3px 0px 5px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 3px 0px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 0px 5px 1px rgb(0 0 0 / 10%);
    z-index: 50;
    transition: all 0.2s ease;
}

aside#aside-nav.sticky {
    pointer-events: all;
    opacity: 1;
    transform: translateX(0);
    overflow: hidden;
}

aside#aside-nav ul {
    list-style: none;
    padding: 0;
}

aside#aside-nav ul li {
    margin-bottom: 1rem;
}

aside#aside-nav ul li a {
    color: #63B1BC;
    display: block;
    line-height: 1.88;
    margin: 10px 0;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    text-align: left;
}

.form-group {
    margin-bottom: 2rem;
}

.form-group label,
form h6 {
    text-transform: uppercase;
    font-weight: 600;
}

/* SOLO DESKTOP GRANDE */
@media (min-width: 1600px) {}

/* DESKTOP CHICO */
@media (min-width: 768px) and (max-width: 1367px) {
    header#header-main .nav-link {
        font-size: 0.8rem !important;
    }

    aside#aside-nav ul li a {
        font-size: 0.9rem;
    }

    aside#aside-nav {
        width: 180px;
        padding: 80px 10px 80px 15px;
    }

}

/* SOLO DESKTOP */
@media (min-width: 768px) {

    #backTopBtn {
        display: none;
    }

    #header-main {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #header-main.sticky {

        box-shadow: 0 2px 4px 0 rgb(0 43 73 / 20%);
        background: #ffffff !important;
    }


    #header-main .navbar-brand {
        width: 260px;
    }

    header#header-main .nav-link {
        font-size: 0.9rem;
        font-weight: 500;
    }

    .navbar {
        min-width: 1300px;
    }


    header#header-main .bg-light {
        background: none !important;
    }

    #intro .imagen,
    #intro .texto {
        width: 40%;
    }

    .modal-video .modal-dialog {
        max-width: 800px;
    }
}

/* MOBILE */
@media (max-width: 768px) {

    #backTopBtn {
        display: block;
        margin: auto;
    }

    aside#aside-nav {
        display: none;
    }

    .text-xl {
        font-size: 2rem;
    }

    .navbar-toggler {
        position: relative;
    }

    .navbar-toggler:before {
        content: "MENU";
        position: absolute;
        left: -60px;
        top: 1.25rem;
        color: #002b49;
        font-size: 1rem;
        font-weight: 600;
    }

    .nav-item {
        display: flex;
        justify-content: center;
    }

    section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    section#intro {
        flex-direction: column;

    }

    #intro .imagen,
    #intro .texto {
        width: 100%;
    }

    #intro .texto {
        padding-left: 15px;
        padding-right: 15px;
    }

    p.tag,
    #intro .titulo,
    p.description {
        text-align: center;
        max-width: 100%;
    }

    p.tag {
        font-size: 1.4rem;
    }

    #intro .titulo {
        font-size: 2.6rem;
    }

    .selectores .selector {
        width: 40%;
        margin-bottom: 1.5rem;
    }

    .selectores {
        flex-wrap: wrap;
    }

    #home-meet .front {
        position: relative;
    }

    footer#footer-main .container-fluid {
        flex-direction: column;
    }

    footer#footer-main {
        background-size: 240% 100%;
    }

    #footer-main .left {
        display: flex;
        flex-direction: column;
    }

    #footer-main ul.foot-links {
        display: inline;
        column-count: 2;
    }

    section#eosinophils-1 {
        background-size: 630% 100%;
    }

    #eosinophils-1 .selectores,
    #eosinophils-8 .selectores {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .selectores .arrow {
        transform: rotate(90deg);
    }

    h2 {
        text-align: center;
    }

    .swiper-signs .texto p {
        font-size: 1.2rem;
        width: 80%;
        margin-left: 10%;
    }

    #page-test-intro section#intro {
        padding-top: 150px;
    }

    #page-test-intro #intro img {
        max-width: 100%;
    }
}
