/* =================================== Importar =================================== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
@import url(owl.carousel.min.css);
@import url(grid.css);

/* =================================== Base =================================== */
body {font-family: 'Open Sans', sans-serif; color: #7b7b7b; background-color: #fff;}
p {font-size: 14px; line-height: 22px; font-weight: 400; font-family: 'Open sans',sans-serif; color: #7b7b7b;}
* {margin: 0; padding: 0;}
a,button, input, textarea {transition: 0.3s; outline: 0; text-decoration: none;}
a:hover {text-decoration: none;}
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: 50px 0;}
* {box-sizing: border-box;}
.flutuar-direita {float: right; margin-left: 15px;}
/* azul : 48586e */
/* azul claro: ca342a */

/* =================================== Cabeçalho =================================== */
header address {
	background-color: #004bbc;
	padding: 5px 0;
}
header address ul li {
	color: #fff;
	display: inline-block;
}
header address ul li:nth-child(2) {
	margin-left: 20px;
}
header nav {
    border-bottom: 5px solid #004bbc;	
}
header nav ul {
    text-align: right;
}
header nav ul li {
	display: inline-block;
	transition: 0.3s;
}
header nav ul li a {
	display: block;
	padding: 45px 10px;
	color: #004bbc;
	font-weight: 600;
}
header nav ul li.ativo, header nav ul li:hover {
	color: #fff;	
}
header nav ul li.ativo a, header nav ul li:hover a {
	color: #fff;
    background-color: #1160d8;    
}
header nav ul li.ativo span {
    border-top: #fff;
    border-width: 6px;
    border-style: solid;
}
header nav ul li span {
    display: inline-table;
    border-right: transparent;
    border-bottom: transparent;
    border-left: transparent;
    border-top: #1160d8;
    border-width: 6px;
    border-style: solid;
    position: relative;
    top: 3px;
}
header nav img {
    margin: 0 0 -40px;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 15px;
    border-radius: 46%;
    border-bottom: 7px solid #004bbc;	
}
header nav ul li ul {
	position: absolute;
	z-index: 999;
	margin-top: 0;
	display: none;
	border: 2px solid #ca342a;
	border-top: none;
}
header nav ul li ul li {
	display: block;
}
header nav ul li ul li:hover a {
	background-color: #0a46a2;
}
header nav ul li ul li a {
    background-color: #ca342a;
    color: #fff;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    padding: 8px 12px;  
}
header nav ul li:hover ul {
	display: block;
}
header nav #menu {
	display: none;
    position: absolute;
    right: 30px;
    margin-top: 5px;    
}
header nav #menu i {
    width: 35px;
    height: 5px;
    background-color: #0a46a2;
    margin: 6px 0;	
    display: block;    
}


/* =================================== Seção > Banner =================================== */
section.banner {
	background-color: #0a46a2;
    background-image: url(../img/hildacamelo/lavagem-de-estofados-banner.jpg);
    background-size: cover;
    padding: 0;
    position: relative;
    border-bottom: 5px solid #1160d8;    
}
section.banner h3.titulo {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    line-height: 35px;	
    text-transform: uppercase;    
} 
section.banner p.descricao {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 12px;
    letter-spacing: 2px;    
}
section.banner p.descricao span {
    text-transform: uppercase;
    font-size: 28px;
}
section.banner p.descricao strong {
    text-transform: uppercase;
}
section.banner p.telefone {
    font-size: 16px;
    color: #fff;
    margin-top: 30px;    
}
section.banner p.telefone span sub {
    vertical-align: inherit;
    font-size: 38px;
    position: relative;
    top: -13px;
    padding: 0 15px;  
}
section.banner p.telefone span {
    display: table;
    background: #1160d8;
    font-weight: 700;
    font-size: 48px;
    margin-top: 5px;
}
section.banner p.telefone span img {
    width: inherit!important;
    background: #fff;
    display: inline-block;
    padding: 5px 3px;
}
section.banner a {
    color: #fff;
    border: 2px solid #fff;
    display: table;
    padding: 12px 24px 14px;
    font-size: 22px;
    font-weight: 700;
    margin-top: 30px;
}
section.banner a:hover {
    background-color: #ffffff;
    color: #0a46a2;		
}
section.sub-banner {
    background-color: #0a46a2;
    padding: 35px 0 0;
}
section.sub-banner h3.titulo {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    margin: -5px 0 15px;
    line-height: 35px;    
}
section.sub-banner p.descricao {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    line-height: 30px;    
}
section.sub-banner .migalha {
    background-color: #1160d8;
    margin-top: 30px;
    padding: 10px 0;
}
section.sub-banner .migalha p {
    color: #fff;
    font-weight: 600;
}
section.sub-banner .migalha p a {
    color: #fff;  
}

section.sub-banner .migalha p span {
    font-weight: 400;
}
section.banner .owl-carousel .owl-dots {
    max-width: 1110px;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;    
}
section.banner .owl-carousel .owl-dot {
    width: 30px;
    height: 10px;
    background-color: #fff;
    display: inline-block;
    margin-right: 3px;
}
section.banner .owl-carousel .owl-dot.active {
    background-color: #1160d8;
}
section.banner .bloco {
    padding: 75px 0 200px;    
}


/* =================================== Seção > Empresa =================================== */
section.empresa {
    padding: 50px 0 40px;
}
section.empresa .conteudo {
	
}
section.empresa .conteudo h1.titulo, section.empresa .conteudo h3.titulo {
    font-size: 36px;
    color: #0a46a2;
    font-weight: 400;
    margin: -5px 0 10px;
    line-height: 35px;	
    text-transform: uppercase;    
    display: inline-block;    
}
section.empresa span {
    font-size: 36px;
    font-weight: 700;
    margin-left: 10px;
    color: #0a46a2;    
    text-transform: uppercase;
}
section.empresa .conteudo p.descricao {
    font-size: 24px;
    color: #1160d8;
    font-weight: 400;
    line-height: 30px;
    width: 75%;
    margin-bottom: 50px;
}
section.empresa .conteudo p.subtitulo {
    font-size: 24px;
    color: #0a46a2;
    font-weight: 300;
    text-transform: uppercase;	
    margin-bottom: 20px;
    line-height: 30px;
}
section.empresa .conteudo p.subtitulo strong {
    font-size: 36px;
    text-transform: none;
    margin-bottom: 15px;
    display: block;
    color: #0a46a2;
}
section.empresa .conteudo img {
    float: left;
    margin-right: 15px;
    position: relative;
    top: -2px;
}
section.empresa .conteudo p {
	margin-bottom: 10px;
}
section.empresa figure {
    margin-bottom: 20px;	
}
section.empresa figure > img {
	float: left;
	margin-right: 20px;
    border-radius: 0 20px 0 0;  
    border: 1px solid #0a46a2;   
    max-width: 165px;       
}
section.empresa figure figcaption h3.titulo {
	font-size: 18px;
	font-weight: 600;
	color: #0a46a2;
	margin: 0 0 3px;
	position: relative;
	top: -3px;
}
section.empresa figure figcaption p {
	line-height: 18px;
}
section.empresa figure figcaption a {
    background: #0a46a2;
    color: #fff;
    border: 0;
    border-radius: 0 10px 0 0;
    font-size: 13px;
    padding: 4px 15px 6px 40px;
    font-weight: 600;
    display: table;
    margin: 15px 0 0 auto;    
    position: relative;
    overflow: hidden;    
}
section.empresa figure figcaption a:hover {
    color: #fff;
    background: #0a46a2;
}
section.empresa figure figcaption a img {
    position: absolute;
    left: 0;
    z-index: 1;
    background: #1160d8;
    padding: 6px;
    top: -1px;
}



/* =================================== Seção > Serviços =================================== */
section.produto {
    padding: 40px 0;
    background-image: url(../img/hildacamelo/lavagem-de-estofados-informacoes.jpg);
    background-size: cover;
}
section.produto img {
    max-width: 100%;
}
section.produto h2 {
    font-size: 36px;
    display: block;
    color: #0a46a2;    
}
section.produto h4 {
    font-size: 24px;
    color: #1160d8;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 25px;    
}
section.produto p {
    margin-bottom: 10px;
}
section.produto a {
    color: #fff;
    background: #0a46a2;
    display: table;
    padding: 12px 24px 12px 75px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    border-radius: 0 15px 0 0; 
    position: relative; 
    margin-top: 30px; 
}
section.produto a:hover {
    background-color: #ca342a;
}
section.produto a img {
    width: initial;
    background-color: #1160d8;
    padding: 11px 12px 14px;
    position: absolute;
    left: 0;
    top: 0;    
}



/* =================================== Seção > Serviços =================================== */
section.servicos {
	background-color: #0a46a2;	
    background-image: url(../img/hildacamelo/lavagem-de-estofados-fundo.jpg);
    background-size: cover;
}
section.servicos h2 {
    color: #fff;    
    font-size: 24px;
    font-weight: 300;
    width: 70%;
    margin-bottom: 30px;  
    line-height: 30px;       
}
section.servicos h2 strong {
    font-size: 36px;
    display: block; 
    margin-bottom: 10px;  
}
section.servicos figure figcaption h3.titulo {
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0 10px;
    color: #fff;
    min-height: 48px;    
}
section.servicos figure figcaption p {
	line-height: 20px;
	color: #e8edf0;
}
section.servicos .items a {
    color: #0a46a2;
    background: #fff;
    display: table;
    padding: 12px 24px 12px 65px;
    font-size: 22px;
    width: 91%;
    font-weight: 700;
    margin: -75px auto 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 0 15px 0 0;    
}
section.servicos .items a:hover {
    background-color: #ca342a;
    color: #fff;		
}
section.servicos .items a img {
    width: initial;
    background-color: #1160d8;
    padding: 11px 12px 14px;
    position: absolute;
    left: 0;
    top: 0;
}
section.servicos .owl-carousel {
    width: 1110px;
    margin: 0 auto;
}
section.servicos .owl-carousel .owl-dots {
    margin: 52px 0 0;
    text-align: center;
}
section.servicos .owl-carousel .owl-dots .owl-dot {
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 2px solid #fff;
    display: inline-block;
    margin: 0 3px;
}
section.servicos .owl-carousel .owl-dots .owl-dot.active {
    background-color: #fff;
}
section.servicos figure {
    background-image: url(../img/hildacamelo/lavagem-de-estofados-servicos.png);
    background-repeat: no-repeat;
    background-position: bottom;    
}
section.servicos figure img {
    border-radius: 0 20px 0 0;
    border: 1px solid #0a46a2;    
}
section.servicos figure figcaption {
    padding: 0 15px 100px;
}
section.servicos .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
}
section.servicos .owl-nav div {
    display: inline-block;
    width: 40px;
    height: 35px;
    text-align: center;
    font-size: 28px;
    font-family: monospace;    
    line-height: 32px;
}
section.servicos .owl-nav div:first-child {
    background-color: #0a46a2;
    color: #fff;
}
section.servicos .owl-nav div:last-child {
    background-color: #fff;
    color: #0a46a2;
    border-radius: 0 10px 0 0;
    margin-left: 3px;
}


/* =================================== Seção > Região =================================== */
section.regiao h2 {
    color: #1160d8;
    font-size: 24px;
    font-weight: 400;
    width: 70%;
    margin-bottom: 30px;     
    line-height: 30px;    
}
section.regiao h2 strong {
    font-size: 36px;
    display: block;   
    color: #0a46a2;  
    margin-bottom: 10px;  
}
section.regiao h2.titulo {
    font-size: 36px;
    color: #0a46a2;
    font-weight: 600;
    margin: -5px 0 20px;
    line-height: 35px;
    text-align: center;    
}
section.regiao p.descricao {
    font-size: 24px;
    color: #0a46a2;
    font-weight: 400;
    line-height: 30px;
    margin: 0 auto 40px;
    width: 75%;
    text-align: center;
}
section.regiao #tabs > ul {
    display: inline-flex;
    border-radius: 0 20px 0 0;
    overflow: hidden;    
}
section.regiao #tabs > ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    background-color: #1160d8;
    margin-right: 1px;
}

section.regiao #tabs h3{
    position: absolute;
    z-index: 0;
    font-size: 36px;
    text-align: center;
    left: 0;
    right: 0;
    opacity: 0.1;
    color: #fff;
}
section.regiao #tabs > ul li[aria-expanded="true"] a, section.regiao #tabs > ul li a:hover {
    background-color: #0a46a2;
}
section.regiao #tabs > ul li a {
    color: #fff;
    display: block;
    padding: 10px 15px 12px;
}
section.regiao #tabs > div {
    background-color: #0a46a2;
    padding: 22px 30px;
    border-radius: 0 30px 0 0;
}
section.regiao #tabs > div ul li {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
    width: 33%;
    position: relative;
    z-index: 2;
}
section.regiao #tabs > div ul li a {
    color: #fff;
}
section.regiao #tabs > div ul li a:hover {
    text-decoration: underline;
}
section.regiao #tabs > ul li:last-child {
    border-radius: 0 15px 0 0;
}


/* =================================== Seção > Informações =================================== */
section.informacoes {
    background-image: url(../img/hildacamelo/lavagem-de-estofados-informacoes.jpg);
    background-size: cover;
}
section.informacoes h3.titulo {
    font-size: 36px;
    color: #0a46a2;
    font-weight: 700;
    margin: 25px 0 10px;
    line-height: 35px;
}
section.informacoes p.descricao {
    color: #1160d8;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;  
    margin-bottom: 20px;
}
section.informacoes ul {
	margin-bottom: 25px;
}
section.informacoes ul li {
    font-size: 16px;
    font-weight: 600;
    color: #666;    
    margin-bottom: 15px;
}
section.informacoes ul li:nth-child(1) img {
    float: left;
    margin: 5px 10px 15px 0;
}
section.informacoes ul li:nth-child(2) img {
    margin-right: 7px;
}
section.informacoes ul li:nth-child(3) img {
    float: left;
    margin: 5px 10px 15px 0;    
}
section.informacoes span {
    display: block;
    position: relative;
    left: -3px;
}
section.informacoes span img:hover {
    border: 1px solid #0a46a2;
}
section.informacoes span img {
	margin-right: 10px;
    border: 1px solid #fff;
    padding: 3px;
}
section.informacoes form {
    background-color: #0a46a2;
    padding: 30px 15px;
    border-radius: 0 30px 0 0;
}
section.informacoes form input, section.informacoes form textarea, section.informacoes form input, section.informacoes form button {
	font-family: 'Open Sans', sans-serif;
}
section.informacoes form input, section.informacoes form textarea {
    width: 100%;
    border: 0;
    padding: 10px 13px;
    margin-bottom: 20px;
}
section.informacoes form textarea {
	height: 80px;
}
section.informacoes form label {
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	display: block;
	margin-bottom: 2px;
}
section.informacoes form button {
    background-color: #fff;
    color: #0a46a2;
    border: 0;
    width: 100%;
    padding: 12px 12px 12px 65px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
section.informacoes form button:hover {
    background-color: #ca342a;
    color: #fff;	
}
section.informacoes form button img {
    background-color: #1160d8;
    padding: 9px 12px 12px;
    position: absolute;
    left: 0;
    top: 0;    
}
section.informacoes form .resultado sup {
	color: #fff
}


/* =================================== Seção > Informações =================================== */
section.tags {
    position: relative;
}
section.tags h2 {
    color: #1160d8;
    font-size: 24px;
    font-weight: 400;
    width: 70%;
    margin-bottom: 30px;     
    line-height: 30px;    
}
section.tags h2 strong {
    font-size: 36px;
    display: block;   
    color: #0a46a2;  
    margin-bottom: 10px;  
}
section.tags .nuvem {
	background-color: #1160d8;
	padding: 20px 30px;
    border-radius: 0 30px 0 0;    
}
section.tags .nuvem a {
    color: #fff;
    font-size: 13px;
    margin: 2px 0;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 2px 6px;
}
section.tags .nuvem a:hover {
    background: #fff;
    color: #0a46a2;    
}



/* =================================== Rodapé =================================== */
iframe {
	width: 100%;
	height: 350px;
	margin-bottom: -5px;
}
footer {
	background-color: #0a46a2;
    padding-top: 30px;	
}
footer h3.titulo {
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px;
}
footer p.descricao {
	color: #fff;
	font-size: 13px;
}
footer ul {
	text-align: right;
	margin-top: 20px;
}

footer ul li {
	display: inline-block;
	color: #0a46a2;
	transition: 0.3s;
}
footer ul li a {
	display: block;
	padding: 6px 18px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
footer ul li.ativo, footer ul li:hover {
	background-color: #1160d8;
	color: #fff;	
}
footer ul li.ativo a, footer ul li:hover a {
	color: #fff;
}
footer .creditos {
    background: #1160d8;
    padding: 10px 0;	
    margin-top: 30px;    
}
footer .creditos p {
    color: #fff;	
    font-size: 13px;
    margin-top: 5px;
}
footer .creditos p a {
    color: #fff;
}
footer .creditos span {
    text-align: right;
    margin-bottom: -5px;
    display: block;
}




section.conteudo.informacoes {
    padding: 50px 0;
}
section.conteudo.informacoes iframe {
    margin-bottom: 40px;
    height: 300px;
}

section.pagina-servicos h1.titulo {
    font-size: 36px;
    color: #0a46a2;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 30px;
    font-weight: 700;
}
section.pagina-servicos p.descricao {
    font-size: 24px;
    color: #0a46a2;
    font-weight: 400;
    line-height: 30px;
    margin: 0 auto 40px;
    width: 75%;
    text-align: center;
}
section.pagina-servicos p.subtitulo {
    font-size: 24px;
    color: #0a46a2;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 30px;
}
section.pagina-servicos p.subtitulo strong {
    font-size: 36px;
    text-transform: none;
    margin-bottom: 15px;
    display: block;
}
section.pagina-servicos p {
    margin-bottom: 10px;
}
section.pagina-servicos img {
    float: left;
    margin-right: 12px;
    position: relative;
    top: -2px;
}
section.pagina-servicos figure figcaption h3.titulo {
    font-size: 18px;
    font-weight: 600;
    color: #0a46a2;
    margin: 0 0 3px;
    position: relative;
    top: -3px;
    text-align: left;
}
section.pagina-servicos p:last-child {
    margin-bottom: 0;
}
section.pagina-servicos ul {
    margin-bottom: 30px;
}
section.pagina-servicos ul li {
    margin-bottom: 10px;
}
section.pagina-servicos ul li strong {
    color: #0a46a2;    
}
section.pagina-servicos blockquote {
    background: #fafafa;
    padding: 40px 40px 40px 100px;
    margin-bottom: 35px;
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
    position: relative;   
}
section.pagina-servicos blockquote:before {
    content: '"';
    position: absolute;
    font-size: 100px;
    left: 15px;
}
section.pagina-servicos blockquote span {
    font-size: 12px;
    font-style: normal;
    display: block;
    margin-top: 10px;
    color: #9a9a9a;    
}
section.pagina-servicos blockquote span:before {
    content: '';
    width: 25px;
    height: 1px;
    background-color: #9a9a9a;
    display: inline-block;
    position: relative;
    top: -4px;
    margin-right: 8px;
}
section.pagina-servicos .coluna-6 img {
    max-width: 100%;
    position: inherit;
    float: right;
    margin: 0;
}
section.pagina-servicos .coluna-12:last-child img {
    margin-bottom: 30px;
    width: 100%;
}


section.mais {
    background-color: #0a46a2;
    background-image: url(../img/hildacamelo/lavagem-de-estofados-fundo.jpg);
    background-size: cover;    
    text-align: center;
}
section.mais h2 {
    font-size: 36px;
    color: #0a46a2;
    background: #fff;
    display: table;
    margin: 0 auto 15px;
    padding: 10px 50px;
}
section.mais p {
    color: #fff;
    font-size: 28px;
    font-weight: 100;
    margin: 0 auto -10px;
    line-height: 38px;
    max-width: 700px;
}



.chamada {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);  
    text-align: center;
    opacity: 0;
    transition: 0.5s;
    z-index: -1;
}
.chamada.aparecer {
    opacity: 1;
    z-index: 999;    
}
.chamada.aparecer .bloco {
    top: 200px;
}
.chamada .bloco {
    position: relative;
    top: -400px;
    max-width: 900px;
    transition: 0.5s;
    transition-delay: 0.3s;     
}
.chamada h3 {
    font-size: 28px;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;  
    margin-bottom: 10px;    
}
.chamada span {
    display: table;
    background: #0a46a2;
    margin: 0 auto 30px;
    padding: 5px 10px;
    color: #232323;
    font-size: 28px;
    font-style: italic;
    text-transform: uppercase;  
    font-weight: 800;
}
.chamada p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}
.chamada p strong {
    font-weight: 800;
    display: block;
    font-size: 67px;
    line-height: 60px;
}
.chamada a {
    display: table;
    margin: 0 auto 10px;
    background: #0a46a2;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    vertical-align: middle;
    position: relative;
    padding: 20px 20px 20px 60px;
    font-size: 18px;
    border-left: 8px solid #8f231b;   
}
.chamada a:hover {
    background-color: #8f231b;
    border-color: #0a46a2;
}
.chamada a img {
    position: absolute;
    top: 10px;
    left: 15px;    
}
.chamada sub {
    color: #fff;
    font-size: 16px;
}
.chamada i {
    position: absolute;
    right: 32px;
    top: -45px;
    width: 38px;
    height: 37px;
    transition: 0.3s;
    cursor: pointer;
}
.chamada i:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 40px;
    background-color: #fff;
    transform: rotate(45deg);
}
.chamada i:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 40px;
    background-color: #fff;
    transform: rotate(-45deg);
}    
.chamada i:hover {
    transform: scale(0.8);
}
.flutuante {
    position: fixed;
    right: 0;
    top: 100px;    
    z-index: 998;
}
.flutuante .telefone, .flutuante .formulario, .flutuante form {
    width: 372px;
}
.flutuante .telefone {
    display: table;
    margin: 0 auto 5px;
    background: #0a46a2;
    padding: 20px 15px 20px 65px;
    border-left: 8px solid #8f231b;   
    position: relative;
    right: -300px;    
    transition: 0.3s;    
}
.flutuante .telefone.aparecer {
    right: 0;
}
.flutuante .telefone p {
    font-weight: 800;
    color: #fff;
    font-size: 32px;
    text-align: center;
}
.flutuante .telefone img {
    position: absolute;
    top: 13px;
    left: 10px;
    transition: 0.3s;
    cursor: pointer;
    transition: 0.3s;
}
.flutuante .telefone img:hover {
    transform: scale(0.8);    
}
.flutuante .formulario {
    display: table;
    margin: 0 auto;
    background: #0a46a2;
    padding: 20px 15px 20px 65px;
    border-left: 8px solid #8f231b;   
    position: relative;
    right: -300px;    
    transition: 0.3s;    
}
.flutuante .formulario.aparecer {
    right: 0px;
}
.flutuante .formulario p {
    font-weight: 800;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
.flutuante .formulario img {
    position: absolute;
    top: 13px;
    left: 10px;
    transition: 0.3s;
    cursor: pointer;
    transition: 0.3s;
}
.flutuante .formulario img:hover {
    transform: scale(0.8);    
}
.flutuante form {
    background-color: #0a46a2;    
    padding: 0 20px 20px;   
    font-size: 0;
    position: relative;
    right: -372px;
    transition: 0.3s;
}
.flutuante form.aparecer {
    right: 0;
}
.flutuante form label {
    display: block;
    color: #fff;
    font-size: 15px;
    margin-bottom: 2px;
}
.flutuante form input[type=text] {
    margin-bottom: 8px;
    padding: 13px;
    border: 0;
    width: 100%;
}
.flutuante form input[name=empresa] {
    margin-bottom:  12px;
}
.flutuante form input[type=checkbox] {
    display: inline-block;
    width: 50%;
}
.flutuante form input[type=checkbox]:before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 22px;
    height: 22px;
}
.flutuante form input[type=checkbox] {
    margin-right: 7px;
    position: relative;
    width: 23px;
    height: 23px;    
}
.flutuante form span {
    font-size: 13px;
    color: #fff;
    line-height: 0;
    position: relative;
    top: -8px;
}
.flutuante form div {
    width: 50%;
    display: inline-block;
    margin-bottom: 2px;
}
.flutuante label[for="mensagem"] {
    margin-top: 4px;
}
.flutuante form textarea {
    font-family: 'Open Sans', sans-serif;
    padding: 13px;
    border: 0;
    width: 100%;
    margin-bottom: 12px;
    height: 100px;
}
.flutuante form sub {
    font-size: 10px;
    color: #fff;
}
.flutuante button {
    font-family: 'Open Sans', sans-serif;
    background-color: #8f231b;
    border: 0;
    padding: 13px;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    display: block; 
    margin-bottom: 5px; 
    cursor: pointer;  
}
.flutuante form .resultado {
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
}


.megamenu {
    position: absolute;
    z-index: 101;
    left: 0;
    right: 0;
}
.megamenu .box {
    background-color: #004bbc;
    padding: 30px;
    display: none; 
}
.megamenu .box h2 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}
.megamenu .box ul {
    column-count: 3;
    column-rule: 1px dashed #3699dc;
    column-gap: 40px;  
}
.megamenu .box ul li {
    border-bottom: dashed 1px #3699dc;
    padding-bottom: 3px;
    margin-bottom: 8px;
}
.megamenu .box ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    display: block;    
}
.megamenu .box ul li a:before {
    content: '>';
    width: 20px;
    height: 20px;
    background-color: #0a46a2;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-family: cursive;
    font-size: 20px;
    line-height: 16px;
    margin-right: 7px;
    position: relative;
    top: 1px;
}
.megamenu .box ul li a:hover:before {
    background-color: #fff;
    color: #004bbc;    
}


section.falar {
    padding: 15px 0;
    background-color: #0a46a2;
}
section.falar p {
    font-size: 28px;
    color: #fff;
    line-height: 32px;
    margin-bottom: 10px;
    padding-top: 6px;    
}
section.falar a {
    background-color: #00bd49;
    color: #fff;
    display: block;
    padding: 5px;
    font-size: 28px;
    font-weight: 600;
    margin-left: 70px;
    margin-top: 13px;
    text-align: center;
    height: 50px;    
    border-radius: 50px;
}
section.falar img {
    float: left;
    margin-top: 10px;
}
section.falar span {
    display: block;
    float: left;
    height: 150px;
    background-color: #1160d8;  
    padding: 15px;      
    margin-right: 30px;
    position: relative;
}
section.falar span:after {
    content: '';
    position: absolute;
    border-top: 20px solid transparent;
    border-left: 20px solid #1160d8;
    border-bottom: 20px solid transparent;
    right: -18px;
    top: 55px;
}
section.falar span sup {
    float: left;
    font-size: 40px;
    color: #fff;
    margin: -3px 0 0 15px;
    line-height: 44px;
}
section.falar span sup strong {
    display: block;
}
section.falar span sub {
    display: block;
    font-size: 30px;
    clear: both;
    font-weight: 600;
    color: #fff;    
}
section.falar form input, section.falar form button {
    height: 50px;
    border: 0;
    font-size: 18px;
    padding: 0 8px;
}
section.falar form input#ddd {
    width: 60px;
    text-align: center;
}
section.falar form input#tel {
    width: 165px;
    margin: 0 -5px;
    border-left: 1px solid #cecece;  
}
section.falar form input::placeholder {
    color: #adadad;
}
section.falar form button {
    width: 120px;
    background-color: #1160d8;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    position: relative;
    top: 3px;   
    border-radius: 0 20px 0 0;   
    cursor: pointer;  
}


section.galeria {
    padding-top: 0;    
}
section.galeria ul li {
    background-size: cover;
    background-position: center;
    display: inline-block;
    width: 23.6%;
    height: 200px;
    margin-right: 20px; 
    border-radius: 0 50px 0 0;       
    overflow: hidden;
    position: relative;
}
section.galeria ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1160d8;
    opacity: 0;
    transition: 0.3s;
}
section.galeria ul li:hover:before {
    opacity: 0.8;
} 
section.galeria ul li:nth-child(1), section.galeria ul li:nth-child(2) {
    width: 50%;
    height: 375px;
    margin-right: 0;
    margin-bottom: 20px;
}
section.galeria ul li:nth-child(1) {
    border-radius: 0;
}
section.galeria ul li:nth-child(2) {
    border-radius: 0 100px 0 0;
}
section.galeria ul li:last-child {
    margin-right: 0;
}
section.galeria p.subtitulo {
    font-size: 36px;
    color: #0a46a2;
    font-weight: 700;   
    margin-bottom: 30px;      
}
section.galeria p.subtitulo strong {
    font-size: 24px;
    color: #1160d8;
    font-weight: 400;   
    display: block;
    margin-top: 15px;
}
section.galeria ul li a {
    display: block;
    height: 100%;  
    position: relative;  
    padding-top: 25%;
}
section.galeria ul li a img {
    margin: 0 auto;
    display: block;    
    width: 35px;
    transition: 0.3s;
    transform: scale(0);
}
section.galeria ul li:hover a img {
    transform: scale(1);
}
section.galeria ul li:nth-child(1) a img, section.galeria ul li:nth-child(2) a img {
    width: inherit;
}
section.galeria ul li span, section.galeria ul li strong {
    display: block;
    position: absolute;
    color: #fff;     
    left: 40px;   
    right: 40px;
    transition: 0.3s;    
}
section.galeria ul li strong {
    bottom: -80px;
    font-size: 32px;
    font-weight: 600;
    transition-delay: 0.3s;
}
section.galeria ul li span {
    bottom: -40px;
    font-size: 22px;
    transition-delay: 0.2s;    
}
section.galeria ul li:hover strong {
    bottom: 60px;
    transition-delay: 0.1s;
}
section.galeria ul li:hover span {
    bottom: 30px;
}
section.galeria ul li:nth-child(3) strong, section.galeria ul li:nth-child(4) strong, 
section.galeria ul li:nth-child(5) strong, section.galeria ul li:nth-child(6) strong {
    font-size: 18px;
    left: 25px;
}
section.galeria ul li:nth-child(3):hover strong, section.galeria ul li:nth-child(4):hover strong, 
section.galeria ul li:nth-child(5):hover strong, section.galeria ul li:nth-child(6):hover strong {
    bottom: 40px;
}
section.galeria ul li:nth-child(3) span, section.galeria ul li:nth-child(4) span, 
section.galeria ul li:nth-child(5) span, section.galeria ul li:nth-child(6) span {
    font-size: 14px;
    left: 25px;
}
section.galeria ul li:nth-child(3):hover span, section.galeria ul li:nth-child(4):hover span, 
section.galeria ul li:nth-child(5):hover span, section.galeria ul li:nth-child(6):hover span {
    bottom: 20px;
}