/* -------- Variables --------*/

:root{
--gold-color: #D0AC62;
--goldHover-color: #A88A4D;
--dark-color: #242424;
--gray-light-color: #F7F7F7;
}

/* -------- Variables --------*/

html, body{
    padding: 0;
    margin: 0;
}

p a{
    color: var(--gold-color);
}

a{
    text-decoration: none;
}

body{
    background-color: var(--dark-color);
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
}

.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 28px;
}

.menu { /* .menu hereda de .header */
    height: inherit;
}

header ol { /* .header ol hereda de .menu */
    display: flex;
    height: inherit;
}

header ol li { /* .header ol li hereda de .header ol */
    height: inherit;
    margin: 0 15px;
}

.menu .link{    
    border-bottom: 2px solid var(--dark-color);
}

.menu .link:hover{
    border-bottom: 2px solid var(--gold-color);
}

.header a { /* .header a hereda de .header ol li */
    color: white;
    text-decoration: none;
    height: inherit;
    display: flex;
    align-items: center;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}

nav ol,
nav ul,
.menuMobile ol,
.menuIg ol,
.menuIg ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure{
    margin: 0;
}

.golden-logo{
    background-color: var(--gold-color);
    padding: 9px 11px;
}

.header .golden-logo{    
    margin-left: 87px;
    margin-right: 18px;
}

section {
    padding: 40px 0;
    position: relative;
    display: block;
}

.above-full{
    height: 100vh;
    min-height: 720px;
}

.wrapper {    
    display: block;
    width: 88%;
    margin: 0 auto;
    max-width: 1366px;
}

h1{
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 37px 0 0 0;
}

.h1-bigger{
    font-size: 80px;
}

.line{
    margin: 0 auto;
    width: 85px;
    border-bottom: 2px solid var(--gold-color);
    margin-bottom: 37px;
}

.content{
    display: flex;
    align-items: center;
    max-width: 1129px;
    margin: 0 auto;
    flex-direction: column;
    justify-content: space-evenly;
    padding-bottom: 16px;
}


.page, .blog{
    background-color: #FFF;
    color: #000;
}


.page .text p{
    max-width: 660px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 16px;
    width: 90%;
}

.page .text ul,
.page .text ol{
    max-width: 660px;
    margin: 0 auto;
    padding-left: 50px;
    width: calc( 90% - 50px );
    
} 

.p20{
    font-size: 20px !important;
}

.semibold{
    font-weight: 600;
}

.bold{
    font-weight: 700;
}

.page .text,
.suscribe .text,
.register .text,
.section .text{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page img{
    margin: 60px 0;
}

.img-p{
    max-width: 660px;
    width: 100%;
}

.img-full{
    width: 100%;
}

.preFooter{
    background-color: var(--dark-color);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 100px;
}

.preFooterRight{
    display: inherit;
    flex-direction: column;    
    text-align: right;
}


.terms{
    display: inherit;
    flex-direction: column;
    border-top: 1px solid var(--gold-color);
    border-bottom: 1px solid var(--gold-color);
    padding: 20px 0px 20px 100px;
    margin: 50px 0 0 0;    
}

.terms a{
    color: #FFF;
    text-decoration: none;
    margin: 10px 0;
}

.terms a:hover{
    color: var(--gold-color);
}

/** Thanks */
.thanksNote{
    color: #A7A7A7;
    font-size: 16px !important;
}

.thanksNote a{
    color: var(--goldHover-color);
}

/* Blog post */

.h-line {
    width: 85px;
    border-bottom: 2px solid var(--gold-color);
    display: block;
    margin: 12px 0 16px 0;
}


footer{
    text-align: center;
    padding: 16px 0;
    background-color: #202020;    
}

/** Opt In Page **/

.suscribe{
    background-color: #F7F7F7;
    color: #000;
    padding-bottom: 80px;
}

.suscribe .text p,
.register .text p,
.section .text p{
    max-width: 660px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 16px;
    width: 90%;
}

.suscribe .text h2,
.register .text h2,
.section .text h2{
    font-size: 38px;
    text-transform: uppercase;
    text-align: center;
    max-width: 660px;
    margin: 0 auto;
    padding: 30px 0 10px 0;
    width: 90%;
}

.centered{
    text-align: center;
}

.formSuscription-container{
    width: 411px;
    margin: 0 auto;
}

.formSuscription-container .note{
    font-size: 12px;
    color: #636363;
}

.formSuscription-container span{
    font-size: 24px;
}

.formSuscription-container a{
    display:none !important;
}

.staticLogo{
    display: inherit;
    align-items: center;
}


/** Instagram */
.menuIg{
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #FFF;
    color: var(--dark-color);
}

.menuIg .golden-logo{
    margin-right: 10px;
}

.menuIg a{
    text-align: center;
    text-transform: uppercase;
    
}

.menuIg span{
    background-color: var(--gold-color);
    color: #FFF;
    padding: 20px 50px;
}

.menuIg li a { /* .header a hereda de .header ol li */
    color: var(--dark-color);
    text-decoration: none;
    height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 30px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    border-bottom: 1px solid var(--dark-color);
}

.menuIg li a small{
    font-weight: 600;
} 

/* Responsive */
.burguer-menu{
    display: none;
}

.menuMobile{
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #FFF;
    color: var(--dark-color);
    z-index: 1;
    display: none;
}

.menuMobile ol, .menuIg ol{
    padding: 24px;
}

.menuMobile li a{ /* .header a hereda de .header ol li */
    color: var(--dark-color);
    text-decoration: none;
    height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 30px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    border-bottom: 1px solid var(--dark-color);
}

.close-menu, .show-menu{
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
}

.menuMobile .golden-logo    
.menuIg .golden-logo{    
    margin-left: 0px;
    margin-right: 18px;
}

.shortcta{
    display: none; 
    text-transform: uppercase;
    border-bottom: 2px solid var(--gold-color);
    padding: 8px 8px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 100px;
    margin: 0 auto;
    margin-top:20px;
}


/** Landing ALC **/
.header-ALC{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    /* padding: 0 28px; */
}

.logo-bgwhite{
    display: flex;
    width: 306px;
    align-items: flex-end;
}

.logo-bgwhite span{
    background-color: #fff;
    height: 76px;
    width: 60%;
}


.banner-bgwhite{
    background-color: #fff;
    height: 76px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
}

.banner-bgwhite a{
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}

.AS-logo{
    width: 160px;
    display: flex;
    align-items: center;
}

.AS-logo figure{
    margin-right: 8px;
}

.content .description-title{
    font-weight: 400;
    color: #fff;
    font-size: 32px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 45px;
}


.btn-cta{
    font-size: 18px;
    color: #E1E1DF;
    max-width: 402px;
}


.btn{
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    background-color: var(--gold-color);
    padding: 16px 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    width: 100%;
    display: block;
    box-sizing: border-box; 
    padding-left: 70px;
    padding-right: 70px;
}
  
.btn:hover{
    background-color: var(--goldHover-color);
}
  
.bg-gray{
    background-color: var(--gray-light-color);
}

.bg-white{
    background-color: #FFF;
}

.section{    
    color: #000;
    padding-bottom: 20px;
}

.courses-container, .testimonial-container {
    max-width: 990px;
    min-width: 375px;
    margin: 18px auto 36px auto;
    text-align: center;
    display: inline-block;
}

.course{      
    display: inline-block;
    width: 310px;
    padding: 0px 8px 32px 8px;    
    text-align: left;
    max-height: 367px;
}

.course .card{
    display: flex;
    flex-direction: column; 
    justify-content: start;
    border: 1px solid #D9D9D9;
    height: 367px;
    overflow: hidden;
}

.thumb-post{
    width: 100%;
    height: 202px;  
    object-fit: cover;
}

.course .card .title{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
}

.course .card .description{
    font-size: 14;
    font-weight: 400;
    text-align: left;
    margin-top: 18px;
    font-size: 14px;
}

.text-wrapper{
    padding:18px 18px 36px 18px;
}

.course a{
    color: #000;
}

.course .card:hover{
    border-color: var(--gold-color);
}

.testimonial{
    display: inline-block;    
    padding: 0px 8px 32px 8px;
}

.testimonial-card{
    width: 310px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
    text-align: left;
}

.testimonial-guy{
    display: inherit;
    margin-top: 20px;
}

.testimonial-guy figure img{
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.guy-name{
    text-transform: uppercase;
    color: var(--dark-color);
    font-weight: 700;
}

.testimonial-container{
    display: none;
}

#slide-1{
    display:inline-block;
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    list-style: none;
}

.carousel-indicators li {    
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    background-color: var(--gold-color);
}

.carousel-indicators #li-1{
    background-color: var(--goldHover-color);
}

.hero-history{
    max-width: 990px;
    min-width: 375px;
    margin: 18px auto 36px auto;
    text-align: center;
    display: inline-block;
}

.hero-history .hero{
    width: 400px;
    display: inline-flex;
    vertical-align: top;
    padding: 0px 8px 32px 8px;
}

.hero-history .history{
    width: 400px;
    display: inline-block;
    padding: 0px 8px 32px 8px;
}

.hero-history .hero figure img{
    width: 100%;
    height: 100%;
}

.hero-history .history-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}

.hero-history .history-text p{
    padding: 0 0 15px 0;
    margin: 0;
    width: 100%;
}

.history .btn-cta{
    width:300px;
    margin: 20px auto 0 auto;
}

.program-wrapper{
    display: flex;
    flex-direction: column;
    max-width: 516px;
    min-width: 375px;
    margin: 18px auto 36px auto;
}

.program-wrapper div{
    margin-bottom: 20px;
}

.levels{
    display: inline-block;
    color: var(--gold-color);
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto;
}

.levels div{
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.levels div.active {
    background-color: var(--gold-color);
    color: white;
  }

.levels div:hover:not(.active){
    background-color: #ddd;
}

.title-module{
    text-transform: uppercase;
    font-weight: 700;
}

.price{
    font-weight: 700;
    font-size: 38px;
    text-align: center;
}

.label-pricing{
    margin-bottom: 38px;
    text-align: center;
}

.pricing{
    margin-bottom: 40px;
}

.free-tag{
    background-color: var(--gold-color);
    padding: 4px 14px;
    margin-top: 146px;
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 224px;
}













.register{
    background-color: #F7F7F7;
    color: #000;
    padding-bottom: 80px;
}

.section .text ul{
    max-width: 502px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 16px;
    width: 80%;
}

.subH2{
    font-size: 20px;
}

.section .line{
    margin-bottom: 10px;
}

.section .text li{
    margin-bottom: 16px;
}

.section .text ul {
    list-style: none; /* Remove default bullets */
  }
  
.section .text ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: var(--gold-color); /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

/* Media Queries */
@media screen and (max-width: 1030px){
    .burguer-menu{
        display: block;
    }
    .menu{
        display: none;
    }
    .header .golden-logo{    
        margin-left: 0;
    }
    
    .above-full{
        height: initial;
    }
}

@media screen and (max-width: 900px){
    .content{
        flex-direction: column;
    }

    .cta{
        margin: 0 auto;
    }

    .fullcta{
        display: none !important;
    }

    .shortcta{
        display: block; 
    }

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

@media screen and (max-width: 600px){
    .preFooter .logo-complementario{
        display: none;
    }

    .terms{
        padding-left: 0px; 
    }
}

@media screen and (max-width: 450px){
    .header .staticLogo .logo-complementario{
        display: none;
    }

    .formSuscription-container{
        width: 300px;
    }

    h1{
        font-size: 40px;
    }

    .blogpost {
        width: 90%;
        padding-left: 0px;
        padding-right: 0px;
    }
}