@font-face {
    font-family: 'Nova Escola';
    src: url('../fonts/NovaEscola-Bold.woff2') format('woff2'),
        url('../fonts/NovaEscola-Bold.woff') format('woff'),
        url('../fonts/NovaEscola-Bold.ttf') format('truetype'),
        url('../fonts/NovaEscola-Bold.svg#NovaEscola-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Nova Escola';
    src: url('../fonts/NovaEscola-Italic.woff2') format('woff2'),
        url('../fonts/NovaEscola-Italic.woff') format('woff'),
        url('../fonts/NovaEscola-Italic.ttf') format('truetype'),
        url('../fonts/NovaEscola-Italic.svg#NovaEscola-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Nova Escola';
    src: url('../fonts/NovaEscola-BoldItalic.woff2') format('woff2'),
        url('../fonts/NovaEscola-BoldItalic.woff') format('woff'),
        url('../fonts/NovaEscola-BoldItalic.ttf') format('truetype'),
        url('../fonts/NovaEscola-BoldItalic.svg#NovaEscola-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Nova Escola';
    src: url('../fonts/NovaEscola-Regular.woff2') format('woff2'),
        url('../fonts/NovaEscola-Regular.woff') format('woff'),
        url('../fonts/NovaEscola-Regular.ttf') format('truetype'),
        url('../fonts/NovaEscola-Regular.svg#NovaEscola-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* header */
a{
    transition: 500ms;
}
body{
    font-family: 'Nova Escola', sans-serif;
}
p{
    margin: 0;
}
.cnt-dsktp{
    display: block;
}
.cnt-mbl{
    display: none;
}
.header .img-logo{
    position: absolute;
    top: 58px;
    right: 47px;
    z-index: 999;
}
.header .carousel-control-prev-icon{
    background-image: url(../img/icon/arrow-left.png);
}
.header .carousel-control-next-icon{
    background-image: url(../img/icon/arrow-right.png);
}
.header .carousel-control-prev-icon, .carousel-control-next-icon{
    width: 33px;
    height: 55px;
}
.header .carousel-control-prev, .header .carousel-control-next{
    opacity: 1;
}
.header .carousel-control-prev:hover, .header .carousel-control-next:hover{
    opacity: 0.5;
}
.header .video{
    width: 100%;
    height: auto;
    cursor: pointer;
}
.footer{
    background-color: #ffe900;
    padding: 90px 0;
    color: #e0004d;
}
.footer h4{
    font-size: 31px;
    font-weight: bold;
}
.footer span{
    display: block;
}
.footer p{
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 10px;
}
.footer .contact-ft p{
    background: url('../img/icon/icon-ft.png') no-repeat top left;
    padding-left: 35px;
}
.footer .social-ft{
    display: flex;
    padding: 0;
}
.footer .social-ft li{
    display: inline-flex;
    margin: 0 7.5px;
}
.footer .social-ft li a{
    display: block;
}
.footer .social-ft .ins a{
    background: url('../img/icon/icon-ft-ins.png') top center no-repeat;
    width: 56px;
    height: 56px;
}
.footer .social-ft .fb a{
    background: url('../img/icon/icon-ft-fb.png') top center no-repeat;
    width: 56px;
    height: 56px;
}
.footer .social-ft .twt a{
    background: url('../img/icon/icon-ft-twt.png') center no-repeat;
    width: 56px;
    height: 56px;
}
.footer .social-ft .yt a{
    background: url('../img/icon/icon-ft-yt.png') center no-repeat;
    width: 56px;
    height: 56px;
}
.box-click{
    width: 370px;
    max-width: 100%;
    position: fixed;
    background-color: #e0004d;
    padding: 40px 0 30px;
    bottom: 0;
    right: 0;
    z-index: 999;
}
.box-click .title{
    font-size: 30px;
    line-height: 32px;
    color: #ffe900;
    margin-bottom: 10px;
}
.box-click a{
    max-width: 290px;
    background-color: #ffffff;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    padding: 5px 0;
    font-size: 24px;
    font-weight: bold;
    color: #e0004d;
}
.box-click .close-btn{
    background-color: transparent;
    color: #ffffff;
    position: absolute;
    right: 15px;
    top: 5px;
    cursor: pointer;
}
.main-content .row-main{
    margin: 0;
}
.main-content .col-md-3{
    -ms-flex: 0 0 26%;
    flex: 0 0 26%;
    max-width: 26%;
}
.main-content .col-md-9{
    -ms-flex: 0 0 74%;
    flex: 0 0 74%;
    max-width: 74%;
}
.main-content .content-right{
    padding: 50px 0;
}
.main-content .content-right .container{
    max-width: 1080px;
}
.main-content .content-right .title-1{
    font-size: 44px;
    line-height: 57px;
    color: #e0004d;
    font-weight: bolder;
    text-align: right;
    padding: 61px 0 0;
}
.main-content .content-right .subtitle-1{
    font-size: 23px;
    line-height: 34px;
    color: #414141;
    padding: 91px 0 30px;
}
.main-content .content-right .claim-1{
    font-size: 37px;
    font-weight: bold;
    color: #414141;
}
.main-content .content-right .features{
    display: flex;
    margin: 200px 0 100px;
}
.main-content .content-right .features li{
    display: inline-flex;
    width: 254px;
    max-width: 100%;
    margin-top: 45px;
    margin-right: 20px;
    background-color: #ffe900;
}
.main-content .content-right .features li:last-child{
    margin-right: 0;
}
.main-content .content-right .features li p{
    font-size: 44px;
    line-height: 30px;
    color: #e0004d;
    font-weight: bold;
    text-align: right;
    width: 100%;
    padding: 30px 25px;
    float: right;
}
.main-content .content-right .features li p span{
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    display: block;
}
.slide-testimonial{
    margin: 40px 0;
    padding-right: 100px;
    /*background: url('../img/bg-testimonial.png') no-repeat;
    background-position: -40px 0;*/
}
.slide-testimonial .carousel-control-prev,
.slide-testimonial .carousel-control-next{
    width: auto;
    display: block;
    top: auto;
    bottom: 60px;
    opacity: 1;
}
.slide-testimonial .carousel-control-prev-icon{
    background-image: url('../img/icon/arrow-left-testimonial.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
    width: 100%;
    height: 55px;
    display: block;
    float: right;
}
.slide-testimonial .carousel-control-next-icon{
    background-image: url('../img/icon/arrow-right-testimonial.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
    width: 100%;
    height: 55px;
    display: block;
    float: left;
}
.slide-testimonial .carousel-control-prev{
    left: 180px;
}
.slide-testimonial .carousel-control-next .name-arrow{
    text-align: left;
}
.slide-testimonial .name-arrow{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #e0004d;
    display: block;
    text-align: right;
}
.slide-testimonial .box-info{
    width: 668px;
    max-width: 100%;
    float: right;
    display: block;
    border: 11px solid #e0004d;
    margin: 20px 0 5px;
    position: relative;
}
.slide-testimonial .box-info-2{
    width: 668px;
    max-width: 100%;
    float: right;
    display: block;
    margin: 5px 0 20px;
    position: relative;
}
.slide-testimonial .box-info-2 .info{
    font-size: 20px;
    font-weight: bold;
    color: #e0004d;
}
.slide-testimonial .box-info .img-fluid{
    position: absolute;
    left: -100px;
    top: 50px;
}
.slide-testimonial .box-text{
    width: 365px;
    max-width: 100%;
    float: right;
    margin-right: 50px;
    padding: 95px 0;
}
.slide-testimonial .box-text .name{
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #e0004d;
}
.slide-testimonial .box-text .nick{
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    color: #414141;
    margin: 5px 0 25px;
}
.slide-testimonial .box-text .text{
    font-size: 23px;
    line-height: 32px;
    color: #414141;
}
.content-grid-inst .title-grid{
    margin: 150px 0 50px;
}
.content-grid-inst .title-grid .img-inst{
    margin-right: 15px;
}
.main-content .content-right .features li:nth-child(1){
    background-image: url('../img/icon/icon-feature-1.png');
    background-position: left center;
    background-repeat: no-repeat;
}
.main-content .content-right .features li:nth-child(2){
    background-image: url('../img/icon/icon-feature-2.png');
    background-position: 10px center;
    background-repeat: no-repeat;
}
.main-content .content-right .features li:nth-child(3){
    background-image: url('../img/icon/icon-feature-3.png');
    background-position: left center;
    background-repeat: no-repeat;
}
.main-content .content-right .features li:nth-child(4){
    background-image: url('../img/icon/icon-feature-4.png');
    background-position: left center;
    background-repeat: no-repeat;
}
.main-content .content-right .instagram_gallery{
    display: flex;
    flex-wrap: wrap;
}
.main-content .content-right .instagram_gallery a{
    flex: 1 0 auto;
    width: 300px;
    height: auto;
    padding: 5px;
}
.main-content .content-right .instagram_gallery a img{
    max-width: 100%;
    height: auto;
}
.main-content .content-left{
    background-color: #e0004d;
    padding: 0;
}
.main-content .content-left .logo-timeline{
    margin: 64px auto 35px;
    display: block;
}
.main-content .content-left .img-timeline{
    margin: 0 auto;
    display: block;
}
.main-content .content-left .timeline{
    background: url('../img/timeline-white.png') no-repeat;
    width: 457px;
    min-height: 2418px;
    position: relative;
    margin: 0 auto;
}
.main-content .content-left .timeline .steps{
    width: 344px;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 80px 0 0;
    color: #ffffff;
    font-size: 61px;
    line-height: 54px;
    font-weight: lighter; 
}
.main-content .content-left .timeline .steps span{
    display: block;
    font-size: 65px;
    font-weight: bold;
    letter-spacing: 4px;
}
.main-content .content-left .timeline .etapa1 .steps::before{
    content: "";
    width: 17px;
    height: 110px;
    background-color: #ffe900;
    position: absolute;
    left: -57px;
}
.main-content .content-left .timeline .etapa2 .steps::before{
    content: "";
    width: 17px;
    height: 110px;
    background-color: #ffe900;
    position: absolute;
    right: -57px;
}
.main-content .content-left .timeline .etapa3 .steps::before{
    content: "";
    width: 17px;
    height: 110px;
    background-color: #ffe900;
    position: absolute;
    margin-top: 50px;
    left: -57px;
}
.main-content .content-left .timeline .etapa5 .steps::before{
    content: "";
    width: 17px;
    height: 110px;
    background-color: #ffe900;
    position: absolute;
    margin-top: 50px;
    left: -57px;
}
.main-content .content-left .timeline .etapa4 .steps::before{
    content: "estamos aqui!";
    width: 173px;
    height: 110px;
    background-color: #ffe900;
    color: #e0004d;
    font-size: 30px;
    font-weight: 900;
    line-height: 33px;
    position: absolute;
    padding: 20px 5px 20px 40px;
    margin-top: 50px;
    right: -219px;
}
.main-content .content-left .timeline .etapa2 .steps{
    padding: 140px 0 0;
}
.main-content .content-left .timeline .etapa3 .steps{
    padding: 140px 0 0;
}
.main-content .content-left .timeline .etapa4 .steps{
    color: #ffe900;
    padding: 140px 0 0;
}
.main-content .content-left .timeline .etapa4 .text{
    color: #ffe900;
}
.main-content .content-left .timeline .etapa5 .steps{
    color: #9b0136;
    padding: 180px 0 0;
}
.main-content .content-left .timeline .etapa5 .text{
    color: #9b0136;
}
.main-content .content-left .timeline .text{
    width: 344px;
    max-width: 100%;
    margin: 20px auto 0;
    color: #ffffff;
    font-size: 20px;
    line-height: auto;
}
@media(min-width: 1400px){
    .container{
        max-width: 1820px;
    }
}
@media(min-width: 1400px) and (max-width: 1500px){
    .main-content .content-right .title-1{
        font-size: 36px;
        line-height: 46px;
    }
    .main-content .content-right .subtitle-1{
        font-size: 18px;
        line-height: 26px;
    }
    .main-content .content-right .features{
         margin: 150px 0 100px;
    }
    .main-content .content-left .timeline{
        width: 100%;
        background-size: 100%;
    }
    .main-content .content-left .timeline .steps{
        width: calc(100% - 57px);
        margin-left: 30px;
        font-size: 38px;
        line-height: 42px;
        padding: 20px 0 0;
    }
    .main-content .content-left .timeline .etapa2 .steps{
        padding: 95px 0 0;
    }
    .main-content .content-left .timeline .etapa1 .steps::before{
        left: -30px;
    }
    .main-content .content-left .timeline .etapa2 .steps{
        width: calc(100% - 57px);
        margin-right: 57px;
        margin-left: 0;
    }
    .main-content .content-left .timeline .etapa3 .steps{
        padding: 85px 0 0;
    }
    .main-content .content-left .timeline .etapa3 .steps::before{
        left: -30px;
    }
    .main-content .content-left .timeline .etapa4 .steps{
        padding: 80px 0 0;
    }
    .main-content .content-left .timeline .etapa4 .steps::before{
        right: -190px;
    }
    .main-content .content-left .timeline .steps span{
        font-size: 42px;
    }
    .main-content .content-left .timeline .etapa5 .steps{
        padding: 80px 0 0;
    }
    .main-content .content-left .timeline .etapa5 .steps::before{
        left: -30px;
    }
    .main-content .content-left .timeline .text{
        width: 260px;
        font-size: 16px;
        line-height: 23px;
        margin: 20px 30px 0;
    }
    .main-content .content-right .features{
         margin: 100px 0 100px;
    }
    .slide-testimonial{
        margin: 20px 0 40px;
    }
    .slide-testimonial .box-text .text{
        font-size: 18px;
        line-height: 26px;
    }
    .slide-testimonial .box-text{
        padding: 60px 0;
    }
    .slide-testimonial .box-info{
        min-height: 420px;
    }
    .slide-testimonial .carousel-control-prev{
        left: 30px;
    }
}
@media (min-width: 768px) and (max-width: 1399px){
    .main-content .content-right .title-1{
        font-size: 36px;
        line-height: 46px;
    }
    .main-content .content-right .subtitle-1{
        font-size: 18px;
        line-height: 26px;
    }
    .main-content .content-left .timeline{
        width: 100%;
        background-size: 100%;
    }
    .main-content .content-left .timeline .steps{
        width: calc(100% - 57px);
        margin-left: 30px;
        font-size: 38px;
        line-height: 42px;
        padding: 20px 0 0;
    }
    .main-content .content-left .timeline .etapa2 .steps{
        padding: 45px 0 0;
    }
    .main-content .content-left .timeline .etapa1 .steps::before{
        left: -30px;
    }
    .main-content .content-left .timeline .etapa2 .steps{
        width: calc(100% - 57px);
        margin-right: 57px;
        margin-left: 0;
    }
    .main-content .content-left .timeline .etapa3 .steps{
        padding: 50px 0 0;
    }
    .main-content .content-left .timeline .etapa3 .steps::before{
        left: -30px;
    }
    .main-content .content-left .timeline .etapa4 .steps{
        padding: 50px 0 0;
    }
    .main-content .content-left .timeline .etapa4 .steps::before{
        right: -190px;
    }
    .main-content .content-left .timeline .steps span{
        font-size: 42px;
    }
    .main-content .content-left .timeline .etapa5 .steps{
        padding: 50px 0 0;
    }
    .main-content .content-left .timeline .etapa5 .steps::before{
        left: -30px;
    }
    .main-content .content-left .timeline .text{
        width: 260px;
        font-size: 16px;
        line-height: 23px;
        margin: 20px 30px 0;
    }
    .main-content .content-right .features{
         margin: 150px 0 100px;
    }
    .slide-testimonial{
        margin: 20px 0 40px;
    }
    .slide-testimonial .box-text .text{
        font-size: 18px;
        line-height: 26px;
    }
    .slide-testimonial .box-text{
        padding: 60px 0;
    }
    .slide-testimonial .box-info{
        min-height: 420px;
    }
    .slide-testimonial .carousel-control-prev{
        left: 30px;
    }
}
@media(max-width: 767px){
    .cnt-dsktp{
        display: none !important;
    }
    .cnt-mbl{
        display: block;
    }
    .main-content .row-main{
        margin: 0 15px;
    }
    .main-content .content-right .container{
        max-width: 100%;
    }
    .main-content .col-md-9{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .bar{
        background-color: #e1004e;
        width: 100%;
        display: block;
        padding: 15px 0;
    }
    .main-content .content-right .title-1{
        font-size: 27px;
        line-height: 36px;
        text-align: center;
        padding: 10px 0 0;
    }
    .main-content .content-right .subtitle-1{
        font-size: 19px;
        line-height: 34px;
        text-align: center;     
        padding: 30px 0 40px;
    }
    .main-content .content-right .claim-1{
        font-size: 25px;
        text-align: center;
    }
    .main-content .content-right .features{
        display: block;
        padding: 0;
    }
    .main-content .content-right .features li{
        width: calc(50% - 6px);
        display: inline-block;
        margin: 2px;
    }
    .main-content .content-right .col-features,
    .main-content .content-right .col-slide{
        padding: 0;
    }
    .main-content .content-right .features li p{
        font-size: 35px;
    }
    .main-content .content-right .features li p span{
        font-size: 16px;
        line-height: 16px;
    }
    .main-content .content-right .features li{
        background-size: 40px;
        min-height: 125px;
    }
    .main-content .content-right .features{
        margin: 20px 0 60px;
    }
    .slide-testimonial{
        padding: 0;
        margin: 0 0 40px;
    }
    .slide-testimonial .box-text .text{
        font-size: 16px;
        line-height: 24px;
    }
    .slide-testimonial .box-text{
        width: 335px;
        float: none;
        margin: 0 auto;
        padding: 160px 0 95px;
    }
    .slide-testimonial .box-info .img-fluid{
        left: 35px;
        top: -85px;
    }
    .slide-testimonial .carousel-item{
        padding-top: 85px;
    }
    .content-arrow{
        position: relative;
    }
    .slide-testimonial .carousel-control-prev{
        left: 15px;
        top: 15px;
    }
    .slide-testimonial .carousel-control-next{
        right: 15px;
        top: 15px;
    }
    .main-content .content-right .instagram_gallery a{
        width: 150px;
    }
    .box-click{
        position: relative;
        width: 100%;
        padding: 60px 30px 50px;
    }
    .footer{
        padding: 60px 0;
    }
    .footer .container{
        padding-right: 45px;
        padding-left: 45px;
    }
    .footer .logo-ft{
        margin-bottom: 50px;
    }
    .footer .social-ft{
        margin-top: 50px;
    }
    .img-bg-testimonial{
        float: right;
        margin-right: -15px;
    }
    .slide-timeline .img-fluid{
        width: 100%;
        height: auto;
    }
    .row-timeline{
        margin-right: -45px !important;
        margin-left: -45px !important;
    }
    .slide-testimonial.slide-timeline .name-arrow{
        color: #ffffff;
    }
    .slide-testimonial.slide-timeline .content-arrow{
        background-color: #e0004d;
        float: left;
        width: 100%;
        height: 120px;
        margin-bottom: 50px;
    }
    .slide-testimonial.slide-timeline .carousel-control-prev-icon{
        background-image: url('../img/icon/arrow-left.png');
    }
    .slide-testimonial.slide-timeline .carousel-control-next-icon{
        background-image: url('../img/icon/arrow-right.png');
    }
}