@import "reset.css";
@import "heebo-font.css";
html {
    margin: 0;
    height: 100vh;
}  
body {
    margin: 0;
    height: 100vh;
    color: #4A4A4A;
    font-size: 13px;;
    width: 100%;
    background-color: #ffffff;
    font-family: 'Heebo', sans-serif;
}
nav#header-navigation img {
    max-width: 150px;
    float: left;
    margin-top: 10px;
    margin-bottom: 15px;
}
.clearfix {
    clear: both;
    width: 100%;
}
.separator {
    display: block;
    height: 60px;
    background-color: transparent;
    width: 100%;
    position: relative;
}
.separator .line {
    border-bottom: 1px solid #c3d500;
    height: 100%;
    width: 65px;
}
header {
    width: 100%;
    padding: 18px 15px;
    position: relative;
}
#header-navigation .container {
    position: relative;
}
#header-navigation.expanded {
    position: fixed;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
#header-navigation.expanded ul{
    display: block;
    margin-top: 60px;
}
#header-navigation.expanded ul li{
    display: block;
    text-align: left;
    margin-bottom: 2px;
    border-bottom: 1px solid #d2d2d2;
    line-height: 76px;
    width: 89%;
}
#header-navigation.expanded ul li:first-child{
    margin-left: 30px;
}
#header-navigation.expanded ul li:last-child{
    border-bottom: none;
}
#header-navigation ul{
    display: none;
}
#header-navigation ul li:first-child{
    margin-left: 0px;
}
#header-navigation ul li{
    display: inline;
    margin-left: 30px;
}
#header-navigation ul li a{
    font-size: 17px;
    color: #4A4A4A;
    line-height: 39px;
}
#header-navigation ul li a:visited{
    color: #4A4A4A;
}
#header-navigation ul li a:hover{
    text-decoration: none;
}
#globant-logo, #acamica-logo {
    position: relative;
    top: -7px;
}
#globant-logo {
    width: 90px;
}
#acamica-logo {
    width: 104px;
}
nav#header-navigation #plus-signal {
    width: 17px;
    margin-top: 0;
}
#acamica-logo, #plus-signal {
    margin-left: 5px;
}
#header-navigation.expanded .navbar-logo-brand {
    margin-left: 15px;
}
#header-navigation.expanded .navbar-logo-brand,
#header-navigation.expanded #acamica-logo,
#header-navigation.expanded #plus-signal {
    margin-top: 18px;
}
a.btn {
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 33px;
    color: #ffffff !important;
    display: inline-block;
    line-height: 39px;
    font-size: 14px !important;
    text-transform: uppercase;
    padding: 0 40px;
    text-decoration: none;
    font-weight: 700;
}
.btn:hover {
    background-color: #666666;
    border: 2px solid #666666;
    text-decoration: none;
}
.btn:visited {
    color: #ffffff;
}
body a.btn.btn-green {
    background-color: #BFD732;
    border: 2px solid #BFD732;
    color: #222222 !important;
}
body .btn.btn-green:hover {
    background-color: #8CC63F;
    border: 2px solid #8CC63F;
}
body .btn.btn-green:visited {
    color: #222222;
}
body a.btn.btn-pink {
    background-color: transparent;
    border: 2px solid #E61486;
    color: #E61587 !important;
    text-transform: none;
    font-size: 14px;
    font-weight: 700;
}
body .btn.btn-pink:hover {
    background-color: #E61486;
    border: 2px solid #E61486;
    color: #FFFFFF !important;
}
body .btn.btn-pink:visited {
    color: #222222;
}
#link-mobile-menu {
    display: block;
    position: absolute;
    top: 6px;
    right: 15px;
    width: 32px;
    height: 22px;
    background-image: url("../img/icons/navigation-menu.svg");
    background-size: cover;
    cursor: pointer;
    text-decoration: none;
}
#link-mobile-menu.active {
    background-image: url("../img/icons/close-menu.svg");
    background-size: 21px;
    background-repeat: no-repeat;
    background-position-x: 5px;
}
#hero-banner {
    width: 100%;
    height: 700px;
    background-image: url("../img/hero_landing_mobile.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 370px 0 0 0;
}
h1 {
    color: #FFFFFF;
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    width: 100%;
}
h2 {
    font-size: 24px;
    line-height: 34px;
    color: #121212;
    padding-bottom: 15px;
    text-align: left;
    font-weight: 700;
    padding-top: 30px;
}
h3 {
    text-align: center;
    color: #121212;
    font-size: 28px;
    padding-top: 30px;
    line-height: 32px;
    padding-left: 18px;
    padding-right: 18px;
    font-weight: 700;
}
.cta-action p {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #4a4a4a;
    padding: 30px 18px;
}
h4 {
    font-size: 28px;
    line-height: 28px;
    text-align: left;
    font-weight: bold;
    padding: 20px 0 45px 0;
}
#be-kind {
    display: none;
}
#hero-banner .container{
    position: relative;
}
#faqs {
    background-color: #FAFAFA;
    padding-bottom: 0;
}
.question {
    font-weight: 700;
    font-size: 24px;
    color: #4a4a4a;
    line-height: 28px;
    padding: 12px 0;
}
.response {
    font-weight: 300;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 24px;
    padding-bottom: 15px;
    padding-top: 6px;
}
#maping {
    padding: 48px 0;
}
.text-acamica, .text-terms {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}
.text-acamica {
    color: #4A4A4A;
}
.text-acamica a,
.text-acamica a:visited,
.text-acamica a:active {
    font-weight: 700;
    color: #BFD732;
    text-decoration: none;
    cursor: pointer;
}
.text-terms {
    color: #121212;
    padding: 20px 20px 0 20px;
}
.text-terms a, .text-terms a:visited, .text-terms a:hover{
    color: #BFD732;
    font-weight: bold;
    text-decoration: none;
}
#chile-peru-img {
    display: block;
    width: 75%;
    height: auto;
    margin: 0 auto;
    margin-top: 22px;
}
#course-program {
    background-color: #F8F8F8;
    color: #121212;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 48px;
}
.middle-part {
    width: 100%;
    display: block;
    flex-basis: auto;
}
#image-course img {
    display: block;
    width: 100%;
}
#text-course {
    padding: 0 15px;
}
#text-course p {
    color: #4A4A4A;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
}
#text-course .btn {
    width: 100%;
    background-position: calc(50% - 66px) 50%;
    background-image: url("../img/icons/download-icon.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    margin-top: 24px;
}
.item-code {
    min-width: 260px; /* 280px */
    box-shadow: 0px 8px 20px #00000012;
    border-radius: 40px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    position: relative;
    padding: 100px 28px 85px 28px;

    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
}
.code-number {
    position: absolute;
    display: block;
    background-color: #F7CE68;
    border-radius: 50%;
    color: #000000;
    text-align: center;
    font-size: 48px;
    height: 80px;
    width: 80px;
    left: 0;
    top: 0;
    padding-top: 16px;
}
.code-title {
    font-weight: 700;
}
.code-title, .code-date {
    font-size: 24px;
    display: block;
    color: #121212;
    line-height: 32px;
    padding: 5px 0;
}
.code-description {
    font-size: 16px;
    line-height: 22px;
    padding-top: 10px;
    color: #4A4A4A;
}
.code-description a {
    font-weight: 700;
    text-decoration: none;
}
.code-description a:visited {
    color: #121212;
}
#scholarships {
    padding: 48px 0;
    background: transparent linear-gradient(90deg, #F9AA7C 0%, #F7CE68 52%, #F6D16B 100%) 0% 0% no-repeat padding-box;
    color: #121212;
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    margin-top: 25px;
}
#scholarships .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#scholarships .left, #scholarships .right {
    width: 100%;
    display: block;
    flex-basis: auto;
}
#scholarships .big-number {
    font-size: 64px;
    line-height: 76px;
    display: block;
}
#scholarships .big-title {
    display: block;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 36px;
}
#scholarships p {
    padding: 15px 0;
}
#testimonials p{
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    color: #4A4A4A;
    padding: 10px 0;
}
.video-container {
    width: 280px;
    box-shadow: 0px 20px 40px #00000033;
    position: relative;
    background-repeat: no-repeat;
    background-size: 317px 220px;
    background-position: 50% 50%;
    height: 164px;
    margin: 20px auto 40px;
}
.video-container a{
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    display: block;
    height: 48px;
    width: 48px;
}
.video-container a img{
    display: block;
    width: 100%;
    height: 100%;
}
#meet-maria {
    background-image: url("../img/video_1.png");
}
.item-banner img {
    display: block;
    width: 158px;
    height: 32px;
}
.item-banner .btn {
    margin-top: 20px;
}
.container .item-banner p.title-light {
    font-size: 24px;
    line-height: 30px;
}
.container .item-banner p {
    font-size: 24px;
    color: #FFFFFF;
    /*width: 88%;*/
    padding: 22px 0 0 0;
    line-height: 34px;
}
.item-about {
    min-width: 228px;
}
.item-about img {
    display: block;
    height: auto;
    width: auto;
    margin: 30px auto 30px;
}
.item-about p {
    text-align: center;
    padding: 0 20px;
    font-size: 18px;
    line-height: 24px;
}
p.contact {
    color: #4a4a4a;
    font-size: 18px;
    text-align: center;
    padding: 60px 0;
    line-height: 25px;
}
.mailto {
    color: #c3d500;
    font-weight: 700;
}
@media (min-width: 320px) {

}
@media (min-width: 450px) {
    #globant-logo, #plus-signal, #acamica-logo {
        width: auto;
    }
}
@media (min-width: 480px) {
    #leadership-program .container {
        max-width: 420px;
    }
}

@media (min-width: 576px) {
    #text-course {
        max-width: 540px;
        margin: 0 auto;
    }
    nav#header-navigation #plus-signal {
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media (min-width: 600px) {
    .text-acamica, .text-terms {
        font-size: 24px;
        line-height: 30px;
    }
    #chile-peru-img {
        margin-top: 40px;
    }
}
@media (min-width: 768px) {
    .only-mobile {
        display: none;
        visibility: hidden;
    }
    #hero-banner {
        background-image: url("../img/hero-landing-1.jpg");
        background-color: #121212;
        height: 550px;
        /* background-size: 100% auto; */
        /* background-size: 1366px 550px; */
        background-position-x: center;
        background-position-y: top;
        padding: 145px 0 0 0;
    }
    header {
        padding: 30px 0;
    }
    h1 {
        width: 660px;
        font-size: 48px;
        line-height: 56px;
    }
    .container .item-banner p.title-light {
        font-size: 29px;
        line-height: 40px;
    }
    #link-mobile-menu {
        top: 0;
        right: 15px;
    }
    #be-kind {
        position: absolute;
        right: 15px;
        bottom: -117px;
        display: block;
    }
    #faqs {
        padding-bottom: 70px;
    }
    .question {
        font-size: 24px;
    }
    .response {
        font-weight: 300;
        font-size: 16px;
        color: #4a4a4a;
        line-height: 24px;
        padding-bottom: 8px;
    }
    #text-course {
        max-width: 720px;
    }
    .item-code {
        margin-left: 20px;
        margin-right: 20px;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}
@media (min-width: 992px) {
    #text-course {
        max-width: 960px;
    }
}
@media (min-width: 1024px) {
    h2 {
        text-align: center;
        font-size: 48px;
        line-height: 60px;
    }
    .middle-part {
        width: 50%;
    }
    #code-your-future {
        padding: 40px 0;
    }
    #code-your-future h2 {
        padding-bottom: 80px;
    }
    #scholarships .left {
        width: 40%;
    }
    #scholarships .right {
        width: 60%;
    }
    #text-course {
        max-width: inherit;
        margin: 0;
        padding: 0 54px;
    }
    #text-course .btn {
        width: 200px;
        text-align: left;
        padding-left: 57px;
        padding-right: 20px;
        background-position: calc(50% - 54px) 50%;
    }
    #course-program {
        padding-bottom: 0;
    }
    .item-code {
        max-width: 296px;
    }
    #scholarships p {
        font-size: 24px;
        line-height: 34px;
    }
    #scholarships .big-number {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #scholarships .big-title {
        text-align: center;
    }
    #testimonials p{
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }
    .video-container {
        width: 846px;
        height: 432px;
        margin: 40px auto 80px;
        background-size: 966px 595px;
    }
    .video-container a {
        top: calc(50% - 50px);
        left: calc(50% - 50px);
        height: 100px;
        width: 100px;
    }
}
@media (min-width: 1080px) {
    #header-navigation ul{
        display: block;
        position: absolute;
        right: 12px;
        top: 0;
        width: auto;
        height: 40px;
    }
    #link-mobile-menu {
        display: none;
    }
    #leadership-program .container {
        max-width: 900px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
    #abilities .icon-slider .icon-item {
        width: 315px;
        padding: 220px 15px 0 15px;
    }
    #acamica-logo, #plus-signal {
        margin: 0 0 0 35px;
    }
    nav#header-navigation #plus-signal {
        margin-left: 45px;
        margin-right: 0;
    }
    h3 {
        padding-top: 60px;
    }
    #testimonials p{
        display: block;
        margin: 0 auto;
        width: 1066px;
    }
}
@media (min-width: 1648px) {
    .container {
        max-width: 1200px;
    }
    h3 {
        font-size: 48px;
        padding-top: 118px;
        line-height: 56px;
        padding-left: 90px;
        padding-right: 90px;
    }
    .cta-action p {
        font-size: 28px;
        line-height: 48px;
        padding: 60px 50px;
    }
    .question, .response  {
        font-size: 24px;
        line-height: 30px;
    }
    p.contact {
        font-size: 28px;
        line-height: 48px;
    }
}
@media (min-width: 1920px) {
    header {
        max-width: 1920px;
        margin: 0 auto;
    }
    #header-navigation ul li a{
        font-size: 24px;
    }
    #header-navigation ul{
        width: 900px;
    }
    .container {
        max-width: 1648px;
    }
    h1 {
        font-size: 64px;
        line-height: 72px;
    }
    .container .item-banner p {
        font-size: 48px;
    }
    .container .item-banner p {
        font-size: 24px;
        color: #FFFFFF;
        width: 420px;
        padding: 40px 0 0 0;
    }
    #steps p {
        padding: 100px 0;
        line-height: 32px;
        font-size: 24px;
    }
    h2 {
        font-size: 48px;
        line-height: 56px;
    }

    #leadership-program .container {
        max-width: 1368px;
    }
    .slide-item p {
        line-height: 32px;
    }
    #highlights .container li {
        font-size: 28px;
        line-height: 48px;
    }
}

/* ***********           Dark Footer          *********** */
footer {
    padding-top: 30px;
    padding-bottom: 0px;
    background-color: #000000;
}
.text-white {
    color: #ffffff !important;
}
.media-container-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}
footer .media-wrap img {
    height: 26px;
}
footer p{
    color: #fff;
}
.right_footer {
    font-size: 9px;
    color: #b8b8b8;
    line-height: 2.67;
}
.links_footer a {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff !important;
    line-height: 2.08;
    margin: 0 14px;
    float: left;
}
.display-5 {
    font-size: 1.5rem !important;
    font-display: swap;
}
.mbr-text {
    font-style: normal;
    line-height: 1.6;
}
footer .footer-lower hr {
    margin: 1rem 0;
    border-color: #fff;
    opacity: .05;
  }
footer .footer-lower .social-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
footer .footer-lower .social-list .mbr-iconfont-social {
    font-size: 1.3rem;
    color: #fff;
}
footer .footer-lower .social-list .soc-item {
    margin: 0 .5rem;
}
footer .footer-lower .social-list a {
    margin: 0;
    opacity: 1;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}
footer .footer-lower .social-list a:hover {
    opacity: .5;
}
/* ***********    End Dark Footer    *********** */
/* ***********     Media query for Footer     *********** */
@media screen and (max-width: 991px) {
    footer .footer-lower .social-list {
        justify-content: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
@media (min-width: 576px) {
    footer .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    footer .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    footer .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    footer .container {
        max-width: 1140px;
    }
}
/* ***********    End Media query for Footer     *********** */
