.landing_hero {
    position: relative;
    z-index: 11;
}

.freeClass__wrapper {
    position: relative;
}

.joinFreeClass {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10;
    opacity: 0;
    transition: .5s;
}

.joinFreeClass button {
    margin-top: 0 !important;
}

.joinFreeClass.active {
    opacity: 1;
}

.freeLessons-try,
.freeLessons-expects {
    width: 100%;
    display: block;
    background-color: #f0f0f0;
    text-align: center;
}

.freeLessons-try__wrapper,
.freeLessons-expects__wrapper {
    width: 90%;
    max-width: 1320px;
    margin: 0 auto;
}

.freeLessons-try__title {
    width: 100%;
    padding: 5em 0 5em 0;
}

.freeLessons-try__title h2 {
    font-size: 2.25em;
    font-family: 'ArialRoundedMTBold';
    line-height: 1em;
    color: #1d3053;
}

.freeLessons-try__title h2 span {
    color: #0ab6e6;
}

.freeLessons-try__details {
    width: 100%;
    max-width: 865px;
    text-align: left;
    margin: 0 auto;
    padding-bottom: 4em;
}

.freeLessons-try__details p {
    font-size: 18px !important;
    color: #1d3053;
    font-family: 'AvenirNext-Medium';
}

.freeLessons-try__details p:nth-child(1) {
    margin-bottom: 1.5em;
}

.freeLessons-try__details p span {
    color: #0ab6e6;
}

.freeLessons-expects__title {
    padding-bottom: 5em;
    padding-top: 2em;
}

.freeLessons-expects__title h2 {
    font-size: 2.75em;
    font-family: 'ArialRoundedMTBold';
    line-height: 1em;
    color: #1d3053;
}

.freeLessons-expects__title h2 span {
    color: #9649bd;
}

.freeLessons-expects__details {
    width: 100%;
    max-width: 865px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 0em;
    box-sizing: border-box;
}

.freeLessons-expects__details--item {
    position: relative;
    padding-left: 2em;
}

.freeLessons-expects__details--item::after {
    content: '';
    width: .4em;
    height: .4em;
    border-radius: 100%;
    background-color: #1d3053;
    position: absolute;
    top: 5px;
    left: 0em;
}

.freeLessons-expects__subtitle {
    margin: 3em 0;
}

.freeLessons-expects__reasons--title {
}

.freeLessons-expects__details--item {
    font-size: 18px !important;
    color: #1d3053;
    font-family: 'AvenirNext-Medium';
    margin-bottom: 1em;
}

.freeLessons-expects__details--item:last-child {
    margin-bottom: 0;
}

.freeLessons-expects__details--item span,
.freeLessons-expects__details--item a,
.freeLessons-expects__subtitle h3 span {
    color: #0ab6e6;
}

.freeLessons-expects__subtitle h3 {
    font-size: 1.8em;
    font-family: 'ArialRoundedMTBold';
    line-height: 1em;
    color: #1d3053;
}

.freeLessons-expects__reasons--title p {
    font-size: 18px !important;
    color: #1d3053;
    font-family: 'AvenirNext-Medium';
}

.freeLessons-expects__reasons {
    margin: 4em auto;
    max-width: 463px;
    width: 100%;
}

.freeLessons-expects__reasons li {
    font-size: 18px !important;
    color: #0ab6e6;
    font-family: 'AvenirNext-Medium';
    text-align: left;
    position: relative;
    padding-left: 25px;
}

.freeLessons-expects__reasons li:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 3px solid #9649bd;
    position: absolute;
    top: 2px;
    left: 0em;
}

.freeLessons-expects__reasons li span {
    color: #9649bd;
}

.freeLessons-expects .btn {
    margin-top: 0 !important;
}

.freeLessons-expects__wrapper {
    padding-bottom: 4em;
    position: relative;
}

.landing_hero--decorator.freeClass {
    background-color: #f0f0f0;
}

.freeLessons-header__wrapper {
    width: 100%;
    display: block;
    position: relative;
}

.freeLessons-header {
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
    display: block;
    text-align: center;
    position: relative;
    z-index: 2;
}

.freeLessons-header__title {
    margin: 5em 0;
    position: relative;
    display: inline-block;
}

.freeLessons-header__title img {
    position: absolute;
    top: -2em;
    left: -4em;
    width: 3em;
}

.freeLessons-header__title h1 {
    font-size: 5.1875em;
    font-family: 'ArialRoundedMTBold';
    line-height: 1em;
    color: #1d3053;
}

.freeLessons-header__title h1 span {
    color: #B8D630;
}

.freeLessons-header__wrapper {
    display: flex;
    justify-content: center;
}

.freeLessons-header__banner01 {
    width: 58%;
    position: relative;
}

.freeLessons-header__banner01 .starDecorator {
    width: 25%;
    position: absolute;
    bottom: 3%;
    left: -12%;
} 

.freeLessons-header__banner02 {
    max-width: 48em;
    padding: 3em 0.5em;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(./../images/online_spanish_classes_free_bg.png);
    background-size: cover;
    background-position: center;
    border: 2px solid #ffffff;
    font-family: 'ArialRoundedMTBold';
    border-radius: 4em;
}  

.freeLessons-header__banner01 img {
    width: 100%;
    display: block;
}

.freeLessons-header__bannerP1 {
    font-size: 1.8em;
    color: #1d3053;
}

.freeLessons-header__bannerP2 {
    font-size: 5.1875em;
    color: #9649bd;
}

.freeLessons-header__bannerP3 {
    font-size: 1.5em;
    color: #1d3053;
}

.freeLessons-header__bannerP5 {
    font-size: 1.75em;
    color: #1d3053;
    margin: .25em 0 !important;
}

.freeLessons-header__bannerP4 {
    font-size: 3em;
    color: #1d3053;
}

.freeLessons-header__bannerP4 span {
    color: #9649bd;
}

.freeLessons-header__wrapper .btn {
    margin-top: 0 !important;
}

.freeLessons-header__decorator {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    display: block;
    padding-bottom: 4em;
    background-color: #f0f0f0;
}

.freeLessons-header__decorator img {
    width: 100%;
    display: block;
}

.freeLessons-try__title span {
    position: relative;
}

.freeLessons-try__title span img {
    position: absolute;
    top: 120%;
    right: 0;
    width: 5em;
}

.landing__wrapper  {
    overflow: hidden;
}

.swal-text {
    text-align: center !important;
}

.freeLessons-header__banner02 a {
    margin-top: 2em !important; 
}

.getFreeClass__programs {
    text-align: center;
    margin-top: 8em;
    margin-bottom: 5em;
}

.getFreeClass__programs button {
    margin-top: 0 !important;
}

@media(max-width: 1320px) {
    .freeLessons-header__bannerP1 {
        font-size: 20px;
    }
    
    .freeLessons-header__bannerP2 {
        font-size: 5.1875em;
    }
    
    .freeLessons-header__bannerP3 {
        font-size: 16px;
    }
    
    .freeLessons-header__bannerP5 {
        font-size: 21px;
    }

    .freeLessons-header__banner02 {
        padding: 3em 1.5em;
    }
}

@media(max-width: 1024px) {
    .freeLessons-header__bannerP5 {
        max-width: 320px;
        margin: 0 auto;
    }
}

@media(max-width: 920px) {
    .freeLessons-try__title h2,
    .freeLessons-expects__subtitle h3 {
        font-size: 20px;
    }

    .freeLessons-try__details p,
    .freeLessons-expects__details--item,
    .freeLessons-expects__reasons--title p,
    .freeLessons-expects__reasons li {
        font-size: 16px !important;
    }

    .freeLessons-expects__reasons {
        max-width: 409px;
    }

    .freeLessons-expects__reasons li:after {
        width: 5px;
        height: 5px;
        border: 2px solid #9649bd;
        top: 5px;
    }

    .freeLessons-expects__reasons li {
        padding-left: 20px;
    }

    .freeLessons-try__details p:nth-child(1) {
        margin-bottom: 1em;
    }

    .freeLessons-expects__title h2 {
        font-size: 22px;
    }

    .freeLessons-expects__details--item {
        padding-left: 1.5em;
    }

    .freeLessons-header__bannerP1 {
        font-size: 20px;
    }
    
    .freeLessons-header__bannerP2 {
        font-size: 5.1875em;
    }
    
    .freeLessons-header__bannerP3 {
        font-size: 16px;
    }
    
    .freeLessons-header__bannerP5 {
        font-size: 21px;
    }
}

@media(max-width: 820px) {
  
}

@media(max-width: 720px) {
    .freeLessons-header__wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    .freeLessons-header__banner02 {
        width: auto;
        max-width: 100%;
        margin-top: 4em;
        margin-bottom: 4em;
    }

    .freeLessons-header__banner01 {
        width: 85%;
        max-width: 520px;
    }

    .freeLessons-header__bannerP4 {
        font-size: 26px;
    }

    .freeLessons-header__bannerP2 {
        font-size: 35px;
    }

    .freeLessons-header__title {
        margin: 7.5em 0;
    }

    .freeLessons-header__banner02 {
        padding: 5em 3em;
    }

    .spanishful-details--title h3, .resourceful__title h3, .accesible--title h3, .garantee-hero__title h3, .faqs__title h3 {
        font-size: 22px;
    }

    .footer-contact--title h3 {
        font-size: 18px;
    }
}

@media(max-width: 620px) {
    .freeLessons-expects__title h2 {
        font-size: 20px;
    }

    .freeLessons-expects__subtitle h3 {
        font-size: 18px;
    }

    .freeLessons-try__title {
        padding: 6em 0;
    }

    .freeLessons-try__details {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .freeLessons-expects__title {
        margin: 0em;
        padding: 6em;
    }

    .freeLessons-expects__subtitle {
        margin: 6em 0;
    }

    .freeLessons-expects__reasons {
        margin: 6em auto;
    }

    .getFreeClass__programs {
        margin-top: 14em;
        margin-bottom: 10em;
    }

    .joinFreeClass {
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        width: 100%;
        text-align: center;
    }
}

@media(max-width: 680px) {
    .freeLessons-expects__reasons--title p br {
        display: none;
    }
}

@media(max-width: 520px) {
    .freeLessons-try__title span img {
        display: none;
    }
}

@media(max-width: 480px) {
    .freeLessons-try__title h2 span,
    .freeLessons-expects__title h2 span {
        width: 100%;
        display: block;
    }

    .freeLessons-header__bannerP5 {
        font-size: 18px;
    }

    .accesible--title__program {
        margin-bottom: 8em;
    }
}