/* Reset css */
* { margin:0; padding:0 }
img { border:none }
fieldset { border:none }
a { outline:none; text-decoration:none}
a:hover { text-decoration:underline}
ul li, ol li { list-style-type:none }
address { font-style:normal; display:block }
h1, h2, h3, h4, h5, h6{ padding:0; margin:0; font-size:inherit; font-weight:normal }
textarea{font-family:inherit; font-size:inherit; overflow:auto}
input[type="search"] {
    -webkit-appearance: textfield;
}
/* fim reset */

* {
    box-sizing: border-box;
}
body{
    /*font-family: 'PT Sans', sans-serif;*/
    font-family: 'Be Vietnam', sans-serif;
    font-size:11px;
    color:#666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*background-color: #32312f;*/
    /*background-image: url(../images/bg-image.jpg);*/
    /*background-color: #000;*/
    background-repeat: no-repeat;
    background-position: top center
}

html{max-height: 100%;height: 100%;}

.center{width: 100%;max-width: 1250px;margin: 0 auto;}
.center.w-980{max-width: 980px;}

.wrapper-input{min-height: 74px;text-align: left;padding: 0 10px;position: relative;}
.wrapper-input.label,
.haslabel .wrapper-input{min-height: 78px;}
.wrapper-input::after{content: " ";display: table;clear: both;}
.wrapper-input label{font-size: 14px;color: #272727;line-height: 18px;}
.wrapper-input.textarea{width: 100%;min-height: 112px;}
.haslabel .wrapper-input.textarea{min-height: 126px;}
.wrapper-input .half{width: 47%;display: inline-block;vertical-align: top;}
.wrapper-input .half:last-child{float: right;}
.input-style{box-sizing:border-box;height: 60px;border: 1px solid #e6e6e6;width: 100%;padding: 10px 10px 10px 10px;font-size: 14px;line-height: 18px;border-radius: 0px;width: 100%;}
.input-style[readonly]{cursor: not-allowed;background-color: #f2f2f2;}
.input-style.select{padding: 0;background: url(../images/icon-arrow-down.png) no-repeat 97% center #fff;overflow: hidden;}
.input-style select{box-sizing:border-box;background: transparent;width: 110%;padding:0 50px 0 10px;;font-size: 12px;line-height: 16px;border: 0;border-radius: 0;height: 54px;-webkit-appearance: none;border:none;}

textarea.input-style{resize:none;height: 94px;padding-right: 10px;}
.input-style:focus,
.input-busca:focus,
select:focus{outline: none;box-shadow: 0 0 7px 2px rgba(218, 105, 84, .5) inset;border-color: rgba(218, 105, 84, 1);}
.input-busca:focus{}

.html-text{word-break: break-word;}
.html-text::after{content: " ";display: table;clear: both;}
.html-text .wrapper{padding: 0 10px;}
.html-text .font600{font-weight: 600;}
.html-text{font-size: 16px;line-height: 26px; color: #808080;}
.html-text h1,
.html-text h2,
.html-text h3,
.html-text h4,
.html-text h5{margin-bottom: 25px;letter-spacing: -.60px;color: var(--main-text);}
.html-text div{margin-bottom: 15px;}
.html-text p{margin-bottom: 15px;font-size: 16px;line-height: 1.4;}
.html-text p:last-child{margin: 0;}
.html-text a{-webkit-transition:all 0.1s ease-out;transition: all 0.1s ease-out;color: var(--main-color);}
.html-text a:hover{}
.html-text img{max-width: 100%;height: auto !important;}
.html-text iframe{max-width: 100%;}
.html-text table td{vertical-align: top;}
.html-text h1{font-size: 38px;line-height: 44px;color: var(--main-text);}
.html-text h2{font-size: 28px;line-height: 36px;color: var(--main-text);}
@media(max-width: 1023px){
    .html-text table{width: 100% !important;}
    .html-text table td{display: block;}
}


.redes-sociais{padding: 10px 0;}
.redes-sociais .item{text-align: left; width: 54px;height: 54px;overflow: hidden;text-indent: -999px;display: inline-block;vertical-align: middle;margin: 4px;}
.redes-sociais .item > a{background-position: center;background-repeat: no-repeat;background-size: cover;display: block;width: 100%;height: 100%;transition: all 0.3s ease-out;}
.redes-sociais .item > a:hover{opacity: 0.7;}
.redes-sociais .item .facebook{background-image: url(../images/redes-sociais/facebook.svg);}
.redes-sociais .item .instagram{background-image: url(../images/redes-sociais/instagram.svg);background-size: 76px;}
.redes-sociais .item .twitter{background-image: url(../images/redes-sociais/twitter2.svg);background-size: 32px;}
.redes-sociais .item .linkedin{background-image: url(../images/redes-sociais/linkedin.svg);}
.redes-sociais .item .youtube{background-image: url(../images/redes-sociais/youtube.svg);}
.redes-sociais .item .pinterest{background-image: url(../images/redes-sociais/pinterest.svg);}
.redes-sociais.gray .item .facebook{background-image: url(../images/redes-sociais/gray/facebook.svg);}
.redes-sociais.gray .item .instagram{background-image: url(../images/redes-sociais/gray/instagram.svg);background-size: 76px;}
.redes-sociais.gray .item .twitter{background-image: url(../images/redes-sociais/gray/twitter2.svg);background-size: 32px;}
.redes-sociais.gray .item .linkedin{background-image: url(../images/redes-sociais/gray/linkedin.svg);}
.redes-sociais.gray .item .youtube{background-image: url(../images/redes-sociais/gray/youtube.svg);}
.redes-sociais.gray .item .pinterest{background-image: url(../images/redes-sociais/gray/pinterest.svg);}


.botao{font-size:1px; text-indent:-9999px; display:block;}
.clear{clear:both;}
.clearfix::after{content: " ";display: table;clear: both;}


.body-flex{display: flex;flex-direction: column;justify-content: space-between;height: 100%;}
.msg-resposta{font-size: 26px;line-height: 30px;color: #ecd12a;text-transform: uppercase;max-width: 690px;margin-left: auto;margin-right: auto;font-weight: 700;text-align: center;padding: 35px 20px;}


.main-header{margin-bottom: 110px;margin-bottom: 0; background: url(../images/jornada/bg-topo2.jpg) no-repeat center top #804041;border-top: 10px solid #5b7f7e;border-bottom: 10px solid #5b7f7e;}
.main-header .flex{}
.main-header .flex .col{width: 50%;}
.main-header .col{padding-top: 20px;}
.main-header .col .wrap-header{padding: 0 30px;margin-bottom: 30px;}
.main-header .col .logo{margin-bottom: 15px;}
.main-header .col .logo img{max-width: 100%;height: auto;vertical-align: middle;}
.main-header .col .main-title{font-size: 50px;line-height: 54px;color: #fff;font-weight: bold;margin-bottom: 30px;}
.main-header .col .main-title .linha{display: block;}
.main-header .col .main-title .strong{color: #ecd12a;font-size: 54px;line-height: 60px;}
.main-header .col .main-title .normal{font-size: 54px;line-height: 60px;}
.main-header .col .main-title .letra{color: #ecd12a;font-size: 210px;line-height: 160px;margin-bottom: 60px;}
.main-header .col .chamada{font-size: 22px;line-height: 28px;color: #fff;margin-bottom: 30px;}
.main-header .col .chamada strong{font-weight: bold;color: #ecd12a;}
.main-header .col .wrap-datas{display: flex;justify-content: space-between;}
.main-header .col .wrap-datas .img-calendario{width: 170px;height: 170px;background-color: #905161;background-image: url(../images/jornada/calendar.svg);background-repeat: no-repeat;background-position: center center;background-size: 90px; flex-shrink: 0;border-radius: 5px;}
.main-header .col .wrap-datas .info-datas{background-color: #8e7771;border-radius: 5px;width: 100%; max-width: 370px;padding: 15px 20px;color: #fff;display: flex;flex-direction: column;justify-content: center;}
.main-header .col .wrap-datas .info-datas .normal{font-size: 24px;line-height: 28px;}
.main-header .col .wrap-datas .info-datas .strong{font-size: 60px;line-height: 60px;font-weight: 800;}
.main-header .col .wrap-datas .info-datas2{background-color: #8e7771;border-radius: 5px;width: 100%; max-width: 370px;padding: 15px 20px;color: #fff;display: flex;flex-direction: column;justify-content: center;}
.main-header .col .wrap-datas .info-datas2 .normal{font-size: 24px;line-height: 28px;}
.main-header .col .wrap-datas .info-datas2 .strong{font-size: 40px;line-height: 50px;font-weight: 800;}


.main-header .col .wrap-form{padding: 30px 30px 10px 30px;border-radius: 10px 10px 0 0;background-color: #905161;position: relative;}
.main-header .col .wrap-form .label-form{padding: 0 10px;font-size: 36px;line-height: 46px;margin-bottom: 20px; font-weight: 700;color: #fff;text-align: center;}
.main-header .col .wrap-form .wrapper-input{min-height: 70px;}
.main-header .col .wrap-form .wrapper-input .input-style{border-radius: 5px;}
.main-header .col .wrap-form .box-botoes{position: absolute;left: 0;bottom: -110px;width: 100%;overflow: hidden;border-radius: 0 0 10px 10px;}
.main-header .col .wrap-form .box-botoes .bt-style{background-color: #5b7f7e;color: #fff;padding: 30px 10px; font-size: 40px;line-height: 50px;display: inline-block; text-align: center;width: 100%;max-width: 760px;text-transform: uppercase; border: 0;font-weight: 800;transition: all ease-out .1s;}
.main-header .col .wrap-form .box-botoes .bt-style:hover{cursor: pointer;text-decoration: none;background-color: #499783;}

.main-header .col .wrap-form .row-button{padding: 0 10px;text-align: center;}
.main-header .col .wrap-form .row-button .bt-style-2{font-size: 32px;line-height: 36px;color: #fff;font-weight: 700;background: url(../images/redes-sociais/whatsapp-original.svg) no-repeat 100% center;background-position: calc(100% - 20px);  background-size: 42px; background-color: #72b5a4;display: inline-block;padding: 20px 80px 20px 40px;border-radius: 5px;margin-bottom: 15px; -webkit-transition:all 0.1s ease-out;transition: all 0.1s ease-out;}
.main-header .col .wrap-form .row-button .bt-style-2:hover{opacity: 0.7;text-decoration: none;}



.main-header .col .box-lembrete{padding: 0 30px;margin-bottom: 30px;}
.main-header .col .box-lembrete .titulo{font-size: 26px;line-height: 34px;color: #fff;font-weight: 700;margin-bottom: 20px;}
.main-header .col .box-lembrete .titulo .bt-whatsapp{display: inline-block;vertical-align: middle;margin-left: 5px;}
.main-header .col .box-lembrete .row-button{}
.main-header .col .box-lembrete .row-button .bt-style{font-family: 'PT Sans', sans-serif;text-transform: uppercase; font-size: 22px;line-height: 30px;color: #fff;font-weight: 700;background-color: #72b5a4;display: inline-block;padding: 15px 30px 15px 50px;border-radius: 5px;background-image: url(../images/jornada/down-arrow.svg);background-repeat: no-repeat;background-position: 10px center;background-size: 30px; -webkit-transition:all 0.1s ease-out;transition: all 0.1s ease-out;}
.main-header .col .box-lembrete .row-button .bt-style:hover{opacity: 0.7;text-decoration: none;}

.main-header .col .box-lembrete .row-button .bt-style-2{font-family: 'PT Sans', sans-serif;font-size: 26px;line-height: 30px;color: #fff;font-weight: 700;background-color: #72b5a4;display: inline-block;padding: 15px 30px 15px 30px;border-radius: 5px;-webkit-transition:all 0.1s ease-out;transition: all 0.1s ease-out;}
.main-header .col .box-lembrete .row-button .bt-style-2:hover{opacity: 0.7;text-decoration: none;}


.main-footer .faixa1{background-color: #f2f2f2;}
.main-footer .faixa1 .redes-sociais{text-align: center;padding: 27px 0;}
.main-footer .faixa1 .redes-sociais .item{margin-left: 7px;margin-right: 7px;}
.main-footer .section-copyright{background-color: #fff;padding: 0 10px 40px 10px;}
.main-footer .section-copyright .copyright{text-align: center; color: #737373;}
.main-footer .section-copyright .copyright > p{font-size: 14px;line-height: 18px;padding: 30px 0px 30px 0;text-align: center;}
.main-footer .section-copyright .copyright > p > a{color: inherit;font-weight: 700;}


.video-fs-container{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video-fs-container iframe{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.crossed-out{position: relative;display: inline-block;}
.crossed-out::before,
.crossed-out::after{content: ' ';width: 100%;position: absolute;right: 0;top: 50%;}
.crossed-out::before{border-bottom: 5px solid rgba(234, 0, 12, .7);-webkit-transform: skewY(-15deg);transform: skewY(-15deg);}
.crossed-out::after{border-bottom: 5px solid rgba(234, 0, 12, .7);-webkit-transform: skewY(15deg);transform: skewY(15deg);}


.main-section{padding-bottom: 100px;}
.main-section .col{max-width: 100%;width: 100%;}


.section-depoimentos{background-color: #ecd12a;padding: 60px 10px;}
.section-depoimentos .titulo{font-size: 40px;line-height: 50px;color: #222;margin-bottom: 60px;text-align: center;font-weight: 700;}

.section-depoimentos.videos{background-color: #804041;background-image: url(../images/jornada/bg-dots.png);}
.section-depoimentos.videos .titulo{color: #fff;}

.section-depoimentos .videos-depoimentos{text-align: center;}
.section-depoimentos .videos-depoimentos .item{display: inline-block;vertical-align: top; width: 100%; max-width: 370px;height: 210px; margin: 0 7px 15px 7px;position: relative;}
.section-depoimentos .videos-depoimentos .item .thumb{}
.section-depoimentos .videos-depoimentos .item .thumb .link-video{ display: inline-block;-webkit-transition: all .1s ease-out;transition: all .1s ease-out;}
.section-depoimentos .videos-depoimentos .item .thumb .link-video:hover{text-decoration: none;}
.section-depoimentos .videos-depoimentos .item .thumb .link-video img{max-width: 100%;vertical-align: middle;height: auto;}
.section-depoimentos .videos-depoimentos .item .thumb .link-video .button-player{position: absolute;width: 60px;height: 40px;left: 50%;top: 50%;margin-top: -20px;margin-left: -30px;border-radius: 8px;box-shadow: 0px 0px 10px 1px #333;overflow: hidden;opacity: .85;-webkit-transition:all 0.1s ease-out;transition: all 0.1s ease-out;
    background: #121212;
    background-image: -webkit-linear-gradient(top, transparent , rgba(255,255,255,.15)); /* For Safari 5.1 to 6.0 */
    background-image: -o-linear-gradient(bottom, transparent, rgba(255,255,255,.15)); /* For Opera 11.1 to 12.0 */
    background-image: -moz-linear-gradient(bottom, transparent, rgba(255,255,255,.15)); /* For Firefox 3.6 to 15 */
    background-image: linear-gradient(to bottom, transparent, rgba(255,255,255,.15));
}
.section-depoimentos .videos-depoimentos .item .thumb .link-video:hover .button-player{background-color: #e62117;}
.section-depoimentos .videos-depoimentos .item .thumb .link-video .button-player::before{content: " ";display: inline-block;position: absolute;width: 0;height: 0;border-left: 14px solid #fff;border-top: 8px solid rgba(255, 255, 255, 0);border-bottom: 8px solid rgba(255, 255, 255, 0);top: 50%;left: 50%;margin-top: -8px;margin-left: -6px;}

.section-depoimentos .carrossel-depoimentos{display: flex;justify-content: center;flex-wrap: wrap;text-align: center;}
.section-depoimentos .carrossel-depoimentos .item{padding: 10px;max-width: 290px;display: inline-block;}
.section-depoimentos .carrossel-depoimentos .item > a{-webkit-transition: all .1s ease-out;transition: all .1s ease-out;}
.section-depoimentos .carrossel-depoimentos .item > a:hover{opacity: 0.7;text-decoration: none;}
.section-depoimentos .carrossel-depoimentos .item > a > img{max-width: 100%;height: auto !important;vertical-align: middle;}

.section-depoimentos .owl-theme .owl-nav.disabled+.owl-dots{margin: 0;}
.section-depoimentos .owl-theme .owl-dots .owl-dot span{border-color: #000;}
.section-depoimentos .owl-theme .owl-dots .owl-dot.active span,
.section-depoimentos .owl-theme .owl-dots .owl-dot:hover span{background-color: #000;}



.main-section .col .video-fs-container{margin-bottom: 60px;}

.section-texto{padding: 60px 15px 0px 15px;}
.section-texto .texto{text-align: center;}
.section-texto .texto p{font-size: 18px;line-height: 20px; margin-bottom: 15px;}

.section-aulas{padding: 60px 15px 60px 15px;}
.section-aulas .main-title{font-size: 40px;line-height:46px;font-weight: 700;color: #737373;text-align: center;margin-bottom: 40px;}
.section-aulas .texto{text-align: center;margin-bottom: 60px;color: #905161;}
.section-aulas .texto p{font-size: 18px;line-height: 20px; margin-bottom: 15px;}
.section-aulas .box-aulas{}
.section-aulas .box-aulas .aula{padding-left: 40px;display: flex;margin-bottom: 40px;}
.section-aulas .box-aulas .aula .thumb{max-width: 570px;width: 100%;flex-shrink: 0;}
.section-aulas .box-aulas .aula .thumb img{max-width: 100%;vertical-align: middle;}
.section-aulas .box-aulas .aula .info{width: 100%;padding:0 50px 0 130px;position: relative;}
.section-aulas .box-aulas .aula .info::before{content: " ";display: block;position: absolute;left: 0;top: 28px; z-index: 0;width: 100%;height: 280px;background-image: linear-gradient(to right, #ecd02b , #dc7360); border-left: 0;border-radius: 0 10px 10px 0;}
.section-aulas .box-aulas .aula .info::after{content: " ";display: block;position: absolute;left: 0;top: 31px;width: calc(100% - 3px);height: calc(280px - 6px); background-color: #fff;z-index: 1;border-radius: 0 7px 7px 0;}
.section-aulas .box-aulas .aula .info .numero{font-family: 'PT Sans', sans-serif;position: relative;z-index: 2; font-size: 26px;line-height: 30px;color: #fff;font-weight: 700;background-color: #5b7f7e;display: inline-block;padding: 15px 30px 15px 20px;border-radius: 5px;margin-bottom: 25px;}
.section-aulas .box-aulas .aula .info .numero::before{content: " ";display: inline-block;width: 20px;height: 20px;background-color: #ecd12a;border-radius: 50%;margin-right: 15px;}
.section-aulas .box-aulas .aula .info .titulo{font-size: 30px;line-height: 38px;color: #737373;position: relative;z-index: 2;margin-bottom: 15px;}
.section-aulas .box-aulas .aula .info .titulo strong{color: #5b7f7e;}
.section-aulas .box-aulas .aula .info .resenha{position: relative;z-index: 2;font-size: 20px;line-height: 24px;color: #737373;font-style: italic;}
.section-aulas .box-aulas .aula .info .resenha p{margin-bottom: 15px;}
.section-aulas .box-aulas .aula .info .resenha a.play-button{font-size: 26px;line-height: 30px;color: #fff;font-weight: 700;background-color: #5b7f7e;display: inline-block;padding: 10px 30px 10px 50px;border-radius: 5px;background-image: url(../images/jornada/play-button.svg);background-repeat: no-repeat;background-position: 10px center;background-size: 30px; -webkit-transition:all 0.1s ease-out;transition: all 0.1s ease-out;}
.section-aulas .box-aulas .aula .info .resenha a.play-button:hover{opacity: 0.7;text-decoration: none;}

.section-aulas .box-aulas .aula .info .resenha a.definir-lembrete{font-size: 26px;line-height: 30px;color: #fff;font-weight: 700;background-color: #5b7f7e;display: inline-block;padding: 10px 30px 10px 50px;border-radius: 5px;background-image: url(../images/jornada/notifications-button.svg);background-repeat: no-repeat;background-position: 10px center;background-size: 30px; -webkit-transition:all 0.1s ease-out;transition: all 0.1s ease-out;}
.section-aulas .box-aulas .aula .info .resenha a.definir-lembrete:hover{opacity: 0.7;text-decoration: none;}



/*.section-sobre{}
.section-sobre .thumb{}
.section-sobre .thumb img{max-width: 100%;vertical-align: middle;height: auto !important;}
.section-sobre .box-sobre{padding: 60px 0 120px 0;background-color: #5b7f7e;}
.section-sobre .box-sobre .titulo{font-size: 40px;line-height:46px;font-weight: 700;color: #ffffff;text-align: center;margin-bottom: 60px;}
.section-sobre .box-sobre .texto{text-align: center;color: #ffffff;}

*/

.section-sobre{}
.section-sobre .thumb{}
.section-sobre .thumb img{max-width: 100%;vertical-align: middle;height: auto !important;}
.section-sobre .box-sobre{padding: 60px 0 120px 0;background-color: #72b5a4;background-image: url(../images/masterclass/bg-dots.png);}
.section-sobre .box-sobre .titulo{font-size: 40px;line-height:46px;font-weight: 700;color: #ffffff;text-align: center;margin-bottom: 60px;}
.section-sobre .box-sobre .texto{text-align: center;color: #ffffff;}


.section-evento{position: relative;padding: 140px 0 70px 0;}
/*.section-evento{position: relative;padding: 70px 0 70px 0;}*/
.section-evento .wrap-datas{display: flex;justify-content: space-between;width: 100%; max-width: 565px;position: absolute;top: -85px;left: 50%;transform: translateX(-50%);}
.section-evento .wrap-datas .img-calendario{width: 170px;height: 170px;background-color: #905161;background-image: url(../images/jornada/calendar.svg);background-repeat: no-repeat;background-position: center center;background-size: 90px; flex-shrink: 0;border-radius: 5px;}
.section-evento .wrap-datas .info-datas{background-color: #8e7771;border-radius: 5px;width: 100%; max-width: 370px;padding: 15px 20px;color: #fff;display: flex;flex-direction: column;justify-content: center;}
.section-evento .wrap-datas .info-datas .normal{font-size: 24px;line-height: 28px;}
.section-evento .wrap-datas .info-datas .strong{font-size: 60px;line-height: 60px;font-weight: 800;}
.section-evento .titulo{font-size: 40px;line-height: 46px;font-weight: 700;color: #ffffff;text-align: center;}
.section-evento .titulo .normal{color: #737373;display: block;}
.section-evento .titulo .strong{color: #5b7f7e;display: block;}

.section-button{padding: 20px 10px;text-align: center;background-color: #905161;}
.section-button .row-button .bt-style{font-family: 'PT Sans', sans-serif;font-size: 26px;text-transform: uppercase; line-height: 30px;color: #fff;font-weight: 700;background-color: #72b5a4;display: inline-block;padding: 15px 30px 15px 30px;border-radius: 5px;-webkit-transition:all 0.1s ease-out;transition: all 0.1s ease-out;}
.section-button .row-button .bt-style:hover{opacity: 0.7;text-decoration: none;}


/* Dispositivos com tela acima de 1170px */
@media(min-width: 1250px){

}


/* Dispositivos com tela entre de 1024px e 1169px */
@media(min-width: 1024px) and (max-width: 1249px){

    .main-header{background-size: cover;}
    .main-header .col{padding-top: 20px;}    
    .main-header .col .main-title .normal{font-size: 44px;line-height: 50px;}
    .main-header .col .main-title .strong{font-size: 44px;line-height: 50px;}
    .main-header .col .main-title .letra{font-size: 160px;line-height: 120px;margin-bottom: 30px;}

    .main-header .col .wrap-datas{max-width: 452px;}
    .main-header .col .wrap-datas .img-calendario{width: 130px;height: 130px;}
    .main-header .col .wrap-datas .info-datas{max-width: 310px;padding: 15px 15px;}
    .main-header .col .wrap-datas .info-datas .normal{font-size: 20px;line-height: 24px;}
    .main-header .col .wrap-datas .info-datas .strong{font-size: 50px;line-height: 50px;}


    .section-aulas .box-aulas .aula .info{padding: 0 50px 0 60px;}
    .section-aulas .box-aulas .aula .info .numero{margin-bottom: 10px;}
    .section-aulas .box-aulas .aula .info .titulo{font-size: 26px;line-height: 30px;}


}

/* Dispositivos com tela acima de 1024px */
@media(min-width: 1024px){
    .mobile{display: none !important}
    .desktop{}

    .col-1-1{float: left;width: 100%;}
    .col-1-2{float: left;width: 50%;text-align: left;padding: 0 10px;}
    .col-1-3{float: left;width: calc(100%/3);}
    .col-1-4{float: left;width: calc(100%/4);}
    .col-1-5{float: left;width: calc(100%/5);}
    .col-2-3{float: left;width: calc(200%/3);}
    .col-5-12{float: left;width: calc(500%/12);}
    .col-2-12{float: left;width: calc(200%/12);}

    .main-header{min-height: 1000px;}
    .main-header .flex{display: flex;justify-content: flex-end;}
    .main-section .flex{display: block;justify-content: center;}
    .main-section .col{padding: 0 20px;max-width: 100%;}

    /*.section-aulas{padding-top: 120px;}*/
    .section-aulas .box-aulas .aula:nth-child(even){flex-direction: row-reverse;padding-left: 0;padding-right: 40px;}
    .section-aulas .box-aulas .aula:nth-child(even) .info{padding: 0 60px 0 50px;}
    .section-aulas .box-aulas .aula:nth-child(even) .info::before{border-radius: 10px 0 0 10px;}
    .section-aulas .box-aulas .aula:nth-child(even) .info::after{left: 3px;border-radius: 7px 0 0 7px;}

    .main-footer .section-copyright .copyright{display: flex;justify-content: space-between;}

    .main-header .col .main-title .strong{font-size: 48px;line-height: 52px;}
    .main-header .col .main-title .normal{font-size: 48px;line-height: 52px;}
    .main-header .col .main-title .letra{line-height: 130px;font-size: 190px;margin-bottom: 40px;}
    .main-header .col .wrap-header{margin-bottom: 15px;}

}


/* Dispositivos com tela abaixo de 1023px */
@media(max-width: 1023px){
    .mobile{}
    .desktop{display: none !important}

    .section-depoimentos .videos-depoimentos .item{max-width: 270px;height: 170px;}
    .section-depoimentos .titulo{font-size: 36px;}

    .main-footer .section-copyright .copyright{display: block;padding: 30px 0 70px 0;}
    .main-footer .section-copyright .copyright > p{padding: 0;margin-bottom: 15px;}
    
    .main-header{background-image: none;margin-bottom: 0;}
    .main-header .flex .col{width: 100%;}
    .main-header .col{padding-top: 20px;}
    .main-header .col .logo{text-align: center;}
    .main-header .col .main-title{text-align: center;}

    .main-header .col .wrap-header{padding: 0 15px;}
    .main-header .col .main-title .strong{font-size: 34px;line-height: 40px;}
    .main-header .col .main-title .normal{font-size: 34px;line-height: 40px;}
    .main-header .col .main-title .letra{font-size: 160px;line-height: 120px;margin-bottom: 30px;}

    .main-header .col .chamada{font-size: 24px;line-height: 30px;text-align: center;}
    .main-header .col .chamada .strong{color: #ecd12a;font-weight: 600;}
    .main-header .col .wrap-datas{display: block;}
    .main-header .col .wrap-datas .img-calendario{width: 100%;height: 70px;background-size: 40px;border-radius: 5px 5px 0 0;}
    .main-header .col .wrap-datas .info-datas{padding: 15px 10px;border-radius: 0 0 5px 5px;width: 100%;max-width: 100%;text-align: center;}
    .main-header .col .wrap-datas .info-datas .normal{font-size: 20px;}
    .main-header .col .wrap-form{padding: 30px 15px;}
    .main-header .col .wrap-form .label-form{font-size: 30px;line-height: 34px;text-align: center;}
    .main-header .col .wrap-form .box-botoes{position: static;padding: 0 10px;}
    .main-header .col .wrap-form .box-botoes .bt-style{border-radius: 5px;font-size: 30px;line-height: 34px;padding: 15px 10px;}

    .main-header .col{display: flex;flex-direction: column;}
    .main-header .col .item-0{order: 0;}
    .main-header .col .item-1{order: 1;}
    .main-header .col .item-2{order: 3;}
    .main-header .col .item-3{order: 2;margin-bottom: 30px;}
    .main-header .col .chamada{margin-bottom: 0;}

    .main-header .col .box-lembrete{text-align: center;}

    .section-aulas .main-title{font-size: 28px;line-height: 32px;}
    .section-aulas .box-aulas .aula{display: block;max-width: 570px;margin-left: auto;margin-right: auto;padding: 0 0 25px 0;position: relative;margin-bottom: 25px;}
    .section-aulas .box-aulas .aula::before{content: " ";display: block;position: absolute;left: 0;bottom: 0px; z-index: 0;width: 100%;height: 3px;background-image: linear-gradient(to right, #ecd02b , #dc7360); }

    .section-aulas .box-aulas .aula .info{padding: 0;text-align: center;}
    .section-aulas .box-aulas .aula .info::before,
    .section-aulas .box-aulas .aula .info::after{display: none;}

    .section-aulas .box-aulas .aula .thumb{margin-bottom: 10px;}
    .section-aulas .box-aulas .aula .info .numero{margin-bottom: 10px;}
    .section-aulas .box-aulas .aula .info .titulo{font-size: 26px;line-height: 30px;text-align: center;}

    .section-evento{padding: 60px 15px;}
    .section-evento .wrap-datas{display: block;position: static;transform: none;margin-bottom: 20px;margin-left: auto;margin-right: auto;}
    .section-evento .wrap-datas .img-calendario{width: 100%;height: 70px;background-size: 40px;border-radius: 5px 5px 0 0;}
    .section-evento .wrap-datas .info-datas{padding: 15px 10px;border-radius: 0 0 5px 5px;width: 100%;max-width: 100%;text-align: center;} 
    .section-evento .wrap-datas .info-datas .normal{font-size: 20px;}

    .section-evento .titulo{font-size: 28px;line-height: 32px;}   

    .section-sobre .box-sobre{padding-left: 15px;padding-right: 15px;}
}
