/* Fonte do projeto */
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');*/

* main{font-family: "Montserrat", sans-serif;color: #fff;}
main section{padding: 40px 10px;}
h1,h2,h3{margin-bottom: 30px;}
:root{
	--azul: #043143;
	--verde: #d1db45;
}
.mobile{display: initial;}
.desktop{display: none;}

.nav-link {
    position: relative;
    padding-right: 30px!important;
    font-weight: bold;
}
#header .sub a{
    color: #eee!important;
    padding-left: 30px !important;
}
span.nav-link.sub-menu:after{
    content: "";
    background-image: url(../img/seta-verde.png);
    transition: all 0.35s;
    position: absolute;
    top: 5px;
    height: 25px;
    width: 17px;
    margin-top: 10px;
    right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
}
/*menu*/
body,ul{
    margin: 0;
    padding: 0;
}

a{
    color: black;
    text-decoration: none;
    font-family: sans-serif;
}

a:hover{
    background: rgba(0, 0, 0, .05);
}

#logo{
    font-weight: bold;
    font-size: 1.5em;
}

#header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 1rem;
    box-sizing: border-box;
    background: #333;
}
 #header .contain{
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: 1150px;
    width: 100%;
}
#menu{
    display: flex;
    list-style: none;
    gap: 1rem;
}

#menu a,#menu span {
    display: block;
    padding: .5rem;
    color: #fff;
}

#btn-mobile{
    display: none;
    color: #fff;
}

@media (max-width: 600px){

    #menu{
        display: block;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        height: 0;
        transition: .6s;
        background: #333;
        z-index: 1000;
        visibility: hidden;
        overflow-y: hidden;
    }

    #nav.active #menu{
        height: calc(100vh - 70px);
        visibility: visible;
        overflow-y: auto;
    }

    #menu a{
        margin: 0 1rem;
        padding: 1rem 0;
        border-bottom: 1px solid rgba(0,0,0, .05);
    }

    #btn-mobile{
        display: flex;
        gap: 0.5rem;
        padding: .5rem 1rem;
        font-size: 1rem;
        border: none;
        background: none;
        cursor: pointer;
    }

    #hamburger{
        border-top: 2px solid;
        width: 20px;
    }

    #hamburger::after,#hamburger::before{
        content: '';
        display: block;
        width: 20px;
        height: 2px;
        background: currentColor;
        margin-top: 5px;
        transition: 0.4s;
        position: relative;
    }

    #nav.active #hamburger{
        border-top-color: transparent;
    }

    #nav.active #hamburger::after{
        transform: rotate(135deg);
        top: -7px;
    }

    #nav.active #hamburger::before{
        transform: rotate(-135deg);

    }
}
/*fim menu*/

.botao{
	background: #d1db45;
    color: #043143;
    display: block;
    text-align: center;
    font-size: 20px;
    padding: 5px 0;
    font-weight: 600;
    border-radius: 10px;
}


.home{
	background-image: url("../img/bg-home.png");
    background-size: cover;
/*	height: 100vh;*/
}
.home h1{
    font-weight: bold;
    line-height: 1.2;
}
.home h1 span{font-weight: 200;}
.home h2{
	font-weight: 200;
    font-size: 1.4rem;
    padding: 10px 0 0;
}

.passos{
    background: #e3e4e5;
    color: var(--azul);
    text-align: center;
}
.passos h2{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.8rem;
}
.passos .item{margin: 0 0 50px;}
.passos h3{font-size: 1.39rem;}
.passos h4{margin: 20px 0 10px;font-weight: bold;font-size: 1.13rem;}

.precos{
	color: var(--azul);
}
.precos h2{
    font-size: 1.45rem;
    font-weight: bold;
    text-align: center;
}
.precos h3{
    font-weight: bold;
    margin: 0 0 60px;
    text-transform: uppercase;
    text-align: center;
}
.precos .itemx{
	background: var(--azul);
    padding: 20px 10px;
    border-radius: 20px;
    text-align: center;
    margin: 0 30px ;
    width: 300px;
}
.precos a .itemx{background: var(--verde);}
.precos .itemx i{
    color: var(--azul);
    font-size: 25px;
    vertical-align: bottom;
    background: #fff;
    border-radius: 100px;
    padding: 2px;
}
/*.precos .itemx .bxl-facebook{background: var(--azul);color: var(--verde);}*/
/*facebook{color: var(--azul);}*/

.precos .itemx h4{
	color: #fff;
    text-transform: uppercase;
    display: contents;
}
.precos .linha{
    background: #fff;
    margin: 10px 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
}
.precos .linha:hover{
    transform: scale(1.05);
    transition: all .2s;
}

.precos .linha:nth-child(3) {margin-top: 30px;}

.precos .linha .desconto{
	background: var(--verde);
    border-radius: 100px;
    padding: 0 5px;
    font-weight: 500;
}
.precos .linha img{
    max-width: 60px;
    object-fit: contain;
    border-radius: 10px;
}
.precos h5{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2px;
}
.precos h6{
    font-size: 11px;
    margin: 0;
    display: contents;
}
.precos a .itemx p{
	color: var(--azul);
    text-transform: uppercase;
    font-weight: 600;
    margin: 30px 0 20px;
}
.precos .itemx p{color: var(--verde);}

.clientes, .aumente, .depoimentos{
	background-image: url("../img/bg-clientes.png");
	background-position: center;
    background-size: cover;
    text-align: center;
}
.clientes img{
	margin: 20px;
}
.bx-check{
    background: var(--verde);
    border-radius: 20px;
    margin: 0 5px;
}

.seguidores{
	background: #e3e4e5;
	text-align: center;
	color: var(--azul);
}
.seguidores h3{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2rem;
    max-width: 860px;
    margin: auto;
}

.compra{
    text-align: center;
}
.compra i{
    background: var(--azul);
    padding: 3px;
    border-radius: 5px;
    font-size: 3rem;
}
.compra h2{
    color: var(--verde);
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0 60px;
    font-size: 1.9rem;
}
.compra .caixa{margin: 0 0 40px}
.compra .item{
/*    display: flex;*/
    align-items: center;
    gap: 5px;
    margin: 0 0 20px;
}
.compra h3{
    color: var(--azul);
    text-align: left;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 30px;
    font-size: 1.32rem;
}

.aumente h2{
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: uppercase;
}
.aumente h3{
    color: var(--verde);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.45rem;
    margin: 0 0 60px;
}
.aumente ul{
    text-align: left;
    font-size: 1.5rem;
    list-style: none;
}
.aumente li{
    padding-left: 30px;
    position: relative;
    margin: 0 0 30px;
}
.aumente li::before{
    content: "✔";
    background: var(--verde);
    border-radius: 10pc;
    padding: 2px 11px;
    margin-right: 10px;
    display: block;
    position: absolute;
    left: -18px;
    top: 10px;
}

.perguntas{
    color: var(--azul);
}
.perguntas h2{
    text-align: center;
    font-weight: bold;
    font-size: 1.9rem;
    margin: 0 0 60px;
    line-height: 2.3rem;
}
.question{
    position: relative;
    width: 100%;
    margin: 0 0 20px;
    border-top: 4px solid #e0e6e8;
    max-width: 680px;
    margin: auto;
}
.answer {
  display: none;
  /*width: 90%;*/
  padding: 15px;
  /*box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);*/
}
.perguntas .label-question{
    display: block;
    padding: 10px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: bold;
    padding-right: 22px;
}
input[type=checkbox]{
    display: none;
}
input[name=pergunta]:checked  ~ .answer{
    display: block;
}

input[name=pergunta]:checked  ~ .label-question::after {
    transform: rotate(180deg);
    color: var(--verde);
}

.label-question:after{
    content: "";
    background-image: url(../img/seta-azul.png);
    transition: all 0.35s;
    position: absolute;
    top: 0;
    height: 25px;
    width: 25px;
    margin-top: 10px;
    right: 0px;
    background-size: contain;
    background-repeat: no-repeat;
}
input:checked + .tab-label {
  border-bottom: 3px solid #00303f;
}
input:checked + .tab-label::after {
  transform: rotate(180deg);
  color: #fa9905;
}
input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
  background: #fa9905;
  color: #00303f;
  border-left: solid #003;
  border-right: solid #003;
}


.formulario .banner{
    background-image: url("../img/bg-clientes.png");
    background-position: center;
    background-size: cover;
    padding: 40px 20px;
}
.formulario h2{
    color: var(--verde);
    font-weight: bold;
    font-size: 1.7rem;
}
/*.formulario h3{font-weight: bold;}*/
.formulario p{
    line-height: 1.2;
    font-size: 1rem;
}
.formulario input{
    border-radius: 5px;
    width: 100%;
    border: navajowhite;
    margin: 10px 0;
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
    font-size: 1rem;
}
.formulario .botao{margin: 0;}

.rodape h3{
    margin-bottom: 0px;
    margin-top: 20px;
}

/* ----------- pagina 3 ----------- */

.home#redes span{
    font-size: 2rem;
    font-weight: 500;
    margin: 0 0 15px;
    display: inline-block;
}
.escolha-seu-pacote{
    color: var(--azul);
}
.escolha-seu-pacote h2{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
.escolha-seu-pacote h3{
    font-weight: bold;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.escolha-seu-pacote h3 span{
    font-size: 1.2rem;
    line-height: 1.4;
    display: block;
    text-decoration: line-through;
}
.escolha-seu-pacote h4{
    font-weight: 800;
    font-size: 2.5rem;
    margin: 0 0 30px;
}
.escolha-seu-pacote h4 span{
    font-size: 1rem;
    font-weight: bold;
}
.escolha-seu-pacote .item{
    border: 3px solid var(--azul);
    border-radius: 10px;
    padding: 20px 10px 0;
    text-align: center;
    margin: 0 0 20px;
}
.escolha-seu-pacote ul{
    list-style: none;
    text-align: left;
    font-weight: bold;
    line-height: 2.2;
    padding: 0;
    text-transform: uppercase;
    min-height: 200px;
}
.escolha-seu-pacote li:before{
    content: "✔";
    background: var(--verde);
    padding: 3px 6px;
    margin-right: 5px;
    border-radius: 33px;
}
.desconto{
    background: var(--verde);
    font-weight: bold;
    padding: 4px 10px;
    border-radius: 5px;
    margin: 0 0 20px;
    display: inline-block;
}
.escolha-seu-pacote .botao{
    margin: 20px auto;
    border-radius: 6px;
    font-weight: 400;
    font-size: 0.99rem;
}
.escolha-seu-pacote .botao i{vertical-align: middle;}

.depoimentos {
    padding: 10px;
}
.depoimentos .container{max-width: 80%;}
.depoimentos h2{
    font-size: 1rem;
    text-align: center;
    margin: 0 0 12px;
}
.depoimentos h3{
    font-size: 1.3rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
    color: var(--verde);
    margin: 0;
}

#depoimentos{
    width: 100%;
    margin: auto;
}
#depoimentos .slick-prev {left: -35px;}
#depoimentos .slick-prev:before {font-size: 30px;}
#depoimentos .slick-next {right: -35px;}
#depoimentos .slick-next:before {font-size: 30px;}

.slick-slide{
    display: block;
    margin: 0 20px;
    max-width: 300px;
    padding: 20px;
}

.compra-public{color: var(--azul);background: #e0e6e8}
.compra-public img{
    width: 100%;
    max-width: 800px;
    margin: auto;
    display: block;
}
.compra-public h2{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.7rem;
}



/*popup*/
#comprar{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000000ba;
    top: 0;
    left: 0;
    z-index: 999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#comprar .container{
    background: var(--azul);
    padding: 30px;
    max-width: 600px;
    text-align: center;
    color: #fff;
    margin: 20px;
    position: relative;
}
#comprar form{
    max-width: 400px;
    text-align: left;
    margin: 40px auto 10px;
}

#comprar input, #comprar label{
    border: none;
    border-radius: 5pc;
    padding: 4px;
    width: 100%;
    font-weight: bold;
}
#x{
    position: absolute;
    right: 20px;
    top: 10px;
    color: white;
    font-weight: bold;
    font-size: 1.6rem;
    cursor: pointer;
}
#plano-escolhido{
    display: none;
}

.wpcf7-validation-errors{
    color: yellow!important;
}

.rodape .contato a.fale{
    font-size: 0.8rem;
    padding: 5px;
    margin: 0 0 20px;
    display: block;
    text-align: center;
}