@import "../fonts/stylesheet.css";

.secondarybg{
    background: #2d2d2d;
}
.altcolor{
    color: #fbc60a;
}
.f400{
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
    font-style: normal;
}

.f700{
    font-family: 'Proxima Nova Rg';
    font-weight: bold;
    font-style: normal;
}

.f900{
    font-family: 'Proxima Nova Bl';
    font-weight: 900;
    font-style: normal;
}

.bgvideo_img{
    width:100%;
    height: auto;
    min-width:100%;
    min-height:100vh;
    object-fit: cover;
    position:absolute;
    z-index: -1;
}

.headerblock h2{
    /* font-family: 'Proxima Nova Bl'; */
    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;
}


.locaion_evento{
    color: white;
    padding: 2px;
    padding-left: 17px;
    padding-right: 10px;
    font-size: 17px;
    margin-bottom: 10px;
    /* font-weight: 600; */
    letter-spacing: 1px;
}

.ultimas_vagas{
    font-size: 44px;
    margin-top: 20px;
    color: #07bfb8;
    font-weight: 800;
}

.dia_evento{
    color: #2d2d2d;
    font-size: 17px;
    margin-bottom: 20px;
}

.dia_evento1{
    background-color: #fbc60a;
    border: 1px solid #fbc60a;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
}

.cidade_evento{
    background: transparent;
    border: 1px solid #fbc60a;
    color: #fff;
    font-size: 17px;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
}

.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: #fbc60a;
    color: #2d2d2d !important;
    box-shadow: 0 6px #ae940a;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

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

.btn-2a:hover {
    box-shadow: 0 4px #ae940a;
    background: #fbc60a !important;
    top: 2px;
    color: #2d2d2d;
}

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

#header{
    min-height: 768px;
}

.navbar:not(.transparent) .navbar-brand img{
    border-radius: 0;
    background: transparent;
}

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

.navbar-collapse{
    float: right;
}

.navbar-default  .navbar-nav > li > a:hover, .navbar-default  .navbar-nav > li > a.active{
    border-bottom: 4px solid #fbc60a;
    color: white;
    transition: all .25s ease;
}
.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;
}
.navbaralt.light .navbar-nav > li > a{
    color: black;
}


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

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

.titulo_sobre{
    color: #2d2d2d;
    font-size: 55px;
}

.titulo_sobre span{
    color: #07beb8;
}

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

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


#numbers{
    margin-top: 100px;
    background: #fbc60a;
}

.titulo_numbers{
    font-size: 46px;
    color: #2d2d2d;
}

.greenlight{
    color: white;
}

#titlepalestrante{
    color: #2d2d2d;
}

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

.nome_speaker{
    font-size: 46px;
    color: white;
}

.nome_speaker span{
    background: #07beb8;
}

.nome_speaker:before{
    background: url('../images/estrela_preta.png');
    content: '';
    display: block;
    height: 26px;
    width: 29px;
    margin-left: -40px;
    margin-top: 10px;
    position: absolute;
}

.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: #f7f7f7;
    bottom: 100%;
    content: '';
    display: block;
    height: 100%;
    transform: rotate(-177deg);
    width: 109%;
    z-index: 99999;
    margin-top: 60px;
    margin-left: -73px;
}

#palestrantes{
    background: #f7f7f7;
    padding-bottom: 100px;
}

#palestrantes .nome_speaker span{
    background: white;
    color: black;
}

/* #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-image: url("../images/aprender.jpg"); */
    background-color: #07beb8;
    background-repeat: no-repeat;
    width: 100%;
    background-position: bottom right;
    padding: 100px 0;
}

#aprender .numberli{
    color: white;
}

#aprender .aprenderul li{
    color: #2d2d2d;
}

#titleaprender{
    color: #fff;
}

#titleconteudo{
    color: #2d2d2d;
}

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

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

.col-conteudo .label-module{
    background: white;
    color: black;
}

#conteudo{
    background-color: #fff;
}

#limited_time_offer {
    padding: 100px 0;
    background: #07bdbe;
    background-size: cover;
    text-align: center;
}

#limited_time_offer .ultimas_vagas{
    margin-bottom: 15px;
    color: white;
    text-transform: uppercase;
}

#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;
}

ins {
    text-decoration: none;
}

#limited_time_offer .golden-bg {
    background-image: -webkit-linear-gradient(-56deg, #fbd50a 0%, #fbd50a 39%, #fbd50a 70%, #fbd50a 100%);
    font-size: 20px;
    color: #2d2d2d;
    text-transform: uppercase;
    line-height: 40px;
    display: inline-block;
    padding: 1px 44px 0;
    margin-bottom: 20px;
}

.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;
}

#depoimentos{
    margin-top: 60px;
    margin-bottom: 60px;
}

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

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

#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;
    float: left;
    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: #07b6be;
    background-repeat: no-repeat;
    width: 100%;
    background-position: 50px 120px;
}

#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: #fbce0a;
    padding: 100px 0;
}

#dez_razoes .container{
    background: white;
    padding: 60px;
    position: relative;

    background-image: url("../images/estrela_transparente.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}


/* #dez_razoes .container:before{
    background: url('../images/logo_transparente_escuro.png');
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 200px;
    width: 200px;
    right: -50px;
    top: -70px;
    position: absolute;
    z-index: 2;
} */

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

#dez_razoes h2 span{
    display: table;
}

#dez_razoes .bg-green{
    background: #fbce0a;
}

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

#dez_razoes .aprenderul li{
    color: black;
    font-size: 17px;
}
#contacts h4{
    font-size: 48px;
}
/* 
#contacts h4:before{
    background: url('../images/estrela.png');
    content: '';
    display: block;
    height: 136px;
    width: 138px;
    margin-left: -60px;
    margin-top: -29px;
    position: absolute;
    z-index: -1;
} */

#contacts .form-control{
    border-color: black;
    /* text-transform: uppercase; */
    color: black;
    font-weight: 700;
}

#contacts #local{
    background: #07b6be;
    color: white;
    padding: 70px;
}

#map{
    height: 550px;
}

footer{
    background: #393e41;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	z-index: 9999;
    background: url('https://miami.digitalelevation.com.br/assets/images/logo2.png') 50% 50% no-repeat rgb(249,249,249);
    background-size: 150px auto;
}

#fixedbtn{
    bottom: 5px;
}

#compra{
    background: #2a2a2a;
    padding-top: 150px;
}

#reembolso{
    background: #2a2a2a;
    padding-top: 150px;
}

#politica{
    background: #2a2a2a;
    padding-top: 150px;
}