@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap');

.container {
    max-width: 1440px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
}

body, p {
    font-family: "Roboto", sans-serif;
}

p, ul, li, figure {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
}

/* header */

.header-ld {
    align-items: center;
    background-color: rgba(1, 47, 57, 1);    
    backdrop-filter: blur(15px);
    display: flex;
    height: 110px;
    position: relative;
    transition: all .8s;
    z-index: 100!important;
}

.sticky-wrapper.is-sticky .header-ld {
    background-color: rgba(1, 47, 57, 0.6);    
}

.logo {
    display: inline-block;
}

.logo img {    
    width: 225px;
}

.col-naveg {
    display: flex;
    align-items: center;
    justify-content: end;
}

.naveg {
    float: right;
    margin-bottom: 0;
}

.naveg li {
    display: inline-block;
    list-style-type: none;
    margin-left: 45px;
}

.naveg li:first-child {    
    margin-left: 0;
}

.naveg li a.scrollTo {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.naveg li a.scrollTo:hover {
    border-bottom: 2px solid #42E5D8;
}

/* header */

.hero {
    background-image: linear-gradient(to bottom,  #012F39 0%,  #012F39 50%,  #FFF 50%,  #FFF 100%);
}

.hero-in {
    background: url('../imgs/landingpage/lp-pos-graduacao/fcmscsp.png') right 30px no-repeat, linear-gradient(to bottom, #D1D1D1, #FFF,#E7E7E7);
    border-radius: 22px;
    margin-left: 0;
    margin-right: 0;
    min-height: 660px;
}

.hero-left {
    align-items: center;
    display: flex;
    padding-left: 50px;
}

.hero-caption {
    margin-top: -30px;
}

.hero-left .botao-padrao {
    width: 250px;
}

.hero-text {
    color: #7A7A7A;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: -10px;
}

.hero-title {
    background: linear-gradient(to right, #012F39, #2BA6A5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 56px;
    font-weight: 700;
}

.hero-subtitle {
    color: #7A7A7A;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 25px;
}

.hero-right {
    align-items: end;
    display: flex;
}

.escolhas {
    padding-bottom: 100px;
    padding-top: 100px;
}

.escolhas-img {
    border-radius: 8px;
}

.escolhas-title {
    color: #012F39;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

.escolhas-item {
    border-bottom: 1px solid #CCC;
    padding-bottom: 22px;
    padding-top: 22px;
}

.escolhas-item-link {
    color: #012F39;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    text-decoration: none;
}

.escolhas-item-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #2BA6A5, #42E5D8);
    background-size: 200%;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s ease, background-position .5s ease;
}

.escolhas-item-link:hover::after {
    transform: scaleX(1);
    background-position: 100% 0;
}

.escolhas .botao-padrao {
    margin-top: 40px;
}

.diferenciais {
    background: linear-gradient(#012F39, #2BA6A5);
    padding-bottom: 80px;
}

.diferenciais-item {
    margin-bottom: 30px;
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.diferenciais-title {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.diferenciais-item-img {
    display: block;
    margin: 0 auto;
}

 .diferenciais-item-title {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
 }

.depoimentos {
    background-color: #E7E7E7;
    padding-top: 100px;
}

.depoimentos-title {
    color: #012F39;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.depoimento-item {
    padding-left: 7px;
    padding-right: 7px;
}

.depoimento-item-in {
    background-color: #FFF;
    box-shadow: 0 0 4px #ccc;
    border-radius: 12px;
    margin-bottom: 20px;
    margin-top: 20px;
    min-height: 242px;
    padding: 30px;
}

.depoimento-item-title {
    background: url('../imgs/landingpage/lp-pos-graduacao/quote.svg') right center no-repeat;    
    color: #012F39;
    font-size: 20px;
    font-weight: 700;
    padding-right: 60px;
}

.depoimento-item-title span {
    color: #B0B0B0;
    display: block;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
    margin-top: 3px;
}

.depoimento-item-description {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 15px;
}

.ebook-in {    
    border-radius: 15px;
    margin-bottom: -160px;
    margin-top: 110px;
    overflow: hidden;
}

.ebook-left {    
    padding: 0;
}

.ebook-right {
    align-items: center;
    background-color: #FFF;
    display: flex;    
    padding-left: 35px;
    padding-right: 35px;
}

.ebook-right .botao-padrao {
    max-width: 320px;
}

.ebook-right-title {
    color: #7F7F7F;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 30px;
}

.fcmscsp {
    margin-bottom: -220px;
    margin-top: 90px;
}

.fcmscsp-title {
    color: #012F39;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.fcmscsp-media {
    border-radius: 30px;
    display: block;
    margin: 0 auto;
}

.form-content {
    background-color: #FFF;
    border-radius: 20px;
    box-shadow: 0 0 4px #ccc;
    padding: 45px;
    text-align: center;
}

.form-content-mb {
    margin-bottom: 75px;
}

.form-content-title {
    color: #012F39;
    font-size: 36px;
    font-weight: 700;  
    line-height: 110%; 
    margin-bottom: 10px; 
}

.form-content-description {
    color: #7F7F7F;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 30px;
}

.blog {
    background-color: #F5F5F5;
    padding-top: 330px;
}

.blog-title {
    color: #012F39;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.blog-item {
    background-color: #FFF;
    border-radius: 12px;
    overflow: hidden;
}

.blog-item-link-img {
    display: block;
}

.blog-item-link-img img {
    height: 100%;
}

.blog-item-caption {
    display: flex;
    flex-direction: column;    
    justify-content: space-between;
    min-height: 200px;
    padding: 20px;
}

/* .blog-item-categorias li {
    background-color: #dad9d9;
    border-radius: 12px;
    color: #7A7A7A;
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    margin-right: 5px;
    padding: 4px 8px;
    text-transform: uppercase;
} */

.blog-item-title {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
}

.blog-item-link {
    color: #2BA6A5;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.blog-area-botao {
    margin-top: 50px;
}

.blog-area-botao .botao-padrao {
    font-size: 16px;
    margin: 0 auto -28px auto;
    width: 210px;
}

.arrow-right {
    display: inline-block!important;
    position: relative;
    top: -1px;
    width: 20px!important;
}

.evolua {
    background-color: #012F39;
    padding-bottom: 100px;
    padding-top: 100px;
    text-align: center;
}

.evolua-title {
    background: linear-gradient(to right, #2BA6A5, #42E5D8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 15px;
}

.evolua-subtitle {    
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 15px;
}

.evolua-hashtag {
    color: #A5EEEA;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 30px;
}

/* FOOTER */

.footer {
    background-color: #1F1F1F;    
    padding-top: 100px;
}

.footer-logo {
    margin-bottom: 32px;
    max-width: 300px;
}

.footer-col-left {
    padding-right: 80px;
}

.footer-description {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 8px;
}

.footer-description-img {
    margin-right: 12px;
}

.footer-title {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 24px;
}

.footer-subtitle {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-list li {
    margin-bottom: 15px;
}

.footer-list li:last-child {
    margin-bottom: 0;
}

.footer-list li a {
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
}

.footer-list li a:hover {    
    text-decoration: underline;
}

.footer-sm {
    background-color: #2BA6A5;
    padding-bottom: 12px;
    padding-top: 12px;
    text-align: center;
}

.politicas {
    align-items: center;
    border-top: 1px solid #2ba6a5;
    display: flex;
    padding-bottom: 32px;
    padding-top: 32px;
    margin-top: 32px;
}

.politicas-list li {
    display: inline-block;
    margin-right: 32px;
}

.politicas-list li:last-child {
    margin-right: 0;
}

.politicas-list li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.politicas-list li a:hover {
    text-decoration: underline;
}

.networks {
    float: right;
}

.networks li {
    display: inline-block;
    margin-left: 8px;
}

.networks li:first-child {
    margin-left: 0;
}

.networks li a {
    align-items: center;
    background-color: #2BA6A5   ;
    border-radius: 50%;
    display: flex;    
    justify-content: center;
    height: 42px;    
    width: 42px;
}

.networks li a img {
    height: auto;
    width: 19px;
}

.footer-sm-text {
    color: #FFF;
    font-size: 12px;
}

/* BOTOES */ 

.botao {
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.botao-outline {
    background: transparent;
    border-radius: 6px;     
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    padding: 14px 30px;
    position: relative;    
    text-decoration: none;
    font-weight: 700;
    z-index: 1;
}

.botao-outline::before {
    background: linear-gradient(to right, #2BA6A5, #42E5D8);
    border-radius: inherit;
    content: "";    
    inset: 0;
    padding: 2px; 
    position: absolute;        
    z-index: -1;
    /* mostra só a borda */
    -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;    
}

.botao-outline:hover {
    background: linear-gradient(to right, #2BA6A5, #42E5D8);
    color: #FFF;
}

.botao-padrao {
    background: linear-gradient(to right, #2BA6A5, #42E5D8);
    border-radius: 6px;     
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 700;
    padding: 14px 22px;
    text-decoration: none;
    width: 100%;
}

.botao-padrao:hover {
    background: linear-gradient(to left, #2BA6A5, #42E5D8);     
}

.botao-small {
    background: linear-gradient(to right, #2BA6A5, #42E5D8);
    border-radius: 6px;     
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    min-width: 180px;
    padding: 10px 18px;
    text-decoration: none;    
}

.botao-small:hover {
    background: linear-gradient(to left, #2BA6A5, #42E5D8);     
}

/* button-container */

.button-container-ld {
    cursor: pointer;
    display: none;
    right: 15px;
    padding: 6px;
    position: absolute;
    width: 42px;
    z-index: 120;
}

.button-container-ld.active .top {
    transform: translateY(5px) translateX(0) rotate(45deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.button-container-ld.active .middle {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.button-container-ld.active .bottom {
    transform: translateY(-13px) translateX(0) rotate(-45deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.button-container-ld.active-2 {
    border-color: #FFF;
}

.button-container-ld span {
    background-color: #FFF;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
    height: 4px;
    width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.button-container-ld span.green-btn {
    background-color: #FFF;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 25px;
}

/* static bar */

#staticbar {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
}

#staticbar.show {
    opacity: 1;
    visibility: visible;
}

.staticbar {
    background-color: #FFF; 
    border-radius: 60px;    
    box-shadow: 0 0 33px #b6b5b5;
    padding: 12px; 
    position: fixed; 
    right: 15px;    
    top: 230px; 
    z-index: 10;
}

.staticbar ul li {
    margin-bottom: 12px;
}

.staticbar ul li:last-child {
    margin-bottom: 0;
}

.staticbar ul li a {
    align-items: center;
    background-color: #2BA6A5;
    border-radius: 100%;
    color: #FFF;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 38px;
    justify-content: center;
    position: relative;
    transition: background-color all 0.3s; 
    width: 38px;
}

.staticbar ul li a span {
    background-color: #2BA6A5;
    border-radius: 60px;
    display: none;
    padding: 10px 10px 10px 18px;
    right: 0;
    position: absolute;
    width: 170px;
}

.staticbar ul li a img {
    position: relative;
    z-index: 10;
}

.staticbar ul li a:hover span {
    display: block;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
    position: relative;
}

.embed-responsive iframe {
    border: 0;
    border-radius: 14px;
    bottom: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
}

/* MEDIA QUERIES */

@media (max-width: 1400px) {

    .hero-in {
        min-height: 580px;
    }

    .hero-title {
        font-size: 48px;
    }

    .hero-subtitle {
        font-size: 24px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .hero-left .botao-padrao {
        font-size: 20px;        
        width: 100%;
    }

    .naveg li {        
        margin-left: 30px;
    }

    .naveg li a.scrollTo {
        font-size: 15px;
    }

    .naveg .botao-small {
        font-size: 15px;
        width: 150px;
    }

}

@media (max-width: 1199px) {

    .hero-in {
        min-height: 520px;
    }

    .button-container-ld {
        display: block;
    }

    .naveg {
        background-color: #012F39;
        display: block;
        /* height: 100%; */
        left: -1400px;
        min-height: 100%;
        padding: 50px 20px 30px 10px;
        position: fixed;
        top: 0;
        z-index: 1;
        width: 100%;
        -webkit-transition: all 0.95s;
        -moz-transition: all 0.95s;
        -o-transition: all 0.95s;
        transition: all 0.95s;
    }

    .naveg li {
        display: block;
        margin-bottom: 28px;
    }

    .naveg li a, 
    .naveg li a:hover {        
        font-size: 18px!important;
        font-weight: 900!important;
    }

    .naveg.naveg-active {
        display: block;
        left: 0;
        -webkit-transition: all 0.75s;
        -moz-transition: all 0.75s;
        -o-transition: all 0.75s;
        transition: all 0.75s;
    }

    .naveg.naveg-active li, 
    .naveg.naveg-active li:first-child {
        margin-left: 10px!important;
    }

    .naveg .botao-small {
        font-size: 18px;
        width: 100%;
    }

    .depoimento-item-in {
        min-height: initial;
    }

    .footer-title {
        margin-top: 40px;
    }

    .footer-col-right {
        margin-top: 40px;
    }

}

@media (max-width: 1024px) {

    .hero-in {
        min-height: 450px;
    }        

}

@media (max-width: 991px) { 

    .hero-in {
        min-height: 400px;
    }

    .hero-left {
        padding-left: 30px;
    }

    .hero-title {
        font-size: 38px;
    }

    .hero-subtitle {
        font-size: 20px;    
    }

    .ebook-right {
        padding: 22px;
    }

    .ebook-in .row {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .footer {
        padding-top: 50px;
    }    

    .footer-title {
        margin-top: 50px;
    }

    .footer-col-links {
        margin-bottom: 50px;
    }

}

@media (max-width: 767px) {

    .hero-in {
        min-height: initial;
        padding-top: 75px;
        text-align: center;
    }

    .hero-left {
        justify-content: center;
        margin-bottom: 30px;
        padding-left: 15px;
    }

    .hero-in {
        background-position: center top;
        background-size: contain;
    }

    .hero-text {
        margin-bottom: -5px;    
    }

    .staticbar {
        display: none;
    }

    .escolhas {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .escolhas-img {
        display: none;
    }

    .escolhas-title {
        margin-bottom: 30px;
        text-align: center;
    }

    .diferenciais {
        padding-top: 70px;
    }

    .diferenciais-title {
        margin-bottom: 30px;
    }

    .depoimento-item-in {
        min-height: 240px;
    }

    .fcmscsp {
        margin-bottom: 0;
        margin-top: 40px;
    }

    .blog {
        padding-top: 50px;
    }

    .blog-item-caption {        
        min-height: 170px;
    }

    .form-content {
        padding: 30px 15px;
    }

    .ebook-in {
        margin-bottom: -200px;
        margin-top: 60px;
    }    

    .ebook-right {
        padding: 25px;
    }

    .evolua {
        padding-bottom: 60px;
        padding-top: 90px;
    }

    .evolua-title {
        font-size: 36px;
    }

    .footer-logo {
        max-width: 225px;
    }

    .politicas-box {
        display: flex;
        justify-content: center;
    }

    .politicas-box-bottom {
        margin-bottom: 30px;
    }    
    
    .footer-col-left {
        padding-right: 15px;
    }
}

