

body{
    font-family:  "Oswald", sans-serif;
}

p{
	font-size: 1.2em;
}
img{max-width: 100%;}

/*==========HEADER===============*/

.header-bg{
	background:url(../images/fundo.jpg) no-repeat center fixed;
	background-size: cover;
	padding: 3% 0;
}
.parallax_header {
  /* The image used */
  background-image: url('../images/fundo.jpg');

  /* Full height */
  height: 100%; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.txt-header h2{
	font-size: 54px;
	font-family: "Oswald", sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: -1px;
	text-align: center;
	line-height: 1.1em;
	margin-bottom: 10px;
	text-shadow: #1d1d1d 1px 1px 4px;
}
.txt-header span{
	font-size: 45px;
	color: #D90000;
}
.btn-chamada{
	margin-top: 0px;
	padding: 28px 30px 28px 30px;
	background: #007F0E;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	line-height: 19px;
	font-family: 'Montserrat';
	letter-spacing: -1px;
	text-align: center;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.05);
	text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.04);
	border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
	border-bottom: 4px solid  #005407;
	transition: all .10s ease-in-out;
}
.btn-chamada:hover{
	text-decoration: none;
	color: #FFF;
	background: #006B0A;
}
/*==========BENEFICIOS===============*/

.titulo-sec{
	text-transform: uppercase;
}
.titulo-sec h2{
	font-size: 1.6em;
}
.titulo-sec strong{
	color: #3F638D;
}
.titulo-sec hr{
	width: 200px;
	border:solid 3px #3F638D;
	border-radius: 10px;
}
.box-bnf{
	margin-bottom: 30px;
}
.box-bnf h3{
	font-weight: bold;
	margin-top: 20px;
}
.box-bnf h3,h4{
	font-size: 1.2em;
	display: block;
}

/*==========PROMESSA===============*/

.promessa{

	background-color: #E8E8E8;
	padding: 3% 0;
	background-size: 4px;
}
.titulo-sec-p{
	text-transform: uppercase;
	color: #FFF;
}
.titulo-sec-p h2{
	font-size: 1.6em;
}
.titulo-sec-p strong{
	color: #D90000;
}
.titulo-sec-p hr{
	width: 200px;
	border:solid 3px #FFF;
	border-radius: 10px;
}

.item img {
    width: 200px;
    margin-left: auto;
    margin-bottom: 15px;
    border-radius: 100px 100px 100px 20px;
    border-top: 5px solid #C69E5C;
	border-right: 5px solid #CEA560;
    padding: 8px;
}
.box-1{
	margin-bottom: 30px;
}
.box-1 h3{
	color: #003A63;
}
.box-1 p{
	color: #404040;
	font-weight: 300;
}

/*==========MIDIA===============*/

.midia{
	padding: 4% 0;
}
.titulo-midia{
	text-transform: uppercase;
}
.titulo-midia h2{
	font-size: 2.2em;
}
.titulo-midia strong{
	color: #3F638D;
}
.titulo-midia hr{
	width: 150px;
	border:solid 3px #3F638D;
	border-radius: 10px;
}
.box-midia{
	margin: 50px 10px;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	box-shadow: 0 2px 3px 1px rgba(0,0,0,.05);

}
.box-midia p{
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
	font-weight: 400;
	font-family:  "Arial", sans-serif;
}

/*==========BENEFICIOS 2===============*/

.beneficios-2{
	padding: 3% 0;
    background: linear-gradient(to bottom,#1E1E4B,#f000 10%),url(../images/fundo-lista.jpg) no-repeat center fixed;
    background-color: #1E1E4B;
	background-size: cover;
	-moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
.beneficios-3{
	padding: 3% 0;
    background-color: #f2f2f2;
    background-color: #f2f2f2;
	background-size: cover;
	-moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}
.titulo-lista h2{
	font-size: 2.5em;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 300;
}

.titulo-lista hr{
	border:solid 3px #FFF;
	width: 200px;
}

.titulo-lista2 h2{
	font-size: 2.5em;
	text-transform: uppercase;
	color: #404040;
	font-weight: 300;
}

.titulo-lista2 hr{
	border:solid 3px #404040;
	width: 200px;
}
.lista{
	margin: 20px 0 20px;

}
.lista li{
	font-size: 1.2em;
	margin: 3% 0;
	background: url(../images/bullet.png)left 13px no-repeat;
	padding: 0px 0px 60px 76px;
	background-size: 50px;
	color:#FFF;
	font-weight: 300;
}
.lista2{
	margin: 20px 0 20px;

}
.lista2 li{
	font-size: 1.2em;
	margin: 3% 0;
	padding: 0px 0px 0px 0px;
	background-size: 50px;
	color:#FFF;
	font-weight: 300;
}
.lista3{
	margin: 20px 0 10px;

}
.lista3 li{
	font-size: 1.2em;
	margin: 3% 0;
	background: url(../images/bullet2.png)left 13px no-repeat;
	padding: 0px 0px 60px 76px;
	background-size: 50px;
	color:#404040;
	font-weight: 300;
}

.btn-lista{
	margin:0 auto;
	padding: 25px 28px;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	line-height: 19px;
	font-family: 'Montserrat';
	letter-spacing: -1px;
	text-align: center;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.05);
	text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.04);
	border: solid 3px #FFF;
	transition: all .10s ease-in-out;
	box-shadow: #302e2e  1px 1px 10px;
	display: block;
	background: #FFFFFF29;
}
.btn-lista:hover{
	color: #FFF;
	text-decoration: none;
	box-shadow: #fff 1px 1px 10px;

}

/*==========DEPOIMENTOS===============*/

.depoimentos{
	padding: 3% 0;
	background: url(../images/quadros.png) center;
	background-size: 5px;
}

.box-dp{
	background: linear-gradient(to bottom,#3F638D, black);
	padding: 20px 0;
	text-align: left;
	border-radius: 10px;
	color: #FFF;
	margin: 40px auto;
}
.box-dp p{
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.5em;
}
.box-dp img{
	border: dashed 3px #FFF;
	padding: 5px;
	margin-bottom: 20px;
}
.titulo-tabela2{
	margin: 0px 0;
}
.titulo-tabela2 h2,h5{
	font-size: 2.5em;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 300;
}
.titulo-tabela2 p{
	color: #FFF;
}

/*==========TABELAS===============*/
.titulo-tabela{
	margin: 50px 0;
}
.titulo-tabela h2,h5{
	font-size: 2.5em;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 300;
}
.titulo-tabela p{
	color: #FFF;
}
.tabelas{
	padding: 30px 0;
	background-image: url(../images/quadros.png);
	background-size: 4px;
}
.mais-vendido:before{
	content: "";
	background-image: url(../images/mais-vendido.png);
	position: absolute;
	width: 118px;
	top: -24px;
	bottom: 0;
	display: block;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 1;
	transform: rotate(12deg);
	height: 134px;
}
.mais-vendido{
	position: relative;
}
.tabela{
	background-color: rgba(255,255,255,0.7);
	margin: 40px 0;
	-webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 20ms ease-in;
    transform: scale(1); 
    border-radius: 3px;  
}
.tabela:hover{
	background: #FFF;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.03);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.03);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.03);
    transition: all 200ms ease-in;
    transform: scale(1.03);
}

.tabela a{text-decoration: none; color: #494a4b;}
.tabela-header{
	background: #0B5394;
	color: #FFF;
	font-size: 1.5em;
	padding: 7px 0;
	width: 100%;
	font-weight: 300;
	border-radius: 3px 3px 0 0;

}
.tabela-header strong{
	font-weight: 700;
	border-bottom: 2px solid #FFF;
}
.sub-titulo{
	border: 2px dashed;
	padding: 5px 10px;
	font-size: 1.2rem;
	display: inline-block;
	margin-top: 22px;
}
.tabela img{
	margin: 20px 0 0;
}

.de,.por{
	color: rgba(26, 33, 57, 0.8);
	font-size: 1.3em;
	font-weight: 600;
	font-family: "Barlow Semi Condensed", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.preco-antigo{
	color: #630000;
	position: relative;
	padding-left: 0.15em;
	padding-right: 0.15em;
	display: inline-block;
	font-size: 1.15em;
	font-weight: 700;font-family: "Barlow Semi Condensed", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.preco-antigo:after{
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 2px solid rgba(208, 2, 27, 0.9);
	height: 46%;height: calc(57% - 1px);
	width: 100%;
	 -webkit-transform: rotateZ(-5deg);
	 -ms-transform: rotate(-5deg);
	 transform: rotateZ(-5deg);
}
.parcelas{
	font-size: 1.90em;
	color: #000;
	font-weight: 600;
	font-family: "Barlow Semi Condensed", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.primeira-casa{
	font-size: 3.0em;
	font-weight: 600;
	color: #222427;
	font-family: "Barlow Semi Condensed", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.segunda-casa{
	font-size: 1.65em;
	font-weight: 700;
	color: #222427;vertical-align: super;
	position: relative; left: -1px;
	letter-spacing: -0.015em; font-family: "Barlow Semi Condensed", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.tbl-txt {margin: 0 0 5%;}

.bt-tabela span {
    background: #18b419;
    color: #FFF !important;
    text-shadow: none;
    padding: 0.8rem 3rem;
    width: auto;
    position: relative;
    z-index: 10;
    text-decoration: none;
    font-size: 1.26em;
    font-family: "Barlow Semi Condensed", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    border-radius: 4px;
    border-bottom: solid 4px #107811;
    box-shadow: #80808099 0px 6px 16px;
}
.bt-tabela span:hover{
	background-color: #3ed73f;
}
.info-tabela{
	margin: 40px 0px 0px;
	font-size: 13px;
	background: #FFE575;
	padding: 13px;
	border-radius: 0px 0px 3px 3px;
}

.col-lg-33 {
    width: 50%;
  }



.col-md-66 {
    width: 50%;
  }



.col-sm-66 {
    width: 50%;
  }
.well3 {
  min-height: 0px;
  padding: 35px 10px 35px 10px;
  margin-bottom: 0px;
  background-image: url("../images/fundo.jpg");
  background-position: 50% 0%; 
  background-repeat: repeat-x; 
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.well_black {
  min-height: 0px;
  padding: 10px 0px 30px 0px;
  margin-bottom: 0px;
  background-color: #404040;
  border: 1px solid #404040;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.well6 {
  min-height: 0px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #FFFFFF;
  border: 0px solid #67B2CF;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .05);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, .05);
}

	.wellnew {
  min-height: 0px;
  padding: 0px 0px 0px 0px;
  margin-bottom: 0px;
  background-image: url("../images/fundoheader.png");
  background-position: 50% 0%; 
  background-repeat: repeat-x; 
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.wellnew1 {
  min-height: 0px;
  padding: 0px 0px 0px 0px;
  margin-bottom: 0px;
  background-color: #017EBC;
  border: 1px solid #017EBC;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
	
.contador{
	color: #FFF;
	font-size: 3.5em;
}

/*==========BOX ICONS===============*/
.icons{
	padding: 6% 0;
}
.icons h2,.icons h3, .icons p{
	text-align: center;
}
.icons h2{
	font-weight: 300;
}
.icons h3{
	font-weight: bolder;
	font-size: 2.8em;
}
.box-icons{
	display: flex;
	justify-content: left;
	align-items: left;
	margin-bottom: 20px;
}
.box-icons img{
	width: 50px;
	margin-right: 10px;
}

/*==========GARANTIA===============*/
.garantia{
	padding: 4% 0 0;
	background: #E0E0E0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E0E0E0), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #E0E0E0 0%, #ffffff 100%);
	background: -moz-linear-gradient(top, #E0E0E0 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #E0E0E0 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #E0E0E0 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #E0E0E0 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E0E0E0, endColorstr=#ffffff, GradientType=0);
}
.garantia h2{
	margin-bottom: 50px;
}
.garantia strong{
	color: #3F638D;
}
.garantia p{
	font-size: 0.99em;
}

/*==========PERGUNTAS===============*/

.perguntas h2{
	margin-bottom: 50px;
	font-size: 2.5em;
	text-align: center;
}
.perguntas strong{
	color: #3F638D;
}

.numero{
	color: #FFF;
	background: #3F638D;
	width: 70px;
	height: 70px;
	padding: 6px;
	font-size: 2.5em;
	text-align: center;
	font-weight: 800;
	border-radius: 60%;
}
.perguntas-box{
	box-shadow: gray 0px 0px 3px;
	padding: 20px 10px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.pergunta h3{
	font-size: 1.2em;
	color: #3F638D;
}
.pergunta p{
	font-size: 0.99em;
	font-weight: 400;
	font-family: "Arial", sans-serif;
}

/*==========FOOTER===============*/

footer{
	background: #1f1f1f;
	padding: 8% 0 4%;
	text-align: center;
	color: #FFF;
}
footer a{
	border:solid 2px #FFF;
	padding: 10px;
	border-radius: 5px;
	color: #FFF;
}
footer a:hover{
	background: #FFF;
	text-decoration: none;
}
footer h3{
	font-size: 13px;
	display: block;
	margin: 35px;
	font-family: "Arial",sans-serif;
	font-weight: 600;
}
footer p{
	font-size: 12px;
	font-family: "Arial",sans-serif;
}
footer h4{
	font-size: 12px;
	font-weight: 600;
	font-family: "Arial",sans-serif;
}

/*==========
PAGE DE DEPOIMENTO
===============*/

/*==========AUMENTO===============*/

.aumento{
	padding: 6% 0;
	background: red;
	background: url("../images/quadros.png"), linear-gradient(to bottom,#3F638D,blue 90%);
	background-size: 4px;
}
.aumento h1{
	color: #FFF;
	font-size: 2.5em;
	margin-bottom: 15px;
	font-weight: 400;
}
.aumento strong{
	color: yellow;
}
.box-a{
	margin: 25px 15px;
	padding: 0;
	background: #FFF;
}
.box-a p{
	text-align: left;
	font-size: 0.99em;
	font-weight: 300;
	color: #000;
	font-family: "Barlow Semi Condensed", Roboto, "Helvetica Neue", Arial, sans-serif;
	padding: 0 15px 15px 15px;
}

.box-a strong{
	color: #000;
	font-weight: 600;
}



.pulsar{
animation-name:pulse;
-webkit-animation-name:pulse;
animation-duration:1.5s;
-webkit-animation-duration:1.5s;
animation-iteration-count:infinite;
-webkit-animation-iteration-count:infinite;
}

@keyframes pulse{
0%,100%{transform:scale(.9);opacity:.9;}
50%{transform:scale(1);opacity:1;}
}
@-webkit-keyframes pulse{
0%,100%{-webkit-transform:scale(.95);opacity:.7}
50%{-webkit-transform:scale(1);opacity:1}
}

/*=====RESPONSIVO=====*/

@media (max-width: 500px){

	.btn-chamada{
		padding: 25px 15px;
		font-size: 16px;
		display: block;
	}
	.bt-tabela span{
		display: block;
	}
	section h2{
		font-size: 2.3em;
	}
}