@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,700&display=swap');

#sobre .row img{
    display: none;
}

#modalinscricao {
    background: #26274f;
}

.secondarybg{
    background: #2d2d2d;
}

#contentpages{
    background: #26274f;
    padding-bottom: 50px;
}

.shadow{
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.15);
}

.altcolor{
    color: #00f98a;
}
.f400{
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.f700{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-style: normal;
}

.f900{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.bgvideo_img{
    /* width:100%;
    height: 80vh;
    min-width:100%;
    object-fit: cover;
    position:absolute;
    left: 0;
    z-index: -1; */
}

.headerblock{
        /* width: 100%; */
        height: 80vh;
        height: 100%;
        min-height: 768px;
        padding: 0;
        position: absolute;
        right: 0;
        z-index: -1;
}

.headerblock img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.headerblock h2{
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
}

.headerblock h2:before{
    background-image: url("../images/setas.png");
    background-repeat: no-repeat;
    width: 37px;
    height: 36px;
    content: " ";
    position: absolute;
    margin-left: -60px;
    margin-top: 7px;
}

#header .container >.row img{
    height: 60px;
}
.headerblock-left{
    background: #26274f;
    position: absolute;
    height: 80vh;
    height: 100%;
    min-height: 768px;
    left: 0;
    z-index: -1;
}

#header .container, #header .container >.row{
    height: 80vh;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#header h2{
    text-transform: uppercase;
    font-size: 50px;
}

#header h2 span{
    font-weight: 300;
    color: white;
    font-size: 30px;
}

#header .header-cta{
    align-items: flex-end;
    display: flex;
    justify-content: center;
    height: 100%;
    padding-bottom: 130px;
    padding-left: 100px;

}


.locaion_evento{
    color: white;
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.dia_evento{
    color: #00f98a;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.dia_evento1{
    color: #fff;
}

.cidade_evento{
    color: #fff;
}

.transparent{
    background: transparent !important;
}

.btn {
    border: none;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Button 2 */
.btn-2 {
    background: #feda22;
    color: #2d2d2d !important;
    box-shadow: 0 6px #927e15;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

/* Button 2a */
.btn-2a {
    border-radius: 0;
}

.btn-2a:hover {
    /* box-shadow: 0 4px #007f47;
    background: #00f98a !important; */

    box-shadow: 0 4px #927e15;
    background: #feda22 !important;

    top: 2px;
    color: #2d2d2d;
}

.btn-2a:active, .btn-2a:focus {
    box-shadow: 0 0 #927e15;
    color: #2d2d2d;
    background: #feda22 !important;
    top: 6px;
    
}

#header{
    min-height: 768px;
}

.navbar{
    transition: all .300s ease;
    padding: 20px;
}

.navbar-collapse{
    float: right;
    width: 100% !important;
}
#nav{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}
#nav.ontop{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#nav.ontop .nav.navbar-nav{
    text-align: center;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
}
.nav.navbar-nav{
    transition: all .300s ease;
    text-align: left;
}
.navbar-nav>li{
    float: none;
    display: inline-block;
}

#myNavbar > ul > li.mobileh{
    float: right;
}

.navbar-default  .navbar-nav > li > a:not(.btn):hover, .navbar-default  .navbar-nav > li > a:not(.btn).active{
    border-bottom: 3px solid #00f98a;
    color: white;
    /* transition: all .25s ease; */
}

/* .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary{
    background: #34f889;
} */

.navbaralt{
    background: #292929;
}
.navbaralt .navbar-nav > li > a{
    color: white;
}
.navbar-default .navbar-nav > li > a{
    letter-spacing: 1px;
}
.navbaralt .logo{
    position: absolute;
    height: 132px;
    background: #292929;
    border-radius: 50%;
}
.navbar.light{
    /* background: white; */
    background: #25264f;
}
.navbaralt.light .navbar-nav > li > a{
    color: white;
}

.navbar-default.light .navbar-nav > li > a{
    color: white;
}

.navbaralt.transparent .navbar-nav > li > a{
    color: white;
}


#above-fold{
    padding: 50px;
    padding-bottom: 25px;
    background: white;
}

#above-fold h3{ 
    font-size: 40px;
}
#above-fold .explora{ 
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 20px;
}

#sobre{
    background: #26274f;
    padding-top: 130px;
    padding-bottom: 130px;
}

#sobre img{
    height: 550px;
}

#sobre .titulo_sobre{
    font-size: 30px;
    color: white;
}
#sobre .titulo_sobre .f900{
    color: #00f889;
    font-size: 55px;
}

#sobre .texto_sobre{
    color: white;
    font-size: 17px;
    margin-top: 90px;
}

#sobre .texto_sobre b{
    color: #00f889;
}

.out-right{
    position: absolute;
    right: 0;
    text-align: right;
    margin-top: 230px;
} 

#numbers{
    background: #00f889;
}

#numbers svg{
    height: 80px;
    width: 100px;
}

#numbers .count{
    color: #26274f;
}

.titulo_numbers{
    font-size: 40px;
    color: #26274f;
}

#titlepalestrante{
    color: #26274f;
}
.nome_speaker{
    font-size: 46px;
    color: #26274f;
    margin-top: 50px;
}

.info_speaker{
    font-size: 17px;
    color: #2d2d2d;
    margin-top: 40px;
}

.img_destaque{
    height:30px;
    margin: 10px;
}

#diagonal2 {
    background: transparent;
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#diagonal2::before {
    background: #f2f2f2;
    bottom: 100%;
    content: '';
    display: block;
    height: 100%;
    transform: rotate(-177deg);
    width: 109%;
    z-index: 99999;
    margin-top: 60px;
    margin-left: -73px;
}

#palestrantes{
    background: #f2f2f2;
    padding-bottom: 300px;
}

#diagonal3 {
    background: transparent;
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: -200px;
}

#diagonal3::before {
    background: #ffffff;
    bottom: 100%;
    content: '';
    display: block;
    height: 100%;
    transform: rotate(-177deg);
    width: 109%;
    z-index: 9999;
    margin-top: 60px;
    margin-left: -73px;
}

#convidados{
    background: #fff;
}

#titlepalestrante2{
    color: #2d2d2d;
}

#titlepalestrante2:before{
    background: url('../images/estrela.png');
    content: '';
    display: block;
    height: 136px;
    width: 138px;
    margin-left: -60px;
    margin-top: -29px;
    position: absolute;
    z-index: -1;
}

.titulo_convidado{
    font-size: 27px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.info_convidado{
    font-size: 16px;
}

.foto_convidado img{
    margin-left: auto;
    margin-right: auto;
}

#aprender{
    background-color: white;
    width: 100%;
    padding: 100px 0;
    color: #26274f;
}

#titleaprender{
    color: #26274f;
}

#titleconteudo{
    color: #00f889;
}

.col-conteudo{
    background-image: url("../images/conteudo.jpg");
    background-color: #26274f;
    background-repeat: no-repeat;
    width: 100%;
    background-position: bottom right;
}


.accordion .card-header:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f078";
    float: left;
    color: #26274f;
    border: 2px solid #26274f;
    border-radius: 36px;
    padding: 5px;
    width: 38px;
    text-align: center;
    margin-right: 20px;
    margin-left: 30px;
}
.accordion .card-header.collapsed:before {
    content: "\f054";
}

#accordion .card-header span{
    float: right;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #01884b;
    text-transform: uppercase;
    line-height: 40px;
    margin-right: 30px;
}

.accordion .card-header a{
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #26274f !important;
    line-height: 40px;
    text-decoration: none;
}

.accordion .card-header{
    background-color: #00f889;
}

.accordion>.card .card-header:hover {
    background: #00ef83;
    cursor: pointer;
}
.accordion>.card .card-header {
    padding: 15px;
    border-top: 1px solid #26274f;
}

#accordion{
    margin-bottom: 50px;
    margin-top: 50px;
}

#accordion .card-body{
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(5, 8, 0, 0.03);
    padding: 0;
}

#accordion .card-body ul{
    padding: 0;
}
#accordion .card-body ul li{
    color: #303030;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #e3e3e3;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#accordion .card-body .texto2{
    color: #303030;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#conteudo{
    background-color: #26274f;
}

#limited_time_offer {
    padding: 100px 0;
    padding-top: 0;
    background: #26274f;
}

#limited_time_offer .golden {
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 40px;
}

#limited_time_offer .original-price del {
    position: relative;
    font-weight: 400;
    text-decoration: none;
    padding: 0 8px;
}

#limited_time_offer .original-price {
    font-size: 46px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 10px;
}

#limited_time_offer .sale-price {
    font-size: 100px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
}

#limited_time_offer .bg-green{
    background: #00f889;
    min-height: 300px;
    margin-top: 350px;
    padding: 100px;
}

#limited_time_offer .bg-green .text { 
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
    color: #26274f;
    margin-top: 100px;
 }
#limited_time_offer .bg-green .preco {
    font-size: 100px;
    font-weight: 800;
    text-transform: uppercase;
    color: #26274f;
    line-height: 1;
    margin-top: 25px;
 }

 #limited_time_offer .bg-green .preco span {
    font-size: 60px;
 }
#limited_time_offer .bg-green .small {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #26274f;
}

#limited_time_offer .bg-white{
    min-height: 300px;
    background: white;
    position: absolute;
    right: 0;
    padding: 100px;
}
#limited_time_offer .bg-white .title{
    font-size: 60px;
    font-weight: bold;
    color: #26274f;
}
#limited_time_offer .bg-white .subtitle{
    font-size: 20px;
    color: #26274f;
    text-transform: uppercase;
}
#limited_time_offer .bg-white .subtitle-2{
    font-size: 20px;
    color: #26274f;
}
#limited_time_offer .bg-white .btn{
    margin-top: 60px;
}


ins {
    text-decoration: none;
}

#limited_time_offer .golden-bg {
    font-size: 50px;
    font-weight: bold;
    color: #00f889;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 100px;
}

#limited_time_offer p, #limited_time_offer .btn{
    margin-top: 25px;
}

#limited_time_offer .subtitle{
    font-size: 30px;
}
#limited_time_offer .subtitle2{
    font-size: 30px;
    font-weight: bold;
}

.original-price .currency{
    font-size: 25px;
    vertical-align: super;
    font-weight: 400;
}

.sale-price .currency{
    font-size: 40px;
    vertical-align: super;
    font-weight: 400;
}

.sale-price ins span{
    font-weight: 300;
    font-size: 20px;
}

#limited_time_offer .original-price .del {
    position: absolute;
    border-bottom: 4px solid #fff;
    width: 123px;
    right: 0;
    top: 48%;
    -webkit-transform: rotate(-14deg);
    -moz-transform: rotate(-14deg);
    -o-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    transform: rotate(-14deg);
}

.prestacoes{
    font-size: 25px;
}

.prestacoes .currency{
    font-size: 17px;
    vertical-align: super;
    font-weight: 400;
}

#confia{
    padding: 100px 0;
}

.companies-logo img{
    height: 80px;
    width: auto;
    margin-top: 25px;
}

#depoimentos{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #26274f;
}

#depoimentos .bg-white{
    min-height: 300px;
    background: white;
    right: 0;
    padding: 100px;
    margin-top: 50px;
}
#depoimentos .bg-white .title{
    font-size: 60px;
    font-weight: bold;
    color: #26274f;
}
#depoimentos .bg-white .subtitle{
    font-size: 20px;
    color: #26274f;
    text-transform: uppercase;
}
#depoimentos .bg-white .subtitle-2{
    font-size: 20px;
    color: #26274f;
}
#depoimentos .bg-white .btn{
    margin-top: 60px;
}

#depoimentos .setas{
    position: absolute;
    bottom: 0;
    right: -282px;
}

#titledepoimentos{
    color: white;
    font-weight: bold;
}

.box, .col-conteudo, #owl-carousel3 .item{
    box-shadow: none;
    background-color: #f3f3f3;
}

#owl-carousel3 img{
    margin-left: auto;
    margin-right: auto;
}

.owl-carousel.owl-loaded.mobiles{
    display: none;
}

.testemunho{
    float: left;
    width: 100%;
    margin-top: 15px;
}

.nome_testemunho{
    color: #212121;
    letter-spacing: 2px;
    text-transform: uppercase;
    height: 337px;
    width: 100%;
    /* position: absolute;
    left: 0;
    right: 0;
    bottom: 80px; */
}

#owl-carousel3 .avatar{
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
}

#owl-carousel3 .owl-stage{
    height: 500px;
}

.main-content {
    position: relative;
}
.main-content .owl-theme .custom-nav {
    position: absolute;
    top: 41%;
    left: 0;
    right: 0;
}
.main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
    position: absolute;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}
.main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
    font-size: 50px;
    color: #2d2d2d;
}
.main-content .owl-theme .custom-nav .owl-prev {
    left: 0;
}
.main-content .owl-theme .custom-nav .owl-next {
    right: 0;
}

.left_shadow{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    width: 200px;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.right_shadow{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    width: 200px;
    height: 500px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.callto{
    background-image: url("../images/logo_transparente.png");
    background-color: #2d2d2d;
    background-repeat: no-repeat;
    width: 100%;
    background-position: 50px 120px;
    background-size: 350px;
}

#titleanteriores{
    color: #2d2d2d;
}

#titleanteriores:before{
    background: url('../images/estrela.png');
    content: '';
    display: block;
    height: 136px;
    width: 138px;
    margin-left: -60px;
    margin-top: -29px;
    position: absolute;
    z-index: -1;
}

#edicoes_anteriores{
    height: 100%;
    background: #fff;
    width: 100%;
    padding: 0;
    padding-bottom: 0;
}

#dez_razoes{
    background: #26274f;
    padding: 100px 0;
    padding-bottom: 350px;
}

#dez_razoes h2{
    font-size: 60px;
}

#dez_razoes img{
    max-height: 700px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#dez_razoes h2 span.smaller{
    display: table;
    color: white;
    font-weight: 300;
    font-size: 40px;
}

#dez_razoes .numberli{
    font-weight: 700;
    color: #00f889;
}

#dez_razoes .aprenderul li{
    font-size: 17px;
    color: white;
}

#contacts{
    background: #f7f7f7;
    padding-top: 430px;
}
#contacts h4{
    font-size: 48px;
}

#contacts .form-control{
    border-color: black;
    color: black;
    font-weight: 700;
    border: #26274f 3px solid;
}

#contacts #local{
    background: #26274f;
    color: white;
    padding: 70px;
}

#contacts > .row{
    position: relative;
}

#contacts .bg-white{
    min-height: 300px;
    background: white;
    position: absolute;
    right: 0;
    padding: 100px;
    top: -724px;
}
#contacts .bg-white .title{
    font-size: 60px;
    font-weight: bold;
    color: #26274f;
}
#contacts .bg-white .subtitle{
    font-size: 20px;
    color: #26274f;
    text-transform: uppercase;
}
#contacts .bg-white .subtitle-2{
    font-size: 20px;
    color: #26274f;
}
#contacts .bg-white .btn{
    margin-top: 60px;
}

#contacts .bg-white > img{
    position: absolute;
    left: -350px;
    bottom: 0;
}

#map{
    height: 550px;
}

footer{
    background: #26274f;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

footer .text-left span{
    font-weight: 200;
    opacity: 0.6;
    font-size: 11px;
}

footer img{
    opacity: .3;
}

.loader{
    background-color: rgb(249,249,249);
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	z-index: 9999;
}
.loader>.animated {
    position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
    background: url('https://porto.digitalelevation.marketing/assets/images/logo.png') 50% 50% no-repeat;
    background-size: 100px auto;
}

#fixedbtn{
    position: fixed;
    bottom: -9999px;
    transition: all .25s ease;
}