/* Estilos Gerais */

/* Chama a fonte Lato do site Google Fonts */

<link href="https://fonts.googleapis.com/css?family=Lato:400,900" rel="stylesheet">

/* Define a LATO como fonte padrão para o site */

body {
  font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6, p, a, ul, li{
    font-family: 'Lato', sans-serif;
}


img {
	display: block;
	max-width: 100%;
}

.formphp label.nao-aparece, .formphp input.nao-aparece {
	display: none !important;
}

#form-erro span, #form-send span  {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 10px;
	display: block;
}

#form-send {
	color: yellow;
}

#form-erro {
	color: #f64540;
}



/* Header */

.header {
	position: fixed;
	top: 0;
	width: 100%;
	background: #ffffff; /* branco */
	padding: 20px 0;
	z-index: 10;
}


.info-pre {
    text-align: right;
}

/* Deixa a lista ul li lado a lado */
.info-pre ul li {
    display: inline-block;
    margin-top: 15px
    
}

.info-fone {

    margin-top: 5px;
    padding-left: 30px;


}
.info-fone i {
color: #29385f;
padding-right: 5px;
font-size: 18px

}
.info-fone a {
    color: #29385f;
     font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 900;
}

.botao-box{

margin-top: 22px;
text-align: right
    
}

.botao-download {
    
color: #ffffff;
background: #0bbc40;
font-family: 'Lato', sans-serif;
font-weight: 900;
font-size: 12px;
text-transform: uppercase;
text-align: center;
border-radius: 25px;
padding: 15px;

box-shadow:0px 2px 1px #014f18;
-moz-box-shadow:0px 2px 1px #014f18;
-webkit-box-shadow:0px 2px 1px #014f18;
border-radius: 5px;
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
   
}

.botao-download:hover {
margin-top: 11px;
color: #ffffff;
background: #131c39;
box-shadow:0px 2px 1px #000000;
-moz-box-shadow:0px 2px 1px #000000;
-webkit-box-shadow:0px 2px 1px #000000;
border-radius: 5px;
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
    transition: all .3s ease;
    
}


/* nav-flutua */
.nav-flutua {

position: fixed;
right: 5%;
top: 15%;
z-index: 10;

}

/* conversao */

.conversao {
width: 100%;
height: 717px;
background-size: cover;
background: url("../img/banner-hero.jpg") no-repeat center;
padding-top: 140px
    
}

.conversao-texto{
    margin-top: 30px;
    background-color: rgba(41, 56, 95, 0.9);
    padding: 70px 35px 35px 35px;
}

.conversao-texto h1{
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 2.6em;
    font-weight: 900;
    line-height: 1.2em;
    padding-top: 10px
    
}


.conversao-texto p {
    margin-top: 15px;
    font-family: 'Lato', sans-serif;
    line-height: 1.4em;
    color: #ffffff;
    font-size: 0.96em;
    text-align: left;

}

.conversao-texto a{
    display: block;
    color: white;
    font-size: 0.7em;
    font-family: 'Lato', sans-serif;
    margin-top: 45px;
    text-decoration: underline;
    padding-bottom: 40px;
}

.formulario input {
    padding: 10px;
    margin-bottom: 18px;
    width: 100%;
}

.btn-formulario {
    color: #ffffff;
    width: 100%;
    padding: 10px;
    background-color: #0bbc40;
    border: 2px solid white;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    box-shadow:0px 4px 4px #131c39;
    -moz-box-shadow:0px 4px 4px #131c39;
    -webkit-box-shadow:0px 4px 4px #131c39;
    
   
    
}


/* código para formulário do mail chimp
.conversao-texto input {
    
margin-top: 10px;
padding: 15px;
width: 75%;
border: none;

    
}

.conversao-texto input[type="submit"] {

    color:#f33d54;
    background: #48f30c;
    border: none;
    padding: 10px;
    width: 128px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    transition: all .6s ease;
    
}

.conversao-texto input[type="submit"]:hover {

    color:#48f30c;
    background: #ffffff;
    transition: all .6s ease;
    
}


.form-message {
  float: left;
  padding-top: 5px;
  color: #ffffff;
  opacity: 0;
  transition: all 400ms ease-in-out;
}

.form-message.success {
  color: yellow;
  opacity: 1;
}

.form-message.error {
  color: white;
  opacity: 1;
}
****/

/* Frases */

.sobre {

width: 100%;
background-size: cover;
background-color: #29385f;
padding-top: 70px;
padding-bottom: 70px;

}

.sobre h2 {

    margin-top: 45px ;
    color: white;
    font-size: 2em;
    font-weight: 900;
    }

.sobre p {
    color: white; 
    line-height: 1.3em;
    margin-top: 30px
}

.sobre h3 {

    color: white;
    font-size: 1.5em;
    margin-top: 20px;
    font-weight: 900;
    margin-bottom: 40px     
    }

.botao-sobre{
    
    color: #ffffff;
    background: #0bbc40;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 25px;
    padding: 15px;
    box-shadow:0px 2px 1px #131c39;
    -moz-box-shadow:0px 2px 1px #131c39;
    -webkit-box-shadow:0px 2px 1px #131c39;
    border-radius: 5px;
    -moz-border-radius:10px 10px 10px 10px;
    -webkit-border-radius:10px 10px 10px 10px;
   
}

.botao-sobre:hover {
margin-top: 11px;
color: #ffffff;
background: #131c39;
box-shadow:0px 2px 1px #000000;
-moz-box-shadow:0px 2px 1px #000000;
-webkit-box-shadow:0px 2px 1px #000000;
border-radius: 5px;
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
    transition: all .3s ease;
    
}

.sobre-img{
    text-align: right;
}



/* começa PARTE DOS SERVIÇOS */

.servicos {
    text-align: center;
    background-color: #ebebeb;
    background-size: cover;
    padding: 35px 0px;

}

.servicos h2{
    color: #29385f;
    font-size: 2em;
    font-weight: 900;
    text-transform: uppercase;
    padding: 70px 0;
    
}

.servicos-lista li {
    margin-bottom: 50px
}

.servicos-lista li:last-child {
    margin-bottom: 10px
}

.servicos-lista li img {
    margin: 0 auto;
    text-align: center;
    height: 100px;
}

.servicos-lista h3{
    color: #29385f;
    font-size: 1.5em;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 1em;
    padding-top: 15px;
    padding-bottom: 8px

}

.servicos p{
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    color: #000000;
    margin-bottom: 15px
}

.servicos-icone{
height: 160px;
}



/* começa PARTE COMO FUNCIONA */

.como-funciona {
    padding: 70px 0px;
    background-color: #29385f;
    background-size: cover;
    text-align: left;
}

.como-funciona h2{
    color: white;
    font-size: 2em;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 30px;
    
}



.como-funciona p{
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    color: white;
    margin-bottom: 30px
}



/* começa BOTÃO PERGUNTE AO ADVOGADO */

.btn-pergunte {
    
color: #F7F7F7;
background: #29385F;
width: 154px;
font-family: 'Lato';
font-style: normal;
font-weight: 900;
font-size: 15px;
line-height: 16px;
text-align: center;
border-radius: 6px;
padding: 13px 17px;
box-shadow:0px 2px 1px #014f18;
-moz-box-shadow:0px 2px 1px #014f18;
-webkit-box-shadow:0px 2px 1px #014f18;
border-radius: 5px;
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
   
}

.btn-pergunte:hover {
margin-top: 11px;
color: #ffffff;
background: #131c39;
box-shadow:0px 2px 1px #000000;
-moz-box-shadow:0px 2px 1px #000000;
-webkit-box-shadow:0px 2px 1px #000000;
border-radius: 5px;
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
    transition: all .3s ease;
    
}

.quem-somos {
    margin-top: 70px;
    margin-bottom: 70px;
    color: #29385f;
    
}

.quem-somos h2 {
    font-size: 2em;
    text-align: left;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px
    
}

.quem-somos p {
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
    color: #000000;
}

.logo-sobre{
    padding-top: 45px;
    text-align: left;
}

.info{
    text-align: center;
    margin: 35px 0;
}
.info img {
    
    margin: 0 auto;
}
.info h4{
    font-weight: 900;
    margin-top: 5px;
    margin-bottom: 3px
   }
.info h5 a {
    color: #29385f;
}

.pos-footer {
    background-color: #ebebeb;
    width: 100%;
    background-size: cover;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
    color: #000000;
    line-height: 1.5em;
    font-family: 'Lato', sans-serif;
}



.siga-social {    
    text-align: center;
    background-color: #ebebeb;
    padding: 35px 0px
}

.facebook{
    margin:35px 0px;
}



.fb-caixa {    
padding-top: 30px;    
}



.subtitulo{
    color: #29385f;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 2em;
    margin-top: 35px;
}

.subtitulo-branco{
    color:#ffffff;    
}

.subtitulo-roxo {
    
    color: #3a0a62;
}

.parag {
    
font-family: 'Nunito', sans-serif;
font-size: 1.86em;
line-height: 1.2em;
color: #1c1c1c;
font-weight: lighter
}



.planos {



padding-top: 60px;
padding-bottom: 60px;
text-align: center;
}

.planos-itens {
    
margin-top: 35px;    
}

.planos-lista li{
	
	text-align: center;
    
     
}

.planos-lista a {
    font-family: 'Lato', sans-serif;
    text-align: center;
    display: inline-block;
    color: #dc162f;
    font-size: 1.6em;
    font-weight: normal;
    padding: 0px 0px 30px 0px;
    margin-top: 10px;
    line-height:1em;
}

.planos-lista span {
     font-weight: lighter;
     font-size: 0.7em;
 
}


.footer {
    
width: 100%;
background-color:#ecd8da;
text-align: center;
padding-bottom: 50px;
}

.footer h2{

    margin-top: 50px;
    
}

.footer a {
    
text-decoration: none;
color: #dc162f;
font-family: 'Nunito', sans-serif;
line-height: 2.3em;
}

.footer a:hover {
    
text-decoration: none;
color: #000000;

}

/*Animações*/

.js .introducao h1, .js .introducao blockquote, .js .introducao .btn, .js .animar, .js .animar-interno, .js .introducao-interna h1, .js .introducao-interna p {
	opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@media only screen and (max-width: 767px) {


.header {

margin:0 auto;
position: relative;

}

.header_menu{ display: none;}  

.botao-download {
display: inline-block;
margin:30px auto;
text-align: center;
width: 100%;
padding-top: 5px;
}

.botao-download:hover {

margin:30px auto;

}
}

.descricao h2 {
    color: #29385f;
    font-size: 2em;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    padding: 35px 0px 15px 0px;
    
}

.descricao h3 {
    color: #29385f;
    font-size: 1.3em;
    padding-bottom: 30px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
}

.descricao p {
    padding-bottom: 15px;
    font-size: 1.1em;
    line-height: 1.2em;
}

.descricao-botao{
    margin: 20px auto;
    text-align: center;
}

.botao-fechar {
    
color: #ffffff;
background: #29385f;
font-family: 'Lato', sans-serif;
font-weight: 900;
font-size: 14px;
text-transform: uppercase;
text-align: center;
border-radius: 25px;
padding: 15px;

box-shadow:0px 2px 1px #131c39;
-moz-box-shadow:0px 2px 1px #131c39;
-webkit-box-shadow:0px 2px 1px #131c39;
border-radius: 5px;
-moz-border-radius:10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
   
}