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

.container {
    max-width: 1440px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Marcellus", serif;
    font-style: normal;
    font-weight: 400;
    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-ld {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.2);    
    backdrop-filter: blur(15px);
    display: flex;
    height: 100px;
    position: relative;
    transition: all .8s;
    z-index: 100!important;
}

.header-ld .botao-small {
    font-size: 16px; 
    min-width: 200px;       
}

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

.sticky-wrapper.is-sticky .header-ld .scrollTo {
    color: #154F29;
}

.logo {
    display: inline-block;
}

.logo img {    
    width: 225px;
}

.sticky-wrapper .header-ld .logo-white {
    display: block;
}

.sticky-wrapper .header-ld .logo-green {
    display: none;    
}

.sticky-wrapper.is-sticky .header-ld .logo-white {
    display: none;
}

.sticky-wrapper.is-sticky .header-ld .logo-green {
    display: block!important;
}

.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: 60px;
}

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

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

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

.hero {
    align-items: center;
    background: #071F10 url('../imgs/landingpage/transformar/hero.jpg') center center no-repeat;   
    background-size: cover;
    height: 860px;
    display: flex; 
    margin-top: -100px;
} 

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

.hero-right {
    align-items: end;
    margin-top: 150px;
    text-align: right;
}

.hero-title {
    color: #FFF;
    font-size: 60px;
    line-height: 100%;
    text-align: right;
}

.hero-title span {
    font-size: 96px;
}

.hero-subtitle {
    color: #FFF;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 70%;
}

.faculdade {
    padding-bottom: 230px;
    padding-top: 80px;
}

.faculdade-title {
    color: #00792D;
    font-size: 40px;
}

.faculdade-right p {
    color: #1A361C;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 16px;
}

.faculdade-right p:last-child {
    margin-bottom: 0;
}

.bg-fcmscsp {
    background: url('../imgs/landingpage/transformar/banner-fcmscsp.jpg') center bottom no-repeat;
    background-size: cover;
    height: 400px;
    margin-top: -160px;
}

.ensino-item {
    display: flex;
    flex-direction: column;
    height: 320px;  
    justify-content: space-between;
    margin-top: -160px;
    padding: 32px;
}

.ensino-item:nth-child(1) {
    background-color: #7AFFB1;
    color: #1A361C;
}

.ensino-item:nth-child(2) {
    background-color: #06E361;
    color: #1A361C;
}

.ensino-item:nth-child(3) {
    background-color: #04612B;
    color: #FFF;
}

.ensino-item p {
    font-size: 16px;
    line-height: 150%;
}

.ensino-title {
    font-size: 30px;
    max-width: 75%;
}

.marcos {
    background-color: #071F10;
    color: #FFF;
}

.marcos-left {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;    
}

.marcos-right {
    padding-left: 80px;
}

.selo-desktop {
    position: absolute;
    right: 0;
    top: 50px;
}

.marcos-title {
    color: #16D264;
    font-size: 60px;
    margin-bottom: 50px;
    margin-top: 80px;
    text-align: center;
}

.marcos-item {
    margin-bottom: 34px;
    margin-top: 34px;
    padding-left: 60px;
}

.marcos-subtitle {
    font-size: 48px;
}

.marcos-subtitle-sm {
    color: #16D264;
    font-size: 48px;
}

.marcos-item p {
    font-size: 24px;
    font-weight: 200;
}

.caroussel-historia {   
    margin-bottom: 65px;
}

/******* CAROUSEL DE ANOS *******/

.years-carousel {
    margin-bottom: 60px;
}

.years-carousel .item {
    text-align: center;
    cursor: pointer;
    color: #FFF;
    font-size: 23px;
    font-weight: 300;
    padding: 0 30px;
    position: relative;
    transition: color 0.3s;
}

.years-carousel .item::before {
    content: ""; 
    display: block; 
    width: 80px;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    bottom: 17px; 
    right: -85px;
}

.years-carousel .item::after {
    content: ""; 
    display: block; 
    width: 80px;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    bottom: 17px; 
    left: -85px;
}

.years-carousel .item.active {
    color: #00ff88;
    font-weight: 600;
}

.years-carousel .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.timeline-title {
    color: #16D264;
    font-size: 52px;
    margin-bottom: 15px;
}

.timeline-subtitle {
    color: #16D264;
    font-size: 30px;
    margin-bottom: 20px;
}

.timeline-description p {
    font-size: 15px;
}

/******* CAROUSEL DE ANOS *******/

.newsletter {
    background: rgba(255, 255, 255, 0.10);
    border-radius: 8px;
    color: #FFF;
    margin-top: 80px;
    padding: 50px 50px 20px 50px;
    text-align: center;
}

.newsletter-pb {
    margin-bottom: 90px;
}

.newsletter p {
    font-size: 16px;
}

.newsletter-title {
    font-size: 32px;
    margin: 0 auto 20px auto;
    max-width: 75%;
}

/* .newsletter-iframe {
    margin-top: -90px;
} */

.highlights {
    padding-top: 90px;
}

.highlights-title {
    color: #00792D;
    font-size: 56px;    
    max-width: 400px;
}

.highlights-right {
    align-items: center;
    display: flex;
}

.highlights-right p {
    color: #1A361C;
    font-size: 16px;
}

.highlights-right .botao {
    float: right;
    margin-top: 20px;
}

.highlights-row {
    margin-bottom: 80px;
    margin-top: 70px;
}

.highlights-item {
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}

.highlights-item-caption {
    background: rgba(57, 57, 57, 0.20);
    backdrop-filter: blur(15px);
    bottom: 0;    
    padding: 20px;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.highlights-item-title {
    color: #FFF;
    font-size: 25px;
    margin-bottom: 10px;
}

.highlights-item p {
    color: #FFF;
    font-size: 14px;
}

.depoimentos-carousel .owl-stage-outer {
    margin-bottom: 60px;
}

.depoimentos .container {
    max-width: 2200px;
}

.owl-item.active.center .depoimento-item {
    filter: blur(0);
    -webkit-filter: blur(0);
} 

.owl-item .depoimento-item {
    filter: blur(4px);
    -webkit-filter: blur(4px);
}

.depoimento-item-in {
    background-image: url('../imgs/landingpage/transformar/aspas-top.svg'), url('../imgs/landingpage/transformar/aspas-bottom.svg') ;
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
}

.depoimento-title {
    color: #004E21;
    font-size: 56px;
    margin-bottom: 80px;
    text-align: center;
}

.depoimento-subtitle {  
    color: #004E21;
    font-size: 26px;
    line-height: 140%;
    margin-bottom: 30px;
    padding-left: 75px;
    padding-right: 65px;
}

.depoimento-aluno {
    color: #666;
    font-size: 20px;
    line-height: 140%;
    text-align: right;    
}

.banner {
    background: url('../imgs/landingpage/transformar/bg.png') center center no-repeat;
    background-size: cover;
    border-radius: 14px;
    margin-top: 160px;
}

.banner-left {
    position: relative;
}

.banner-left img {
    bottom: 0;
    position: absolute;
}

.banner, 
.banner-left, 
.banner-right {
    height: 510px;
}

.banner-right {
    align-items: center;
    display: flex;
}

.banner-title {
    color: #FFF;
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 15px;
    max-width: 84%;
}

.capitulo {
    margin-top: 90px;
}

.capitulo-title {
    color: #00792D;
    font-size: 40px;
}

.capitulo-item {
    padding: 0;
}

.capitulo-item-link {
    display: block;
}

.capitulo-row {
    margin-top: 52px;
}

.capitulo-item-in {
    position: relative;
}

.capitulo-caption {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 10%, rgba(0, 0, 0, 0.65) 70%);
    bottom: 0;
    padding: 60px 25px 25px 25px;
    position: absolute;
    width: 100%;
}

.capitulo-subtitle {
    color: #FFF;
    font-size: 20px;
}

.impactos-title {
    color: #0CAD4F;
    font-size: 56px;
    margin-bottom: 5px;
    margin-top: 90px;
    text-align: center;
}

.impactos-description p {
    color: #FFF;
    font-size: 16px;
    text-align: center;
} 

.impactos-carousel-content {
    margin-top: 50px;
} 

.timeline-carousel .owl-nav {
    display: block;
    margin: 50px auto 0 auto;
    width: 98px;
}

.impactos-carousel .owl-nav {
    display: block;
    margin: 25px auto 0 auto;
    width: 98px;
}

.impactos-carousel .owl-item.active.center {
    scale: 1;
}

.impactos-carousel .owl-item.active.center .highlights-item-caption{
    display: block;
}

.impactos-carousel .owl-item {
    scale: .8;    
}

.impactos-carousel .owl-item .highlights-item-caption {
    display: none;
}

.conhecimentos-row {
    margin-bottom: 30px;
    margin-top: 100px;
}

.conhecimentos-title {
    color: #FFF;
    font-size: 52px;
    margin-bottom: 24px;
}

.conhecimentos-description {
    color: #FFF;
    font-size: 16px;
}

.conhecimentos-carousel .owl-nav {
    float: left;
    margin-top: 20px;
}

.conhecimentos-carousel .owl-prev, 
.impactos-carousel .owl-prev, 
.timeline-carousel .owl-prev {
    margin-right: 20px;
}

.conhecimentos-carousel .owl-item .arrow-mini {
    display: inline-block;
    width: 16px;
}

.conhecimento-item-in {
    position: relative;
}

.conhecimento-item-in img {
    height: 100%;
}

.conhecimento-caption {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 10%, rgba(0, 0, 0, 0.70) 50%);
    bottom: 0;
    padding: 60px 16px 16px 16px;
    position: absolute;
    width: 100%;
}

.conhecimento-subtitle {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 10px;
}

.vemprasanta-row {
    margin-top: 80px;
}

.vemprasanta-content-img {
    position: relative;
}

.vemprasanta-img {
    bottom: 0;
    position: absolute;
}

.vemprasanta-title {
    color: #00792D;
    font-size: 52px;
    margin-bottom: 10px;
    text-align: center;
}

.vemprasanta-description p {
    color: #FFF;
    font-size: 16px;
    text-align: center;
}

.vemprasanta-iframe {
    margin-top: -110px;
}

/* backgrounds */

.bg {
    background: #071F10 url('../imgs/landingpage/transformar/ellipse.png') -800px center no-repeat;
}

.bg-top {
    background: url('../imgs/landingpage/transformar/ellipse-light.png') right top no-repeat;
}

.bg-bottom {
    background: url('../imgs/landingpage/transformar/lines.png') left bottom no-repeat;
    background-size: 1100px;
}

/* backgrounds */

.footer {
    background-color: #5FAC52;    
    padding-top: 64px;
}

.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: #0A5137;
    padding-bottom: 12px;
    padding-top: 12px;
    text-align: center;
}

.politicas {
    align-items: center;
    border-top: 1px solid #8bc181;
    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: #135508;
    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 {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.botao-small {
    background: linear-gradient(90deg, #004E21 0%, #00DF53 100%);
    border-radius: 8px;
    color: #FFF;
    font-size: 18px;    
    font-weight: 500;
    padding: 8px 30px;
    min-width: 190px;
}

.botao-mini {
    background: linear-gradient(90deg, #004E21 0%, #00DF53 100%);
    border-radius: 4px;
    color: #FFF;
    font-size: 13px;
    font-weight: normal; 
    padding: 3px 10px;
}

/* 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: #034f20;
}

.button-container-ld span {
    background-color: #034f20;
    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: #034f20;
}

/* static bar */

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

/* .visivel {
    opacity: 1;
} */

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

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

.staticbar ul li a {
    align-items: center;
    background-color: #004E21;
    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: #004E21;
    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;
}

/* Media queries */

@media (max-width: 1400px) {

    .hero {
        height: 670px;
    }
    
    .naveg li {
        margin-left: 34px;
    }

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

    .header-ld .botao-small {
        min-width: 180px;
    }

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

    .hero-title span {
        font-size: 76px;
    }
    
    .highlights-item-caption {
        padding: 15px;
    }

    .highlights-item-title {
        font-size: 22px;
    }

}

@media (max-width: 1300px) {

    .years-carousel .item::before, 
    .years-carousel .item::after {
        background-color: transparent;
        position: initial;
    }

}    

@media (max-width: 1199px) {

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

    .header-ld .botao-small {
        background: #154F29!important;
        color: #FFF!important;
    }

    .header-ld .botao-small:hover {
        color: #FFF!important;
    }

    .naveg {
        background-color: #06e361;
        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 {
        color: #154F29!important;
        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: 30px!important;
    }

    .timeline-right {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ensino-item {
        padding: 25px;
    }

    .ensino-title {
        font-size: 26px;
        max-width: 100%;
    }

    .marcos-title, 
    .highlights-title, 
    .depoimento-title, 
    .capitulo-title,
    .impactos-title, 
    .vemprasanta-title, 
    .timeline-title {
        font-size: 48px;
    }

    .marcos-subtitle, 
    .conhecimentos-title {
        font-size: 42px;
    }

    .selo-desktop {
        position: absolute;
        right: 15px;
        top: -110px;
        width: 96px;
    }

    .marcos-subtitle-sm {
        font-size: 40px;
    }

    .marcos-item {
        padding-left: 15px;
        text-align: center;
    }

    .marcos-item p {
        font-size: 22px;
        max-width: 100%;
    }    
    
    .marcos-right {
        padding-left: 15px;
    }

    .marcos-subtitle {
        margin-bottom: 40px;
        text-align: center;
    }

    .bg-bottom {
        background-image: none;
    }

    .timeline-subtitle {
        font-size: 28px;
    }
    
    .marcos-right {
        padding-left: 60px;
    }

    .depoimento-subtitle {
        font-size: 23px;
    }

    .depoimento-aluno {
        font-size: 18px;
        line-height: 120%;
    }

    .banner, 
    .banner-left, 
    .banner-right {
        height: 420px;
    }

    .banner-title {
        font-size: 34px;
        max-width: 100%;    
    }

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

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

}

@media (max-width: 1030px) {

    .banner {
        margin-top: 120px;
    }

}

@media (max-width: 991px) {

    .hero {
        height: 650px;
    }
    
    .hero-title {
        font-size: 40px;
    }

    .hero-title span {
        font-size: 64px;
    }

    .highlights-item-caption {
        padding: 20px;
    }

    .highlights-item-title {
        font-size: 22px;    
    }

    .highlights-item p {
        font-size: 14px;
    }

    .conhecimentos {
        margin-bottom: 50px;
        text-align: center;
    }

    .capitulo-subtitle {
        font-size: 17px;
    }

    .newsletter {
        margin-top: 50px;
    }

    .newsletter-pb {
        margin-bottom: 70px;
    }

    .vemprasanta-img {
        display: block;
        margin: -50px auto 0 auto;
        position: initial;
    }

    .vemprasanta-content-img {
        display: none;
    }

    .conhecimentos-carousel .owl-nav {
        float: none;
        display: block;
        margin: 35px auto 0 auto;        
        width: 97px;
    }

    .banner {
        margin-top: 50px;
    }

    .banner, 
    .banner-left, 
    .banner-right {
        height: 330px;
    }

    .banner-title {
        font-size: 28px;
    }

    .banner .botao-small {
        font-size: 15px;
        min-width: 150px;
        padding: 7px 20px;
    }

    .capitulo {
        margin-top: 60px;
    }

    .footer {
        padding-top: 50px;
    }    

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

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

}

@media (max-width: 767px) {

    .hero {
        align-items: end;
        height: 600px;
        padding-bottom: 40px;
    }

    .hero-title {
        font-size: 34px;    
        line-height: 115%;
        margin-bottom: 20px;
        text-align: center;
    }

    .hero-title span {
        display: block;
        font-size: 58px;
    }

    .hero-subtitle {        
        margin-top: 0;
    }

    .hero-left {
        justify-content: center;
        padding-right: 0;
    }

    .hero-right {
        margin-top: 0;
        text-align: center;
    }

    .staticbar {
        display: none;
    }

    .faculdade {
        padding-bottom: 60px;
        padding-top: 60px;
        text-align: center;
    }

    .bg-fcmscsp {
        background-position: left bottom;
        margin-top: -110px;    
    }

    .selo-desktop {
        position: initial;
        width: 89px;
        margin-top: -34px;
    }

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

    .marcos-title, 
    .highlights-title,
    .capitulo-title, 
    .depoimento-title, 
    .impactos-title, 
    .vemprasanta-title, 
    .timeline-title {
        font-size: 34px;
    }

    .marcos-subtitle, 
    .conhecimentos-title {
        font-size: 32px;
    }

    .marcos-subtitle-sm {
        font-size: 55px;
    }

    .marcos-subtitle {
        margin-bottom: 30px;
    }

    .newsletter-title {
        max-width: 100%;
    }

    .ensino {
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .ensino-item {
        height: auto;
        margin-top: 0;
        text-align: center;
    }

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

    .bg-fcmscsp {
        height: 300px;
    }

    .years-carousel {
        margin-bottom: 40px;
    }

    .timeline-right {
        margin-top: 30px;
        text-align: center;
    }

    .impactos-carousel .owl-nav, 
    .timeline-carousel .owl-nav {
        margin-top: 30px;        
    }

    .banner, 
    .banner-left, 
    .banner-right {
        height: 250px;
    }

    .banner-title {
        font-size: 23px;
        padding-right: 30px;
    }

    .marcos-title {        
        margin-bottom: 40px;
        margin-top: 50px;
    }

    .marcos-item {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .marcos-right {
        margin-top: 15px;
        padding-left: 15px;
    }    

    .newsletter {
        padding: 40px 25px;    
    }
    
    .vemprasanta-row {
        margin-top: 50px;
    }

    .highlights {
        padding-top: 50px;
    }

    .highlights-row {
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .highlights-title {
        margin-bottom: 30px;
        max-width: 100%;
        text-align: center;
    }

    .highlights-right p {
        margin-bottom: 30px;
        text-align: center;
    }

    .highlights-right .botao-small {
        display: block;
        margin: 0 auto;
        float: none;
        width: 260px;
    }

    .capitulo-caption {
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .conhecimentos-row {
        margin-top: 50px;
    }

    .depoimento-title {
        margin-bottom: 50px;
    }

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

    .depoimento-item-in {        
        background-size: 30px;
    }

    .depoimento-subtitle {
        padding-left: 40px;
        padding-right: 40px;    
    }

    .depoimento-subtitle {
        font-size: 20px;
        text-align: center;
    }

    .depoimento-aluno {
        font-size: 16px;
    }

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

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