:root {
    --black: #000000;
    --gray: #000000aa;
    --gray-light: #e5e5e5;
    --gray-light2: #c8c8c8;
    --gray-light-medium: #8b8b8b;
    --gray-light-medium2: #b0b0b0;
    --gray-dark: #000000bd;
    --blue: hsl(198, 95%, 54%);
    --blue-dark: hsl(234, 64%, 55%);
    --blue-light: #97c4ff;
    --blue-transparent: #e4eaff65;
    --blue-transparent2: #e4eaffaf;
    --white: #ffffff;
    --white-transparent: #ffffffc1;
    --white-transparent2: #ffffff6e;
    --white-transparent3: #ffffffda;
    --pink: #ED1E79;
    --blue2: #7caaff;
    --blue2-transparent: #bed1d673;
    --blue3: #0E80CB;
    --green: #50db50;
    --green-dark: #3ab03a;
}

* {
    font-family: 'Poppins';
    color: var(--black);
    text-decoration: none !important;
}

h1, h2, h3, h4, p {
    margin: 0;
}

.big-button-pink {
    border-radius: 7px !important;
    background-color: var(--pink) !important;
    padding: 1.3rem !important;
    font-weight: 700 !important;
    font-size: 1.2rem !important;
    border: none !important;
    color: var(--white) !important;
}

.color-gray {
    color: var(--gray);
}

.color-gray-dark {
    color: var(--gray-dark);
}

.color-gray-light {
    color: var(--gray-light-medium);
}

.color-white {
    color: var(--white);
}

.color-blue-dark {
    color: var(--blue-dark);
}

.container2 {
    max-width: 1100px;
    margin: 0 auto;
}

.btn-blue {
    background-color: var(--blue-dark) !important;
}

#session1 > div {
    padding: 70px 100px;
    background: url(../images/medicos/session1/CLUBMED-MÉDICO-01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

#session1 > div > p > img {
    width: 150px;
}

#session1 * {
    color: var(--white);
}

#session1 > div > div:nth-child(2) {
    margin-top: 80px;
    margin-bottom: 70px;
}

#session1 > div >div:nth-child(2) p {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 2.6rem;
}

#session1 > div > div:nth-child(3) {
    font-size: 1.5rem;
    line-height: 1.7rem;
    letter-spacing: -0.05rem;
    width: 440px;
}

#session2 > div{
    padding: 130px 50px;
}

#session2 > div > div {
    margin: 0 20px 20px 20px;
}

#session2 > div > div img {
    max-width: 70px;
    margin-bottom: 1rem;
}

#session2 > div > div p:nth-child(2) {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 21px;
}

#session2 > div > div p:nth-child(3) {
    font-size: 0.8rem;
    font-weight: 500;
}

#session3 > div {
    padding: 60px 10px 60px 20px;
    background: url(../images/medicos/session3/CLUBMED-MÉDICO-06.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

#session3 > div > div {
    max-width: 500px;
}

#session3 > div > div > p:nth-child(1) {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: end;
}

#session3 > div > div p {
    text-align: end;
}

#session3 > div > div p:nth-child(2),
#session3 > div > div p:nth-child(3) {
    color: var(--gray-dark);
    font-size: 1rem;
    font-weight: 500;
}

#session3 > div > div > p:nth-child(2) {
    margin: 2rem 0 1.8rem 0;
}

#session3 > div > div > button {
    margin-top: 3rem;
}

#session4 > div {
    padding: 20px 0px 80px 0px;
    background: var(--blue3);
}

#session4 * {
    color: var(--white);
    font-size: 1rem;
    font-weight: 300;
}

#session4 > div > p {
    font-size: 2rem;
    font-weight: 500;
}

#session4 > div> div {
    margin-top: 50px;
}

#session4 > div> div>div>div {
    padding: 0 60px;
}

#session4 > div> div>div>div>div {
    padding: 10px 30px 10px 0;
}

#session4 > div> div>div>div:not(:nth-child(6))>div {
    border-bottom: 1px solid var(--white);
}

#session4 > div> div>div>div>div>div:nth-child(1)>img {
    max-width: 80px;
}

#session4 > div> div>div>div>div>div:nth-child(2)>div {
    margin-left: 40px;
}

#session4 p > b {
    color: var(--white);
    font-weight: 500;
    font-size: 1.3rem;
}

#session5 > div {
    padding: 70px 15px 100px 15px;
    background: url(../images/medicos/session5/CLUBMED-MÉDICO-21.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

#session5 > div {
    font-size: 2rem;
    font-weight: 300;
}

#session5 > div b {
    font-weight: 600;
}

#session5 >div > p.color-blue-dark.mt-4 {
    font-weight: 300;
}

#session5 > div > div:nth-child(1) {
    width: 50%;
    text-align: center;
}

#session5 > div > div:nth-child(3) {
    margin-top: 50px;
}

#session5 >div>div>div {
    width: 50%;
}

#session5 .card {
    background: var(--blue-transparent);
    min-height: 70px;
    min-width: 440px;
    border-radius: 16px;
    margin-bottom: 40px;
}

#session5 .card p {
    font-size: 1.3rem;
    font-weight: 400;
}

#session5 .card p b {
    font-weight: 600;
}

#session5 img {
    max-width: 40px;
    margin: 0 10px;
    opacity: 0.7;
}

#session6 > div {
    padding: 90px 100px;
    background-color: var(--blue2);
}

#session6 p {
    color: var(--white);
}

#session6 > div p:nth-child(1) {
    font-size: 1.7rem;
}

#session6 > div p:nth-child(2) {
    font-weight: 200;
    font-size: 1.1rem;
    color: var(--white-transparent);
}


#session6 .group-input {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    width: 70%;
}

#session6 .group-input-addon {
    position: absolute;
    top: 0;
    right: 1px;
    transition: right 0.2s;
    background-image: linear-gradient(to right, var(--green), var(--green-dark));
    height: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 60px;
    color: var(--white);
    font-weight: 500;
    font-size: 1.5rem;
    cursor: pointer;
    width: 42%;
    min-width: 264px;
}

#session6 input {
    width: 58%;
    border-radius: 10px;
    height: 58px;
    background-color: var(--blue2-transparent);
    border: 1px solid var(--gray-light-medium);
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.2rem;
}

#session7 > div {
    padding: 140px 20px 100px 20px;
}

#session7 img {
    width: 100%
}

#session7 > div div:nth-child(1) {
    margin-right: 40px;
    width: 42%;
}

#session7 > div div:nth-child(2) {
    width: 53%;
}

#session7 > div div:nth-child(1) div:nth-child(1) {
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: -0.1rem;
    width: 100%;
}

#session7 > div div:nth-child(1) div:nth-child(1) b {
    font-weight: 500;
}

#session7 > div div:nth-child(1) div:nth-child(2) {
    margin: 40px 0 30px 0;
    width: 100%;
}

#session7 > div div:nth-child(1) div:not(:nth-child(1)) {
    color: var(--gray-light-medium);
    font-size: 1.6rem;
    letter-spacing: -0.1rem;
    font-weight: 300;
    line-height: 34px;
}

#session7 > div div:nth-child(1) div:nth-child(3) {
    width: 100%;
}

#session8 > div {
    padding: 10px 10px 10px 10px;
    background: url(../images/medicos/session8/CLUBMED-MÉDICO-23.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#session8 > div > div:nth-child(1) {
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 2rem;
    line-height: 36px;
    text-shadow: 1px 1px 1px var(--black);
    font-weight: 200;
}

#session8 > div > div:nth-child(1) > div {
    width: min-content;
}

#session8 div div:nth-child(1),
#session8 .card,
#session8 > div p {
    color: var(--white);
}

#session8 > div div:nth-child(2)>div:nth-child(1) {
    margin-bottom: 40px;
}

#session8 > div div:nth-child(2) .card {
    width: 265px;
    height: 80px;
    border-radius: 30px;
    background-color: var(--white-transparent2);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 2.2rem;
    font-weight: 500;
}


#session8 > div div:nth-child(2)>div:nth-child(2)>p:not(:nth-child(3)) {
    line-height: 120px;
}

#session8 > div div:nth-child(2)>div:nth-child(2)>p:nth-child(1) {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 60px;
    margin-left: 10px;
}

#session8 > div div:nth-child(2)>div:nth-child(2)>p:nth-child(2) {
    font-size: 10rem;
    font-weight: 600;
    letter-spacing: -0.5rem;
}

#session8 > div div:nth-child(2)>div:nth-child(2)>p:nth-child(3) {
    font-weight: 200;
    color: var(--gray-light-medium2);
    margin-left: 20px;
}

#session9 > div  {
    padding: 140px 15px 100px 15px;
    align-items: center !important;
}

#session9 > div >div:nth-child(1) {
    font-size: 2rem;
    font-weight: 600;
    line-height: 35px;
    width: 86%;
}

#session9 > div >div:nth-child(2) {
    margin: 40px 0 140px 0;
}

#session9 > div >div:nth-child(2) {
    font-size: 1.2rem;
    font-weight: 300;
    color: var(--gray);
    line-height: 24px;
    width: 90%;
}

#session9 > div  {
    font-size: 2rem;
    font-weight: 600;
}

#session9 img {
    width: 90px;
}

#session9 > div >div.d-flex.flex-wrap {
    justify-content: center;
    margin-top: 100px;
}

#session9 > div >div.d-flex.flex-wrap>div {
    width: 213px;
}

#session9 > div >div.d-flex.flex-wrap>div>div:nth-child(1) {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

#session9 > div >div.d-flex.flex-wrap>div>div:nth-child(2)>div:nth-child(1) {
    font-size: 1.2rem;
    font-weight: 600;
    height: 90px;
}

#session9 > div >div.d-flex.flex-wrap>div>div:nth-child(2)>div:nth-child(2) {
    letter-spacing: -0.02rem;
    font-weight: 400;
    font-size: 0.95rem;
}

#session9 #line {
    margin: -180px 10vw 0 10vw;
    height: 2px;
    width: 90%;
    background-color: var(--blue-dark);
}

#session9 > div >div.d-flex.justify-content-center {
    margin-top: 280px;
}

#session9 > div >div.d-flex.justify-content-center>button {
    padding-left: 70px !important;
    padding-right: 70px !important;
    background-color: var(--blue3) !important;
}

#session10 > div  {
    padding: 60px 10px;
    background-image: url("../images/medicos/session10/CLUBMED-MÉDICO-29.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#session10 > div > div {
    width: 35%;
}

#session10 >div>div:nth-child(1) p,
#session10 >div>div:nth-child(2) p {
    font-size: 2rem;
    line-height: 35px;
}

#session10 >div>div:nth-child(1) img,
#session10 >div>div:nth-child(2) img {
    max-width: 25px;
    margin-right: 15px;
}

#session10 >div>div:nth-child(1)>div,
#session10 >div>div:nth-child(2)>div {
    margin-top: 60px;
}

#session10 >div>div:nth-child(1)>div div,
#session10 >div>div:nth-child(2)>div div {
    font-size: 1.1rem;
    margin-bottom: 10px;
    line-height: 25px;
}

#session11 > div {
    padding: 120px 10px 120px 100px;
}

#session11 > div > div{
    width: 70%;
}

#session11 p {
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.05rem;
}

#session11 hr {
    margin: 80px 0;
    opacity: 0.75;
    border-top: 2px solid var(--gray-dark);
    width: 72%;
}

#session11 > div >div:nth-child(1) img {
    max-width: 25rem;
    position: relative;
    top: -78px;
    left: -69px;
}

#session11 > div >div:nth-child(5) img {
    position: relative;
    top: -138px;
    max-width: 21rem;
    right: -57px;
}

#session11 > div >div:nth-child(8) img {
    max-width: 21.5rem;
    position: relative;
    top: -63px;
    left: -13px;
}

#session11 > div >div:nth-child(5) {
    width: 625px;
}

#session11 > div >div:nth-child(2),
#session11 > div >div:nth-child(3),
#session11 > div >div:nth-child(6),
#session11 > div >div:nth-child(9) {
    color: var(--gray-light-medium);
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: -0.05rem;
    line-height: 34px;
}

#session11 > div >div:nth-child(2) {
    margin-top: -10px;
}

#session12 > div {
    padding: 90px 10px;
    background-color: var(--black);
}

#session12 >div>div {
    margin-top: 50px;
    width: 70%;
}

#session12 >div p {
    color: var(--white);
    font-size: 2rem;
}

#session12 img {
    max-width: 250px;
    max-height: 70px;
    margin-bottom: 40px;
}

#session13 > div {
    padding: 70px 20px;
}

#session13 > div >div:nth-child(1)>p:nth-child(1) {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 30px;
}

#session13 > div >div:nth-child(1)>p:nth-child(2) {
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--gray);
    letter-spacing: -0.05rem;
}

#session13 .group-input {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    width: 60%;
}

#session13 .group-input-addon {
    position: absolute;
    top: 0;
    right: 1px;
    transition: right 0.2s;
    background-color: var(--blue3);
    height: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 4vw;
    color: var(--white);
    font-weight: 500;
    font-size: 1.5rem;
    cursor: pointer;
    width: 42%;
}

#session13 input {
    width: 60%;
    border-radius: 10px;
    height: 58px;
    background-color: var(--blue2-transparent);
    border: 1px solid var(--gray-light-medium);
    padding-left: 15px;
    font-size: 1.2rem;
}

@media (max-width: 1100px) {
    #session9 > div >div:nth-child(1) {
        width: 100%;
    }
    #session9 > div >div:nth-child(2) {
        width: 100%;
    }
    #session9 #line {
        display: none;
    }
    #session9 > div >div.d-flex.flex-wrap {
        margin-top: 30px;
    }
    #session9 > div >div.d-flex.flex-wrap>div {
        width: 250px;
        margin: 0 30% 50px 30%;
    }
    #session9 > div >div.d-flex.justify-content-center {
        margin-top: 20px;
    }

    #session13 input {
        padding-right: 15px;
    }
}

@media (max-width: 1085px) {
    #session4 > div {
        padding: 20px 20px 80px 20px
    }
    #session4 > div > div > div {
        width: 560px;
    }
    #session4 > div > div > div:nth-child(1) > div:nth-child(6) > div {
        border-bottom: 1px solid var(--white);
    }

    #session6 .group-input {
        width: 90%;
    }

    #session8 > div > div.d-flex.align-items-end > div,
    #session8 > div > div.d-flex.flex-column.align-items-center.justify-content-end > div:nth-child(2) {
        background-color: var(--gray);
        padding: 10px;
        border-radius: 20px;
    }
    #session8 > div div:nth-child(2) .card {
        background-color: var(--gray);
    }
    #session8 > div > div.d-flex.flex-column.align-items-center.justify-content-end > div:nth-child(2) > p:nth-child(2) {
        font-size: 8rem;
    }

    #session10 > div > div {
        width: 44%;
        background-color: var(--white-transparent);
        padding: 20px;
        border-radius: 20px;
    }
}

@media (max-width: 980px) {
    #session13 .group-input {
        width: 80%;
    }
    #session13 > div > div.d-flex.justify-content-center > div > input[type=text] {
        width: 59%;
    }
    #session3 > div > div {
        background-color: var(--white-transparent);
        padding: 10px;
        border-radius: 10px;
    }
}

@media (max-width: 930px) {
    #session5 > div > div.d-flex.flex-wrap.justify-content-between.w-100{
        justify-content: center !important;
    }
    #session5 >div>div>div {
        width: 100%;
        align-items: center !important;
    }

    #session7 > div {
        justify-content: center !important;
    }
    #session7 > div > div:nth-child(1) {
        width: 100%;
    }
    #session7 > div > div:nth-child(2) {
        width: 60%;
    }
    #session7 > div div:nth-child(1) {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 890px) {
    #session12 >div>div {
        margin-top: 50px;
        width: 80%;
    }
}

@media (max-width: 875px) {
    #session2 > div {
        justify-content: center !important;
    }
    #session2 > div > div {
        width: 175px;
    }
    #session6 input {
        width: 57%;
    }
    #session6 .group-input-addon {
        min-width: auto;
        width: 43%;
        right: 2px;
        padding: 0 2vw;
        text-align: center;
    }

    #session11 > div >div:nth-child(5) {
        width: 90%;
    }
}

@media (max-width: 820px) {
    #session3 > div {
        background-size: cover;
        align-items: center !important;
    }
    #session3 > div > div {
        align-items: center !important;
    }
    #session3 > div > div * {
        text-align: center !important;
    }
    #session5 > div > div:nth-child(1) {
        width: 100%;
    }

}

@media (max-width: 780px) {
    #session1 > div {
        padding: 70px 30px;
    }
    #session1 > div > div:nth-child(3) {
        width: 90%;
    }

    #session2 > div {
        padding: 100px 20px;
    }

    #session10 > div {
        justify-content: center !important;
    }
    #session10 > div > div {
        width: 80%;
    }
    #session10 > div > div:nth-child(1) {
        margin-bottom: 30px;
    }

    #session11 > div > div:nth-child(5) {
        width: 100%;
    }
    
    #session12 >div>div {
        justify-content: center !important;
    }
    #session12 img {
        margin-inline: 20px;
    }
}

@media (max-width: 712px) {
    #session11 > div >div:nth-child(5) img {
        top: -178px;
    }
}

@media (max-width: 700px) {
    #session11 > div > div {
        width: 80%;
    }
    #session7 > div > div:nth-child(2) {
        width: 100%;
    }
}

@media (max-width: 635px) {
    #session6 > div {
        padding: 90px 20px;
    }
    #session6 .group-input {
        width: 100%;
    }
}

@media (max-width: 620px) {
    
    #session13 .group-input-addon {
        text-align: center;
        padding: 0 1vw;
    }
}

@media (max-width: 600px) {
    #session4 > div > div > div {
        width: 100%;
    }
    #session4 > div> div>div>div {
        padding: 0 10px;
    }
}

@media (max-width: 570px) {
    #session9 > div >div.d-flex.flex-wrap>div {
        margin: 0 30px 50px 30px;
    }
}

@media (max-width: 553px) {
    #session11 > div >div:nth-child(5) img {
        top: -216px;
    }
}

@media (max-width: 550px) {
    #session8 > div {
        justify-content: center !important;
    }
    #session8 > div > div:nth-child(1) {
        margin-right: 0;
        margin: 0 30% 20px 30%;
        font-size: 1rem;
        line-height: 22px;
        font-weight: 300;
    }
    #session8 > div div:nth-child(2)>div:nth-child(1) {
        margin-bottom: 20px;
    }
    #session8 > div div:nth-child(2) .card {
        width: 200px;
        height: 50px;
        font-size: 1.3rem;
    }
    #session8 > div div:nth-child(2)>div:nth-child(2)>p:nth-child(1) {
        font-size: 1rem;
        line-height: 20px;
        margin-left: 10px;
    }
    #session8 > div > div.d-flex.flex-column.align-items-center.justify-content-end > div:nth-child(2) > p:nth-child(2) {
        font-size: 5rem;
        letter-spacing: 0;
        line-height: 80px;
    }
    #session8 > div div:nth-child(2)>div:nth-child(2)>p:nth-child(3) {
        font-weight: 300;
        margin-left: 0;
    }
}

@media (max-width: 520px) {
    #session11 > div {
        padding: 120px 20px 120px 20px;
    }
    #session11 > div {
        align-items: center;
    }
    #session11 > div * {
        text-align: center;
    }
    #session11 > div > div {
        width: 100%;
    }
    #session11 > div >div:nth-child(1) img {
        left: -10px;
    }
    #session11 > div >div:nth-child(5) img {
        top: -178px;
        right: -2px;
    }
}

@media (max-width: 500px) {
    #session5 > div > div.d-flex.flex-wrap.justify-content-between.w-100 > div > div {
        min-width: auto;
        width: 100%;
    }
    
    #session10 > div > div {
        width: 100%;
    }

    #session13 .group-input {
        width: 100%;
    }
    #session13 .group-input-addon {
        padding: 0 2vw;
    }
    #session13 input {
        height: 75px;
    }
}

@media (max-width: 483px) {
    #session11 > div >div:nth-child(5) img {
        top: -215px;
        right: -34px;
    }
}

@media (max-width: 457px) {
    #session11 > div >div:nth-child(5) img {
        top: -258px;
    }
}

@media (max-width: 421px) {
    #session11 > div >div:nth-child(1) img {
        display: none;
    }
    #session11 > div >div:nth-child(5) img {
        display: none;
    }
    #session11 > div >div:nth-child(8) img {
        display: none;
    }
    #session11 > div > div > p:nth-child(1){
        margin-bottom: 40px;
    }
}

@media (max-width: 411px) {
    #session6 input {
        height: 75px;
    }
}


button {
  border-radius: 10px !important;
}

.font-medium {
  font-size: 14px;
}

.menu-icon {
  height: 24px;
  width: 24px;
}

.links li {
  margin-bottom: 0px;
}

ol, ul{
    padding-left: 0px !important;
}