@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format('woff2');
  font-display: swap;
}

html, body #home{
	height: 100%;
	overflow-x: hidden; /* Esconde a barra horizontal */
}

body {
	background-attachment: fixed;
	font-family: Helvetica,Arial,sans-serif;
}
a:hover{
	opacity: 0.5;
}
#bloco1{
	z-index: 2;
}
#bloco2{
	position: absolute;
}
/* Cores */
.bg-laranja{
	background-color: #FCC18E;
}
.bg-laranja2{
	background-color: #EC6C23;
}
.bg-azul{
	background-color: #0E63A9;
}
.bg-azul2{
	background-color: #09337E;
}
.bg-azul3{
	background-color: #9BE1FE;
}
.bg-cinza{
	background-color: #ccc;
}
/* Texto */
.azul{
	font-size:  3em;
	text-align:  center;
	color: #09337E;
	margin:  0 45%;
	padding-bottom:  20px;
}
.scrollToTop{   
    position:fixed;
    top:75px; 
    right:40px;
    display:none;
}
#btnTop{
        position: fixed;
        bottom: 70px;
        right: 30px;
        height: 60px;
        width: 60px;
        color: #fff;
        background: #000099;
        border: none;
        border-radius: 50vh;
        display: none;
       }
.btn-custom{
	color: white;
	border-radius: 500px;
	-webkit-color: white;
	-moz-border-radius: 500px;
	text-transform: uppercase;
	transition: background 0.4s, color 0.4s;
	padding: 10px 20px;
}

/* Efeitos */
.radius{
	border-radius: 10px;
	border: 5px solid #fff;
}
.borda-foto{
	border: 4px solid #fff;
}
.sombra{
  box-shadow: 3px 5px 4px #666;
  border: 0px solid #F58634;
}
button{
	padding:  10px;
}
/* Caixas */
.caixa{
	float: left;
	width: 100%;
	margin: 0%;
}
.caixa2{
	width: 15.66667%
}
.caixa3{
	width: 49%;
	padding:  3%;
	}
.caixa4{
	width: 32.33333%;
}
.caixa6{
	width: 49%
}
.caixa12{
	width: 99%
}

.container{
	width: 100%;
	height: auto;
	margin: 0 auto;
}


/* Dispositivos extra small (telefones em modo retrato, com menos de 576px) */
@media (max-width: 575.98px) {
.whatsapp-link-2 {
			position: fixed;
			width: 276px;
			height: 40px;
			bottom: 130px;
			right: 45px;
			background-image: url(../img/botao-whatsapp.webp);
			color: #fff;
			border-radius: 50px;
			text-align: center;
			font-size: 29px;
			box-shadow: 1px 1px 2px #888;
			z-index: 1000;
}
#bloco1{
	z-index: 2;
}
#bloco2{
	position: absolute;
}
.container{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#btnTop{
        position: fixed;
        bottom: 70px;
        right: 50px;
        height: 60px;
        width: 60px;
        color: #fff;
        background: #000099;
        border: none;
        border-radius: 50vh;
        display: none;
       }
/* HEADER */
.topo{
	width: 100%;
	height: auto;
	margin-top: 0;
}
.topo2{
	width: 100%;
	height: 840px;
	background: #0E63A9;
	margin-top: 0;
	padding-bottom:  20px;
	float:  left;
}
.topo h1 {
	width:  100%;
	font-size: 0.9em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 0px;
	margin-top: 15px;
	margin-left:  0px;
}
/* MENU */
.collapse{
	background-color: #DD5B23;
	margin-left: 0px;
}
.navbar {
	background-color: #DD5B23;
}
.navbar-collapse{
	width: 100%;
	margin-top: 20px;
	float: left;
}
.nav-item a{
	font-size: 1.2em;
	font-family: Lato,sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	float: left;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.navbar-toggler{
	margin-top: 0px;
}
.menu{
	margin-left: 0%;
}
.menu li{
	width: 480px;
	padding-left: 0%;
}
.menu li a:hover{
	color:#000;
	background-color: #0B2E72;
}
i{
	color: #fff;
	font-weight: bold;
}
h2.telefone{
	font-size: 1.0em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 2px;
	margin: 4% 3%;
	float:  left;
}
h2.faleconosco{
	font-size: 0.8em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 2px;
	margin: 4.5% 3%;
	float:  left;
}
h2.minhaconta{
	font-size: 0.8em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 2px;
	margin: 4.5% 3%;
	float:  left;
}
.baner {
	width:  0%;
	margin-top: 0%;
}
/* Coluna 1 Home */
.texto a:hover{
	text-decoration: none;
	color: #ffff00;
}
.texto p{
	width: 100%;
	color:  #ffff00;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0% auto;
	text-align:  center;
	float:  left;
}
img.logo {
	width: 70%;
	height:  auto;
	margin: 4% 15%;
	float:  left;
}
/* Coluna 2 Home */
.contato{
	margin: 0% auto;
}
/* Titulo Grande */
.contato h1{
	width:  100%;
	font-size:  1.2em; /* texto */
	color:  #fff;
	text-align:  center;
	margin:  3% auto; 
	line-height:  1.3em;
	float:  left;
}
/* Botao */
.contato a{
	width: 90%; /* largura do botao */
	height: 46px;
	font-weight: bold;
	margin:  5% 5%;
	border-radius: 10px;
	float:  left;
}
.contato h2{
	font-size:  1.1em; /* texto botao */
	margin:  2% 0%; 
}
/* ou ligue gratis */
.contato h3{
	width:  100%;
	color:  #fff;
	text-align:  center;
	font-size:  1.2em; /* texto botao */
	margin:  -2% 0%;
	float:  left;
}
/* Quadros menu */
.logo1{
	width:  100%;
	height:  auto;
	margin:  6% 0%;
	float:  left;
}
.logo2{
	width:  100%;
	height:  auto;
	margin:  22% 0%;
	float:  left;
}
.planos{
	width: 100%;
	height: auto;
	margin: 2% 0%;
	background-color: #21345c;
	padding-top: 0px;
}
.planos h1{
	font-size: 1.2em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: #fff;
	padding:  10px;
	text-align: center;
	margin-top: 0px;
}
.planos2 h1{
	font-size: 1.5em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: #0e63a9;
	padding:  10px;
	text-align: center;
	margin-top: 0px;
}
.quem{
	width: 90%;
	height: auto;
	margin: -3% 5% 0 5%;
	background-color: #21345c;
	padding-top: 0px;
	border-radius:  20px;
}
.quem h1{
	font-size: 1.3em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: #fff;
	padding:  10px;
	text-align: center;
	margin-top: 20px;
}
.perguntas{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	border-radius:  20px;
}
.perguntas h2{
	font-size: 1.3em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: #000;
	padding:  0px;
	text-align: center;
	margin-top: 20px;
}
.perguntas p{
	font-size: 1.1em;
	font-family: Lato,Arial,sans-serif;
	font-weight: normal;
	color: #000;
	text-align: justify;
	margin-top: 0px;
	margin-top:  0px;
}
summary{
	font-size:  1.1em;
	font-weight:  bold;
	font-family: Helvetica,Arial,sans-serif;
	color: #0E63A9;
	margin-left:  2%;
}
.texto-quem p{
	width:  90%;
	font-size: 1.0em;
	font-family: Lato,Arial,sans-serif;
	font-weight: normal;
	color: #000;
	text-align: justify;
	margin: 0% 5%;
	padding-bottom:  10px;
}
.texto-quem b{
	font-size:  1.0em;
}
.formulario-pme{
	width: 90%;
	padding: 10px;
	margin: 0 15% 0 5%;
}
.formulario p{
	font-size: 1.0em;
	font-family: Lato,Arial,sans-serif;
	font-weight: normal;
	color: #000;
	text-align: center;
	margin-top: 0px;
}
.formulario2{
	width:100%;
	height: auto;
	padding: 8px;
	background-color: #0E63A9;
	border: 2px solid #000;
	margin: 2% 0%;
	float: left;
}
.formulario2 h2{
	width: 100%;
	height: 35px;
	font-size: 1.4em;
	font-weight: bold;
	color: #ffff00;
	text-align: center;
	text-transform:  uppercase;
	margin: 0% auto;
	padding-top: 7px;
	z-index: 2;
	float: left;
}
.formulario2 h3{
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 2% 0% 0 0%;
	padding-bottom: 10px;
	float: left;
}
.formulario2 button{
	width: 60%;
	font-size: 1.2em;
	font-weight:bold;
	background-color:#0C4089;
	color:#fff;
	padding: 0.2%;
	cursor:pointer;
	margin: 1% 20% 0% 20%;
	border: 2px solid white;
}
.formulario2 input{
	width: 100%;
	height: 35px;
	border: 2px solid white;
	color: #000;

}
.logos {
	margin-top:  -9%;
}
.faleconosco p {
	font-size: 1.0em;
	font-family: Lato,Arial,sans-serif;
	font-weight: normal;
	color: #333;
	text-align: center;
	margin-top: 0px;
}
.faleconosco h1{
	font-size: 1.3em;
	font-family: Lato,Arial,sans-serif;
	font-weight: bold;
	color: #09337E;
	text-align: center;
	margin-top: 0px;
}
.faleconosco h2{
	font-size: 1.2em;
	font-family: Lato,Arial,sans-serif;
	font-weight: bold;
	color: #EC6C23;
	text-align: center;
	margin-top: 0px;
}
.faleconosco h3{
	font-size: 1.0em;
	font-family: Lato,Arial,sans-serif;
	font-weight: normal;
	color: #333;
	text-align: center;
	margin-top: 0px;
}
.minhaconta p {
	font-size: 1.0em;
	font-family: Lato,Arial,sans-serif;
	font-weight: normal;
	color: #333;
	text-align: center;
	margin-top: 0px;
}
.minhaconta h1{
	font-size: 1.4em;
	font-family: Lato,Arial,sans-serif;
	font-weight: bold;
	color: #09337E;
	text-align: center;
	margin-top: 0px;
}
.minhaconta h2{
	font-size: 1.3em;
	font-family: Lato,Arial,sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 7px;
}
.minhaconta a{
	width:  80%;
	margin: 0 10%;
}
.logos img{
	width: 60%;
	margin: 2% 20%;
	float:  left;
}
.logos2{
	width: 216px;
	height: 71px;
	margin-left: 3%;
	margin-top: 10px;
	float: left;
}
.vantagens img{
	height:  auto;
	margin:  0 38%;
	padding:  0px;
}
.vantagens h1{
	font-size: 1.3em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align:  center;
	color: #09337e;
	margin-top:  7%;
	padding:  0px;
}
.vantagens p{
	text-align:  center;
}
footer{
	width: 100%;
	height: auto;
	padding-bottom: 50%;
	float: left;
}
footer h1{
	font-size: 1.1em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align:  left;
	color: #ffff00;
	margin-top:  20px;
}
footer p{
	font-size: 1.0em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: normal;
	text-align:  left;
	color: #fff;
	line-height:  1.1em;
	margin-top:  15px;
}
footer a:hover p{
	color: #FCC18E;
	font-weight:  300;
}
/* Caixas */

.caixa{
	float: left;
	width: 100%;
	margin: 0%;
}
.caixa3{
	width: 49%;
	margin-top:  0px;
}
.caixa4{
	width: 49%;
}
.caixa6{
	width: 49%
}
.caixa2{
	width: 15.66667%
}
.caixa12{
	width: 99%
}
/*Blog*/
.bg-vermelho{
	background: #bf3838;
}
.titulo{
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px;
}
.titulo-texto{
	font-size: 0.9em;
	font-weight: normal;
	text-align: justify;
	padding: 0px;
	margin-top: -15px;
}
.botao-planos2{
	width: 70%;
	height:  auto;
	font-size:  1.2em;
	font-weight:  bold;
	text-align: center;
	margin: 0 15%;
	color: #fff;
	text-decoration: none;
}
.blog2 {
	margin-top: 0px;
}
.blog2 h2{
	font-size:  1.3em;
	font-weight:  bold;
	color:  #09337E;
	text-align:  center;
	float:  left;
}
.blog2 button{

}
/*Titulo Blog*/
.blog{
	margin-top: -20px;
}
.blog h1{
	font-size: 1.8em;
	font-family: Arial,sans-serif;
	color: #fff;
	text-align: center;
	background-color:  #bf3838;
}
/*Posts Recentes*/
.blog h2{
	font-size: 1.5em;
	font-family: Arial,sans-serif;
	color: #fff;
	text-align: center;
	background-color:  #DD5B23;
	margin-top:  0px;
}
.blog h3{
	font-size: 1.4em;
	font-weight:  bold;
	font-family: Arial,sans-serif;
	color: #09337E;
	text-align: center;
	margin-top: 0px;
}
/*Titulo Post*/
.blog h4{
	font-size: 1.8em;
	font-family: Arial,sans-serif;
	color: #09337E;
	text-align: center;
	margin-top: 10px;
}
/*Texto Post*/
.blog b{
	font-size:  1.2em;
	color: #09337E;
}
.blog p{
	font-size: 1.0em;
	font-family: Arial,sans-serif;
	color: #000;
	text-align: justify;
	margin-top:  15px;
}
.blog img{
	margin-top: 0px;
}
.blog a img{
	margin-top: 20px;
}
img.img-post{
	width:  70%;
	margin:  0% 15%;
}
}


/* Dispositivos médios (tablets com 768px ou mais) */
@media (min-width: 768px) {
.container{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#btnTop{
        position: fixed;
        bottom: 70px;
        right: 50px;
        height: 60px;
        width: 60px;
        color: #fff;
        background: #000099;
        border: none;
        border-radius: 50vh;
        display: none;
       }
/* HEADER */
.topo{
	width: 100%;
	height: auto;
	margin-top: 0;
	float: left;
}
.topo h1 {
	width:  100%;
	font-size: 0.9em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 0px;
	margin-top: 15px;
	margin-left:  0px;
}
i{
	color: #fff;
	font-weight: bold;
}
h2.telefone{
	font-size: 0.8em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 2px;
	margin: 4% 0%;
	float:  left;
}
h2.faleconosco{
	font-size: 0.8em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 2px;
	margin: 4% 1.0%;
	float:  left;
}
h2.minhaconta{
	font-size: 0.8em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 2px;
	margin: 4% 1%;
	float:  left;
}
.baner{
	margin-top: -25%;
}
/* Coluna 1 Home */
.texto a:hover{
	text-decoration: none;
	color: #ffff00;
}
.texto p{
	width: 100%;
	color:  #fff;
	font-size: 1.0em;
	font-weight: bold;
	margin: -78% -36%;
	text-align:  center;
	float:  left;
}
img.logo {
	width:  40%;
	height:  auto;
	margin: -97% -7%;
	float:  left;
}
/* MENU */
.collapse{
	background-color: #DD5B23;
	margin-left: 0px;
}
.navbar-collapse{
	width: 100%;
	height: 38px;
	float: left;
}
.nav-item a{
	width: 115px;
	height: 38px;
	font-size: 0.7em;
	font-family: Lato,sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	float: left;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.menu{
	margin: 1% 25%;
}
.menu li{
	padding-left: 0%;
	border:  1px solid #fff;
}
.menu li a:hover{
	color:#000;
	background-color: #0B2E72;
}
/* Coluna 2 Home */
.contato{
	margin: -45% 50%;
}
/* Titulo Grande */
.contato h1{
	width:  100%;
	font-size:  0.9em; /* texto */
	color:  #fff;
	text-align:  center;
	margin:  20% -31%; 
	line-height:  1.0em;
	float:  left;
}
/* Botao */
.contato a{
	width: 80%; /* largura do botao */
	height: 46px;
	font-weight: bold;
	margin: -16% 16%;
	border-radius: 10px;
	float:  left;
}
.contato h2{
	font-size:  1.1em; /* texto botao */
	margin:  2% 0%; 
}
/* ou ligue gratis */
.contato h3{
	width:  100%;
	color:  #fff;
	text-align:  center;
	font-size:  1.0em; /* texto botao */
	margin:  0% 6%; 
	float:  left;
}
/* Quadros menu */
.logo1{
	width:  55%;
	height:  auto;
	margin:  25% -5%;
	float:  left;
}
.logo2{
	width:  55%;
	height:  auto;
	margin:  25.0% 55%;
	float:  left;
}
.planos{
	width: 100%;
	height: auto;
	margin: -2% 0%;
	background-color: #21345c;
	padding-top: 0px;
}
.planos h1{
	font-size: 1.7em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: #fff;
	padding:  10px;
	text-align: center;
	margin-top: 100px;
}
.planos2 h1{
	font-size: 1.5em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: #0e63a9;
	padding:  10px;
	text-align: center;
	margin-top: 0px;
}
.quem{
	width: 50%;
	height: auto;
	margin: -3% 5% 0 25%;
	background-color: #21345c;
	padding-top: 0px;
	border-radius:  20px;
}
.quem h1{
	font-size: 1.5em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: #fff;
	padding:  10px;
	text-align: center;
	margin-top: 20px;
}
.perguntas{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	border-radius:  20px;
}
.perguntas h2{
	font-size: 1.5em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: #000;
	padding:  0px;
	text-align: center;
	margin-top: 20px;
}
.perguntas p{
	font-size: 1.1em;
	font-family: Lato,Arial,sans-serif;
	font-weight: normal;
	color: #000;
	text-align: justify;
	margin-top: 0px;
	margin-top:  0px;
}
summary{
	font-size:  1.3em;
	font-weight:  bold;
	font-family: Helvetica,Arial,sans-serif;
	color: #0E63A9;
}
.texto-quem p{
	font-size: 1.2em;
	font-family: Lato,Arial,sans-serif;
	font-weight: normal;
	color: #000;
	text-align: justify;
	margin-top: 0px;
}
.texto-quem b{
	font-size:  1.2em;
}
.formulario-pme{
	width: 70%;
	padding: 10px;
	margin: 0 15% 0 15%;
}
.formulario p{
	font-size: 1.2em;
	font-family: Lato,Arial,sans-serif;
	font-weight: normal;
	color: #000;
	text-align: center;
	margin-top: 0px;
}
.formulario2{
	width:70%;
	height: auto;
	padding: 8px;
	background-color: #0E63A9;
	border: 2px solid #000;
	margin: -15% -4% 15% -4%;
	float: left;
}
.formulario2 h2{
	width: 100%;
	height: 35px;
	font-size: 1.0em;
	font-weight: bold;
	color: #ffff00;
	text-align: center;
	text-transform:  uppercase;
	margin: 0% auto;
	padding-top: 7px;
	z-index: 2;
	float: left;
}
.formulario2 h3{
	width: 100%;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: -2% 0% 0 0%;
	padding-bottom: 10px;
	float: left;
}
.formulario2 button{
	width: 60%;
	font-size: 1.2em;
	font-weight:bold;
	background-color:#0C4089;
	color:#fff;
	padding: 0.2%;
	cursor:pointer;
	margin: 1% 20% 0% 20%;
	border: 2px solid white;
}
.formulario2 input{
	width: 100%;
	border: 2px solid white;
	color: #000;
}
.faleconosco p {
	font-size: 1.0em;
	font-family: Lato,Arial,sans-serif;
	font-weight: normal;
	color: #333;
	text-align: center;
	margin-top: 0px;
}
.faleconosco h1{
	font-size: 1.3em;
	font-family: Lato,Arial,sans-serif;
	font-weight: bold;
	color: #09337E;
	text-align: center;
	margin-top: 0px;
}
.faleconosco h2{
	font-size: 1.2em;
	font-family: Lato,Arial,sans-serif;
	font-weight: bold;
	color: #EC6C23;
	text-align: center;
	margin-top: 0px;
}
.faleconosco h3{
	font-size: 1.0em;
	font-family: Lato,Arial,sans-serif;
	font-weight: normal;
	color: #333;
	text-align: center;
	margin-top: 0px;
}
.minhaconta p {
	font-size: 1.0em;
	font-family: Lato,Arial,sans-serif;
	font-weight: normal;
	color: #333;
	text-align: center;
	margin-top: 0px;
}
.minhaconta h1{
	font-size: 1.4em;
	font-family: Lato,Arial,sans-serif;
	font-weight: bold;
	color: #09337E;
	text-align: center;
	margin-top: 0px;
}
.minhaconta h2{
	font-size: 1.3em;
	font-family: Lato,Arial,sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 7px;
}
.minhaconta a{
	width:  30%;
	margin: 0 35%;
}
.logos img{
	width: 100%;
	margin: -5% 5%;
}
.logos2{
	width: 216px;
	height: 71px;
	margin-left: 3%;
	margin-top: 10px;
	float: left;
}
.vantagens img{
	height:  90px;
	margin:  0 20%;
	padding:  0px;
}
.vantagens h1{
	font-size: 1.3em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align:  center;
	color: #09337e;
	margin-top:  7%;
	padding:  0px;
}
.vantagens p{
	text-align:  center;
}
footer{
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	float: left;
}
footer h1{
	font-size: 1.1em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align:  left;
	color: #ffff00;
	margin-top:  20px;
}
footer p{
	font-size: 1.0em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: normal;
	text-align:  left;
	color: #fff;
	line-height:  1.1em;
	margin-top:  15px;
}
footer a:hover p{
	color: #FCC18E;
	font-weight:  300;
}
/* Caixas */
.caixa{
	float: left;
	width: 100%;
	margin: 0%;
}
.caixa3{
	width: 24%;
	margin-top:  -10px;
}
.caixa4{
	width: 32.33333%;
}
.caixa6{
	width: 49%
}
.caixa2{
	width: 15.66667%
}
.caixa12{
	width: 99%
}
/*Blog*/
.bg-vermelho{
	background: #bf3838;
}
.titulo{
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px;
}
.titulo-texto{
	font-size: 0.9em;
	font-weight: normal;
	text-align: justify;
	padding: 0px;
	margin-top: -15px;
}
.botao-planos2{
	width: 70%;
	height:  auto;
	font-size:  1.2em;
	font-weight:  bold;
	text-align: center;
	margin: 0 15%;
	color: #fff;
	text-decoration: none;
}
.blog2 {
	margin-top: 0px;
}
.blog2 h2{
	font-size:  1.2em;
	font-weight:  bold;
	color:  #09337E;
	text-align:  center;
	float:  left;
}
/*Titulo Blog*/
.blog{
	margin-top: 0px;
}
.blog h1{
	font-size: 1.8em;
	font-family: Arial,sans-serif;
	color: #fff;
	text-align: center;
	background-color:  #bf3838;
}
/*Posts Recentes*/
.blog h2{
	font-size: 1.2em;
	font-family: Arial,sans-serif;
	color: #fff;
	text-align: center;
	background-color:  #DD5B23;
}
.blog h3{
	font-size: 1.2em;
	font-weight:  bold;
	font-family: Arial,sans-serif;
	color: #09337E;
	text-align: center;
	margin-top: 0px;
}
/*Titulo Post*/
.blog h4{
	font-size: 1.8em;
	font-family: Arial,sans-serif;
	color: #09337E;
	text-align: center;
	margin-top: 10px;
}
/*Texto Post*/
.blog b{
	font-size:  1.2em;
	color: #09337E;
}
.blog p{
	font-size: 1.0em;
	font-family: Arial,sans-serif;
	color: #000;
	text-align: justify;
	margin-top:  15px;
}
.blog img{
	margin-top: 0px;
}
.blog a img{
	margin-top: 20px;
}
img.img-post{
	width:  70%;
	margin:  0% 15%;
}
}

/* Dispositivos large (desktops com 992px ou mais) */
@media (min-width: 960px) {
.container{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#btnTop{
        position: fixed;
        bottom: 70px;
        right: 50px;
        height: 60px;
        width: 60px;
        color: #fff;
        background: #000099;
        border: none;
        border-radius: 50vh;
        display: none;
       }
/* HEADER */
.topo{
	width: 100%;
	height: auto;
	margin-top: 0;
	float: left;
}
.topo h1 {
	width:  100%;
	font-size: 0.9em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 0px;
	margin-top: 15px;
	margin-left:  -38px;
}
i{
	color: #fff;
	font-weight: bold;
}
h2.telefone{
	font-size: 0.8em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 2px;
	margin: 4% 0%;
	float:  left;
}
h2.faleconosco{
	font-size: 0.8em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 2px;
	margin: 4% 1.0%;
	float:  left;
}
h2.minhaconta{
	font-size: 0.8em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 2px;
	margin: 4% 1%;
	float:  left;
}
.baner{
	margin-top: -25%;
}
/* Coluna 1 Home */
.texto a:hover{
	text-decoration: none;
	color: #ffff00;
}
.texto p{
	width: 100%;
	color:  #fff;
	font-size: 1.2em;
	font-weight: bold;
	margin: -98% -52%;
	text-align:  center;
	float:  left;
}
img.logo {
	width:  45%;
	height:  auto;
	margin: -120% -25%;
	float:  left;
}
/* MENU */
.collapse{
	background-color: #DD5B23;
	margin-left: 0px;
}
.navbar-collapse{
	width: 100%;
	height: 38px;
	float: left;
}
.nav-item a{
	width: 140px;
	height: 38px;
	font-size: 0.8em;
	font-family: Lato,sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	float: left;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.menu{
	margin: 2% 15%;
}
.menu li{
	padding-left: 0%;
	border:  1px solid #fff;
}
.menu li a:hover{
	color:#000;
	background-color: #0B2E72;
}
/* Coluna 2 Home */
.contato{
	margin: -45% 50%;
}
/* Titulo Grande */
.contato h1{
	width:  100%;
	font-size:  0.8em; /* texto */
	color:  #fff;
	text-align:  center;
	margin:  -2% -10%; 
	line-height:  1.3em;
	float:  left;
}
/* Botao */
.contato a{
	width: 80%; /* largura do botao */
	height: 46px;
	font-weight: bold;
	margin: 4% 30%;
	border-radius: 10px;
	float:  left;
}
.contato h2{
	font-size:  1.0em; /* texto botao */
	margin:  2% 0%; 
}
/* ou ligue gratis */
.contato h3{
	width:  100%;
	color:  #fff;
	text-align:  center;
	font-size:  1.2em; /* texto botao */
	margin:  -1% 20%; 
	float:  left;
}
/* Quadros menu */
.logo1{
	width:  70%;
	height:  auto;
	margin:  4% -20%;
	float:  left;
}
.logo2{
	width:  70%;
	height:  auto;
	margin:  -23.5% 55%;
	float:  left;
}
.planos{
	width: 100%;
	height: auto;
	margin: -2% 0%;
	background-color: #21345c;
	padding-top: 0px;
}
.planos h1{
	font-size: 1.7em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: #fff;
	padding:  10px;
	text-align: center;
	margin-top: 10px;
}
.planos2 h1{
	font-size: 1.5em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: #0e63a9;
	padding:  10px;
	text-align: center;
	margin-top: 0px;
}
.quem{
	width: 50%;
	height: auto;
	margin: -3% 5% 0 25%;
	background-color: #21345c;
	padding-top: 0px;
	border-radius:  20px;
}
.quem h1{
	font-size: 1.5em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: #fff;
	padding:  10px;
	text-align: center;
	margin-top: 20px;
}
.perguntas{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	border-radius:  20px;
}
.perguntas h2{
	font-size: 1.5em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: #000;
	padding:  0px;
	text-align: center;
	margin-top: 20px;
}
.perguntas p{
	font-size: 1.1em;
	font-family: Lato,Arial,sans-serif;
	font-weight: normal;
	color: #000;
	text-align: justify;
	margin-top: 0px;
	margin-top:  0px;
}
summary{
	font-size:  1.3em;
	font-weight:  bold;
	font-family: Helvetica,Arial,sans-serif;
	color: #0E63A9;
}
.texto-quem p{
	font-size: 1.2em;
	font-family: Lato,Arial,sans-serif;
	font-weight: normal;
	color: #000;
	text-align: justify;
	margin-top: 0px;
}
.texto-quem b{
	font-size:  1.2em;
}
.formulario-pme{
	width: 70%;
	padding: 10px;
	margin: 0 15% 0 15%;
}
.formulario p{
	font-size: 1.2em;
	font-family: Lato,Arial,sans-serif;
	font-weight: normal;
	color: #000;
	text-align: center;
	margin-top: 0px;
}
.formulario2{
	width:80%;
	height: auto;
	padding: 8px;
	background-color: #0E63A9;
	border: 2px solid #000;
	margin: 3% -2% 10% -2%;
	float: left;
}
.formulario2 h2{
	width: 100%;
	height: 35px;
	font-size: 1.0em;
	font-weight: bold;
	color: #ffff00;
	text-align: center;
	text-transform:  uppercase;
	margin: 0% auto;
	padding-top: 7px;
	z-index: 2;
	float: left;
}
.formulario2 h3{
	width: 100%;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: -2% 0% 0 0%;
	padding-bottom: 10px;
	float: left;
}
.formulario2 button{
	width: 60%;
	font-size: 1.2em;
	font-weight:bold;
	background-color:#0C4089;
	color:#fff;
	padding: 0.2%;
	cursor:pointer;
	margin: 1% 20% 0% 20%;
	border: 2px solid white;
}
.formulario2 input{
	width: 100%;
	border: 2px solid white;
	color: #000;
}
.faleconosco p {
	font-size: 1.0em;
	font-family: Lato,Arial,sans-serif;
	font-weight: normal;
	color: #333;
	text-align: center;
	margin-top: 0px;
}
.faleconosco h1{
	font-size: 1.3em;
	font-family: Lato,Arial,sans-serif;
	font-weight: bold;
	color: #09337E;
	text-align: center;
	margin-top: 0px;
}
.faleconosco h2{
	font-size: 1.2em;
	font-family: Lato,Arial,sans-serif;
	font-weight: bold;
	color: #EC6C23;
	text-align: center;
	margin-top: 0px;
}
.faleconosco h3{
	font-size: 1.0em;
	font-family: Lato,Arial,sans-serif;
	font-weight: normal;
	color: #333;
	text-align: center;
	margin-top: 0px;
}
.minhaconta p {
	font-size: 1.0em;
	font-family: Lato,Arial,sans-serif;
	font-weight: normal;
	color: #333;
	text-align: center;
	margin-top: 0px;
}
.minhaconta h1{
	font-size: 1.4em;
	font-family: Lato,Arial,sans-serif;
	font-weight: bold;
	color: #09337E;
	text-align: center;
	margin-top: 0px;
}
.minhaconta h2{
	font-size: 1.3em;
	font-family: Lato,Arial,sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 7px;
}
.minhaconta a{
	width:  30%;
	margin: 0 35%;
}
.logos img{
	width: 100%;
	margin: -5% 5%;
}
.logos2{
	width: 216px;
	height: 71px;
	margin-left: 3%;
	margin-top: 10px;
	float: left;
}
.vantagens img{
	height:  90px;
	margin:  0 20%;
	padding:  0px;
}
.vantagens h1{
	font-size: 1.3em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align:  center;
	color: #09337e;
	margin-top:  7%;
	padding:  0px;
}
.vantagens p{
	text-align:  center;
}
footer{
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	float: left;
}
footer h1{
	font-size: 1.1em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align:  left;
	color: #ffff00;
	margin-top:  20px;
}
footer p{
	font-size: 1.0em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: normal;
	text-align:  left;
	color: #fff;
	line-height:  1.1em;
	margin-top:  15px;
}
footer a:hover p{
	color: #FCC18E;
	font-weight:  300;
}
/* Caixas */
.caixa{
	float: left;
	width: 100%;
	margin: 0%;
}
.caixa3{
	width: 24%;
	margin-top:  -10px;
}
.caixa4{
	width: 32.33333%;
}
.caixa6{
	width: 49%
}
.caixa2{
	width: 15.66667%
}
.caixa12{
	width: 99%
}
/*Blog*/
.bg-vermelho{
	background: #bf3838;
}
.titulo{
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px;
}
.titulo-texto{
	font-size: 0.9em;
	font-weight: normal;
	text-align: justify;
	padding: 0px;
	margin-top: -15px;
}
.botao-planos2{
	width: 70%;
	height:  auto;
	font-size:  1.2em;
	font-weight:  bold;
	text-align: center;
	margin: 0 15%;
	color: #fff;
	text-decoration: none;
}
.blog2 {
	margin-top: 0px;
}
.blog2 h2{
	font-size:  1.2em;
	font-weight:  bold;
	color:  #09337E;
	text-align:  center;
	float:  left;
}
/*Titulo Blog*/
.blog{
	margin-top: 0px;
}
.blog h1{
	font-size: 1.8em;
	font-family: Arial,sans-serif;
	color: #fff;
	text-align: center;
	background-color:  #bf3838;
}
/*Posts Recentes*/
.blog h2{
	font-size: 1.2em;
	font-family: Arial,sans-serif;
	color: #fff;
	text-align: center;
	background-color:  #DD5B23;
}
.blog h3{
	font-size: 1.2em;
	font-weight:  bold;
	font-family: Arial,sans-serif;
	color: #09337E;
	text-align: center;
	margin-top: 0px;
}
/*Titulo Post*/
.blog h4{
	font-size: 1.8em;
	font-family: Arial,sans-serif;
	color: #09337E;
	text-align: center;
	margin-top: 10px;
}
/*Texto Post*/
.blog b{
	font-size:  1.2em;
	color: #09337E;
}
.blog p{
	font-size: 1.0em;
	font-family: Arial,sans-serif;
	color: #000;
	text-align: justify;
	margin-top:  15px;
}
.blog img{
	margin-top: 0px;
}
.blog a img{
	margin-top: 20px;
}
img.img-post{
	width:  70%;
	margin:  0% 15%;
}
}

/* Dispositivos extra large (desktops grandes com 1200px ou mais) */
@media (min-width: 1200px) {
#bloco1{
	z-index: 2;
}
#bloco2{
	position: absolute;
}
.container{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#btnTop{
        position: fixed;
        bottom: 70px;
        right: 50px;
        height: 60px;
        width: 60px;
        color: #fff;
        background: #000099;
        border: none;
        border-radius: 50vh;
        display: none;
       }
/* HEADER */
.topo{
	width: 100%;
	height: auto;
	margin-top: 0;
	float: left;
}
.topo h1 {
	width:  100%;
	font-size: 1.2em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 0px;
	margin-top: 15px;
	margin-left:  -25px;
}
i{
	color: #fff;
	font-weight: bold;
}
h2.telefone{
	font-size: 1.1em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 0px;
	margin: 3% 5%;
	float:  left;
}
h2.faleconosco{
	font-size: 1.1em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 0px;
	margin: 3% 0%;
	float:  left;
}
h2.minhaconta{
	font-size: 1.1em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 0px;
	margin: 3% 4%;
	float:  left;
}
.baner{
	margin-top: -20%;
}
/* Coluna 1 Home */
.texto a:hover{
	text-decoration: none;
	color: #ffff00;
}
.texto p{
	width: 100%;
	color:  #fff;
	font-size: 1.3em;
	font-weight: bold;
	margin: -81% -43%;
	text-align:  center;
	float:  left;
}
img.logo {
	width:  45%;
	height:  auto;
	margin: -104.5% -15%;
	float:  left;
}
/* MENU */
.collapse{
	background-color: #DD5B23;
	margin-left: 0px;
}
.navbar-collapse{
	width: 100%;
	height: 38px;
	float: left;
}
.nav-item a{
	width: 160px;
	height: 38px;
	font-size: 1.0em;
	font-family: Lato,sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	float: left;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.menu{
	margin: 2% 47%;
}
.menu li{
	padding-left: 0%;
	border:  1px solid #fff;
}
.menu li a:hover{
	color:#000;
	background-color: #0B2E72;
}
/* Coluna 2 Home */
.contato{
	margin: -45% 50%;
}
/* Titulo Grande */
.contato h1{
	width:  100%;
	font-size:  1.5em; /* texto botao */
	color:  #fff;
	text-align:  center;
	margin:  6% 10%; 
	line-height:  1.5em;
	float:  left;
}
/* Botao */
.contato a{
	width: 60%; /* largura do botao */
	height: 46px;
	font-weight: bold;
	margin: 0% 30%;
	border-radius: 10px;
	float:  left;
}
.contato h2{
	font-size:  1.6em; /* texto botao */
	margin:  0% 0%; 
}
/* ou ligue gratis */
.contato h3{
	width:  100%;
	color:  #fff;
	text-align:  center;
	font-size:  1.4em; /* texto botao */
	margin:  2% 10%; 
	float:  left;
}
/* Quadros menu */
.logo1{
	width:  75%;
	height:  auto;
	margin:  10% -26%;
	float:  left;
}
.logo2{
	width:  75%;
	height:  auto;
	margin:  -4.5% 55%;
	float:  left;
}
.planos{
	width: 90%;
	height: auto;
	margin: -2% 5% 0 5%;
	background-color: #21345c;
	padding-top: 0px;
}
.planos h1{
	font-size: 2.2em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: #fff;
	padding:  10px;
	text-align: center;
	margin-top: 20px;
}
.planos2 h1{
	font-size: 2.2em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: #0e63a9;
	padding:  10px;
	text-align: center;
	margin-top: 20px;
}
.quem{
	width: 50%;
	height: auto;
	margin: -3% 5% 0 25%;
	background-color: #21345c;
	padding-top: 0px;
	border-radius:  20px;
}
.quem h1 {
	font-size: 1.5em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: #fff;
	padding:  10px;
	text-align: center;
	margin-top: 20px;
}
.perguntas{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	border-radius:  20px;
}
.perguntas h2{
	font-size: 1.5em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	color: #000;
	padding:  0px;
	text-align: center;
	margin-top: 20px;
}
.perguntas p{
	font-size: 1.1em;
	font-family: Lato,Arial,sans-serif;
	font-weight: normal;
	color: #000;
	text-align: justify;
	margin-top: 0px;
	margin-top:  0px;
}
summary{
	font-size:  1.3em;
	font-weight:  bold;
	font-family: Helvetica,Arial,sans-serif;
	color: #0E63A9;
}
.texto-quem p{
	font-size: 1.2em;
	font-family: Lato,Arial,sans-serif;
	font-weight: normal;
	color: #000;
	text-align: justify;
	margin-top: 0px;
}
.texto-quem h2{
	font-size: 1.2em;
	font-family: Lato,Arial,sans-serif;
	font-weight: normal;
	color: #000;
	text-align: center;
	margin-top: 0px;
}
.texto-quem b{
	font-size:  1.2em;
}
.formulario-pme{
	width: 70%;
	padding: 10px;
	margin: 0 15% 0 15%;
}
.formulario p, h3{
	font-size: 1.2em;
	font-family: Lato,Arial,sans-serif;
	font-weight: normal;
	color: #000;
	text-align: center;
	margin-top: 0px;
}
.formulario2{
	width:70%;
	height: auto;
	padding: 8px;
	background-color: #0E63A9;
	border: 2px solid #000;
	margin: -4% 25% 15% 25%;
	float: left;
}
.formulario2 h2{
	width: 90%;
	height: 35px;
	font-size: 1.5em;
	font-weight: bold;
	color: #ffff00;
	text-align: center;
	text-transform:  uppercase;
	margin: -2% 6% 2% 6%;
	padding-top: 7px;
	z-index: 2;
	float: left;
}
.formulario2 h3{
	width: 100%;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: -2% 0% 0 0%;
	padding-bottom: 10px;
	float: left;
}
.formulario2 button{
	width: 60%;
	font-size: 1.2em;
	font-weight:bold;
	background-color:#0C4089;
	color:#fff;
	padding: 0.2%;
	cursor:pointer;
	margin: 1% 20% 0% 20%;
	border: 2px solid white;
}
.formulario2 input{
	border: 2px solid white;
	color: #000;
}
.faleconosco p {
	font-size: 1.0em;
	font-family: Lato,Arial,sans-serif;
	font-weight: normal;
	color: #333;
	text-align: center;
	margin-top: 0px;
}
.faleconosco h1{
	font-size: 1.4em;
	font-family: Lato,Arial,sans-serif;
	font-weight: bold;
	color: #09337E;
	text-align: center;
	margin-top: 0px;
}
.faleconosco h2{
	font-size: 1.3em;
	font-family: Lato,Arial,sans-serif;
	font-weight: bold;
	color: #EC6C23;
	text-align: center;
	margin-top: 0px;
}
.faleconosco h3{
	font-size: 1.0em;
	font-family: Lato,Arial,sans-serif;
	font-weight: normal;
	color: #333;
	text-align: center;
	margin-top: 0px;
}
.minhaconta p {
	font-size: 1.0em;
	font-family: Lato,Arial,sans-serif;
	font-weight: normal;
	color: #333;
	text-align: center;
	margin-top: 0px;
}
.minhaconta h1{
	font-size: 1.4em;
	font-family: Lato,Arial,sans-serif;
	font-weight: bold;
	color: #09337E;
	text-align: center;
	margin-top: 0px;
}
.minhaconta h2{
	font-size: 1.3em;
	font-family: Lato,Arial,sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 7px;
}
.minhaconta a{
	width:  30%;
	margin: 0 35%;
}
.logos img{
	width: 100%;
	margin: -5% 5%;
}
.logos2{
	width: 216px;
	height: 71px;
	margin-left: 3%;
	margin-top: 10px;
	float: left;
}
.vantagens img{
	height:  90px;
	margin:  0 33%;
	padding:  0px;
}
.vantagens h1{
	font-size: 1.1em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align:  center;
	color: #09337e;
	margin-top:  10%;
	padding:  0px;
}
.vantagens p{
	text-align:  center;
}
footer{
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	float: left;
}
footer h1{
	font-size: 1.1em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-align:  left;
	color: #ffff00;
	margin-top:  20px;
}
footer p{
	font-size: 1.0em;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: normal;
	text-align:  left;
	color: #fff;
	line-height:  1.1em;
	margin-top:  15px;
}
footer a:hover p{
	color: #FCC18E;
	font-weight:  300;
}
/* Caixas */
.caixa{
	float: left;
	width: 100%;
	margin: 0%;
}
.caixa3{
	width: 24%;
	margin-top:  -10px;
}
.caixa4{
	width: 32.33333%;
	margin-left:  8px;
}
.caixa6{
	width: 49%
}
.caixa2{
	width: 15.66667%
}
.caixa12{
	width: 99%
}
.whatsapp-link {
			position: fixed;
			width: 276px;
			height: 40px;
			bottom: 20px;
			right: 40px;
			background-image: url(../img/botao-whatsapp.webp);
			color: #fff;
			border-radius: 50px;
			text-align: center;
			font-size: 29px;
			box-shadow: 1px 1px 2px #888;
			z-index: 1000;
		}
.whatsapp-link-2 {
			display: none;
			position: fixed;
			width: 276px;
			height: 40px;
			bottom: 80px;
			right: 380px;
			background-image: url(../img/botao-whatsapp.webp);
			color: #fff;
			border-radius: 50px;
			text-align: center;
			font-size: 29px;
			box-shadow: 1px 1px 2px #888;
			z-index: 1000;
}

/*Blog*/
.bg-vermelho{
	background: #bf3838;
}
.titulo{
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px;
}
.titulo-texto{
	font-size: 0.9em;
	font-weight: normal;
	text-align: justify;
	padding: 0px;
	margin-top: -15px;
}
.botao-planos2{
	width: 50%;
	height:  auto;
	font-size:  1.2em;
	font-weight:  bold;
	text-align: center;
	margin: 0 25%;
	color: #fff;
	text-decoration: none;
}
.blog2 {
	margin-top: 0px;
}
.blog2 h2{
	font-size:  1.4em;
	font-weight:  bold;
	color:  #09337E;
	text-align:  center;
	float:  left;
}
/*Titulo Blog*/
.blog{
	margin-top: 0px;
}
.blog h1{
	font-size: 1.8em;
	font-family: Arial,sans-serif;
	color: #fff;
	text-align: center;
	background-color:  #bf3838;
}
/*Posts Recentes*/
.blog h2{
	font-size: 1.4em;
	font-family: Arial,sans-serif;
	color: #fff;
	text-align: center;
	background-color:  #DD5B23;
}
.blog h3{
	font-size: 1.4em;
	font-weight:  bold;
	font-family: Arial,sans-serif;
	color: #09337E;
	text-align: center;
	margin-top: 0px;
}
/*Titulo Post*/
.blog h4{
	font-size: 1.8em;
	font-family: Arial,sans-serif;
	color: #09337E;
	text-align: center;
	margin-top: 10px;
}
/*Texto Post*/
.blog b{
	font-size:  1.2em;
	color: #09337E;
}
.blog p{
	font-size: 1.0em;
	font-family: Arial,sans-serif;
	color: #000;
	text-align: justify;
	margin-top:  15px;
}
.blog img{
	margin-top: 0px;
}
.blog a img{
	margin-top: 20px;
}
img.img-post{
	width:  70%;
	margin:  0% 15%;
}

}
