@import "../variables.css";

/* * {
    outline: 1px dotted blue !important;
} */

/*
    Created on : 05-may-2023, 1:47:57
    Author     : Sandra <wilowi.com>
*/

@CHARSET "UTF-8";

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

.container {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 14rem;
    padding: .5rem 0;
    margin: .125rem 0 0 !important;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: var(--color-lighter);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.nav-link {
    display: block;
    padding: .75rem !important;
}

#divReadyGetMedia {
    display: none;
}


#section_2 {
    display: block;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#section_4 {
    background-color: var(--color-lighter);
    display: block;
}

.divCrystalMedia {
    display: none;
}

#section1HIWMedia {

    display: none;

}

#section1HIW {
    display: flex;
}

#sectionCoachsMapDivMedia {
    display: none;
}

.heightIconLogoGrey {

    height: 120px;
}


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
    border: none;
}

.navbar-toggler-icon {
    width: auto !important;
}

body {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    background-color: var(--color-bg);
    line-height: normal !important;
}

a {
    text-decoration: none;
    cursor: pointer;

    &:hover,
    &:focus {
        text-decoration: none;
    }
}

a.disabled {
    pointer-events: none;
}

.dropdown-toggle.btn {
    font-size: 2rem;

    &::after {
        content: none !important;
    }
}

.dropdown {
    position: relative;
    display: inline-block;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;

}

.navbar-collapse {

    flex-grow: 0 !important;
}

.w100 {
    font-weight: 100;
}

.w200 {
    font-weight: 200;
}

.w300 {
    font-weight: 300;
}

.w400 {
    font-weight: 400;
}

.w500 {
    font-weight: 500;
}

.w600 {
    font-weight: 600;
}


.colorBase1RGB {
    color: rgb(24, 110, 116) !important;
}

.colorBase2RGB {
    color: rgb(57, 180, 179) !important;
}

.colorBase3RGB {
    color: rgb(237, 244, 244) !important;
}

.colorBase4RGB {
    color: rgb(240, 77, 36) !important;
}


.backgroundColorBase1 {
    background-color: var(--color-primary) !important;
}

.backgroundColorBase2 {
    background-color: var(--color-green) !important;
}

.backgroundColorBase3 {
    background-color: #f7fbfb !important;
}

.backgroundColorBase4 {
    background-color: var(--color-accent) !important;
}

.backgroundColorBase5 {
    background-color: #fbece8 !important;
}

.btnBasicRed {

    width: 150px;
    padding: 10px;
    text-align: center;
    color: white;
    background-color: var(--color-accent);
    border-radius: 30px;
    cursor: pointer;

}

.btnBasicRedLong {

    width: 220px;
    padding: 10px;
    text-align: center;
    color: white;
    background-color: var(--color-accent);
    border-radius: 30px;
    cursor: pointer;

}

.btnBasicWhite {

    width: 150px;
    padding: 10px;
    text-align: center;
    color: var(--color-accent);
    border-radius: 30px;
    background-color: white;
    border: 1px solid var(--color-accent);

}

.btnBasicWhiteLong {

    width: 200px;
    padding: 10px;
    text-align: center;
    color: var(--color-accent);
    border-radius: 30px;
    background-color: white;
    border: 1px solid var(--color-accent);

}

.btnBasicWhiteLongGreen {

    width: 250px;
    padding: 10px;
    text-align: center;
    color: var(--color-primary);
    border-radius: 30px;
    background-color: var(--color-lighter);
    border: 1px solid var(--color-primary);

}

.btnBasicWhiteNB {
    width: 150px;
    padding: 10px;
    text-align: center;
    color: var(--color-accent);
    border-radius: 30px;
    background-color: white;

}

.btnBasicTransparent {
    width: 180px;
    padding: 10px;
    text-align: center;
    color: var(--color-accent);
    border-radius: 30px;
    border: 1px solid var(--color-accent);

}

.btnBasicTransparentLong {

    width: 230px;
    padding: 10px;
    text-align: center;
    color: var(--color-accent);
    border-radius: 30px;
    border: 1px solid var(--color-accent);

}

.btnBasicTransparentWhite {

    width: 180px;
    padding: 10px;
    text-align: center;
    color: white;
    border-radius: 30px;
    border: 1px solid var(--color-accent);

}

.btnBasicWith {

    width: 180px;
}

.btnBaseRound {

    font-weight: 600;
    font-size: 16px;
    color: white;
    border-radius: 34px;
    height: 50px;
    width: 170px;
    background-color: var(--color-accent);
}

.btnPlay {

    font-weight: 600;
    font-size: 50px;
    border-radius: 34px;
    color: var(--color-accent);
    background-color: white;
    width: 72px;
    height: 72px;
}

.btnPlayBorder {

    font-weight: 600;
    font-size: 50px;
    border-radius: 34px;
    color: var(--color-accent);
    background-color: white;
    width: 72px;
    height: 72px;
    border: 2px solid var(--color-accent);
}

.footerBlock1 {
    min-height: 100px;
    background-color: var(--color-bg);
    color: var(--color-primary);
    padding: 100px 300px 50px 300px;
}

.footerBlock2 {
    background-color: #298080;
    min-height: 200px;
    padding: 100px 300px 50px 300px;
    color: var(--color-lighter);
}

.footerBlock3 {
    background-color: var(--color-primary);
    min-height: 80px;
    color: var(--color-lighter);
    padding: 10px 300px 20px 300px;
}

.textFooter1 {
    font-size: 24px;
    line-height: 140%;
    padding-bottom: 10px;
}

.footer-heading {
    text-transform: uppercase;
    font-size: 12px;
}

.footer-link {
    color: var(--color-lighter);
    text-decoration: none;

    &:hover {
        text-decoration: underline;
    }
}

.social-networkDiv {
    margin-top: 55px;
}

.linguaMeetingFooter {
    font-size: 32px;
    color: var(--color-lighter);
}

/* navbar */

#headerWeb {
    background-color: #f7fbfb !important;
    color: var(--color-primary);
    height: 80px;

}

.navbar-brand {
    display: flex;
    align-items: center;

    img {
        max-width: unset;
        display: block;
        width: 200px;
        height: auto;
        object-fit: contain;
    }
}

.btnMenuWeb:hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--color-green);
    position: absolute;
    bottom: 0;
    left: 0;
}

.btnMenuWebBorder {
    border-bottom: 2px solid var(--color-green);
}

.addonHeader {

    height: 50px;
    color: white;
    background-color: var(--color-green);
    text-align: center;
    padding-top: 12px;
    padding-bottom: 20px;
}

.widthNavBar {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
    padding-block: 20px;
}

.hWayde {
    height: 100%;
}

.varBarOptions {
    display: flex;
    position: relative;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

.KvZmB {
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.hcRsrb {
    display: flex;
    margin-right: 56px;
}

.iniev {
    -webkit-box-align: center;
    align-items: center;
    align-content: center;
    display: flex;
    height: 100%;
    position: relative;
}

.closeStarted {

    padding-right: 40px;

}

/* body homepage*/

.paddingSection {
    padding-block: 100px;
}

.paddingRightLeft {
    padding-right: 300px;
    padding-left: 300px;

}

.sayHello {
    position: relative;
    text-align: right;
    font-family: 'Recoleta', sans-serif !important;
    font-size: 75px;
    z-index: 100;
    margin-top: clamp(8px, 6vw, 140px);
}

.sayPartnerships {
    position: relative;
    text-align: right;
    font-family: 'Recoleta', sans-serif !important;
    font-size: 72px;
    z-index: 100;

}

.realLife {
    position: relative;
    text-align: right;
    font-size: 28px;
    z-index: 100;
    color: var(--color-secondary);
}

.realLifeCoaches {
    position: relative;
    text-align: right;
    font-size: 28px;
    z-index: 100;
}

/* Home - Real Life */
.realLifeFor {
    position: relative;
    font-size: clamp(16px, 2.5vw, 21px);
    margin-block: 40px 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;
}

.forStudent,
.forInstructor {
    border-bottom: 2px solid var(--color-green);

    &:hover {
        border-color: var(--color-red);
    }
}

.separatorDivRealLife {
    width: 2px;
    height: 40px;
    background-color: var(--color-green);
}

@media (max-width: 810px) {
    .realLifeFor {
        justify-content: center;
        margin-block: 48px;
        padding: 0;
    }
}

.separatorDivCoaches {
    width: 58px;
    height: 3px;
    background-color: var(--color-accent);
    margin-left: 40px;
}

.separatorDivHome {
    width: 20px !important;
    height: 3px;
    background-color: var(--color-accent);
}

.sectionMichelle {
    position: relative;
    border-bottom: 1px solid white;
}

.divMichelle {
    position: absolute;
    left: calc(40% - 480px);
    bottom: 0;
    z-index: 50;
}


.imgMichelle {
    width: 480px;
}

.imgCrystal {

    width: 680px;
}

.marginCulture {

    margin-top: 40px;
}

.divCirculoMichelle {

    position: absolute;
    left: calc(45% - 723px);
    bottom: 0;
    z-index: 0;
}

.imgCirculoMichelle {
    width: 723px;
}

.divAnxiety {

    font-family: 'Recoleta', sans-serif !important;
    font-size: 38px;

}

.section_14a {

    position: relative;
    min-height: 800px;
    z-index: 100;
    background-color: white;
}

.divExperWoman {

    position: absolute;
    right: 50px;
    bottom: 0;
    z-index: 50;
}

.imgExperWoman {
    height: 500px;
}

.divreadySign {

    font-size: 21px;
    text-align: center;
    padding-top: 50px;
}

.separatorVertical {
    height: 100%;
    width: 2px;
    background-color: var(--color-green);
    margin: auto;
}

.separatorVerticalWhite {
    height: 100%;
    width: 2px;
    background-color: white;
    margin: auto;
}

.separatorHorizontal {

    height: 2px;
    width: 60%;
    background-color: var(--color-green);
    margin: auto;
    margin-top: 40px;
}

.separatorHorizontalMedia {

    height: 2px;
    width: 100%;
    background-color: var(--color-green);
    margin: auto;
    margin-top: 40px;
}

.img_vertical {

    display: flex;
    align-items: center;
    justify-content: center;
}

.btnReady {
    margin: auto;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
}

.progression {
    position: relative;
    height: 400px;
    background-color: var(--color-green-dark);
}

.progression__img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    opacity: 0.5;
    mix-blend-mode: luminosity;
}

.progression__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    button {
        background-color: rgba(255, 255, 255, 0.2);
        border: 2px solid var(--color-lighter);
        border-radius: 50%;
        width: 95px;
        height: 95px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;

        &::after {
            content: "►";
            font-size: 2.5rem;
            color: var(--color-lighter);
            text-indent: 8px;
        }

        &:hover {
            background-color: var(--color-accent);

        }
    }
}

.progression__text {
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
    color: var(--color-lighter);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10vw;

    &>div {
        background-color: var(--color-lighter);
        padding: 1.25rem;
        width: 20rem;
        color: var(--color-primary);
        text-align: center;
        align-self: stretch;


        h3 {
            font-family: 'Recoleta', sans-serif !important;
        }

        p {
            color: var(--color-accent);
            text-transform: uppercase;
            font-size: 85%;
            font-weight: 600;
            margin: 0;
        }
    }
}

@media (max-width: 810px) {
    .progression {
        height: auto;
    }

    .progression .container {
        padding-inline: 0 !important;
        max-width: unset !important;
    }

    .progression__img {
        object-fit: contain;
        height: auto;
    }

    .progression__text {
        position: relative;
        gap: 2px;
        bottom: 0;
    }

    .progression__play {
        top: 33%;

        button {
            width: 64px;
            height: 64px;
        }
    }
}


.fontRecoleta {
    font-family: 'Recoleta', sans-serif !important;
}

.fontWild {
    font-family: 'Oakland', sans-serif !important;
}

.divCarouselLanguages {
    width: 400px;
    margin: auto;
}

.section_4 {
    padding-block: 64px;
    text-align: center;
}

.languages9 {
    font-size: 21px;
    color: var(--color-secondary);
}

.borderRed {
    border-bottom: 2px solid var(--color-accent);
}

.section_5 {
    position: relative;
    z-index: 200;
    padding-block: 16px;
}

.section_6 {

    position: relative;
    min-height: 400px;
    z-index: 100;
    color: var(--color-primary);
}

.divTextAnxiety {
    position: relative;
    z-index: 120;
    text-align: right;
}

.connectHI {
    width: 60%;
}

@media (max-width: 600px) {
    .divTextAnxiety .row {
        text-align: center;
        flex-direction: column-reverse;
    }

    .connectHI {
        width: 100%;
        text-align: center;
    }
}

.divCircleLeft {
    position: absolute;
    bottom: -80px;
    left: 0;
    z-index: -1;
}

.imgCircleLeft {

    width: 409px;
}

.divAbsLogoPlay {

    position: absolute;
    bottom: 5px;
    z-index: 300;
    left: calc(80% - 95px);

}

.imgAbsPlay {

    width: 95px;
}

.textBtnLearnMore {
    font-size: 16px;
}

.testimonials {
    background-color: var(--color-accent);
    color: var(--color-lighter);
    padding: 48px;
}

.testimonialsCarousel {
    padding-top: 20px;
    margin: auto;

    .slider__nav {
        color: var(--color-lighter);
    }

    .slider--prev {
        left: -2rem
    }

    .slider--next {
        right: -2rem
    }

}

.stars {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;

    i {
        font-size: 1.5rem;
        color: var(--color-red-lighter);
    }
}

.testimonial {
    text-align: center;
    color: var(--color-lighter);
}

.section_7 {
    position: relative;
    background-color: var(--color-bg);
    min-height: 450px;
    z-index: 100;
}

.textAnxiety {
    font-size: 54px;
}

.section_8 {

    position: relative;
    min-height: 400px;
    z-index: 150;
    padding: 50px 200px 50px 200px;
}

#watchVideoCrystal {
    position: absolute;
    bottom: 0;
    left: 20vw;
    z-index: 500;
    display: block;

}

.playCrystalMedia {

    position: absolute;
    bottom: 50px;
    left: 50%;
}

#linguaStory {

    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
}

.divLinkButton {

    margin: auto;
    width: 180px;
}

.linguaStoryArrowLeft {

    position: absolute;
    top: 48%;
    left: 10%;
    z-index: 500;
}

.linguaStoryArrowRight {

    position: absolute;
    top: 48%;
    right: 10%;
    z-index: 500;
}

.imgStoryCrystal {

    height: 100px;
}

.imgArrowCrystal {

    height: 80px;
    margin-left: 80px;
}

#section_6 {
    background-image: url('/images/web/circleLeft.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 25%;
}

#section_9,
#section_6 {
    background-color: var(--color-lighter);
}

.section_9 {

    position: relative;
    min-height: 300px;
    z-index: 1000;
}


.divCrystal {

    position: absolute;
    left: calc(40% - 480px);
    bottom: -100px;
    z-index: 50;

}

.divCrystalHI {

    position: absolute;
    left: calc(40% - 480px);
    bottom: -15px;
    z-index: 50;

}

.divKateHI {

    position: absolute;
    left: calc(40% - 480px);
    bottom: -100px;
    z-index: 50;

}

.imgKateHI {
    width: 680px;
}

.imgCrystalHI {
    width: 680px;
}


.section_10 {
    position: relative;
    padding-block: 48px;
    z-index: 100;
    background: url(../../images/web/teacher.webp) no-repeat;
    background-position: center;
}

.boxTestInst {

    background-color: white;
    padding: 56px 40px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    margin-bottom: 24px;
}

.boxTextAbout {
    background-color: white;
    padding: 60px 40px 60px 40px;
    box-shadow: var(--box-shadow);
}

.margin-topBtnLearn {
    margin-top: 100px;
}

.marginTopTestCarousel {
    margin-top: 3%;
}

.instSlideWidth {

    font-size: 18px;
}

.section_11 {

    position: relative;
    min-height: 500px;
    z-index: 100;
}

.unionCircles {
    margin-top: 50px;
    position: relative;
    z-index: 100;
    text-align: center;
}

.unioncirclesArrow {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.logoLingua {

    text-align: center;
    margin-bottom: 80px;
}

.unionCircles img {
    height: 540px;
}

.logoLingua img {

    height: 40px;
}

.section_12 {
    position: relative;
    z-index: 100;
    margin: auto;
    text-align: center;
    padding-block: 48px;
}

.section_12 img {
    height: 560px;
}

.listspeakingpractice {

    margin-top: 80px;
}

.section_13 {

    position: relative;
    min-height: 200px;
    z-index: 100;
}



.liststudyabroad {
    margin-top: 80px;
}

.squareSolutions {
    background-color: white;
    padding: 40px;
    border-radius: 50px;
}


#section_14 {
    background-color: var(--color-primary);
    background-image: url(../../images/web/temple.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 100;
}

.section_14 {
    position: relative;
    height: 650px;
    z-index: 100;
    margin-top: 300px;
}

.coachesInca {

    position: absolute;
    z-index: 0;
    top: -295px;
    left: 10%;
}

.coachesIncaText {

    position: absolute;
    z-index: 20;
    top: -200px;
    left: 21%;
}

.experiencesTrasncend {


    padding-top: 180px;
    padding-bottom: 100px;

    span {
        color: var(--color-red-lighter);
    }

}


.section_15 {

    position: relative;
    min-height: 500px;
    z-index: 100;
    padding: 0 300px 0 300px;

}

.boxExpCarousel {
    background-color: white;
    padding: 10px;
    border-radius: 20px;
    position: relative;
}

.expRoundCorner img {
    border-radius: 10px;
}

.positionBottom {

    position: absolute;
    right: 20px;
    bottom: 20px;

}

.height150 {

    height: 150px;
}

.setCourses {
    position: relative;
    font-family: 'Recoleta', sans-serif !important;
    font-size: clamp(30px, 10vw, 72px);
    z-index: 100;
}

.btnScheduleHI {
    position: absolute;
    right: 0;
}

#section1_hi {
    position: relative;
}

.section2_hi {
    position: relative;
    z-index: 150;
    padding: 50px 100px;
}

.section3_hi {
    position: relative;
    z-index: 100;
    background-color: var(--color-lighter);
}

.faqs {
    margin-block: 40px;
}

.faqs__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    color: var(--color-primary);
    border-top: 1px solid var(--color-green);

    &:hover {
        background-color: var(--color-green-lighter);
    }

    p {
        font-size: 21px;
        margin: 0;
    }

    i {
        font-size: 24px;
    }
}

.boxSteps1 {
    position: relative;
    background-color: var(--color-primary);
    color: white;
}

.boxSteps2 {
    position: relative;
    background-color: var(--color-green);
    color: white;
}

.boxSteps2Color {
    position: relative;
    background-color: var(--color-green);
    color: var(--color-primary);
}

.boxSteps3 {
    position: relative;
    background-color: #8ACDCF;
    color: white;
}

.boxSteps3White {

    position: relative;
    background-color: white;
    color: var(--color-primary);
}

#section1_hs {

    border-bottom: 2px solid white;
    z-index: 200
}

.section1_hs {

    position: relative;

}

.divMichelleHS {

    position: absolute;
    right: calc(40% - 480px);
    bottom: -10px;
    z-index: 50;
}

.imgMichelleHS {
    width: 600px;
}

.setSuccessHS {

    position: relative;
    text-align: left;
    font-family: 'Recoleta', sans-serif !important;
    font-size: 75px;
    z-index: 100;

}


#linguaLove {
    position: absolute;
    bottom: 1rem;
    right: 3rem;
    z-index: 500;
    opacity: 0.85;
}

.boxTalking {
    position: relative;
    width: 60%;
    background-color: white;
    padding: 50px 30px 50px 30px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    -webkit-box-shadow: 7px 0 5px -1px rgba(194, 188, 194, 1);
    -moz-box-shadow: 7px 0 5px -1px rgba(194, 188, 194, 1);
    box-shadow: 7px 0 5px -1px rgba(194, 188, 194, 1);
}

.section3_hs {
    background-color: var(--color-primary);
    color: var(--color-lighter);
    position: relative;
    z-index: 200;
}

.borderBottomTextBasic {

    border-bottom: 1px solid var(--color-green);

}

.borderBottomText {

    border-bottom: 3px solid var(--color-green);

}

.borderBottomText2 {

    border-bottom: 3px solid var(--color-primary);

}

.borderBottomTextWhite {

    border-bottom: 5px solid white;

}

.borderBottomTextWBase3 {

    border-bottom: 10px solid #f7fbfb;

}

.borderLeftText {

    border-left: 2px solid var(--color-green);

}

.borderRightText {

    border-right: 3px solid var(--color-green);

}

.imgVoiceHI {

    height: 260px;
    width: 200px;
    object-fit: cover;
    object-position: center;

}

.loveStudentsDiv {
    font-size: clamp(20px, 8vw, 48px);
    line-height: 1.33;
    padding: 20px;
}

.stepsMarginHIW {

    margin-top: 60px;
}

/* HOW IT WORKS STUDENTS*/

.watchVideo {
    position: absolute;
    top: 120px;
    right: 20%;
}

.section4_hs {

    background-color: white;
    position: relative;
    z-index: 200;
    padding: 50px 300px 50px 300px;

}

.separatorDivHIW {

    width: 200px !important;
    height: 3px;
    background-color: var(--color-accent);
}

.section4_hsa {

    background-color: #f3f8f9;
}

.StepHIWStudent2,
.StepHIWStudent3 {

    display: none;
    margin: auto;
}

.StepHIWStudent1 {

    margin: auto;
}

.imgCircleLeft {

    width: 409px;
}

.section5_hs {}

.box-voices {
    padding: 40px;
    border-radius: 40px;
    box-shadow: 7px 6px 5px -1px rgba(194, 188, 194, 1);
    background-color: white;
    margin: 0 auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

@media (max-width: 600px) {
    .box-voices {
        flex-direction: column;
    }
}

/* ABOUT */

html {
    scroll-padding-top: 150px;
}

.anchors {
    position: sticky;
    top: 80px;
    background-color: var(--color-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    padding-block: 2rem;
    z-index: 1020;

    a {
        padding-bottom: 4px;
        border-bottom: 2px solid transparent;
        transition: border-color 0.3s ease;
        color: var(--color-primary);
        text-transform: uppercase;
        font-size: 14px;
        text-align: center;

        &:hover {
            border-bottom-color: var(--color-green);
        }

        &.active {
            border-bottom-color: var(--color-accent);
            font-weight: 600;
        }
    }
}

@media (max-width: 600px) {
    .anchors {
        top: 48px;
        gap: 1rem;

        a {
            font-size: 12px;
        }
    }
}

.headerAbout {

    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.section1_a {

    padding: 60px 100px 30px 100px
}

.section1_a_text-32 {

    font-size: 32px;

}


#section1_a {

    border-bottom: 2px solid white;
    position: relative;

}

.linguaStory {

    margin-left: 140px;
}


.linguaStoryNext {

    margin-left: 100px;
}

.section3_a {

    background-color: var(--color-green);
    position: relative;
    z-index: 200;
}

.imgPopUpTeam {

    height: 200px;
}

/*Carrousel*/
.slider {
    width: 100%;
    margin: 32px auto;
}

.slick-slide {
    margin: 0px 16px;
}

.slick-slide>div {
    height: 100%;
}

.slick-slide img {
    margin: auto;
}

.slick-slide height150 {
    height: 150px;
    margin: auto;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    /*opacity: .2;*/
}

.slick-active {
    /*opacity: .5;*/
}

.slick-current {
    opacity: 1;
}

.slider__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-primary);
    border-radius: 50%;
    font-size: 32px;
    cursor: pointer;
    z-index: 100;
}

.slider__nav:hover {
    color: var(--color-primary-hover);
}

.slider--prev {
    left: 4vw;
}

.slider--next {
    right: 4vw;
}

.slick-dots li button::before {
    font-size: 16px;
    -webkit-text-stroke: 1px var(--color-primary);
    color: var(--color-primary) !important;
}

.case-item {
    position: relative;
}

.case-item .btn-play {
    position: absolute;
    top: 56%;
    left: 28%;
    cursor: pointer;
    z-index: 100;
}

.step-item__content {
    width: 75%;
    margin: 0 auto;
    line-height: 1.5;
    margin-bottom: 3rem;

    h4 {
        margin-bottom: 1rem;
    }
}

@media (max-width: 810px) {
    .case-item .btn-play {
        top: unset;
        left: 50%;
        bottom: -2%;
        transform: translateX(-50%);
    }

    .case-item .row {
        flex-direction: column-reverse;
    }

    .slick-dots {
        bottom: -48px;
    }
}

.arrowSliderLeft {

    position: absolute;
    display: block;
    left: -30px;
    font-size: 38px;
    top: -3px;
}

.arrowSliderRight {

    position: absolute;
    display: block;
    right: -30px;
    font-size: 38px;
    top: -5px;
}

.arrowSliderLeftTest {

    position: absolute;
    display: block;
    left: -30px;
    font-size: 38px;
    top: calc(50% - 57px);
}

.arrowSliderRightTest {

    position: absolute;
    display: block;
    right: -30px;
    font-size: 38px;
    top: calc(50% - 57px);
}


.languageSlideWidth {
    font-size: 30px;
}

.section6_a {

    position: relative;
    border-bottom: 2px solid var(--color-green);
    z-index: 150;
}

#section5_a {

    background-color: white;
}

#section10_a {

    background-color: white;
}

.section8_a {
    background-color: var(--color-primary);
    color: white;
}

/**
 PRICING
**/

.boxEstimator {
    border-radius: 20px;
    background-color: white;
    box-shadow: 7px 6px 5px -1px rgba(194, 188, 194, 1);
}

.separatorDivPricing {

    width: 44px !important;
    height: 3px;
    background-color: var(--color-accent);
}

.boxEstimatorHead {

    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px;
}

.boxEstimatorBody {

    padding: 24px;
}

.section3_p {
    background-color: var(--color-primary);
    position: relative;
    margin-top: 100px;
}

.iconBreakDown {
    position: absolute;
    top: -6rem;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section4_p {
    background-color: var(--color-red-lighter);
}

.section5_p {
    background-color: var(--color-green-light);
}


.section6_p {

    background-color: #f2f8f9;
}

.formPricingLingua {

    border: 1px solid var(--color-green);
    border-radius: 10px;
    width: 100%;
    display: block;
    padding: 15px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--color-primary);
    background-color: var(--color-lighter);
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;


}

.formPricingLinguaError {

    border: 1px solid var(--color-accent);
    border-radius: 10px;
    width: 100%;
    display: block;
    padding: 15px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--color-primary);
    background-color: var(--color-lighter);
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;


}


/*  EXPERIENCES */

.section1b_exp {
    background: url(../../images/web/trazo_experience.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.boxExperience {
    box-shadow: var(--box-shadow);
    border-radius: 30px;
    background-color: white;
    min-height: 180px;

}

.boxExperienceModal {
    border-radius: 20px;
    background-color: white;
    min-height: 140px;
    box-shadow: var(--box-shadow);
}

.marginArrowExp {

    margin-left: 150px;
}

.imgHeightExperience {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 180px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.imgHeightExperienceModal {

    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 130px;
}

.divBannerExp15 {

    width: 15%;
}

.divInfoExp85 {

    width: 85%;
}

.divBannerExp15Modal {

    width: 25%;
}

.divInfoExp85Modal {

    width: 75%;
}

.section3_exp {
    position: relative;
}

.mediumCircleWhite {
    width: 500px;
    height: 250px;
    margin: auto;
    border-top-left-radius: 250px;
    border-top-right-radius: 250px;
    background-color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section4_exp {
    padding: 50px 200px 25px 200px;
}

.grid {
    display: grid;
    gap: 20px;

    .boxSquareExpBenWhite {
        height: 100%;
    }
}

.grid--four {
    grid-template-columns: repeat(4, 1fr);
}

.paddingBoxExp {
    border-radius: 2rem;
    padding: 5rem;
    border: 1px solid var(--color-green);
    position: relative;
}

.imagExpBoxBorder {
    position: absolute;
    top: -2rem;
    right: 10%;
}

.boxSquareExpBenWhite {
    padding: 32px;
    background-color: white;
    border-radius: 30px;
    box-shadow: var(--box-shadow);
}

.boxSquareExpBenWhiteSmall {
    padding: 10px;
    background-color: white;
    box-shadow: var(--box-shadow);
    margin-top: 20px;
    border-radius: 10px;
}

.boxSquareExpBen {
    padding: 30px;
}

.section5_exp {

    position: relative;
    background-color: var(--color-green);
    min-height: 400px;
    z-index: 100;
}

.arrowCollapse {

    position: absolute;
    bottom: 20%;
    right: 20%;

}

.boxSelectedExp {
    box-shadow: var(--box-shadow);
    background-color: white;
    border-radius: 20px;
    padding: 48px;

}

.imgboxSelectedExp {

    height: 300px;
    border-radius: 20px;



}


.section7_exp {

    position: relative;
    border-bottom: 2px solid white;

}

.divAbsLogoPlayExp {
    position: absolute;
    bottom: 100px;
    z-index: 300;
    left: calc(70% - 95px);
}


/* TESTIMONIALS */

.section1_test {
    position: relative;
}

.testimonialsTitle {
    position: relative;
    display: inline-block;
    margin: 3rem auto;
}

.iconTestimonialsSup {
    position: absolute;
    top: -3rem;
    left: -5rem;
}

.boxTestimonial {
    background-color: white;
    border-radius: 50px;
    width: 450px;
    margin: 40px auto;
    padding: 48px;
    font-size: 20px;
    box-shadow: var(--box-shadow);
}

.boxTestimonialCoach {
    background-color: white;
    border-radius: 50px;
    width: 100%;
    margin: 40px auto;
    padding: 40px;
    box-shadow: var(--box-shadow);
}


.testimonialsVerticalLet {
    position: absolute;
    top: 5%;
    left: -5%;
}

.boxConnectTestimonial {
    width: 40%;
    margin: auto;
    z-index: 100;
    background-color: var(--color-accent);
    border-radius: 40px;
    font-size: 26px;
    padding: 32px;
}

.boxConnectTestimonialStu {

    position: relative;
    height: 232px;
    width: 450px;
    margin: auto;
    z-index: 100;
    background: url(../../images/web/backgroundConnectTestimonial.png) no-repeat;
    background-position: inherit;
    background-size: 100%;
    border-radius: 40px;
    font-size: 25px;
}

.boxConnectTestimonialInst {
    background-color: var(--color-primary);
    position: relative;
    min-height: 232px;
    width: 450px;
    margin: auto;
    z-index: 100;
    border-radius: 40px;
    padding: 32px;
}

.divgGuyLogoPlay {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
    width: 64px;
    height: 64px;
    background-color: rgba(255, 255, 255, 0.5);
}

.divgGuyLogoPlayTestInst {
    position: absolute;
    bottom: -80px;
    right: -35px;
    transform: translate(-50%, -50%);
}


/* LOGIN  */

.section1_login {

    position: relative;
    z-index: 100;
}

.imgMichelleLogin {
    width: 680px;
}

.inputTextLogin {

    padding: 5px;
    width: 60%;
    background-color: transparent !important;
    border: none;
    border-bottom: 2px solid var(--color-primary);
}

.divMichelleLogin {
    position: absolute;
    left: calc(40% - 480px);
    bottom: -50px;
    z-index: 50;
}

/* REGISTER */

.inputTextRegister {
    padding: 5px;
    width: 100%;
    background-color: transparent !important;
    border: none;
    border-bottom: 2px solid var(--color-primary);

}

.inputTextRegisterPassword {
    padding: 5px;
    width: 90%;
    background-color: transparent !important;
    border: none;
    border-bottom: 2px solid var(--color-primary);

}


.divFormWidth {

    width: 60%;

}

.divFormWidthBtn {

    width: 30%;

}



/* CONTACT */

.boxContact {
    background-color: white;
    padding: 48px;
    border-radius: 30px;
    box-shadow: var(--box-shadow);
}

.formContactLingua {
    border: 1px solid var(--color-primary);
    border-radius: 10px;
    width: 100%;
    display: block;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-green);
    background-color: var(--color-lighter);
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.formContactLinguaSmall {
    border: 1px solid var(--color-primary);
    border-radius: 10px;
    width: 50%;
    display: block;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-green);
    background-color: var(--color-lighter);
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.inputFileContact {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
}

.inputfile:focus+label,
.inputfile+label:hover {
    background-color: red;
}

.inputfile+label {
    cursor: pointer;
}

.marginArrowContact {
    margin-left: 20px;
}

.section2_contact {
    position: relative;
    z-index: 100;
    background: url(../../images/web/backgroundGreenContact.png) no-repeat;
    background-position: center -40%;
    background-size: 100%;
}

/* COACHES */

.section6_hi {

    position: relative;
}

.watchVideoMaribel {

    position: absolute;
    bottom: 25%;
    left: 68%;
    z-index: 500;
    display: block;

}

.imgAbsPlayMaribel {
    width: 120px;
}


.section1_co {

    position: relative;
    z-index: 200;
    border-bottom: 2px solid white;

}


.section1b_co {

    position: relative;


}


.divCircleCoaches {

    position: absolute;
    position: absolute;
    left: calc(40% - 600px);
    bottom: 50px;
    z-index: 50;
}

.section2_co {

    position: relative;
    z-index: 200;
}

.imgCoachesHeight {

    height: 400px;
}

.textAsked {
    position: absolute;
    top: -120px;
    left: 45%;
    z-index: 200;

    img {
        width: 300px;
    }
}

.divAbsLogoPlayCoaches {

    position: absolute;
    bottom: 80px;
    z-index: 300;
    right: 25%;

}

.imgAbsPlayCoach {
    width: 100px;
}

.section3_co {

    position: relative;
    min-height: 750px;
    z-index: 100;
    background: url(../../images/web/backgroundWhiteHI.png) no-repeat;
    background-position: inherit;
    background-size: 100%;
}


/* CASE STUDY */

.section2_cs {

    position: relative;
    z-index: 200;
}

#linguaStoryCS {

    position: absolute;
    bottom: 20%;
    left: 20%;
    z-index: 500;
}

#linguaStoryCSKate {

    position: absolute;
    top: 0;
    right: 20%;
    z-index: 500;

}

.boxChallengeCS {

    border-top: 14px solid #f7fbfb;
    border-bottom: 14px solid #f7fbfb;
    border-left: 14px solid #f7fbfb;
    border-right: 7px solid #f7fbfb;
    padding: 40px;

}

.boxChallengeCSInverse {
    border-top: 14px solid #f7fbfb;
    border-bottom: 14px solid #f7fbfb;
    border-left: 7px solid #f7fbfb;
    border-right: 14px solid #f7fbfb;
    padding: 40px;
    align-items: center;
    align-content: center;
    display: flex;

}

.section4_cs {

    position: relative;
    min-height: 750px;
    z-index: 100;
    background: url(../../images/web/backgroundCaseStudy.png) no-repeat;
    background-position: inherit;
    background-size: 100%;
}

#section4_cs,
#section6_cs {

    background-color: white
}

.section6_cs {

    position: relative;
    min-height: 600px;
    z-index: 100;
    background: url(../../images/web/backgroundCaseStudyReverse.png) no-repeat;
    background-position: inherit;
    background-size: 100%;

}

#imgOutcomesDivMedia {

    display: none;
}

#imgOutcomesDiv {

    display: block;

}

/* SUPPORT */

.inputSearch {
    width: 50%;
}

.div_card_service {
    padding: 32px;
}

.boxArticleInst {
    box-shadow: var(--box-shadow);
    background-color: var(--color-lighter);
    border-radius: 16px;
    padding: 20px 32px;
    width: 100%;
    margin-bottom: 1rem;
}

.boxArticleInst__title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;

    &:hover {
        color: var(--color-accent);
    }
}

.boxArticleInst__title__open {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: var(--color-secondary);
}

.text-closed {
    display: none;
}

.boxArticleInst__title[aria-expanded="true"] .text-open {
    display: none;
}

.boxArticleInst__title[aria-expanded="true"] .text-closed {
    display: inline;
}

.boxArticleInst__content iframe {
    border: none;
    min-height: 400px;
}

.boxSupport {
    box-shadow: var(--box-shadow);
    background-color: white;
    border-radius: 20px;
    padding: 32px;
    width: 100%;
}

.ulListNew {
    --icon-space: 1.5em;
    list-style: none;
    padding: 0;
}

.ulListHIW {
    --icon-space: 1.5em;
    list-style: none;
    padding: 0;
}

.ulListCS {
    --icon-space: 1.5em;
    list-style: none;
    padding: 0;
}

.ulListCSK {
    --icon-space: 1.5em;
    list-style: none;
    padding: 0;
}

.ulListNew li {
    padding-left: var(--icon-space);
}

.ulListNew li:before {

    content: url('../../images/web/arrowList.png');
    display: inline-block;
    margin-left: calc(var(--icon-space) * -1);
    width: var(--icon-space);
    color: var(--color-green);
}

.ulListHIW li {
    padding-left: var(--icon-space);
}

.ulListHIW li:before {

    content: url('../../images/web/arrowListRed.png');
    display: inline-block;
    margin-left: calc(var(--icon-space) * -1);
    width: var(--icon-space);
    color: var(--color-green);
}

.ulListCS li {
    padding-left: var(--icon-space);
}

.ulListCS li:before {

    content: url('../../images/web/arrowRightCS.png');
    display: inline-block;
    margin-left: calc(var(--icon-space) * -1);
    width: var(--icon-space);
    color: var(--color-green);
}

.ulListCSK li {
    padding-left: var(--icon-space);
}

.ulListCSK li:before {

    content: url('../../images/web/crossRightCS.png');
    display: inline-block;
    margin-left: calc(var(--icon-space) * -1);
    width: var(--icon-space);
    color: var(--color-green);
}



/**
TEXT
**/


.text-9 {

    font-size: 9px;
}

.text-21 {

    font-size: 21px;
}


.text-22 {

    font-size: 22px;
}


.text-23 {

    font-size: 23px;
}

.text-26 {

    font-size: 26px;
}


.text-28 {

    font-size: 28px;
}

.text-32 {

    font-size: 32px;
}

.text-36 {

    font-size: 36px;
}


.text-38 {

    font-size: 38px;
}

.text-43 {

    font-size: 43px;
}

.text-47 {

    font-size: 47px;
}

.text-47coaches {

    font-size: 47px;
}


.text-54 {
    font-size: 54px;
    line-height: 125%;
}

.text-62 {
    font-size: 62px;
}

.text-65 {
    font-size: 65px;
}


.text-70 {
    font-size: 70px;
}

.text-72 {
    font-size: 72px;
}

.text-78 {
    font-size: 78px;
}

/*
Media queries
*/

@media (max-width: 1600px) {

    .watchVideoMaribel {

        bottom: 15%;
        left: 70%;
    }

    .sayHello {
        padding: 100px 100px 0 0;
    }

    .section3_co {

        background-position: center;
        background-size: cover;
    }


    .realLife {

        padding-right: 100px;
    }

    .divCirculoMichelle {

        left: calc(52% - 723px);
    }

    .paddingSection {
        padding-block: 50px;
    }

    .paddingRightLeft {

        padding-right: 100px;
        padding-left: 100px;
    }

    .section_7 {

        padding-bottom: 50px;

    }

    #linguaStory {

        left: -180px;
    }

    .section_15 {

        padding: 0 50px 0 50px;
    }

    .slider {
        width: 90%;
    }

    .footerBlock1 {

        padding: 100px 100px 50px 100px;
    }

    .footerBlock2 {

        padding: 100px 100px 50px 100px;
    }


    .footerBlock3 {
        padding: 10px 100px 20px 100px;
    }

    .imgMichelleHS {
        width: 400px;
    }

    .boxTalking {
        width: 80%;
    }
}

@media (max-width: 1350px) {

    .watchVideo {
        position: absolute;
        top: 150px;
        right: 15%;
    }

    .watchVideo img {
        height: 200px;
    }

    .watchVideoMaribel {

        bottom: 15%;
        left: 75%;
    }

    #Image-Maps-Com-image-maps {

        display: none;
    }

    #sectionCoachsMapDivMedia {
        display: block;
    }

    .boxConnectTestimonial {

        height: 232px;
        width: 40%;

        background-position: inherit;
        background-size: contain;

        font-size: 22px;
    }

    .divExperWoman {

        position: absolute;
        right: 20px;
        bottom: 0;
        z-index: 50;
    }

    .imgExperWoman {

        height: 450px;

    }

    .text-72 {
        font-size: 68px;
    }

    .text-78 {
        font-size: 68px;
    }

    .divBannerExp15 {
        width: 20%;
    }

    .divInfoExp85 {
        width: 80%;
    }

    .imagExpBoxBorder {

        right: 0;
    }

    .paddingBoxExp {
        padding: 50px 30px 25px 30px;
    }

    .section1_a {
        padding: 60px 70px 30px 70px;
    }

    .boxTestimonial {

        width: 350px;
        padding: 30px;
    }


    .iconTestimonialsSup {

        left: 25%;
    }

}

@media (max-width: 1100px) {


    .section2_contact {

        background-size: cover;
    }

    .formContactLinguaSmall {

        width: 70%;

    }

    .imgCoachesHeight {
        height: 300px;
    }

    .textAsked img {

        height: 200px;
    }

    .boxConnectTestimonial {

        width: 50%;

        font-size: 20px;
    }


    .boxTestimonial {

        font-size: 20px;
    }

    body {
        font-size: 14px !important;
    }

    .text-54 {
        font-size: 50px;
    }

    .listspeakingpractice {

        font-size: 18px;
    }

    .text-28 {
        font-size: 25px;
    }

    .boxTestInst {

        padding: 30px 20px 30px 20px;
    }

    .section2_hi {
        padding: 50px 50px 50px 50px;
    }

    .imgKateHI {
        width: 580px;
    }

    .imgCrystalHI {
        width: 580px;
    }

    .section4_hs {

        padding: 50px 150px 50px 150px;
    }

    .divBannerExp15 {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .divInfoExp85 {
        width: 100%;
        margin-bottom: 10px;
    }

    .imgHeightExperience {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;

    }

    .imagExpBoxBorder img {

        height: 300px;
    }

    .boxSquareExpBenWhite {
        padding: 15px;
        border-radius: 20px;
    }


}

@media (max-width: 991px) {

    #imgNotShowMobile {
        display: none;
    }

    .varBarOptions {
        flex-direction: column;
    }

    .boxEstimator {
        width: 85%;
    }

    .divBannerExp15Modal {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .divInfoExp85Modal {
        width: 100%;
        margin-bottom: 10px;
    }

    .section1_a_text-32 {

        font-size: 22px;

    }

}

@media (max-width: 900px) {

    .watchVideo {

        top: 100px;
        right: 12%;
    }

    .watchVideo img {
        height: 150px;
    }


    .imgPopUpTeam {
        height: 100px;
    }

    .imgAbsPlayMaribel {
        width: 100px;
    }

    .inputSearch {
        width: 100%;
    }

    .text-47coaches {

        font-size: 40px;
    }

    .section4_cs {

        background-position: center;
        background-size: cover;
    }

    .section6_cs {
        background-position: center;
        background-size: cover;
    }

    .boxConnectTestimonial {

        height: 232px;
        width: 60%;

        font-size: 18px;
    }


    .iconTestimonialsSup {

        display: none;

    }

    .boxTestimonial {

        width: 250px;
        padding: 30px;
    }

    .sayHello {

        text-align: center;
        font-size: 65px;
        padding: 40px 20px 20px 20px;

    }

    .sayPartnerships {
        position: relative;
        text-align: center;
        font-family: 'Recoleta', sans-serif !important;
        font-size: 65px;
    }

    .realLife {

        padding: 0;
        text-align: center;
    }

    .text-72 {

        font-size: 65px;
    }

    .text-78 {
        font-size: 65px;
    }

    .setSuccessHS {

        font-size: 65px;

    }

    .text-70 {
        font-size: 63px;
    }

    .divMichelle {
        position: absolute;
        left: calc(50% - 480px);
        bottom: 0;
        z-index: 50;
    }

    .divCirculoMichelle {
        left: calc(62% - 723px);
    }

    .divAnxiety {

        font-size: 28px;
    }

    .divreadySign {
        font-size: 18px;
    }

    .arrowSliderLeft {

        font-size: 25px;

    }

    .arrowSliderRight {
        font-size: 25px;

    }

    .languageSlideWidth {
        font-size: 20px;
    }

    .text-21 {
        font-size: 16px;
    }

    .text-54 {
        font-size: 34px;
    }

    .textAnxiety {
        font-size: 34px;
    }

    .text-28 {
        font-size: 20px;
    }

    .arrowSliderRightTest {
        position: absolute;
        display: block;
        right: -20px;
        font-size: 28px;
        top: calc(50% - 57px);
    }

    .arrowSliderLeftTest {
        position: absolute;
        display: block;
        left: -20px;
        font-size: 28px;
        top: calc(50% - 57px);
    }

    .text-23 {
        font-size: 18px;
    }

    .section_8 {

        padding: 50px 100px 50px 100px;
    }

    .divCrystal {

        left: calc(45% - 480px);
    }

    .textNormalMedia {

        font-size: 14px;
    }


    .section_12 img {
        height: 360px;
    }

    .marginCulture {

        margin-top: 0px;
    }

    .liststudyabroad {
        margin-top: 40px;
    }

    .coachesIncaText {

        left: 31%;
    }

    .section2_hi {
        padding: 25px 25px 25px 25px;
    }

    .imgKateHI {
        width: 480px;
    }

    .imgCrystalHI {
        width: 480px;
    }

    .divKateHI {

        left: calc(55% - 480px);
        bottom: -50px;
    }

    .divCrystalHI {

        left: calc(55% - 480px);
        bottom: -50px;

    }

    .boxVoices {
        width: 100%;
        padding: 20px;
    }

    .text-65 {
        font-size: 45px;
    }

    .boxTalking {
        width: 90%;
    }

    .arrowCollapse {

        right: 5%;
    }

    .linguaStory {
        margin-left: 40px;
    }

    .linguaStoryNext {
        margin-left: 40px;
    }

    .section1_a {
        padding: 30px 10px 30px 10px;
    }


}

@media (min-width: 810px) {}

@media (min-width: 767px) {}

@media (max-width: 766px) {

    .imgAbsPlayMaribel {
        width: 90px;
    }

    .imgBuildingText {

        display: none;
    }

    .textAsked {

        left: 65%;
    }

    #imgOutcomesDivMedia {

        display: block;
    }

    #imgOutcomesDiv {

        display: none;

    }


    #linguaStoryCS {

        display: none;
    }

    #linguaStoryCSKate {
        display: none;
    }

    .boxConnectTestimonial {

        display: none;
    }

    .boxConnectTestimonialStu {
        display: none;

    }

    .boxTestimonial {

        width: 95%;
        padding: 40px;
        font-size: 16px;
    }


    .boxConnectTestimonialStu {

        width: 100%;
        font-size: 22px;
    }

    #divMaribelAbout {
        display: none;
    }

    .footerBlock1 {
        padding: 50px 50px 25px 50px;
    }

    .footerBlock2 {
        padding: 50px 50px 25px 50px;
    }

    .footerBlock3 {
        padding: 10px 50px 20px 50px;
    }


    .text_centerMedia {

        text-align: center;
    }

    .margin_autoMedia {

        margin: auto;
    }


    #divReadyGet {
        display: none;
    }

    #divReadyGetMedia {

        display: block;
    }

    .marginTopMedia {

        margin-top: 30px;
    }

    .divCrystal {

        display: none;
    }

    .divCrystalMedia {
        display: block;
    }

    #watchVideoCrystal {
        left: 50%;
        bottom: 70px;
    }

    .unionCircles {
        margin-top: 30px;
    }

    .unionCircles img {
        height: 295px;
    }


    .listspeakingpractice {
        margin-top: 20px;
    }

    .liststudyabroad {
        margin-top: 0px;
    }

    .paddinConnectCultures {
        padding-left: 0px !important;
    }

    .coachesInca img {

        height: 200px;
    }

    .coachesInca {

        top: -200px;
        left: 10%;
    }

    .coachesIncaText {
        left: 31%;
        top: -150px;
    }

    .coachesIncaText img {
        height: 200px;
    }

    .section_14 {

        margin-top: 150px;

    }

    #section1HIWMedia {
        display: block;
    }

    #section1HIW {
        display: none;
    }

    .stepsMarginHIW {

        margin-top: 10px;
    }

    .divMichelleHS {

        display: none;
    }

    .setSuccessHS {

        text-align: center;

    }

    .section4_hs {

        padding: 50px 50px 50px 50px;
    }

    .boxEstimator {
        width: 100%;
    }

    .imagExpBoxBorder {

        display: none;
    }

    #OurMissionLet {
        display: none;
    }

}

@media (max-width: 600px) {

    #section2_hs .row {
        flex-direction: column-reverse;
    }

    .text-62 {
        font-size: 42px;
    }

    .formContactLinguaSmall {
        width: 100%;
    }

    .watchVideo {
        top: 80px;
    }

    .watchVideo img {
        height: 100px;
    }

    .imgAbsPlayMaribel {
        width: 70px;
    }

    .text-47coaches {

        font-size: 32px;
    }

    #divReadyGet {
        display: none;
    }

    #divReadyGetMedia {

        display: block;
    }

    .section_12 img {
        height: 260px;
    }

    .slick-list {
        margin: 0 auto;
        width: 96%;
    }
}


@media (max-width: 560px) {

    .textAsked {

        display: none;
    }

    .divMichelleLogin {

        display: none;
    }

    .sayHello {

        font-size: 45px;

    }

    .sayPartnerships {
        font-size: 45px;
    }

    .text-32 {
        font-size: 22px;
    }

    .section1_a_text-32 {

        font-size: 22px;

    }

    .text-72 {

        font-size: 45px;
    }

    .text-78 {
        font-size: 45px;
    }

    .setSuccessHS {

        font-size: 45px;

    }

    .text-70 {
        font-size: 43px;
    }

    .divMichelle {
        display: none;
    }

    .divCirculoMichelle {
        display: none;
    }

    .imgAbsPlay {

        width: 60px;
    }

    .languages9 {
        font-size: 18px;
        text-align: center;
    }

    .arrowSliderLeft {
        font-size: 24px;
        left: 0;
    }

    .arrowSliderRight {
        font-size: 24px;
        right: 0;
    }

    .section_8 {
        padding: 50px 30px 50px 30px;
    }

    .unionCircles {
        margin-top: 10px;
    }

    .unionCircles img {
        height: 195px;
    }

    .section_15 {
        padding: 0 20px 0 20px;
    }

    .guyFirstSession {
        background: url(../../images/web/first-and-later.png) no-repeat;
        background-size: contain;
        background-position: center;

    }

    .mediumCircleWhite {
        width: 300px;
        height: 180px;

        border-top-left-radius: 200px;
        border-top-right-radius: 200px;

        padding-top: 30px;
        padding-bottom: 50px;
    }

    .text-22 {
        font-size: 17px;
    }

    .imgboxSelectedExp {
        height: 200px;
    }

    .divFormWidth {

        width: 70%;

    }

    .divFormWidthBtn {

        width: 20%;

    }

}

@media (max-width: 470px) {

    .text-62 {
        font-size: 32px;
    }

    .watchVideo {

        right: 8%;
        top: 50px;
    }

    .watchVideo img {
        height: 80px;
    }

    .text-43 {
        font-size: 23px;
    }

    .sayHello {

        font-size: 35px;

    }

    .sayPartnerships {
        font-size: 35px;
    }


    .text-72 {

        font-size: 35px;
    }

    .text-78 {
        font-size: 35px;
    }

    .setSuccessHS {

        font-size: 35px;

    }

    .text-70 {
        font-size: 33px;
    }

    .realLife {

        font-size: 18px;
    }

    .borderBottomText {

        border-bottom: 2px solid var(--color-green);
    }

    .divAnxiety {

        font-size: 20px;
    }

    .divreadySign {
        font-size: 15px;
    }

    .paddingSection {
        padding-block: 30px;
    }

    .paddingRightLeft {
        padding-right: 30px;
        padding-left: 30px;
    }

    .text-28 {
        font-size: 18px;
    }

    .text-23 {
        font-size: 16px;
    }

    .playCrystalMedia {

        left: 55%;
    }

    .coachesInca img {

        height: 150px;
    }

    .coachesInca {

        top: -150px;
        left: 10%;
    }

    .coachesIncaText {
        left: 31%;
        top: -100px;
    }

    .coachesIncaText img {
        height: 150px;
    }

    .linguaStoryArrowLeft {
        position: absolute;
        top: 48%;
        left: 5%;
        z-index: 500;
    }

    .linguaStoryArrowRight {
        position: absolute;
        top: 48%;
        right: 5%;
        z-index: 500;
    }

    .boxTalking {
        width: 100%;

    }

    .section4_hs {

        padding: 20px 20px 20px 20px;
    }

}

@media (max-width: 340px) {

    .imgAbsPlayMaribel {
        width: 50px;
    }

    .text-26 {
        font-size: 21px;
    }

    .sayHello {

        font-size: 30px;

    }

    .sayPartnerships {
        font-size: 30px;
    }

    .text-18 {
        font-size: 15px;
    }

    .text-72 {

        font-size: 30px;
    }

    .text-78 {
        font-size: 30px;
    }

    .setSuccessHS {

        font-size: 30px;

    }

    .text-70 {
        font-size: 27px;
    }

    .realLife {

        font-size: 16px;
    }

    .navbar-toggler-icon {
        font-size: 14px !important;
    }

    .languages9 {
        font-size: 15px;
        text-align: center;
    }

    .text-21 {
        font-size: 14px;
    }

    .text-54 {
        font-size: 24px;
    }

    .textAnxiety {
        font-size: 24px;
    }

    .btnBasicWhiteLongGreen {
        width: 220px;

    }

    .boxTestInst {
        padding: 20px 10px 20px 10px;
    }

    .section_12 img {
        height: 160px;
    }

    .coachesInca {

        display: none;
    }

    .coachesIncaText {
        display: none;
    }

    .section_14 {
        margin-top: 40px;
    }

    .mediumCircleWhite {
        width: 200px;
        height: 150px;
        border-top-left-radius: 140px;
        border-top-right-radius: 140px;
        padding-top: 10px;
    }

    .imgboxSelectedExp {
        height: 100px;
    }

}




/*old css*/

/* --- SECTIONS ---*/




/* --- HOME --- */

#title-responsive {
    display: none;
}

.section {
    text-align: center;
    overflow: hidden;
    background-size: cover;
}

.sectionElena {
    margin-top: 20px;
    margin-bottom: 20px;
}

#section0 {
    padding-top: 0px !important;
    overflow: hidden;
    background-color: white;
    position: relative;
}

.section2 {

    background-color: white;
}

.video-wrapper {
    height: 600px;
}

#video {
    position: relative;
    width: 100%;
    height: 600px;
    background-color: white;
    /* in case the video doesn't fit the whole page*/
    background-position: center center;
    background-size: contain;
    object-fit: fill;
    /*cover video background */
    z-index: 3;
}

video {
    width: 100%;
    margin: auto;

}

.video-controls {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 1rem;
    z-index: 3;
}

.video-control {
    color: var(--color-lighter);
    margin-left: 1rem;
    font-size: 30px;
}

.video-controls a {
    text-decoration: none;
}

.audio {
    display: none;
}

#section0 .layer {

    position: absolute;
    z-index: 4;
    top: 100px;
    left: 60px;
    width: 45%;
    margin: auto;
    margin-top: 10%;
    background-color: rgba(128, 128, 128, 0.5);
    padding: 30px;
    border-radius: 10px;
    /*
    * Preventing flicker on some browsers
    * See http://stackoverflow.com/a/36671466/1081396  or issue #183
    */
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.layer h1 {
    font-weight: bold;
    font-size: 30px;
}

#section0 .layerExp {

    position: absolute;
    z-index: 4;
    bottom: 25%;
    left: 60px;
    width: 35%;
    margin: auto;
    margin-top: 10%;
    background-color: rgba(128, 128, 128, 0.5);
    padding: 30px;
    border-radius: 10px;
    /*
    * Preventing flicker on some browsers
    * See http://stackoverflow.com/a/36671466/1081396  or issue #183
    */
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.layerExp h1 {
    font-weight: bold;
    font-size: 30px;
}

.btn-layer {
    margin: auto;
    margin-top: 40px;
    text-align: center;
    min-height: 80px;
}

.layer-languages {
    clear: both;
    margin-top: 20px;
    font-weight: bold;
    font-size: 20px;
}

.layer-languagesExp {
    clear: both;
    margin-top: 20px;
    font-weight: bold;
    font-size: 30px;
}

.btn-loginReg1 {
    background-color: #007aa5;
    width: 120px;
    height: 50px;
    float: left;
    border-radius: 5px;
    padding-top: 10px;
}

.btn-loginReg2 {
    background-color: #007aa5;
    width: 120px;
    height: 50px;
    float: right;
    border-radius: 5px;
    padding-top: 10px;
}

.btn-loginReg1 a {
    color: white;
    text-decoration: none;
    font-size: 20px;
}


.btn-loginReg1 a:hover {
    color: #35b4b4;
    text-decoration: none;
}

.btn-loginReg2 a {
    color: white;
    text-decoration: none;
    font-size: 20px;
}

.btn-loginReg2 a:hover {
    color: #35b4b4;
    text-decoration: none;
}

/* Hiding video controls
	* See: https://css-tricks.com/custom-controls-in-html5-video-full-screen/
	* --------------------------------------- */
video::-webkit-media-controls {
    display: none !important;
}

video::-webkit-media-controls-enclosure {
    display: none !important;
}

.text-introduces {

    width: 100%;
    text-align: center;
    background-color: #ecfffb;
}

.text-introduces div {
    margin: auto;
    width: 80%;
    padding-top: 60px;
    padding-bottom: 60px;
}

.list-prices {
    text-align: left;
}

.circle {
    background: white;
    border-radius: 200px;
    color: white;
    height: 200px;
    font-weight: bold;
    width: 200px;
    display: table;
    margin: 20px auto;
    border: 4px solid #007aa5;
}

.circleCoach {
    background: white;
    border-radius: 104px;
    color: white;
    height: 104px;
    font-weight: bold;
    width: 104px;
    display: table;
    margin: auto;

}

.circleCoachBig {
    background: white;
    border-radius: 163px;
    color: white;
    height: 163px;
    font-weight: bold;
    width: 163px;
    display: table;
    margin: auto;

}

.circleExp {
    background: white;
    border-radius: 200px;
    color: white;
    height: 200px;
    font-weight: bold;

    display: table;
    margin: 20px auto;
    border: 4px solid #007aa5;
}

.circle-mini {
    background: white;
    border-radius: 200px;
    color: white;
    height: 100px;
    font-weight: bold;
    width: 100px;
    display: table;
    margin: 20px auto;
    border: 4px solid #007aa5;
}


.circle p {
    vertical-align: middle;
    display: table-cell;
}

.video-youtube iframe {
    width: 90%;
    height: 400px;
}

.elena-div {
    margin: auto;
    width: 90%;
}

.section2-div1 {

    position: relative;
    min-height: 500px;
    background: url("../../images/web/section2-div1.jpg") no-repeat center center fixed;
    background-size: cover;
    color: white;
}

.container-icons {

    position: relative;
    padding-top: 15%;
    padding-bottom: 60px;

}

.background_colorF67777 {

    background-color: #F67777 !important;
}



.btnIcon {

    margin-top: 3px;
    width: 50px;
    padding: 5px;
    border-radius: 2px;

}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: invert(1);
    height: 30px !important;
    width: 30px !important;
}

.carousel-control-prev {
    left: -10% !important;
}

.carousel-control-next {
    right: -10% !important;
}

.container-icons img {
    height: 70px;
}

.section2-div2 {
    height: 50%;
    margin-top: 60px;
    margin-bottom: 60px;
}

.section3-div1 {
    background: url(../../images/web/section3-div1.png) #C2C0B4 no-repeat center center fixed;
    min-height: 500px;
}

.section3-div2 {
    margin-top: 50px;
    font-size: 18px;
    padding-bottom: 50px;
}

#section3 {
    background-color: #C2C0B4;
}

.our-prices {
    padding-bottom: 20px;
}

.our-prices:after {
    content: "";
    /* This is necessary for the pseudo element to work. */
    display: block;
    /* This will put the pseudo element on its own line. */
    margin: 0 auto;
    /* This will center the border. */
    width: 80%;
    /* Change this to whatever width you want. */
    padding-top: 20px;
    /* This creates some space between the element and the border. */
    border-bottom: 1px solid #38B1B4;
    /* This creates the border. Replace black with whatever color you want. */

}

.border-right {
    width: 80%;
    border-right: 1px solid #38B1B4;
}

.section4-div1 {
    background-color: rgba(194, 192, 180, 0.5);
    min-height: 500px;
}

.section4-div2 {
    margin-top: 50px;
    font-size: 18px;
    text-align: left;
    padding-bottom: 50px;
}

.section5-div1 {
    background-color: #b9cae1;
    min-height: 500px;
}

.section6-div1 {
    margin-top: 50px;
    font-size: 18px;
    height: 60%;
    padding-bottom: 50px;

}

.section6-div1a {
    margin: auto;
    text-align: center;
}

.section6-div2 {
    min-height: 200px;
}

.section6-half-background {
    background-color: #007aa5;
}


.section6-prices {
    min-height: 400px;
    margin-top: 40px;
    font-size: 18px;
}



.half-section {
    height: 50%;
}



.item-texts {
    width: 100%;
    background-color: #007aa5;
    color: white;
    padding: 20px;
    min-height: 150px;

}

.item-textsExp {
    width: 100%;
    /*background-color: #007aa5;*/
    /*color: white;*/
    padding: 20px;
    min-height: 150px;

}

.item-right {
    text-align: right;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
    /* use this, or not */
    margin: auto;
}

.carousel-control.left {
    background-image: none !important;
    color: #007aa5;
    font-size: 30px;
}

.carousel-control.right {
    background-image: none !important;
    color: #007aa5;
    font-size: 30px;

}

.carousel-indicators li {

    background-color: #007aa5 !important;
}

.carousel-control {

    width: 0 !important;
    opacity: 1 !important;
}

/* --- WORKS --- */

#works06 {
    display: none;
}

.works-section0-div1 {

    background-color: white;
    height: 300px;

}

.works-section0-div2 {

    /*background-color: #c2c0b4;*/
    min-height: 400px;
    background-color: rgba(194, 192, 180, 0.5);
    position: relative;
    padding-bottom: 40px;

}

.works-section0-div2 h3 {
    padding-top: 250px;
    padding-bottom: 40px;
}

.works-img01 {
    padding: 40px;
    border-top: 1px solid #0C6971;
    border-bottom: 1px solid #0C6971;
    position: relative;
}

.works-img02 {
    padding: 40px;
    border-bottom: 1px solid #0C6971;
    position: relative;
}

.circle-number {
    position: absolute;
    top: -20px;
    left: 25%;
    width: 50%;
}

.circle-wraper {
    position: relative;
    padding: 0px !important;
}

.circle-rectangle {
    width: 100%;
    height: 1px;
    margin-bottom: 40px;
}

#section0 .works-layer {

    position: absolute;
    z-index: 4;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);

}

.works-layer div {
    height: 500px;
}

#section2 .works-layer {

    position: absolute;
    z-index: 4;
    top: 20px;
    width: 100%;
    margin: auto;
    /*
    * Preventing flicker on some browsers
    * See http://stackoverflow.com/a/36671466/1081396  or issue #183
    */
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.works-section1-div1 {

    min-height: 380px;
    margin-top: 20px;
}

.works-section1-div2 {

    background-color: #116b71;
}

.works-section4-div2 {

    background-color: #116b71;
    margin-top: 50px;
    min-height: 200px;
}

.works-section2-div1 {
    height: 300px;
}

.works-section2-div2 {
    min-height: 400px;
    position: relative;
    padding-bottom: 40px;
    background-color: rgba(194, 192, 180, 0.5);
}

.works-section2-div2 h3 {
    padding-top: 350px;
}

.item-texts-works {
    width: 100%;
    background-color: #116b71;
    color: white;
    padding: 20px;
    min-height: 200px;

}

.works-section4-div1 {
    text-align: left !important;
    margin-top: 80px;
}

.section3-works {
    min-height: 400px;
}

.show-circle-responsive {
    display: none;
}

.works-section3-div1 {
    min-height: 400px;
    margin-top: 40px;
}

.section1-works {
    min-height: 800px;
    position: relative;
    padding-bottom: 60px;
}

.section1-works2 {
    min-height: 800px;
    position: relative;
}

/* --- COACHES --- */

.close {
    opacity: 1 !important;
    color: white !important;
}

.btn-coach {
    background-color: #116b71;
    width: 250px;
    height: 50px;
    padding-top: 10px;
    margin: auto;
    margin-top: 60px;
}


.btn-coach a {
    color: white;
    text-decoration: none;
}


.btn-coach a:hover {
    color: #35b4b4;
    text-decoration: none;
}

.coaches-section0-div1 {
    min-height: 550px;
    text-align: left;
}

.coaches-title {
    color: #116b71;
    font-size: 45px;
    margin-top: 150px;
}

.coaches-img {
    margin-top: 50px;
    text-align: center;
}

.coach-profiles {
    background-color: #ecfffb;
    height: 80px;
    margin-top: 40px;
    color: #007bb7;
    padding-top: 20px
}

#coach-more {
    display: none;
}

.rectantulo-coaches {
    height: 6px;
    width: 50%;
    margin: auto;
}

.nombre-coach {

    color: #007aa5;
}

.card-coach {
    border: 1px solid #cccccc;
    padding: 0px 20px 20px 20px;
    margin-top: 20px;
    min-height: 780px;
}

.card-coach-mini {
    border: 1px solid #cccccc;
    padding: 0px 20px 20px 20px;
    margin-top: 20px;
}

.bandera-coach {
    height: 23px;
}

.bandera-coach span {
    padding-left: 5px;
}

.arrow_calendar_left {
    font-size: 30px;
    text-align: right;
}

.arrow_calendar_right {
    font-size: 30px;
    text-align: left;
}

.boxCalendar {

    width: 200px;
    background-color: #F67777;
    color: white;
    font-size: 50px;
    text-align: center;
    margin: auto;

}

#view-more {
    color: white !important;
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
}

#coach-profilesh1 {
    display: none;
}


/*--- TEAM ---*/

.team-title {
    color: #007aa5;
    font-size: 45px;
    margin-top: 150px;
}

.team-member-title {
    background-color: #c2c0b4;
    height: 80px;
    margin-top: 40px;
    color: #007aa5;
    padding-top: 20px;
    margin-bottom: 0px !important;
}


.btn-contact2 {
    background-color: #116b71;
    width: 250px;
    height: 50px;
    padding-top: 10px;
    margin: auto;
    margin-top: 20px;
}

.btn-contact2 a:hover {
    color: #35b4b4;
    text-decoration: none;
}

.btn-contact2 a:active {
    color: #35b4b4;
    text-decoration: none;
}

.btn-contact2 a {
    color: white;
    text-decoration: none;
}

.team-img {
    margin-top: 20px;
    text-align: center;
    min-height: 200px;
}

.team-img img {
    height: 600px;
}

.card-team {
    position: relative;
    border: 1px solid #00968f;
    border-radius: 12px;
    margin-top: 20px;
    min-height: 650px;
}

.rect-grande-team {
    height: 81px;
    margin-top: 80px;
}

.padding-team {
    padding-left: 40px;
    padding-right: 40px;
}

.nombre-team {

    padding-top: 80px;
}

.desc-team {
    padding-top: 40px;
    padding-bottom: 40px;
}

.profes-team {}

.img-team-ab {
    position: absolute;
    top: 5px;
    left: 25%;
    width: 50%;
}

.rectangle {
    color: white;
    height: 200px;
    font-weight: bold;
    width: 200px;
    margin: 20px auto;
}

.rect-peq-team {
    position: absolute;
    height: 12px;
    bottom: -6px;
    left: 25%;
    width: 50%;
}

.partners-containers {
    background-color: #e6e5e3;
    min-height: 900px;
    padding-bottom: 40px;
}

.experiences-containers {
    background-color: #e6e5e3;
    padding-top: 40px;
    padding-bottom: 40px;
}

.last-parters-div {
    height: 28px;
    background-color: #c2c0b4;
}

.card-partners {

    position: relative;
    border: 1px solid #cccccc;
    padding: 40px 20px 0px 20px;
    border-radius: 12px;
    background-color: white;
    margin-top: 40px;
    min-height: 860px;

}


.contact-media span {
    padding-right: 10px;
}

.contact-media i {
    padding-right: 10px;
}

/* --- SUPPORT ---*/

.support-message {
    background-color: #8db4b4;
    min-height: 100px;
    margin-top: 40px;
    text-align: left;
    padding: 20px 40px 20px 40px;
}

.text-download {
    font-size: 14px;
}

.support-welcome {
    text-align: left;
    padding-left: 40px;
}

.card-support {
    border: 1px solid #8db4b4;
    padding: 20px 20px 20px 20px;
    text-align: left;
}

.btn-contact {
    width: 100%;
    height: 50px;
    padding-top: 10px;
}

.btn-contact a:hover {
    color: #35b4b4;
    text-decoration: none;
}

.btn-contact a:active {
    color: #35b4b4;
    text-decoration: none;
}

.btn-contact a {
    color: white;
    text-decoration: none;
    font-size: 20px;
}

.tech-faq {
    text-align: left;
    min-height: 300px;
}

.tech-faq h3 span {
    padding-left: 20px;
}

.response-event {
    display: none;
}

.eventFaq {
    cursor: pointer;
}

.eventIssue {
    cursor: pointer;
}

.response-event ul {
    list-style-image: none !important;
}


/* CONTACT */
.sectionBform form {
    border: 1px solid #666666;
    padding: 20px;
    text-align: left;
    position: relative
}

.btn-file {
    position: relative;
    overflow: hidden;
    background-color: #007aa5;
    border-radius: 0px !important;
    color: white;

}


.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.contact-title {
    text-align: right;
}

.section-contact {
    min-height: 500px;
}


/* --- POLICY ---*/
.section-policy {

    text-align: justify;
}


/*--- REGISTER ---*/
.s1,
.s2,
.s3 {
    display: inline-block;
    z-index: 2;
    margin-top: 20px;
    margin-bottom: 30px;
}

.ch1 {
    font-size: 15px;
    font-weight: 700;
    font-family: 'Open Sans Bold', sans-serif;
}

.btn_register_sel {
    border-radius: 5em;
    padding: 11px 17px;
    clear: both;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 15px;
    background: #35b5b5;
    border: 1px solid #35b5b5;
    color: var(--color-lighter);
    z-index: 2;
}

.btn_register_notsel {
    background: var(--color-lighter);
    color: #444;
    border: 2px solid #faeabf;
    border-radius: 5em;
    padding: 11px 17px;
    clear: both;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 15px;
    z-index: 2;
}

.line_numbers {
    background: #ebeaef;
    height: 6px;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 40px;
    z-index: 1;
}

#step2 {
    display: none;
}

#step2Flex {
    display: none;
}

#step3 {
    display: none;
}

#paypalCreditCard {
    display: none;
}

.height100 {

    height: 100px;
}

.height133 {

    height: 133px;
}

.width100 {

    width: 100%;
}

/* --- LOGIN ---*/

.card-login {
    background-color: #F7F7F7;
    padding: 20px 25px 30px;
    margin: 50px auto 50px auto;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;

}

.boxBlue {
    background-color: rgba(53, 180, 180, 0.5);
}

.boxBlueSummary {
    background-color: rgba(53, 180, 180, 0.2);
}

.boxGreySummary {
    background-color: rgba(207, 207, 207, 0.3);
}

.boxGreyDark {
    background-color: rgb(87, 87, 87) !important;
}

.boxGrey {

    min-height: 120px;
    background-color: #E8E8E8;
    border-radius: 3px;

}

.backgroundColorE8E8E8 {

    background-color: #E8E8E8;
}

.boxCoach {

    background-color: white !important;
    padding: 10px !important;
    border-radius: 2px;
    margin-top: 10px;
}

.boxCoachBig {

    background-color: white !important;
    padding: 30px !important;
    border-radius: 2px;
    margin-top: 10px;
}

#classroom_coaching {

    border: none !important;
}

.miniBoxSessions {

    height: 23px;
    width: 108px;
    margin: auto;
}

.boxWhite {

    background-color: white !important;
    padding: 20px !important;
    border-radius: 2px;
}

.boxWhite .row {

    padding-left: 20px !important;
    padding-right: 20px !important;
}

.boxWhite .boxBlueSummary {

    margin-left: 10px;
    margin-right: 10px;
}

.boxWhite .boxGreySummary {

    margin-left: 10px;
    margin-right: 10px;
}

.boxSection {

    background-color: white;
    padding: 10px;
}

.cicleSessions {
    background-color: #35B4B4;
    color: white;
    font-size: 30px;
    font-weight: bold;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding: 16px;
    height: 80px;
    width: 80px;
}

.borderWeek {

    border-bottom: 2px solid #DDDFE1;
}

.card-login>.card-header {
    color: #00415d;
    border-color: var(--color-lighter);
    text-align: center;
}

.card-login>.card-header a {
    text-decoration: none;
    color: #666;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.card-login>.card-header a.active {
    color: #116b71;
    font-size: 18px;
}

/*
 * Card component
 */
.card {
    background-color: #F7F7F7 !important;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: auto;
    margin-top: 50px;
    width: 50%;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.cardExp {
    background-color: white;
    /* just in case there no content*/
    margin: auto;
    margin-top: 50px;
    width: 100%;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

.cardExpSelect {
    background-color: #F7F7F7;
    margin: auto;
    width: 60%;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.cardCoachReg {

    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 5px 10px;
    margin: auto;
    width: 95%;
    margin-top: 20px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: #35b4b4;
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 20px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: #116b71;
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus {
    color: rgb(12, 97, 33);
}





/* --- FOOTER ---*/
footer {
    background-color: var(--color-green);
}

/* footer social icons */
ul.social-network,
ul.social-network2 {
    list-style: none;
    display: flex;
    gap: 1rem;
    margin: 0 !important;
    padding: 0;
}

ul.social-network li a,
ul.social-network2 li a {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-secondary);

    &:hover {
        color: var(--color-lighter);
    }
}

ul.social-network li a>i,
ul.social-network2 li a>i {
    font-size: 24px !important;
}


/* footer social icons */
.social-network a.icoYoutube:hover {
    background-color: #BD3518;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoYoutube:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
    color: var(--color-lighter);
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 30px;
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: var(--color-lighter);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.btn-policy {
    background-color: #007aa5;
    width: 120px;
    height: 50px;
    padding-top: 10px;
}

.btn-policy a {
    color: white;
    text-decoration: none;
    font-size: 20px;
}


.btn-policy a:hover {
    color: #35b4b4;
    text-decoration: none;
}

.btn-policyC {
    background-color: white;
    width: 120px;
    height: 50px;
    padding-top: 10px;
}

.btn-policyC a {
    color: #007aa5;
    text-decoration: none;
    font-size: 20px;
}

.background_color6 {
    background-color: #aba4bf;
}

.btn-policyC a:hover {
    color: #35b4b4;
    text-decoration: none;
}

.border_2 {
    border: 1px solid #007aa5;
}

.border_white {
    border: 5px solid white;
}

.weekDays-selector input {
    display: none !important;
}

.weekDays-selector input[type=checkbox]+label {
    display: inline-block;
    border-radius: 6px;
    background: #dddddd;
    height: 40px;
    width: 30px;
    margin-right: 3px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.weekDays-selector input[type=checkbox]:checked+label {
    background: #f05c4e;
    color: var(--color-lighter)fff;
}

#politicsInstructor {
    display: none;
}

.register_response {
    margin-top: 100px;
}


@media (min-width: 1500px) {

    .video-wrapper {
        height: 800px;
    }

    #video {
        height: 800px;

    }
}

/* --- MEDIA QUERY --- */

@media (max-width: 1000px) {

    .section3-div2 {
        margin-top: 150px
    }

    .card {
        width: 100%;
    }

    .video-wrapper {
        height: 500px;
    }

    #video {
        height: 500px;
    }

    #section0 .layer {
        width: 50%;
        top: 20px;

    }

    #section0 .layerExp {
        width: 30%;
        bottom: 25%;

    }



    .list-prices {
        text-align: center;
    }

    .circle-number {
        top: 20px;
    }

    .show-circle-responsive {
        display: block;
    }

    .show-circle-all {
        display: none;
    }

    .list-prices {
        padding-bottom: 40px;
    }

    #video {
        height: 500px;

    }

    .card-coach {
        min-height: 500px;
    }



}




@media (max-width: 770px) {

    #video {
        display: none !important;
    }

    .audio-stop {
        display: none !important;
    }

    .audio {
        display: none !important;
    }

    #title-normal {
        display: none;
    }

    #title-responsive {
        display: block;
    }




    .section3-div2 {
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .section4-div2 {
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .section6-div1 {
        margin-top: 40px;
        padding-bottom: 40px;
    }




    .text-introduces {
        margin-top: 20px;

    }

    .text-introduces div {
        width: 90%;
        padding-top: 20px;
        padding-bottom: 20px;
    }


    .circle {
        margin: auto;
    }


    .layer-languages {
        font-size: 25px;
    }

    .layer h1 {
        font-size: 35px;
    }

    .layerExp h1 {
        font-size: 25px;
    }

    .item-texts {
        padding: 20px;
    }

    .section6-half-background {
        height: 35%;
    }


    .coaches-title {
        margin-top: 10px;
    }

    .team-title {
        margin-top: 10px;
    }

    .btn-coach {
        font-size: 16px !important;
        padding-top: 13px;
    }

}


@media (max-width: 500px) {


    .rectangle {
        width: 150px;
        height: 150px;
    }

    .nombre-team {
        padding-top: 40px;
    }

    .desc-team {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .card-team {
        min-height: 550px;
    }

    .works-section0-div2 h3 {
        padding-top: 120px;
    }

    .works-section2-div2 h3 {
        padding-top: 180px;
    }

}

@media (max-width: 400px) {

    .btn-policy a {
        font-size: 16px;
        padding-top: 13px;
    }

    .btn-policy {
        padding-top: 13px;
    }

    #section0 .works-layer {

        width: 100%;
        margin: auto;

    }

    .btn-coach {
        width: 200px;
    }

}

@media screen and (max-width: 240px) {
    .g-recaptcha {
        transform: scale(0.58);
        -webkit-transform: scale(0.58);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}


@media screen and (min-width: 319px) and (max-width: 320px) {
    .g-recaptcha {
        transform: scale(0.79);
        -webkit-transform: scale(0.79);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

/*Sitemap*/
.sitemap {
    margin: 5em 0 5em 6em
}

.primaryNav {
    clear: both;
    width: 100%;
    margin-top: 3em 0;
}

.primaryNav #home {
    position: absolute;
    margin-top: -3em;
    margin-bottom: 0;
    min-width: 14.5em;
    width: 100%;
    padding-top: 10px;
}

.primaryNav #home:before {
    display: none
}

.primaryNav #home.long-cell:before {
    display: block;
    position: absolute;
    border-width: 0;
    border-color: var(--color-accent);
    border-style: solid;
    z-index: -1;
    border-left-width: 2px;
    border-top-width: 2px;
    left: -40px;
    top: 1.67em;
    box-shadow: -100px 0 0 0 #f7fbfb;
}

@media screen and (max-width:1111px) {
    .primaryNav #home.long-cell:before {
        left: -40px;
        top: 1.67em;
    }
}

@media screen and (max-width:480px) {
    .primaryNav #home.long-cell:before {
        box-shadow: -110px 0 0 0 #f7fbfb;
    }
}

.primaryNav #home img {
    float: left;
    margin-right: 4px
}

.primaryNav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
    padding-inline-start: 40px
}

.primaryNav li {
    flex: 1;
    flex-basis: 14.5em;
    padding-right: 1.25em;
    position: relative;
    min-width: 14.5em;
    margin-left: -2px;
}

.primaryNav li ul li {
    min-width: 12.5em
}

.primaryNav li ul li ul li {
    min-width: 10.5em
}

.primaryNav>ul>li {
    margin-top: 3em
}

.sitemapLink {
    margin: 0;
    display: block;
    text-decoration: none;
    border-radius: 30px;
    color: white;
    background-color: var(--color-secondary);
    font-weight: 600;
    font-size: 12px;
    padding: 12px;
    text-align: center;
}

.sitemapLink:hover {
    background-color: var(--color-primary);
}

.sitemapLink:focus-visible {
    color: var(--color-accent);
}

.primaryNav a:link:after,
.primaryNav a:visited:after,
.utilityNav a:link:after,
.utilityNav a:visited:after {
    display: block;
    font-weight: 600;
    font-size: .75em;
    margin-top: .25em;
    word-wrap: break-word;
    color: #666
}

.primaryNav ul ul {
    display: block
}

.primaryNav ul ul li {
    padding-top: .9875em;
    padding-right: 0
}

.primaryNav ul ul li:first-child {
    padding-top: 2em
}

.primaryNav ul ul ul {
    margin-top: .6em;
    padding-top: .6em;
    padding-bottom: .625em
}

.primaryNav ul ul ul li {
    padding-top: .3125em;
    padding-bottom: .3125em
}

.primaryNav ul ul ul li a {
    font-size: .75em;
    padding: .75em;
    min-width: 90%;
    width: auto;
    margin-right: 0;
    margin-left: auto
}

.primaryNav ul ul ul li:first-child {
    padding-top: 1em
}

.primaryNav ul ul ul li a:link:after,
.primaryNav ul ul ul li a:visited:after {
    font-size: .75em
}

.primaryNav ul ul ul ul {
    margin-top: 0;
    padding-top: .3125em;
    padding-bottom: .3125em
}

.primaryNav ul ul ul ul li a {
    padding: .75em;
    min-width: 80%;
    width: auto
}

.primaryNav ul ul ul ul li a:link:after,
.primaryNav ul ul ul ul li a:visited:after {
    display: none
}

.primaryNav ul li:after,
.primaryNav ul li:before,
.primaryNav ul:after,
.primaryNav ul:before {
    display: none;
    content: '';
    position: absolute;
    border-width: 0;
    border-color: var(--color-accent);
    border-style: solid;
    z-index: -2
}

.primaryNav ul.showSiteMapLines li:after,
.primaryNav ul.showSiteMapLines li:before,
.primaryNav ul.showSiteMapLines:after,
.primaryNav ul.showSiteMapLines::before {
    display: block;
}

.primaryNav>ul>li:before {
    height: 1.375em;
    top: -1.375em;
    right: calc(50% + .625em);
    width: calc(100% - 2px);
    border-top-width: 2px;
    border-right-width: 2px
}

.primaryNav>ul>li:first-child+li:before {
    border-top-width: 0;
    height: 5em;
    top: -5em
}

.primaryNav ul ul li:after {
    width: 50%;
    height: .9875em;
    top: 0;
    right: 1px;
    border-left-width: 2px
}

.primaryNav ul ul li:first-child:before {
    width: 50%;
    height: 1.3125em;
    top: .9875em;
    right: 1px;
    border-left-width: 2px
}

.primaryNav>ul>li:last-child:after {
    border-bottom-width: 0
}

.primaryNav ul ul ul li:before {
    width: calc(50% - 15px) !important;
    height: calc(100% - 2px);
    top: -50%;
    left: 0;
    border-left-width: 2px;
    border-bottom-width: 2px
}

.primaryNav ul ul ul li:first-child:before {
    height: 2.125em;
    top: -1px;
    border-top-width: 2px
}

.primaryNav ul ul ul:before {
    width: 50%;
    height: 1.25em;
    top: -10px;
    right: 1px;
    border-left-width: 2px
}

.primaryNav ul ul ul li:after {
    border-width: 0
}

.primaryNav ul ul ul ul li:before,
.primaryNav ul ul ul ul li:first-child:before {
    display: none
}

.primaryNav ul ul ul ul:before {
    width: 1px;
    height: calc(100% + 2.5em);
    top: -2.5em;
    left: 0;
    border-left-width: 2px
}

@media screen and (max-width:30em) {
    .primaryNav ul {
        display: block
    }

    .primaryNav li {
        width: 100%;
        padding-right: 0
    }

    .primaryNav #home {
        width: 100%;
        position: relative;
        margin-bottom: -1em;
        margin-top: 0
    }
}

@media screen and (min-width:30em) {
    .primaryNav>ul>li {
        max-width: 50%
    }
}

@media screen and (min-width:38.5em) {
    .primaryNav>ul>li {
        max-width: 33%
    }
}

@media screen and (min-width:50em) {
    .primaryNav>ul>li {
        max-width: 25%
    }
}

@media screen and (min-width:61em) {
    .primaryNav>ul>li {
        max-width: 20%
    }
}

@media screen and (min-width:73em) {
    .primaryNav>ul>li {
        max-width: 16.66%
    }
}

@media screen and (min-width:84.5em) {
    .primaryNav>ul>li {
        max-width: 14.285%
    }
}

@media screen and (min-width:96em) {
    .primaryNav>ul>li {
        max-width: 12.5%
    }
}

@media screen and (min-width:107.5em) {
    .primaryNav>ul>li {
        max-width: 11.11%
    }
}

@media screen and (min-width:119em) {
    .primaryNav>ul>li {
        max-width: 10%
    }
}


.image_container {

    position: relative;
}

.image_container .image_edit {

    position: absolute;
    bottom: 0;
    right: 31%;
    cursor: pointer;
    /* Hacer clic en el ícono */
}

.img_profile_edit {
    border-radius: 40px;
    color: white;
    height: 40px;
    font-weight: bold;
    width: 40px;
    display: table;
    margin: auto;
    cursor: pointer;
}

.img_profile {

    border-radius: 200px;
    color: white;
    height: 200px;
    font-weight: bold;
    width: 200px;
    display: table;
    margin: auto;
}

.form-control[readonly] {
    background-color: #eceef1 !important;
    opacity: 1;
}

.password-container {
    position: relative;
}

/* Ícono del ojo */
.password-container .toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #114E52;
    cursor: pointer;
    /* Hacer clic en el ícono */
}

/* Cambiar color al hacer hover en el ícono */
.password-container .toggle-password:hover {
    color: var(--color-green);
}

.box_C2E8E7 {

    background-color: #C2E8E7;
    border-radius: 5px;
    padding: 8px 4px 8px 4px;
}

.card-summary {

    background-color: #E8F1F1 !important;
    padding: 22px 18px 22px 18px;
    border: none !important;
    border-radius: 10px;

}

.card-summary-white {

    background-color: white;
    padding: 20px;
    border-radius: 10px;

}

.btn-circle-builder {
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 16px;
    border-radius: 45px;
    padding: 10px;
    color: white;

}

.payment-method-container {
    background: #F3F8F8;
    border-radius: 10px;
    font-family: sans-serif;
    max-width: 450px;
    margin: auto;
}

.payment-header {
    background: #E8F1F1;
    padding: 10px 12px;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #545454;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.payment-body {

    padding: 10px;
}

.payment-header i {
    margin-right: 8px;
}

.payment-option {
    padding: 12px;
    margin-top: 12px;
    background: var(--color-lighter);
    border-radius: 6px;
}


.payment-radio {
    display: flex;
    align-items: center;
    font-weight: 600;
    cursor: pointer;
    gap: 8px;
}

.payment-radio input {
    display: none;
}

.custom-radio {
    height: 18px;
    width: 18px;
    border: 2px solid #00b2a9;
    border-radius: 50%;
    position: relative;
}

.payment-radio input:checked+.custom-radio::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background: #00b2a9;
    border-radius: 50%;
}

.info-icon {
    margin-left: 6px;
}

.code-input {
    margin-top: 12px;
    padding: 10px;
    background-color: #F3F8F8;
    border-radius: 5px;
}

.code-input input {
    width: 100%;
    padding: 8px 12px;
    border: 2px solid #b7cfcf;
    border-radius: 6px;
    font-size: 14px;
}

.code-input .note {
    font-size: 12px;
    color: var(--color-primary);
    margin-top: 6px;
}

.experiencesHomeCarousel .slick-track {
    height: 550px;
}

.slider-item {
    height: 100px;
    display: flex;
    align-items: center;

    img {
        max-height: clamp(48px, 10vw, 100px);
    }
}

.slider-card {
    height: 100%;
    display: flex !important;
    flex-direction: column;
    gap: 1rem;
}

.slider-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-inline: 0.5rem;
}

.slider-card__image {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    max-height: 100%;
}

.slider-card__footer {
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
    padding: 0.5rem;
}