/*
Theme Name: Potência Drones
Theme URI: https://potenciadrones.com.br
Author: Jean Soares
Author URI: https://jeansoares.com.br
Description: Plataforma desenvolvida para a Potência Drones
Version: 1
*/

*{
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;    
}
body{
    font-family: 'Signika Negative', sans-serif;
    font-size: 17px;
    background-color: #111;
    color: #fff;
}
img{
    width: 100%;
}
a{
    text-decoration: none;
}
#access{
    position: absolute;
    margin-top: -70px;
}
.logo {
    width: 80%;
}
.topogeral{
    align-items: center;
    font-size: 16px;
}
.topogeral ul{
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding-left: 0;
}
.topogeral li{
    list-style: none;
    margin: 20px;
}
.topogeral a{
   color: #E4E1E6;
}
.topogeral a:hover{
   color: #EAA92A;
   text-decoration: none;
}
.topo{
    background-color: #000;
    width: 100%;
    padding: 20px 0;
    position: fixed;
    top: 0;
    z-index: 999999;
}
.redes a{
    margin: 0 10px;
    font-size: 30px;
    text-decoration: none;
    display: inline-table;
    color: #fff;
}
button.mercadopago-button {
    width: 91%;
    margin: auto;
    display: block;
    padding: 5px;
    border-radius: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'lemonjelly';
    font-size: 20px;
	background: #BC541E;
    text-align: center;
}
.turma{
    display: flex;
}
.turmas{
   width:50%;
   margin-bottom: 30px;
}
.turmas h4{
    text-align: center;
}
div#swiffy-animation{
	height: -webkit-fill-available;
}

.bannerprincipal{
    width: 100%;
    margin-top: 55px;
}
.bannerprincipal img{
    width: 100%;
    height: auto;
}

#sobre, #contato{
    position: absolute;
    margin-top: -45px;
}
.sobre{
    padding: 50px 0;
}
.textocontato{
    display: flex;
    align-items: center;
}
.textocontato img{
    display: flex;
    align-items: center;
	width: 62%;
    margin: auto;
}
video{
	height: 100vh;
    margin: auto;
    text-align: center;
    display: block;
}

#cursos{
	padding-top: 70px;
}
#container1 img{
	width: auto;
    position-area: center;
}






/* 
.oqueeufaco, .comofaco{
    padding: 50px 0;
}
.oqueeufaco h1, .comofaco h1{
    font-weight: 100;
}
#oqueeufaco, #comofaco, #projetos {
    position: absolute;
    margin-top: -45px;
}
.marcador{
    width: 15%;
    margin-left: 15px;
}
.marcador .linha{
    height: 4px;
}
.marcador svg{
    font-size: 10px;
    color: #EAA92A;
}
.accordion{
    margin-top: 30px;
}
.accordion-item{
    background-color: transparent;
}
.accordion-button{
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid #6095CF;
    font-size: 1.5rem;
}
.accordion-button::after {
    background-image: url(assets/img/icondown.png);
}
.accordion-button:not(.collapsed)::after {
    background-image: url(assets/img/iconup.png);
    transform: rotate(0);
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #EAA92A;
    border-bottom: 2px solid #EAA92A;
}
.accordion-item span{
    color: #EAA92A;
}
.accordion-item span svg{
    font-size: 5px;
    margin: auto 5px;
    vertical-align: middle;
} */

.carousel-item:child{
	height: 100vh;
    margin: auto;
    text-align: center;
    display: block;
}




.contato{
    background-color: transparent;
    color: #fff;
    padding: 50px 0;
}
.contato h3{
    margin-bottom: 20px;
}
.formcontato label{
    color: #fff;
    font-size: 14px;
    width: 100%;
}
button.carousel-control-next {
    width: fit-content;
    height: fit-content;
    margin: auto;
    right: 6%;
}
button.carousel-control-prev {
    width: fit-content;
    height: fit-content;
    margin: auto;
    left: 6%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner{
    float: right;
    margin-right: 5px;
    padding: 2px 30px;
    background-color: #1d834b;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
    color: #111;
}
input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control {
    width: 100%;
    padding: 5px 10px;
}
.rodape{
    background-color: #000;
    padding-top: 50px;
    color: #fff;
}
.rodape .row{
    align-items: end;
}
.rodape .contato{
	padding: 0;
}
.rodape .contato span{
    color: #EAA92A;
    font-size: 15px;
    font-weight: 600;
}
.rodape .contato svg, .endereco svg{
    color: #EAA92A;
}
.redesrodape {
    text-align: center;
}
.redesrodape a{
    color: #fff;
    font-size: 30px;
}
.redesrodape a{
    margin: 20px;
}
.redesrodape a:hover{
    color: #EAA92A;
}
.logorodape img{
    width: 50%;
    margin: auto;
}
.copyright{
    border-top: 2px solid #EAA92A;
    color: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
}

@media (max-width: 767px) {
    .topo {
        position: initial;
    }
    .logo {
        width: 60%;
    }
	.turma{
		display: block;
	}
	.turmas {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    .topogeral ul {
        margin: 22px 0;
    }
    .topogeral li {
        margin: auto;
    }
    .redes {
        display: inline-flex;
    }
    .redes a{
        margin: auto;
    }
    .bannerprincipal {
        margin-top: 0;
    }
    .rodape {
        text-align: center;
    }
    .rodape .endereço, .rodape .contato {
        margin-bottom: 15px;
    }
    .rodape .logorodape {
       margin-top: 20px;
    }
  }