@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;
}
/*=========Reset==================*/
* {
	margin: 0;
	padding: 0;
	font-size:100%;
	border: none;
	outline:none;
	font-weight:300;
	box-sizing: border-box;
	font-family:"Lato", sans-serif;
}
h1{
	font-size: 1.0em;
	font-weight: bold;
	color: #ff0000;
}
h4{
	font-size: 1.2em;
	font-weight: normal;
	padding-top: 2%;
}
body {
	background-color:#fff;
}
a {
	text-decoration:none;
}
a:hover {
	opacity:0.5;
}
ul {
	list-style:none;
}
img {
	max-width: 100%;
}
label{
	width: 100%;
	padding: 1.5%;
	float: left;
}

.hidden{
	display: none;
	visibility: hidden;
}
.whatsapp-link-2 {
			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;
}
/* CAIXA */
.caixa{
	float: left;
	width: 100%;
	margin: 0.5%;
}
.caixa1{
	width: 7.33333%
}
.caixa2{
	width: 15.66667%
}
.caixa3{
	width: 24%
}
.caixa4{
	width: 32.33333%
}
.caixa5{
	width: 40.66667%
}
.caixa6{
	width: 100%;
	padding-bottom: 10%;
}
.caixa7{
	width: 57.33333%
}
.caixa8{
	width: 65.66667%
}
.caixa9{
	width: 100%;
	margin-top: -30px;
}
.caixa10{
	width: 82.33333%
}
.caixa11{
	width: 90.66667%
}
.caixa12{
	width: 99%
}
/*=========Container==================*/
.container{
	width: 100%;
	float:left;
	padding: 1.5% 4%;
	text-align:center;
}
.botao{
	margin: 10px;
	display: inline-block;
	border: 1px solid;
	color: #242021;
	cursor: pointer;
}
.botao h4{
	font-weight:  bold;
	color:  #000;
}
.botaoMedio{
	padding: 10px 30px
}
.botaoGrande{
	padding: 20px 50px
}
/* CORES DOS BOTÕES */
.botaoAmarelo{
	background-color: #EFB515;
	border-color: #ec9f00;
}
.botaoAmarelo:hover{
	background-color: #ffbe37
}
.botaoLaranja{
	background-color: #F58220;
	border-color: #fff;
}
.botaoAzul{
	background-color: #0089fa;
	border-color: #0082ec;
}
.botaoPreto{
	background-color: #000;
	border-color: #000;
}
.botaoAzul:hover{
	background-color: #51b0ff
}
.botaoVerde{
	background-color: #00a753;
	border-color: #009d4f;
}
.botaoVerde:hover{
	background-color: #00c161
}
.botaoVermelho{
	background-color: #eb260a;
	border-color: #d3230a;
}
.botaoVermelho:hover{
	background-color: #f43d22
}
.botaoCinza{
	background-color: #ccc;
	border-color: #d3230a;
}
/*=========BG Colors==================*/
.bg-gradient{
	background: linear-gradient(to left, #F58220,#FBB375);
}
.bg-azul{
	background-color:#003882;
}
.bg-verde{
	background-color:#01914C;
}
.bg-white{
	background-color:#FFFFFF;
}
.bg-cinza{
	background-color:#E8E5E3;
}
.bg-vermelho{
	background-color:#ff0000;
}
.bg-vermelho2{
	background-color:#D71D26;
}
.bg-preto{
	background-color:#000000;
}
.bg-laranja{
	background-color:#F58220;
}
/*=========HELPERS==================*/
.radius{
	border-radius: 7px;
}

/*=========Cabecalho==================*/

.logo {
	width: 136px;
	height: 56px;
	float:left;
	background: url(../img/logo-mobile.webp) center center/136px no-repeat;
	font-size: 0;
}
.logos{
	width: 216px;
	height: 71px;
	margin-bottom: 6%;
	background: url(../img/icones-rodape.webp);
	float: left;
	}
.btn-menu{
	width: 56px;
	height: 46px;
	float:right;
	text-align:center;
	color:#FFFFFF;
	border-radius: 0px;
	cursor:pointer;
}
ion-icon {
  font-size: 38px;
}

/*=========Menu==================*/

.menu {
	display:none;
	width: 45%;
	height: auto;
	margin-top: 20px;
	position: fixed;
	background-color: rgba(243,118,53);
	padding-bottom: 15px;
	top:0;
	left:0;
}
.btn-close {
	font-size: 1.5em;
	color: #fff;
	float: right;
	cursor: pointer;
	margin: 5% 3% 0 0;
}
.menu ul {
	width: 100%;
	float: left;
	text-align: center;
}
.menu li {
	padding: 1.0%;
}
.menu li a {
font-size: 2em;
color: #FFFFFF;
padding: 1.5% 3%;
}
.menu li a:hover{
border: 2px solid #666;
}
/*--BANNER--*/
.banner{
	padding: 7% 4%;
	background: url(../img/bg.webp) no-repeat fixed;
}
.title{
	margin-top:2%;
	width: 100%;
}
.title h2{
	font-size: 2.2em;
	color: #fff;
	margin-top: 3%;
	font-weight:700;
}
.title h3{
	font-size: 1.5em;
	color: #fff;
	font-weight:300;
}
.title h4{
	font-size: 1.2em;
	color: #ffff00;
	text-align: center;
	padding-top: 3%;
	margin-left: 0px;
	margin-top: -2%;
	font-weight:400;
	}
.buttons{
	width: 100%;
	margin-top:3%;
}
.buttons i{
	float:right;
}
.btn {
	width: 100%;
	font-size: 1.6em;
	text-align:left;
	cursor:pointer;
	padding: 5%;
}
.btn-cadastrar{
	color:#fff;
	width: 100%;
	margin-top:5%;
	float:left;
}
.btn-sobre{
	color:#ffffff;
	width: 100%;
	margin-top:5%;
	float:left;
}
/*--SERVIÇOS--*/
.servico{
	width: 100%;
	text-align:left;
	margin-bottom: 3%;
	margin-top:  2%;
}
.servico img{
	height: auto;
	border-radius: 7px 7px 0 0;
}
.inner{
	padding: 7%;
}
.inner a{
	font-size: 1.5em;
	color:#130400;
	font-weight: 700;
}
.inner h4{
	font-size: 1.2em;
	color:#130400;
	margin-top: 2%;
}
.inner p{
	margin-top: 6%;
	color:#130400;
	line-height: 1.5em;
}
/*--CONTATO--*/
.contato{
	width: 100%;
	text-align:left;
	margin-top:2%;
	margin-bottom: 0%;
}
.contato img{
	border-radius: 2px 2px 0 0;
}
.inner-contato{
	padding: 3%;
}
.contato a{
	font-size: 1.0em;
	color:#130400;
	font-weight: 700;
}
.contato h1{
	width:  100%;
	font-size: 1.4em;
	color:#fff;
	font-weight:bold;
	margin-top: 1%;
	text-align: center;
	background-color:  #ff0000;
	padding: 1%;
	border-radius:  4px solid #fff;
	padding:  10px;
	margin:  0 auto;
	float:  left;
}
.contato h2{
	font-size: 1.4em;
	color:#ff0000;
	font-weight:bold;
	margin-top: -3%;
}
.contato h3{
	font-size: 1.0em;
	color:#000;
	font-weight:bold;
	margin-top: 2%;
}
.contato h5{
	width:  100%;
	font-size: 1.4em;
	color:#fff;
	font-weight:bold;
	margin-top: 2%;
	text-align: center;
	background-color:  #ff0000;
	padding: 3%;
	border-radius:  4px solid #fff;
	margin:  0 auto;
	float:  left;
}
.contato p{
	margin-top: 6%;
	color:#130400;
	line-height: 1.5em;
}
.contato form{
	margin-top: 0%;
}
.contato input{
	height: 30px;
	color:#000;
	border: 2px solid rgba(255,255,255,0.3);
	padding: 1%;
}
.contato button{
	width: 30%;
	font-size: 1.4em;
	font-weight:bold;
	background-color:#ff0000;
	color:#fff;
	padding: 1%;
	cursor:pointer;
	margin-top: 2%;
}
.contato2 h1{
	width:  100%;
	font-size: 1.2em;
	color:#fff;
	font-weight:bold;
	margin-top: 1%;
	text-align: center;
	background-color:  #ff0000;
	padding: 2%;
	border-radius:  4px solid #fff;
	margin:  -2% auto;
	float:  left;
}
.contato2 h2{
	margin-top:  10%;
}
.contato2 table{
	margin-top:  0%;
}
.contato2 button{
	width: 70%;
	font-size: 1.4em;
	font-weight:bold;
	background-color:#ff0000;
	color:#fff;
	padding: 1%;
	cursor:pointer;
	margin-top: 2%;
}
.solicite-rodape{
	width: 100%;
	font-size: 1.3em;
	font-weight:  bold;
	text-align: center;
	margin-top: 15px;
	padding: 5px;
}
.tabela{
	margin:  0 auto;
}
.table-empresarial{
	width: 100%;
	margin-left: 0%;
	margin-top: 5px;
	font-size: 0.9em;
}
.telefone{
	margin-left:  -20%;
}
p.copyright{
	font-size:  1.0em;
	font-weight:  bold;
	color:  #fff;
}
	.notalegal{
	width: 100%;
	font-size: 0.8em;
	text-align: left;
	margin-top: 4%;
	float: left;
	}
/*--NEWSLETTER--*/
.fonte-newsletter{
	font-size: 1.2em;
	font-weight: 700;
}
.newsletter h2{
	font-size: 1.5em;
	color:#fff;
	font-weight: 700;
}
.newsletter h3{
	color: #fff;
}
.newsletter form{
	margin-top: 2%;
}
.newsletter input{
	width: 80%;
	height: 35px;
	color:#000;
	border: 3px solid rgba(255,255,255,0.3);
	padding: 1%;
}
.newsletter button{
	width: 70%;
	font-size: 1.3em;
	font-weight:bold;
	background-color:#000099;
	color:#ffff00;
	padding: 1%;
	cursor:pointer;
	margin-top: 2%;
}

/*--RODAPÉ--*/
.social-icons a {
	font-size: 1.5em;
	color: rgba(255,255,255,0.7);
	margin-right: 3%;
}
.social-icons a:last-child{
	margin-right: 0%;
}
.social-icons a:hover{
	color: rgba(255,255,255);
}
.copyright{
	margin-top: 2%;
	color: rgba(255,255,255,0.7);
}
/*--MEDIA TYPES--
Screen
Para monitores ou dispositivos com telas coloridas e resolução adequada.
Print
Para impressoras. Muito usado para dar uma visão de impressão do site.
*/

@media print{
	.title h2{
	font-size: 2.5em;
	color: red;
	font-weight:700;
}
	.title h3{
	font-size: 1.5em;
	color: blue;
	font-weight:300;
}
}

/*--MOBILE FIRST--*/
/*--SMALL DEVICES--SMARTPHONES*/
@media screen and (min-width: 480px){
	.logo {
	width: 214px;
	background: url(../img/logo.webp) center center/214px no-repeat;
	font-size: 0;
}
	.btn{
	font-size: 1.7em;
	}
	.buttons {
	width: 25%;
	float:right;
	margin-top: 0;
	}
	.title h2{
	font-size: 3em;
	margin-top: -30px;
	}
	.title h3{
	font-size: 2em;
	}
	.caixa{
	width: 100%;
	float: left;
}
	.caixa6{
	width: 49%;
	float: left;
}
	.caixa9{
	width: 100%;
	float: left;
}
	}
/*--SMALL DEVICES--TABLETS*/
@media screen and (min-width: 768px){
	.servico{
	width:49%;
	float:left;
	margin-right:2%;
}
	.servico:nth-child(2){
	margin-right: 0;
	}
	.newsletter h2{
	font-size: 2em;
	}
	.newsletter h3{
	font-size: 1.5em;
	}
	.newsletter input{
	width: 70%;
	padding: 2%;
	float:left;
	margin-right: 1%;
	float: none;
	}
	.newsletter button{
	width: 29%;
	padding: 2%;
	float:right;
	margin-top: 0;
	float: none;
	}
	/*=========Cabecalho==================*/
	.logo {
	width: 136px;
	height: 56px;
	float:left;
	background: url(../img/logo-mobile.webp) center center/136px no-repeat;
	font-size: 0;
	}
	.logos{
	width: 216px;
	height: 71px;
	margin-bottom: 6%;
	margin-left: 3%;
	background: url(../img/icones-rodape.webp);
	float: left;
	}
	/*=========Banner==================*/
	.title{
	margin-top:2%;
	width: 100%;
	}
	.title h2{
	font-size: 2.5em;
	color: #fff;
	text-align: left;
	margin-top: 3%;
	margin-left: 4%;
	font-weight:700;
	}
	.title h3{
	font-size: 1.5em;
	color: #fff;
	text-align: left;
	margin-left: 4%;
	font-weight:300;
	}
	.title h4{
	font-size: 1.4em;
	color: #ffff00;
	text-align: center;
	padding-top: 3%;
	margin-left: -320px;
	font-weight:400;
	}
	.buttons{
	width: 50%;
	margin-top:1%;
	}
	.buttons i{
	float:right;
	}
	.btn-cadastrar{
	color:#fff;
	width: 100%;
	margin-left: -350px;
	float:left;
	}
	.btn-sobre{
	color:#ffffff;
	width: 100%;
	margin-left: -350px;
	margin-top:30%;
	float:left;
}
	.caixa9{
	width: 100%;
	margin-top:0px;
}
.contato2 h1{
	width:  90%;
	font-size: 1.0em;
	color:#fff;
	font-weight:bold;
	margin-top: 1%;
	text-align: center;
	background-color:  #ff0000;
	padding: 2%;
	border-radius:  4px solid #fff;
	margin:  -2% 4%;
	float:  left;
}
.contato2 h2{
	margin-top:  0%;
}
.contato2 table{
	margin-top:  0%;
}
	.contato h5{
	width:  25%;
	font-size: 1.4em;
	color:#fff;
	font-weight:bold;
	margin-top: 1%;
	text-align: center;
	background-color:  #ff0000;
	padding: 1%;
	border-radius:  4px solid #fff;
	margin:  0 37.5%;
	float:  left;
}
	.contato h5{
	width:  50%;
	font-size: 1.4em;
	color:#fff;
	font-weight:bold;
	margin-top: 1%;
	text-align: center;
	background-color:  #ff0000;
	padding: 1%;
	border-radius:  4px solid #fff;
	margin:  0 25%;
	float:  left;
}
}

/*--MEDIUN DEVICES--TABLETS E DESKTOPS*/
@media screen and (min-width: 960px){
	.title{
	width: 60%;
	float:left;
	text-align:left;
	}
	.title h4{
	font-size: 1.2em;
	color: #ffff00;
	text-align: center;
	padding-top: 3%;
	margin-left: -150px;
	margin-top: -2%;
	font-weight:400;
	}
	.btn-cadastrar{
	color:#fff;
	width: 100%;
	margin-left: 0px;
	margin-top:  -90%;
	float:left;
	}
	.btn-sobre{
	color:#ffffff;
	width: 100%;
	margin-left: 0px;
	margin-top:-60%;
	float:left;
}
	.buttons {
	width: 45%;
	float:right;
	margin-top: 0;
	}
	.title h2{
	font-size: 3em;
	margin-top: -30px;
	}
	.title h3{
	font-size: 2em;
	}
	.servico{
	width: 32%;
	}
	.servico:nth-child(2){
	margin-right: 2%;
	}.servico:nth-child(3){
	margin-right: 0%;
	}
	.newsletter input{
	width: 60%;
	float:none;
	}
	.newsletter button{
	width: 20%;
	float:none;
	}
	/*=========Cabecalho==================*/
	.logo {
	width: 136px;
	height: 56px;
	float:left;
	background: url(../img/logo-mobile.webp) center center/136px no-repeat;
	font-size: 0;
}
	.caixa{
	width: 100%;
	float: left;
}
	.caixa6{
	width: 49%;
	float: left;
}
	.caixa9{
	width: 70%;
	float: left;
}
.contato2 h1{
	width:  100%;
	font-size: 1.2em;
	color:#fff;
	font-weight:bold;
	margin-top: 1%;
	text-align: center;
	background-color:  #ff0000;
	padding: 2%;
	border-radius:  4px solid #fff;
	margin:  -2% 7%;
	float:  left;
}
.contato2 h2{
	margin-top:  0%;
}
.contato2 table{
	margin-top: 0%;
}
.contato h5{
	width:  25%;
	font-size: 1.4em;
	color:#fff;
	font-weight:bold;
	margin-top: 1%;
	text-align: center;
	background-color:  #ff0000;
	padding: 1%;
	border-radius:  4px solid #fff;
	margin:  0 37.5%;
	float:  left;
}
	.contato h5{
	width:  50%;
	font-size: 1.4em;
	color:#fff;
	font-weight:bold;
	margin-top: 1%;
	text-align: center;
	background-color:  #ff0000;
	padding: 1%;
	border-radius:  4px solid #fff;
	margin:  0 25%;
	float:  left;
}
.formulario-rodape{
	width: 100%;
	padding: 10px;
	margin-left: 0%;
	margin-top: 450px;
	text-align: left;
}
.formulario button{
	width: 20%;
	font-size: 1.4em;
	font-weight:bold;
	background-color:#ff0000;
	color:#fff;
	padding: 0.5%;
	cursor:pointer;
	margin: 1% 2%;
	float:  left;
}
.formulario form{
	width: 70%;
	margin:  0 5%;
}
}
/*--LARGE DEVICES--WIDE SCREENS*/
@media screen and (min-width: 1280px){
	h2{
	font-size: 1.0em;
	font-style: normal;
	color: #000;
	}
	.btn-menu{
	display:none;
	}
	.btn-close{
	display:none;
	}
	.menu{
	width: auto;
	height: 56px;
	line-height: 56px;
	float:right;
	background-color:#fff;
	display:block !important;
	position:static;
	}
	.menu li{
	padding: 0;
	float:left;
	}
	.menu li a{
	color:#000;
	font-size: 1.2em;
	font-weight:700;
	padding:15px;
	}
	.menu li a:hover{
	border: none;
	color:#666;
	}
	
	/*=========Cabecalho==================*/
	.logo {
	width: 383px;
	height: 76px;
	margin-top: 10px;
	margin-left: -20px;
	background: url(../img/logo.webp) center center/220px no-repeat;
	float:left;
	font-size: 0;
	}
	.logos{
	width: 216px;
	height: 71px;
	margin-left: 3%;
	margin-top: -70px;
	background: url(../img/icones-rodape.webp) left left/216px no-repeat;
	float: left;
	}
	.buttons {
	width: 32%;
	float:right;
	margin-top: 0;
	}
	.title h2{
	font-size: 3.0em;
	color: #fff;
	margin-top: -50px;
	font-weight:700;
	}
	.title h3{
	font-size: 2.0em;
	color: #fff;
	font-weight:300;
	}
	.title h4{
	font-size: 1.4em;
	color: #ffff00;
	text-align: center;
	padding-top: 3%;
	margin-left: -400px;
	font-weight:400;
	}
	.btn-cadastrar{
	color:#fff;
	width: 100%;
	margin-left: 0px;
	margin-top:10%;
	float:left;
	}
	.btn-sobre{
	color:#ffffff;
	width: 100%;
	margin-left: 0px;
	margin-top:10%;
	float:left;
	}
	/*--CONTATO--*/
	.contato{
	width: 100%;
	text-align:left;
	margin-top:0%;
	margin-bottom: 0%;
	}
	.contato h1{
	width:  25%;
	font-size: 1.4em;
	color:#fff;
	font-weight:bold;
	margin-top: 1%;
	text-align: center;
	background-color:  #ff0000;
	padding: 1%;
	border-radius:  4px solid #fff;
	margin:  0 37.5%;
	float:  left;
}
.contato h5{
	width:  25%;
	font-size: 1.4em;
	color:#fff;
	font-weight:bold;
	margin-top: 1%;
	text-align: center;
	background-color:  #ff0000;
	padding: 1%;
	border-radius:  4px solid #fff;
	margin:  0 37.5%;
	float:  left;
}
.contato2 h1{
	width:  90%;
	font-size: 1.2em;
	color:#fff;
	font-weight:bold;
	margin-top: 1%;
	text-align: center;
	background-color:  #ff0000;
	padding: 2%;
	border-radius:  4px solid #fff;
	margin:  -2% -2%;
	float:  left;
}
.contato2 h2{
	margin-top:  0%;
}
.contato2 table{
	margin-top:  0%;
}
	/*=========Menu==================*/
	.rodape{
	margin-top: 0%;
	float: left;
	}
	.notalegal{
	width: 100%;
	font-size: 0.8em;
	text-align: center;
	margin-top: 2%;
	float: left;
	}
	.caixa9{
	width: 70%;
	margin-top:0px;
}
.formulario-rodape{
	width: 100%;
	padding: 10px;
	margin-left: 0%;
	margin-top: 450px;
	text-align: left;
}
.formulario button{
	width: 20%;
	font-size: 1.4em;
	font-weight:bold;
	background-color:#ff0000;
	color:#fff;
	padding: 0.5%;
	cursor:pointer;
	margin: 1% 0%;
	float:  left;
}
.formulario form{
	width: 70%;
	margin:  0 17%;
}
label{
	padding:  5px;
}
.whatsapp-link {
			position: fixed;
			width: 276px;
			height: 40px;
			bottom: 60px;
			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;
}
}