@font-face {
    font-family: 'metronic_probold';
    src: url('/web/20220603230958im_/https://escoladeimpacto.org/wp-content/themes/escoladeimpacto/fontes/metronicpro-bold-webfont.woff2') format('woff2'),
        url('/web/20220603230958im_/https://escoladeimpacto.org/wp-content/themes/escoladeimpacto/fontes/metronicpro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'metronic_prolight';
    src: url('/web/20220603230958im_/https://escoladeimpacto.org/wp-content/themes/escoladeimpacto/fontes/metronicpro-light-webfont.woff2') format('woff2'),
        url('/web/20220603230958im_/https://escoladeimpacto.org/wp-content/themes/escoladeimpacto/fontes/metronicpro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'metronic_proregular';
    src: url('/web/20220603230958im_/https://escoladeimpacto.org/wp-content/themes/escoladeimpacto/fontes/metronicpro-regular-webfont.woff2') format('woff2'),
        url('/web/20220603230958im_/https://escoladeimpacto.org/wp-content/themes/escoladeimpacto/fontes/metronicpro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'metronic_proair';
    src: url('/web/20220603230958im_/https://escoladeimpacto.org/wp-content/themes/escoladeimpacto/fontes/metronicpro-air-webfont.woff2') format('woff2'),
        url('/web/20220603230958im_/https://escoladeimpacto.org/wp-content/themes/escoladeimpacto/fontes/metronicpro-air-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body
{
    font-family: 'Poppins', sans-serif;
}

p{
    font-family: 'Poppins', sans-serif;
}

/******/
.menu-btn {
    display: none !important;
}

.sliderMobile{
    display: none !important;
}

/****ANIME******/

/* AnimaÃ§ÃĢo */

[data-anime] {
    opacity: 0;
    transition: all 0.7s;
}

[data-anime="left"] {
    transform: translate3d(-50px, 0, 0);
}

[data-anime="right"] {
    transform: translate3d(50px, 0, 0);
}

[data-anime="top"] {
    transform: translate3d(0, -50px, 0);
}

[data-anime="bottom"] {
    transform: translate3d(0, 50px, 0);
}

[data-anime].animate {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}



/*******************************************/
.header{
    width: 100%;
    float: left;
    height: 74px;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 1000;
}


.header .logoHeader{
    margin: 8px 0 8px -10px;
    width: 173px;
    height: auto;
}


.menuPrincipal{
    float: right;
}

.menuPrincipal ul,
.menuPrincipal li,
.menuPrincipal ul li{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menuPrincipal ul li{
    float: left;
    margin: 25px 6px;
    float: left;
    font-size: 16px;
}

.menuPrincipal ul li a{
    font-family: 'metronic_proregular';
    text-decoration: none;
    color: #666;
    padding: 7px 5px;
    border: solid 2px #fff;
    border-radius: 5px;
    transition: all 0.5s;
}

.menuPrincipal ul li a:hover{
    border: solid 2px #fee000;
    border-radius: 5px;
    transition: all 0.5s;
}


.header .botGarantaSuaVaga{
    background: #d60b52;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding: 17px 18px;
    border-radius: 5px;
    float: left;
    transition: all 0.5s;
    margin: 13px 0 0 -20px;
    text-align: center;
    text-transform: uppercase;
    line-height: 14px;
}

.header .botGarantaSuaVaga:hover{
    text-decoration: none;
    transition: all 0.5s;
    background: #595959;
}

/************************************/
.palavrasdeImpacto{
    position: absolute;
    color: #fff;
    font-family: 'metronic_probold';
    margin: 714px 0 0px 610px;
    padding: 0;
    font-size: 30px;
    z-index: 1000;
}


.sliderHome{
    width: 100%;
    float: left;
    margin-top: 74px;
}


/***************************************/
.escolaDeImpacoHome{
    background: #e7eaeb;
    padding: 220px 0 0 0;
    float: left;
    width: 100%;
    margin: -139px 0 0 0;
}

.escolaDeImpacoHome h1{
    font-family: 'metronic_probold';
    font-size: 40px;
}


.escolaDeImpacoHome h1 small{
    color: #d60b52;
    font-family: 'metronic_prolight';
}

.cronometro{
    width: 100%;
    background: url(/web/20220603230958im_/https://escoladeimpacto.org/wp-content/themes/escoladeimpacto/images/bgCronometro.jpg) no-repeat top;
    background-attachment: fixed;
    float: left;
    padding: 50px 0;
    color: #d60b52;
}

.cronometro h1{
    text-align: center;
    color: #d60b52;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
}

.cronometro h2{
    text-align: center;
    color: #d60b52;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 27px;
    margin-top: 78px;
    float: right;
}

.escolaDeImpacoHome iframe{
    width: 100%;
    height: 350px;
    margin: 20px 0;
}

.escolaDeImpacoHome p{
    font-weight: 400;
    text-align: justify;
    font-size: 16px;
}

.escolaDeImpacoHome a{
    color: #d60b52;
    padding: 11px 25px;
    border: solid 2px #d60b52;
    float: left;
    border-radius: 5px;
    transition: all 0.5s;
}

.escolaDeImpacoHome a:hover{
    border: solid 2px #d60b52;
    transition: all 0.5s;
    text-decoration: none;
    color: #fff;
    background: #d60b52;
}

/***********************/
.aEscolaDeImpacto{
    background: url(/web/20220603230958im_/https://escoladeimpacto.org/wp-content/themes/escoladeimpacto/images/bgAEscolaDeImpacto.png) no-repeat top;
    padding: 67px 0;
    float: left;
    width: 100%;
    margin: 0 0 0 0;
}

.aEscolaDeImpacto p{
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.aEscolaDeImpacto p strong{
    color: #fee000;
}


/***********************/
.palestrantes{
    width: 100%;
    float: left;
    padding: 54px 0;
    margin: 0;
    text-align: center;
}

.palestrantes p{
    font-size: 18px;
    color: #666;
    text-align: center;
}

.palestrantes p strong{
    color: #d60b52;
}

.palestrantes img{
    margin: 20px 0;
}

.palestrantePost{
    background: #fee000;
}

.palestrantePost img{
    width: 100%;
    height: auto;
    transition: all 0.7s;
}

.palestrantePost:hover img{
    transition: all 0.7s;
    opacity: 30%;
}

.palestrantePost h2{
    color: #d60b52;
    font-weight: 700;
    margin: 170px 0 20px 0;
    float: left;
    width: 100%;
    position: absolute;
    z-index: 200;
    opacity: 0%;
    font-size: 25px;
    transition: all 0.7s;
}

.palestrantePost p{
    color: #d60b52;
    font-weight: 400;
    padding: 1px 20px;
    font-size: 14px;
    position: absolute;
    margin-top: 231px;
    z-index: 200;
    opacity: 0%;
    transition: all 0.7s;
    line-height: 18px;
    width: 100%;
}

.palestrantePost:hover h2,
.palestrantePost:hover p
{
    opacity: 100%;
    transition: all 0.7s;
}


.palestrantes .owl-prev{
    color: #d60b52;
    font-size: 40px;
    float: left;
    font-weight: 800;
    margin-left: 45%;
    transition: all 0.5s;
}

.palestrantes .owl-next{
    color: #d60b52;
    font-size: 40px;
    float: right;
    font-weight: 800;
    margin-right: 45%;
    transition: all 0.5s;
}

.palestrantes .owl-prev:hover,
.palestrantes .owl-next:hover{
    transition: all 0.5s;
    color: #666;
}


/***********************************/
.garantaSuaVaga{
    padding: 120px 0;
    float: left;
    width: 100%;
    background: url(/web/20220603230958im_/https://escoladeimpacto.org/wp-content/themes/escoladeimpacto/images/bgGarantaSuaVaga.png) no-repeat top;
    background-attachment: fixed;
    color: #fff;
}

.garantaSuaVaga h1,
.garantaSuaVaga h2
{
    font-weight: bold;
}

.garantaSuaVaga h3{
    color: #d60b52;
    background: #fee000;
    padding: 8px 15px;
    border-radius: 5px;
    float: left;
}

.garantaSuaVaga .wpcf7-text{
    padding: 13px;
    float: left;
    width: 48.5%;
    margin: 0 10px 15px 0;
    outline: none;
    border: none;
    border-radius: 7px;
    color: #666;
}

.garantaSuaVaga .wpcf7-textarea{
    padding: 13px;
    float: left;
    width: 98%;
    margin: 0 10px 15px 0;
    outline: none;
    border: none;
    border-radius: 7px;
    color: #666;
    height: 130px;
}

.garantaSuaVaga .wpcf7-submit{
    color: #d60b52;
    background: #fee000;
    border-radius: 7px;
    padding: 13px 33px;
    border: none;
    width: 45%;
    font-weight: 600;
    margin: 0px 17px 0 37px;
}

.garantaSuaVaga .anr_captcha_field
{
    float: left;
    margin: -13px 0 4px 0;
}

.garantaSuaVaga p{
    float: left;
    width: 100%;
}


.wpcf7 div{
	margin: 0 !important;
	padding: 0 !important;
}

.garantaSuaVaga .quemIndicou .wpcf7-text{
    width: 106% !important;
    margin: 5px 0 0 -27px;
}

.garantaSuaVaga .emailResponsavel .wpcf7-text{
    width: 98% !important;
}



/**********************************/
.paraQuem{
    width: 100%;
    float: left;
    padding: 62px 0 152px 0;
    background: url(/web/20220603230958im_/https://escoladeimpacto.org/wp-content/themes/escoladeimpacto/images/bgParaQuem.png) no-repeat bottom;
    text-align: center;
}

.paraQuem h1,
.paraQuem h2{
    color: #d60b52;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 50px;
    width: 100%;
    float: left;
}

.paraQuem h2
{
    margin-top: 30px;
    margin-bottom: 150px;
}

.paraQuem h2 small{
    color: #d60b52;
    font-weight: 800;
    text-transform: uppercase;

}

.paraQuem .paraQuemE{
    text-align: left;
    background: #fff07d;
    margin-bottom: 5px;
    border-radius: 5px;
    float: left;
    width: 90%;
    font-weight: 300;
    padding: 5px 15px;
    margin-left: 5%;
    transition: all 0.5s;
}
.paraQuem .paraQuemE h4 {
    font-weight: 400;
    margin: 0;
    padding: 11px 0 0 0;
    float: left;
    height: 50px;
    line-height: 31px;
}

.paraQuem .paraQuemE h4 .fas{
    color: #d60b52;
    font-size: 35px;
    margin-top: 0px;
    float: left;
    margin-right: 5px;
}

.paraQuem .paraQuemE:hover{
    transition: all 0.5s;
    background: #d60b52;
    color: #fff;
}

.paraQuem .paraQuemE:hover .fas{
    transition: all 0.5s;
    background: #d60b52;
    color: #fff;
}
.paraQuem a{
    color: #fff;
    background: #d60b52;
    text-decoration: none;
    padding: 15px 30px;
    font-size: 23px;
    font-weight: 800;
    border-radius: 7px;
    transition: all 0.5s;
    text-transform: uppercase;
}

.paraQuem a:hover{
    background: #fff;
    color: #d60b52;
}


/****************************************/
.depoimentos{
    width: 100%;
    float: left;
    padding: 35px 0;
}

.depoimentos h1{
    color: #d60b52;
    font-weight: 800;
    margin-bottom: 30px;
    margin-left: 10px;
    padding-left: 57px;
}

.post-depoimento{
    padding: 5px 70px;
}

.post-depoimento h2 {
    margin: 0;
    padding: 0;
    line-height: 25px;
    font-weight: 700;
    color: #666;
}

.post-depoimento img{
    width: 100%;
    height: auto;
    border-radius: 200px;
}

.post-depoimento p{
    color: #666;
}


.depoimentos .owl-prev{
    color: #d60b52;
    font-size: 40px;
    float: left;
    font-weight: 800;
    margin: -130px 0 0 0;
    transition: all 0.5s;
    position: relative;
    z-index: 1000;
}

.depoimentos .owl-next{
    color: #d60b52;
    font-size: 40px;
    float: right;
    font-weight: 800;
    margin: -130px 0 0 0;
    transition: all 0.5s;
    position: relative;
    z-index: 1000;
}

.depoimentos .owl-prev:hover,
.depoimentos .owl-next:hover{
    transition: all 0.5s;
    color: #666;
}



/******************************************/
.habilidadesDesenvolvidas{
    padding: 65px 0;
    width: 100%;
    float: left;
    margin: 0;
    background: url(/web/20220603230958im_/https://escoladeimpacto.org/wp-content/themes/escoladeimpacto/images/bgHabilidades.png) no-repeat top;
    text-align: center;
    color: #fff;
}

.habilidadesDesenvolvidas h1{
    margin: 0 0 40px 0;
    padding: 0;
    font-weight: 700;
}

.habilidadesDesenvolvidas .post-habilidades{
    width: 18%;
    float: left;
    margin: 20px 1%;
    text-align: center;
    color: #fff;
    border: solid 1px #fff;
    padding: 25px 15px;
    height: 415px;
    border-radius: 10px;
    transition: all 0.5s;
}

.habilidadesDesenvolvidas .post-habilidades:hover{
    transition: all 0.5s;
    background: #666;
    border: solid 1px #666;
}

.habilidadesDesenvolvidas .post-habilidades h2{
    font-size: 18px;
    font-weight: 700;
}

.habilidadesDesenvolvidas .detalhesAno2{
    border: solid 1px #fff;
    padding: 30px 10px 20px 10px;
    margin: 0 10px;
    float: left;
    border-radius: 10px;
}

.habilidadesDesenvolvidas .detalhesAno2 h1{
    font-size: 20px;
    margin-bottom: 0;
}
/*****************/

.idealizado{
    background: #f5f5f5;
    padding: 50px 0;
    float: left;
    width: 100%;
    margin: 0;
}

.idealizado h1{
    color: #d60b52;
    font-size: 30px;
    font-weight: 800;
    margin-top: 45px;
	margin-left: -40px;
}

.idealizado .logoSerendipidade{
    margin-top: 13px;
}


/***************************************/
.duvidas-frequentes{
    width: 100%;
    float: left;
    padding: 60px 0;
}

.duvidas-frequentes h1{
    width: 100%;
    text-align: center;
    font-weight: 800;
    color: #d60b52;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0 0 50px 0;
}

.boxAcordeonDuvidas{
    width: 90%;
    margin-left: 5%;
}

.boxAcordeonDuvidas dt{
    background: #efefef;
    padding: 20px 15px;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 5px;
    transition: all 0.5s;
}

.boxAcordeonDuvidas dt:hover{
    transition: all 0.5s;
    background: #d60b52;
    color: #fff;
}

.boxAcordeonDuvidas dd{
    background: #efefef;
    padding: 15px 15px;
    width: 100%;
    margin-bottom: 6px;
    border-radius: 0px 0px 5px 5px;
    margin-top: -14px;
    color: #666;
}

.boxAcordeonDuvidas dt a{
    color: #666;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.5s;
}


.boxAcordeonDuvidas dt:hover a
{
    color: #fff;
    transition: all 0.5s;
}

.boxAcordeonDuvidas dt a .fas{
    color: #d60b52;
    font-size: 38px;
    float: left;
    margin: -8px 7px 3px 0;
    transition: all 0.5s;
}


.boxAcordeonDuvidas dt:hover a .fas
{
    color: #fff;
    transition: all 0.5s;
}


/**********************************/
.instagramFeed{
    background: #8d8d8d;
    padding: 30px 0 0 0;
    width: 100%;
    float: left;
    text-align: left;
    color: #fff;
}

.boxInfoFeedInsta{
    width: 32%;
    margin-left: 35%;
    margin-bottom: 40px;
}

.boxInfoFeedInsta h1{
    font-size: 28px;
    line-height: 14px;
    margin-top: 24px;
    float: left;
}

.boxInfoFeedInsta h1 strong{
    font-size: 28px;
    margin: 12px 0 0 0;
    float: left;
}

.boxInfoFeedInsta img{
    float: left;
    margin-right: 10px;
}

.instagramFeed .feedInsta{
    width: 100%;
    float: left;
    margin: 29px 0 0 0;
}


.feedInsta .instagram_gallery img{
    margin: 0 0.5px!important;
    padding: 0 0!important;
    width: 16.59% !important;
}


.footer{
    width: 100%;
    float: left;
    padding: 20px 0;
    color: #d60b52;
    font-size: 18px;
}

.footer h2{
    font-size: 18px;
}

.footer .logoFooter{
    padding: 20px;
    width: 70%;
    margin-left: 15%;
}

.assinaturaDeveloper{
    width: 100%;
    float: left;
    background: #efefef;
    padding: 15px 0;
    text-align: center;
}

.assinaturaDeveloper p{
    text-transform: uppercase;
    color: #d60b52;
    font-weight: 500;
    padding: 10px 0;
}

.assinaturaDeveloper  img{
    margin: 20px;
}

.footer  .formNews{
    font-size: 16px;
    margin: 0;
}

.footer  .formNews h3{
    font-size: 16px;
}

.footer  .formNews .wpcf7-text{
    width: 32%;
    margin: 10px 5px 0 0;
    border: solid 1px #d60b52;
    color: #d60b52;
    outline: none;
    padding: 15px;
    border-radius: 5px;
}

.footer  .formNews .wpcf7-textarea{
	width: 97.65%;
    margin: 10px 5px 0 0;
    height: 100px;
    border: solid 1px #d60b52;
    color: #d60b52;
    outline: none;
    padding: 15px;
    border-radius: 5px;
}


.footer  .formNews .wpcf7-submit{
    width: 16%;
    margin: 10px 5px 0 0;
    border: solid 1px #d60b52;
    color: #fff;
    outline: none;
    padding: 15px;
    border-radius: 5px;
    background: #d60b52;
}

/*****************************/
.cabecalhoComoTudoComecou{
    background: url(/web/20220603230958im_/https://escoladeimpacto.org/wp-content/themes/escoladeimpacto/images/bgComoTudoComecou.png) no-repeat top;
    float: left;
    width: 100%;
    height: 596px;
    padding:  142px 0 78px 0;
    color: #fff;
}

.cabecalhoComoTudoComecou h1{
    font-family: 'metronic_prolight';
    margin-top: 80px;
}

.cabecalhoComoTudoComecou h1 strong{
    font-family: 'metronic_probold';
}

.cabecalhoComoTudoComecou p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.ongs{
    padding: 0 35px 35px 35px;
    width: 48%;
    float: left;
    margin: 40px 10px;
    background: #f5f5f5;
    border-radius: 10px;
    text-align: center;
}

.ongs p{
    font-size: 17px;
    color: #666;
    font-weight: 300;
}


.titleFundadores{
    width: 100%;
    text-align: center;
    color: #D60B52;
    font-family: "Poppins", Sans-serif;
    font-size: 29px;
    font-weight: 900;
    float: left;
    margin-top: 60px;
}

/******************************************************/
.cabecalhoOCurso{
    background: url(/web/20220603230958im_/https://escoladeimpacto.org/wp-content/themes/escoladeimpacto/images/bgCabecalhoOCurso.png) no-repeat top;
    float: left;
    width: 100%;
    height: 596px;
    padding:  142px 0 78px 0;
    color: #272727;
}

.cabecalhoOCurso h1{
    color: #d60b52;
    font-family: 'metronic_prolight';
    margin-top: 10px;
}

.cabecalhoOCurso h1 strong{
    font-family: 'metronic_probold';
}

.cabecalhoOCurso  p{
    font-size: 18px;
    margin-bottom: 20px;
}

.boxInfograficos{
    margin: 50px 0 50px 47px;
    float: left;
}

.boxInfograficos .fas{
    float: left;
    color: #d60b52;
    font-size: 50px;
    padding: 20px;
    margin-top: 200px;
}

.boxInfograficos h2{
    color: #d60b52;
    font-family: 'metronic_prolight';
    font-size: 26px;
    margin: 0 0 15px 0;
    padding: 0;
}

.boxInfograficos h2 strong{
    font-family: 'metronic_probold';
}

.infografico{
    background: #eeeeee;
    padding: 18px 18px 9px 18px;
    border-radius: 10px;
    float: left;
    width: 270px;
}

.infograficoConclusao{
    background: #eeeeee;
    padding: 18px;
    border-radius: 10px;
    float: left;
    width: 350px;
}

.infografico p{
    background: #fff;
    padding: 14px;
    border-radius: 10px;
    height: 83px;
    float: left;
    width: 100%;
    line-height: 20px;
    font-size: 18px;
    color: #acacac;
    font-weight: 300;
}

.infograficoConclusao p{
    color: #878787;
    line-height: 28px;
    font-size: 18px;
    font-weight: 300;
}


.boxListaPalestrantes{
    width: 100%;
    float: left;
    background: #eeeeee;
    padding: 50px 0;
    font-family: 'metronic_proregular';
}

.boxListaPalestrantes strong{
    font-family: 'metronic_probold';
}

.boxListaPalestrantes h1{
    color: #d60b52;
    text-align: center;
    font-size: 45px;
}

.palestrantes_Lista{
    float: left;
    margin: 15px 0;
    padding: 30px 0 0 0;
}

.palestrantes_Lista img{
    float: left;
    border-radius: 150px;
    border: solid 6px #fee000;
    margin-top: -30px;
    margin-left: 30px;
}
.palestrantes_Lista h2{
    font-size: 20px;
    color: #8d8d8d;
    font-family: 'metronic_proregular';
    margin: 0;
    padding: 0;
}
.palestrantes_Lista h3{
    font-size: 28px;
    color: #d60b52;
    font-family: 'metronic_probold';
    margin: 0;
    padding: 10px 0;
}


.posicaoDasAncoras{
    position: absolute;
    margin-top: -90px;
}
.posicaoDasAncoras2{
    position: absolute;
    margin-top: -170px;
}


.ocultarPC{
    display: none !important;
}


.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    float: left !important;
    margin: 0 0 0 0 !important;
}



.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    float: left;
    margin: -7px 0 0 0px;
    padding: 5px 11px;
    width: 92%;
    border-radius: 11px;
}



.fullWidht{
    width: 100%;
    float: left;
}

.wpcf7-response-output{
	color: #fff !important;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

.header,
.sliderHome,
.escolaDeImpacoHome,
.cronometro,
.aEscolaDeImpacto,
.palestrantes,
.garantaSuaVaga,
.paraQuem,
.depoimentos,
.habilidadesDesenvolvidas,
.idealizado,
.duvidas-frequentes,
.instagramFeed,
.footer {
    padding: 100px 0;
}

.sliderHome { padding: 0; }
.escolaDeImpacoHome { padding-top: 80px; margin-top: -60px; }

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, 
.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, 
.col-lg-9, .col-lg-10, .col-lg-12 {
    padding: 0 15px;
    box-sizing: border-box;
}

.col-lg-1 { width: 8.333%; }
.col-lg-2 { width: 16.666%; }
.col-lg-3 { width: 25%; }
.col-lg-4 { width: 33.333%; }
.col-lg-5 { width: 41.666%; }
.col-lg-6 { width: 50%; }
.col-lg-7 { width: 58.333%; }
.col-lg-8 { width: 66.666%; }
.col-lg-9 { width: 75%; }
.col-lg-10 { width: 83.333%; }
.col-lg-12 { width: 100%; }

.header .container,
.escolaDeImpacoHome .container,
.cronometro .container,
.aEscolaDeImpacto .container,
.palestrantes .container,
.garantaSuaVaga .container,
.paraQuem .container,
.depoimentos .container,
.habilidadesDesenvolvidas .container,
.idealizado .container,
.instagramFeed .container,
.footer .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.menuPrincipal ul {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.menuPrincipal ul li {
    float: none !important;
    margin: 0;
}

.botGarantaSuaVaga {
    margin: 0 !important;
    white-space: nowrap;
}

.palestrantes .owl-carousel,
.depoimentos .owl-carousel {
    width: 100%;
}

.garantaSuaVaga .wpcf7-text,
.garantaSuaVaga .wpcf7-textarea,
.garantaSuaVaga .wpcf7-submit {
    width: 100% !important;
    margin-bottom: 15px;
}

@media (max-width: 1200px) {
    .container { padding: 0 30px; }
}

@media (max-width: 992px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, 
    .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, 
    .col-lg-9, .col-lg-10, .col-lg-12 {
        width: 100%;
    }
    
    .menuPrincipal { display: none; }
    
    section, .header, .cronometro, .aEscolaDeImpacto, 
    .garantaSuaVaga, .habilidadesDesenvolvidas {
        padding: 70px 0;
    }
}

@media (max-width: 768px) {
    .container { padding: 0 20px; }
    
    .palavrasdeImpacto {
        margin: 40px auto 0 !important;
        text-align: center;
        font-size: 24px;
        width: 90%;
    }
}

.palestrantePost img {
    width: 100%;
    height: auto;
}

.post-habilidades {
    margin-bottom: 30px;
}

.gridParaQuem {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 15px;
    width: 100%;
}
/*
     FILE ARCHIVED ON 23:09:58 Jun 03, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:11:33 Feb 14, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.559
  exclusion.robots: 0.043
  exclusion.robots.policy: 0.033
  esindex: 0.011
  cdx.remote: 28.769
  LoadShardBlock: 242.34 (3)
  PetaboxLoader3.resolve: 140.784 (3)
  PetaboxLoader3.datanode: 136.381 (4)
  load_resource: 100.731
*/