@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700&display=swap');
body {font-family: 'Poppins', sans-serif; color: #636369; background-color: #fff;}
p {font-size: 16px; line-height: 26px; font-weight: 400;}
* {margin: 0; padding: 0; box-sizing: border-box;}
a,button, input, textarea {transition: 0.3s; outline: 0; text-decoration: none; color: inherit;}
a:hover {text-decoration: none; color: inherit;}
a:focus, button:focus, input:focus, textarea:focus {outline: 0; text-decoration: none;}
ul {margin-bottom: 0; font-size: 0;}
ul li {list-style-type: none; font-size: initial;}
address {font-style: normal;}
section {padding: 80px 0;}
img {max-width: 100%;}

header {
	background-color: #f6f6f6;
    padding: 15px 0 25px;
}
header [class^=col] > a img {
    float: left;
    margin-right: 40px;
    margin-top: 12px;
    width: 150px;
}
header nav ul {
    margin-top: 16px;
}
header nav ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 25px;
} 
header nav ul li a {
	color: #636369;
	font-size: 20px;
    font-weight: 300;	
}
header nav ul li:last-child a {
    background: linear-gradient(90deg, rgba(248,148,34,1) 0%, rgba(248,69,34,1) 100%);
    color: #fff;
    padding: 8px 12px;
    border-radius: 10px;    
}
header nav > a {
    background-color: #5BCC78;
    color: #fff;
    font-size: 22px;
    padding: 5px 20px 8px;
    border: 4px solid #fff;
    position: absolute;
    right: 0;
    top: 10px;
	border-radius: 12px;    
}
header nav > a:hover {
	color: #fff;
}
header nav > a img {
	position: relative;
	top: -1px;
	left: 0;
}
header nav p {
    float: right;
    font-size: 19.6px;
    font-weight: 300;
    line-height: 29px;
    margin: -16px 0 0;    
}
header nav p strong {
    display: block;
    font-size: 38px;
    font-weight: 800; 
    color: #f86a21;   
}



section.banner {
	background-image: url(../img/bg-banner.png);
	background-size: cover;
	background-position: center;
	background-color: #fff;
    padding: 80px 0 100px;
}

section.banner h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #f86a21;
    text-transform: uppercase;
}
section.banner h2 {
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 15px;
	color: #fff;
}
section.banner h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 5px 50px;
    color: #fff;
    text-transform: uppercase;    
}
section.banner p {
    color: #fff;
    margin-bottom: 50px;
}
section.banner a {
    background: linear-gradient(90deg, rgba(248,148,34,1) 0%, rgba(248,69,34,1) 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 50px;
    border: 0;
    width: 100%;
    margin-top: 10px;
    border-radius: 12px;
    box-shadow: 0 0 0 0 rgb(42 219 222);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
section.banner ul {
    margin-left: 50px;
    margin-bottom: 15px;
}
section.banner ul li {
    color: #f86a21;
}
section.banner .barra {
    padding: 35px 0 36px;	
    background: linear-gradient(90deg, rgba(248,148,34,1) 0%, rgba(248,69,34,1) 100%);
}
section.banner .barra p {
	margin: 0;
	color: #fff;
	font-size: 36px;
	line-height: 50px;
}
section.banner .barra p strong {
	display: block;
	font-size: 62px;
	color: #fff;
}
section.banner .barra a {
    background-color: #5BCC78;
    color: #fff;
    font-size: 32px;
    padding: 5px 90px 8px;
    border-radius: 12px;   
    border: 5px solid transparent; 
    box-shadow: 0 0 0 0 rgb(42 219 222);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);  
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);  
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);  
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);  
}
section.banner .barra a:hover {
    color: #fff;
    border: 5px solid #fff;
}
section.banner .barra a img {
    position: relative;
    top: -1px;
    left: 0;
    width: 45px;
}
section.banner form {
    background: linear-gradient(90deg, rgba(248,148,34,1) 0%, rgba(248,69,34,1) 100%);
    padding: 50px;
    position: absolute;
    right: 15px;
    left: 50px;
    z-index: 1;
    box-shadow: 0 0 0 100em rgba(0, 0, 0, 0.0);
    transition: 0.5s;   
    border-radius: 12px;    
}
section.banner form.ativo {
    box-shadow: 0 0 0 100em rgba(0, 0, 0, 0.8);    
}
section.banner form #fechar-form {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #f86a21;
    padding-top: 4px;
    padding-left: 1px;
    visibility: hidden;    
    opacity: 0;
    transition: .3s;
    cursor: pointer;
}
section.banner form.ativo #fechar-form {
    opacity: 1;
    visibility: visible;
}
section.banner form .gatilho {
    position: absolute;
    top: -50px;
}
section.banner form p {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;	
	margin: 0 0 5px;  
}
section.banner form span {
    display: block;
    color: #fff;
    text-align: center;
    margin: 0 0 20px;
    line-height: 20px;
}
section.banner form label {
	display: block;
	color: #636369;
	font-weight: 600;
	font-size: 15px;
	margin: 0 0 5px 26px;
}
section.banner form input {
    width: 100%;
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    background-color: #f6f6f6;
}
section.banner form input::placeholder {
    color: #4a4747;    
}
section.banner form button {
    background: linear-gradient(90deg, rgba(248,148,34,1) 0%, rgba(248,69,34,1) 100%);
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 50px;
    border: 2px solid #fff;
    width: 100%;
    margin-top: 10px;
    border-radius: 12px;   
    box-shadow: 0 0 0 0 rgb(42 219 222);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);  
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);  
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);  
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);       
}
section.banner #solicitar {
    position: relative;
    top: -125px;
}
section.banner .box {
	position: absolute;
	top: 10em;
	z-index: 2;
	opacity: 0;
	transition: 0.5s;
}
section.banner .box.ativo {
	opacity: 1;
}
section.banner .box h3 {
    font-size: 32px;
    text-align: right;
    color: #fff;
    margin: 0 0 40px;    
    text-transform: none;
}
section.banner .box h3 strong {
    color: #475C67;
    text-decoration: underline;	
}
section.banner .box p {
    font-size: 46px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    float: right;
}
section.banner .box p a {
    background-color: #5BCC78;
    color: #fff;
    font-size: 22px;
    padding: 8px 30px 11px;
    border-radius: 6px;
    font-weight: 600;
    display: table;	
    margin-top: 20px;
}
section.banner .box i {
    font-style: normal;
    font-weight: 600;
    background: #636369;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    width: 50px;
    display: table;
    height: 50px;
    text-align: center;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: -98px;
    cursor: pointer;	
    transition: 0.3s;
}
section.banner .box i:hover {
	background-color: #013161;
}
section.banner video {
    max-width: 100%;
    margin: 0 0 25px;
}


.resultado {
    margin: 5px 0 0;
    text-align: center;
}

section.atendimento {
	padding-top: 80px;
}
section.atendimento h2 {
	font-size: 38px;
	color: #f86a21;
	font-weight: 700;
	margin-bottom: 0;
    text-transform: uppercase;
}
section.atendimento h3 {
	font-size: 22px;
    font-weight: 700;
    position: relative;
    margin: 0 0 20px;
    color: #475C67;
}
section.atendimento article {
	margin-top: 35px;
}
section.atendimento article img {
    float: left;
    margin-right: 10px;
    max-width: 100px;
    border-radius: 24px 0 24px 24px;
}
section.atendimento article blockquote {
    background: linear-gradient(90deg, rgba(248,148,34,1) 0%, rgba(248,69,34,1) 100%);
    padding: 20px 30px 30px;
    overflow: hidden;
    border-radius: 0 24px 24px 24px;
    color: #FEFEFE;
    margin-bottom: 0;
}
section.atendimento article blockquote strong {
	font-size: 36px;
    display: block;
    color: #fff;	
    font-weight: 900;
}
section.atendimento p {
    margin: 0 0 20px;
}
section.atendimento p:last-child {
    margin: 0;
}
section.atendimento p strong {
    color: #f86a21;
}
section.atendimento [class^=col] > img {
    float: left;
    margin-right: 30px;
    width: 450px;
}
section.atendimento h4 {
    font-size: 28px;
    color: #f86a21;
    font-weight: 600;    
}
section.atendimento h5 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    color: #475C67;    
}
section.atendimento ul {
    margin: 0 0 15px;
}
section.atendimento ul li {
    font-size: 16px;
    color: #f86a21;
    display: block;
    font-weight: 500;
}
section.atendimento ul li img {
    width: 20px;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
section.atendimento a {
    background-color: #5BCC78;
    color: #fff;
    font-size: 32px;
    padding: 5px 90px 8px;
    border-radius: 12px;
    border: 5px solid transparent;
    box-shadow: 0 0 0 0 rgb(42 219 222);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
section.atendimento a img {
    position: relative;
    top: -1px;
    left: 0;
    width: 45px;
}

section.solucoes {
    background-color: #F1F1F1;
	padding-bottom: 0;
    background-image: url(../img/bg-solucoes.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;    
    padding: 80px 0;
}
section.solucoes h2 {
	font-size: 38px;
	color: #f86a21;
	font-weight: 700;
	margin: 0 0 20px;
}
section.solucoes h3 {
	font-size: 22px;
    font-weight: 300;
    position: relative;
    margin: 0 0 20px;
    color: #71747A;
}
section.solucoes h3 strong {
    font-weight: 600;
}
section.solucoes h4 {
    font-size: 18px;
    color: #636369;
    margin: 0 0 35px;
    font-weight: 600;
    width: 75%;
}
section.solucoes h5 {
    font-size: 34px;
    color: #636369;
    margin: -5px 0 0;    
}
section.solucoes ul {
    margin-bottom: 35px;
}
section.solucoes ul li {
    font-size: 22px;
    font-weight: 300;
    color: #f86a21;
    display: block;
    text-transform: uppercase;
    line-height: 28px;
}
section.solucoes a {
    background: linear-gradient(90deg, rgba(248,148,34,1) 0%, rgba(248,69,34,1) 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 50px;
    border: 0;
    display: table;
    margin-top: 10px;
    border-radius: 12px;
    box-shadow: 0 0 0 0 rgb(42 219 222);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
section.solucoes a img {
    position: relative;
    top: -1px;
    left: 0;
    width: 45px;
}


section.servicos {
	position: relative;
}
section.servicos h2 {
    font-size: 38px;
    color: #f86a21;
    font-weight: 700;
    text-transform: uppercase;
}
section.servicos h3 {
	font-size: 22px;
    font-weight: 700;
    position: relative;
    margin: 0 0 40px;
    color: #475C67;
}
section.servicos .container {
	position: relative;
}
section.servicos .container:before {
	content: '';
	position: absolute;
	top: 0;
	left: -85px;
	width: 189px;
	height: 99.5%;
	background-image: url(../img/icone-servicos.png);
}
section.servicos .container:after {
	content: '';
	position: absolute;
	right: 20px;
	top: 0;
	width: 87px;
	height: 186px;
	opacity: 0.3;
	background-image: url(../img/icone-banner.png);
}
section.servicos ul.galeria {
	text-align: center;
	margin-left: -0.5%;
}
section.servicos ul.galeria li {
    width: 24%;
    margin: 0.5%;
    height: 250px;
    background-position: center;
    background-size: cover;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 0;	
}
section.servicos ul.galeria li:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f86a21;
	opacity: 0;
	transition: 0.3s;
}
section.servicos ul.galeria li:hover:before {
	opacity: 0.75;
}
section.servicos ul.galeria li a {
	position: relative;
    display: block;
    height: 100%;
    padding-top: 25%;
}
section.servicos ul.galeria li span {
    position: absolute;
    bottom: -75px;
    left: 0;
    right: 0;
    font-size: 32px;
    color: #fff;
    line-height: 28px;
    font-weight: 300;
    transition: 0.3s;
    text-transform: capitalize;
}
section.servicos ul.galeria li span:after {
    content: '';
    position: absolute;
    bottom: -20px;
    width: 75px;
    height: 8px;
    background-color: #f86a21;
    transform: skew(-20deg);
    left: 0;
    right: 0;
    margin: 0 auto;	
}
section.servicos ul.galeria li:hover span {
	bottom: 100px;
}
section.servicos ul.galeria li span strong {
	display: block;
	font-weight: 700;
}
section.servicos ul.galeria li img {
	position: relative;
	top: -200px;
	transition: 0.3s;
}
section.servicos ul.galeria li:hover img {
	top: 0;
} 
section.servicos ul.nav {
	margin-bottom: 20px;
}
section.aservicos ul.nav li {
	display: inline-block;
}
section.servicos ul.nav li a {
    font-size: 16px;
    padding: 8px 10px;
    display: table;
    color: #f86a21;  
    font-weight: 500;	
	border-radius: 10px;    
}
section.servicos ul.nav li a.active {
	background-color: #f86a21;  
	color: #fff;
}


section.chamada {
    background-color: #F1F1F1;    
    text-align: center;
}
section.chamada h2 {
    font-size: 38px;
    color: #f86a21;
    font-weight: 700;
    text-transform: uppercase;
}
section.chamada h3 {
    font-size: 28px;
    font-weight: 700;
    position: relative;
    margin: 0 0 25px;
    color: #475C67;
}
section.chamada h4 {
    font-weight: 300;
    text-transform: uppercase;
    color: #71747A;
    margin: 0 0 25px;
}
section.chamada h4 strong {
    font-weight: 600;
}
section.chamada p {
    font-size: 20px;
}
section.chamada p strong {
    color: #f86a21;    
}
section.chamada h5 {
    font-size: 28px;
    color: #f86a21;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
    margin: 0;    
}
section.chamada h5 span {
    display: block;
    font-size: 20px;
    color: #636369;
    text-transform: none;
    font-weight: 400;
    margin: 0 0 10px;    
}
section.chamada a {
    background: linear-gradient(90deg, rgba(248,148,34,1) 0%, rgba(248,69,34,1) 100%);
    color: #fff;
    display: table;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 50px;
    border: 0;
    margin: 30px auto 0;
    border-radius: 12px;
    box-shadow: 0 0 0 0 rgb(42 219 222);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
section.chamada a img {
    position: relative;
    top: -1px;
    left: 0;
    width: 45px;
}



section.faq h3 {
	font-size: 38px;
	color: #f86a21;
	font-weight: 700;
	margin-bottom: 10px;
}
section.faq h4 {
	font-size: 22px;
    font-weight: 700;
    position: relative;
    margin: 0 0 40px;
    color: #475C67;
}
section.faq .accordion>.card .card-header {
    padding: 0;
    border: 0;
}
section.faq .accordion>.card .card-header h2[aria-expanded="true"] {
    background: linear-gradient(90deg, rgba(248,148,34,1) 0%, rgba(248,69,34,1) 100%);
}
section.faq .accordion>.card .card-header h2[aria-expanded="false"] {
    background-color: #f6f6f6;
    color: #666;
}
section.faq .accordion>.card .card-header h2 {
    margin: 0;
    padding: 10px 0 10px 50px;
    font-weight: 600;
    font-size: 26px;
    color: #fff;
    border-radius: 10px;    
    transition: 0.3s;
    font-weight: 300;
    cursor: pointer;
    font-weight: 500;
}
section.faq .card {
    border: 0;
}
section.faq .accordion>.card {
    border: 0;
    margin-bottom: 15px;    
}
section.faq .card-body {
    padding-bottom: 0;
}
section.faq .card-body p {
    font-size: 16px;
    color: #516177;
}


footer {
	background-color: #f6f6f6;
    color: #fff;
    padding-top: 35px;
}
footer p {
	color: #636369;
}
footer p strong {
	color: #f86a21;
}
footer .creditos {
    margin-top: 15px;
    background: linear-gradient(90deg, rgba(248,148,34,1) 0%, rgba(248,69,34,1) 100%);
    padding: 10px 0;
}
footer .creditos p {
    float: left;
    margin: 10px 0 0;
    color: #fff;
}
footer .creditos span {
    display: block;
    float: right;
}
footer .creditos span img {
    position: relative;
    top: -2px;
    width: 75px;
}
footer .lista ul li a {
    color: #636369;
}
footer .social ul  {
    margin-bottom: 20px;
}
footer .social ul li {
    margin-bottom: 5px;
    color: #636369;
}
footer .social img {
    margin-right: 10px;
}


@-webkit-keyframes pulse {to {box-shadow: 0 0 0 35px rgba(0, 45, 178, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 35px rgba(0, 45, 178, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 35px rgba(0, 45, 178, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 35px rgba(0, 45, 178, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 35px rgba(0, 45, 178, 0);}}



.saida {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);  
    text-align: center;
    opacity: 0;
    transition: 0.5s;
    z-index: -1;
}
.saida.aparecer {
    opacity: 1;
    z-index: 999;    
}
.saida.aparecer .container {
    top: 200px;
}
.saida .container {
    position: relative;
    top: -400px;
    transition: 0.3s;
    transition-delay: 0.3s;     
}
.saida h3 {
    font-size: 28px;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;  
    margin-bottom: 10px;    
}
.saida h3 strong {
    font-weight: 700;
}
.saida span {
    display: table;
    background: linear-gradient(90deg, rgba(248,148,34,1) 0%, rgba(248,69,34,1) 100%);
    margin: 0 auto 30px;
    padding: 10px 25px;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 10px;
}
.saida p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
}
.saida p strong {
    font-weight: 800;
    display: block;
    font-size: 67px;
    line-height: 60px;
}
.saida a {
    background-color: #5BCC78;
    color: #fff;
    font-size: 32px;
    padding: 5px 90px 8px;
    border-radius: 12px;
    border: 5px solid transparent;
    box-shadow: 0 0 0 0 rgb(42 219 222);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    margin: 0 auto;
    display: table;    
}
.saida a img {
    position: relative;
    top: -1px;
    left: 0;
    width: 45px;
}
.saida sub {
    color: #fff;
    font-size: 21.5px;
}
.saida i {
    position: absolute;
    right: 32px;
    top: -45px;
    width: 38px;
    height: 37px;
    transition: 0.3s;
    cursor: pointer;
}
.saida i:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 40px;
    background-color: #fff;
    transform: rotate(45deg);
}
.saida i:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 40px;
    background-color: #fff;
    transform: rotate(-45deg);
}    
.saida i:hover {
    transform: scale(0.8);
}