*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'lato';
}

.container{
    max-width: 1280px;
    padding: 0 2%;
    margin: 0 auto;
}

.clear{
    clear: both;
}

header{
    background-image: url(../imagens/bg-topo.jpeg);
    background-size: cover;
    background-position: center;
    min-height: 450px;
    padding: 10px 0;
}

.logo{
    position: relative;
    z-index: 2;
    float: left;
    background-image: url(../imagens/logo.png);
    background-size: 100% 100%;
    width: 200px;
    height: 60px;
    border-radius: 10px;
}

nav.desktop{
    float: right;
}

nav.desktop ul{
    list-style-type: none;
}

nav.desktop li{
    position: relative;
    top: 5px;
    display: inline-block;
    margin-right: 25px;
}

nav.desktop li a{
    text-decoration: none;
    color: white;
    font-size: 19px;
    font-weight: normal;
}

nav li a:hover{
    text-decoration: underline;
}

nav.mobile{
    display: none;
}

nav.mobile ul{
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 40px 0 0 0;
    top: 0px;
    background: #00D090;
    text-align: center;
}

nav.mobile i{
    position: relative;
    z-index: 2;
    color: white;
    cursor: pointer;
    font-size: 25px;
    top: 8px;
}

nav.mobile li{
    margin: 10px;
    text-align: center;
}

nav.mobile a{
    text-decoration: none;
    color: white;
    font-weight: normal;
    font-size: 20px;
}

nav li.btn-nav{
    width: 210px;
    padding: 3px 8px;
    border-radius: 20px;
    background-color: rgba(204, 204, 204, 0.288);
    border: 1px solid #00d084;
}

div.icon-menu{
    float: right;
}
/* comeÃ§a a sessÃ£o topo*/

.chamada-topo{
    margin-top: 60px;
    text-align: center;
}
.chamada-topo h2{
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 40px;
}

.chamada-topo a{
    font-weight: bold;
    font-size: 20px;
    padding: 12px 48px;
    text-decoration: none;
    width: 280px;
    height: 70px;
    border-radius: 10px;
    background-color: #00d084;
    color: white;
    border: 0;
}

section.servicos{
    padding: 25px 0 30px 0;
    text-align: center;
    background-color: white;
}

section.servicos > .container{
    max-width: 900px;
}

.title-servicos{
    text-align: center;
}

.title-servicos h3{
    color: #509d87; 
    font-size: 30px;  
    font-weight: normal;
}

.flex-servicos{
    display: flex;

}

.space-servico{
    display: flex;
    margin: 0 auto;
    padding: 30px 10px;
    width: 33.3%;
    max-width: 200px;
}

.ultimoBtn{
    text-align: center;
}

.btn {
    font-weight: bolder;
    font-size: 20px;
    padding: 12px 48px;
    text-decoration: none;
    width: 150px;
    height: 70px;
    border-radius: 10px;
    background-color: #00d084;
    color: white;
    border: 0;
}

section.servicos i{
    font-size: 25px;
}

.box-servico{
    border-radius: 3px;
    background-color: white;
    height: 100%;
}

.box-servico img{
    width: 100%;
}

.box-servico-wraper{
    padding: 20px 5px;
}

.box-servico-wraper h2{
    color: #31475e;
    font-size: 18px;
    font-weight: normal;
}

.box-servico-wraper p{
    margin: 8px 0;
    line-height: 1.6;
    font-weight: lighter;
    color: #6a7c92;
    font-size: 15px;
}

section.porque-nos{
    padding: 20px 0 40px 0;
    background-color: #FBFCFE;

}

section.porque-nos > .container > h2{
    font-size: 30px;
    font-weight: normal;
    margin-top: 5px;
    color: #509d87;
    text-align: center;
    width: 100%;
}

section.porque-nos > .container{
    max-width: 1100px;
}

section.porque-nos > .container > p{
    font-size: 14px;
    color: #ccc;
    text-align: center;
    width: 100%;
}

.diferenciais{
    display: flex;
    margin-top: 30px;
}

.box-diferenciais{
    text-align: center;
    box-shadow: 0px 20px 40px #2426721c;
    width: 31%;
    margin-right: 2%;
    padding: 10px 20px;
    border-radius: 10px;
}

.box-diferenciais i{
    margin-top: 10px;
    font-size: 50px;
}

.box-diferenciais h3{
    font-size: 28px;
    color: black;
    margin: 20px 0;
}

.box-diferenciais p{
    font-size: 13px;
    color: #7E92AC;
    margin-bottom: 20px;
}

.whats{
    text-align: right;
}

.whats a{
    text-decoration: none;
    font-size: 18px;
    color: #00A8D0;
}

.whats .botaoW i{
    margin-right: 8px;
    color: #00D090;
    font-size: 50px;
}

section.sobre{
    padding: 20px 0 40px 0;
}

section.sobre > .container{
    max-width: 800px;
}

section.sobre h1{
    color: #509d87; 
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: normal;
}

.texto-descricao{
    padding: 0 15px;
    float: left;
    width: 65%;
}

.texto-descricao h2{
    color: #31475e;
    font-size: 19px;
    line-height: 32px;
    font-weight: normal;
}

.texto-descricao p{
    margin: 15px 0 15px 0;
    color: #6a7c92;
    font-size: 15px;
    line-height: 25px;
}

section.sobre .img-sobre-perfil{
    float: left;
    width: 35%;
    text-align: center;
}

.img-sobre-perfil img{
    max-width: 350px;
    margin-bottom: 5px;
}

.texto-descricao a{
    color: #6a7c92;
    font-size: 20px;
    text-decoration: none;
}

.texto-descricao i{
    position: relative;
    top: 7px;
    margin-top: 5px;
    font-size: 40px;
    color: #6a7c92;
}

section.contasDisponiveis{
    background-color: rgb(240, 236, 236);
    padding: 20px 0 40px 0;
    text-align: center;
}

section.contasDisponiveis > .container{
    max-width: 930px;
}

section.contasDisponiveis h1{
    text-align: center;
    color: #509d87; 
    font-size: 30px;
    font-weight: normal;
}

/* slides depoimentos*/


section.depoimentos{
    background-color: rgb(240, 236, 236);
    padding: 20px 0;
}

section.depoimentos > .container{
    max-width: 1000px;
}

section.depoimentos > h1{
    text-align: center;
    color: #509d87; 
    font-size: 30px;
    font-weight: normal;
}

.container-slider{
    overflow: hidden;
    padding: 30px 0;
}

.container-slider-single{
    float: left;
    text-align: center;
    border-radius: 10px;
}

.container-slider-single img{
    max-width: 200px;
    max-height: 400px;
}

section.depoimentos > .slick-slide{
    margin-left: 27px;
}

/* the parent*/
section.depoimentos > .slick-list {
    margin-left: 27px;
}

/****SLICK SLIDER****/

.slick-dotted ul{
    display: block;
	list-style-type: none;
	text-align: center;
	position: relative;
	top:30px;
}

.slick-dotted li{
	display: inline-block;
	margin: 0 7px;
}

.slick-dotted button:focus{
	outline: 0;
}

.slick-dotted li button{
	width: 16px;
	height: 16px;
	border-radius: 8px;
	color: #d8d8d8;
	border-width: 0;
	background: #d8d8d8;
	opacity: 1;
	cursor: pointer;
}

li.slick-active button{
	background: #373855;
	color: #373855;
}

.slick-slide:focus { outline: none; }

/* duvidas frequentes*/

    .duvidasFrequentes {
      padding: 20px 0 40px 0;
    }

    .duvidasFrequentes h2{
        color: #509d87;
        font-size: 30px;
        font-weight: normal;
        margin-bottom: 20px;
        text-align: center;
    }
  
  .questionamentos {
    max-width: 900px;
    margin: 0 auto;
  }
  
  .containerQr {
    margin-bottom: 0.8vh;
  }
  
  .question {
    display: flex;
    justify-content: space-between;
    background-color: #00D090;
    align-items: center;
    padding: 0 0.78vw 0 0.78vw;
    cursor: pointer;
    height: 6.4vh;
  }
  .question:hover {
    background-color: #00c27b;
    opacity: 1;
    color: #000000;
  }
  .question:hover i {
    color: #000000;
  }
  .question .perguntasBox {
    font-size: 15px;
    font-weight: bold;
  }

  .question i {
    padding-right: 3px;
    color: #dbd7d7e5;
    font-size: 11px;
    transition-duration: 0.2s;
  }
  
  .resposta {
    background-color: #ffffff;
    font-size: 1px;
    padding: 5px;
    color: black;
    font-weight: normal;
    display: none;
  }

  .resposta P{
    font-size: 13px;
  }

  section.contato{
    padding: 20px 0;
    background: rgb(240, 236, 236);
}

section.contato h2{
    text-align: center;
    color: #509d87;
    font-size: 30px;
    font-weight: normal;
}

section.contato p{
    font-size: 14px;
    border-bottom:1px solid #509d87;
    padding: 10px 0;
    display: block;
    text-align: center;
    color: #509d87;
}

section.contato > .container{
    max-width: 800px;
}

section.contato .form-group{
    margin-top: 10px;
}

section.contato form{
    text-align: center;
}

section.contato input[type=text]{
    width: 80%;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding-left: 12px;
    margin-bottom: 10px;
}

section.contato input[type=text]:focus{
    outline: 0;
}

section.contato textarea{
    width: 80%;
    height: 120px;
    border: 1px solid #ccc;
    padding: 8px;
    resize: none;
    outline: none;
    border-radius: 10px;
}

section.contato input[type=submit]{
    width: 170px;
    height: 40px;
    border-radius: 10px;
    background-color: #00d084;
    color: white;
    font-weight: bold;
    border: 0;
    cursor: pointer;
}

.form-group span{
    display: inline-block;
    color: red;
    padding: 4px 0;
}

.box-sucesso{
    margin-top: 10px;
    display: none;
    width: 100%;
    padding: 10px;
    background: #5fb382;
    text-align: center;
    color: white;
}
  footer{
    width: 100%;
    padding: 10px 0;
    background: rgb(240, 236, 236);
  }

  footer.footer1{
    text-align: center;
  }

  footer.footer1 figure{
    display: inline-block;
    width: 7%;
  }

  .footer2 a{
    display: none;
  }

  .segurancaPagamento{
    margin-left: 30px;
  }

  .segurancaPagamento h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
    color: black;
  }
  
  .masterCard {
    height: 3vh;
    width: 3vw;
    box-sizing: border-box;
    padding: 0.5vh;
    background-image: url("../imagens/mastercard.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-color: black;
    border-radius: 4px;
  }
  
  .visa {
    height: 3vh;
    width: 3vw;
    box-sizing: border-box;
    padding: 0.5vh;
    background-image: url("../imagens/visa.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-color: #0E4595;
    border-radius: 4px;
  }
  
  .cielo {
    height: 3vh;
    width: 3vw;
    box-sizing: border-box;
    padding: 0.5vh;
    background-image: url("../imagens/cielo.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-color: black;
    border-radius: 4px;
  }
  
  .pix {
    height: 3vh;
    width: 3vw;
    box-sizing: border-box;
    padding: 0.5vh;
    background-image: url("../imagens/pix.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-color: rgb(204, 200, 200);
    border-radius: 4px;
  }

  footer.footer2{
    text-align: center;
  }

  footer.footer2 h2{
    text-align: center;
    font-size: 15px;
    margin-bottom: 5px;
  }

  footer.footer2 p{
    font-size: 12px;
    font-weight: normal;
  }

@media screen and (max-width: 768px){
    nav.desktop{
        display: none;
    }
    nav.mobile{
        display: block;
    }

    .logo{
        width: 145px;
    }

    nav.mobile ul{
        padding: 20px 0 0 0;
    }

    .chamada-topo{
        margin-top: 120px;
    }

    .chamada-topo h2{
        font-size: 30px;
    }

    .space-servico{
        width: 50%;
        max-width: 200px;
        margin: 0 auto;
    }

    .diferenciais{

        flex-wrap: wrap;
    }
    .box-diferenciais{
        width: 100%;
        margin-right: 0;
    }

    .texto-descricao{width: 100%;display: block;float: none;}
	section.sobre .img-sobre-perfil{        
        width: 100%;
        margin-top: 10px;
    }

    footer.footer1{
        display: block;
        width: 100%;
        text-align: center;
    }


    footer.footer2{
        display: block;
        width: 100%;
    }
}