@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600;800&display=swap');

/* =================================== Base =================================== */
body {font-family: 'Montserrat', sans-serif; font-size: 18px; color: #e3e2e2; overflow-x: hidden;}
a,button, input, textarea {-webkit-transition: .3s;-o-transition: .3s;transition: .3s; outline: 0; color: inherit;}
a:hover {text-decoration: none; color: inherit;}
a:focus, button:focus, input:focus, textarea:focus {outline: 0; text-decoration: none;}
ol {list-style-type: none;}
ul {-webkit-padding-start:0; -moz-padding-start:0; margin: 0; font-size: 0;}
ul li {list-style-type: none; font-size: initial;}
address {font-style: normal; margin: 0;}
section {padding: 75px 0;}
* {margin: 0; padding: 0;}
img {max-width: 100%; height: auto;}
.owl-carousel .owl-item img {display: initial; width: initial; max-width: 100%;}



header {
	position: absolute;
	width: 100%;
	top: 80px;	
	z-index: 10;
}
header #menu {
	position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
	background-image: url(../img/icone-menu.png);
	width: 29px;
	height: 20px;    
}
/*header .menu:before {
    content: 'Menu';
    position: absolute;
    left: -60px;
    top: -3px;
    color: #bdbcbc;
}*/
header span {
	position: absolute;
    right: 0;
    top: 25px;	
}
header span a {
	display: block;
	margin-top: 25px;
}
header [class^=col] > a img {
	margin-top: -25px;
}
header ul.menu {
    position: fixed;
    left: 0;
    top: 0;
    padding: 50px;
    height: 100%;
    background-color: #242425;
    background-image: url(../img/bg-contato.png);
	background-position: center;    
    box-shadow: 20px 20px 90px -30px #000;
    width: 275px;	
    z-index: 1;
    left: -300px;
    transition: 0.3s;
}
header ul.menu.abrir {
	left: 0;
}
header ul.menu li {
	margin-bottom: 25px;
}
header ul.menu li a {
    font-size: 32px;
    font-weight: 800;	
}
header ul.menu li a:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #e3e2e2;
    position: relative;
    top: -5px;
    left: -15px;
}
header ul.submenu {
    position: fixed;
    left: -300px;
    top: 0;
    padding: 50px;
    height: 100%;
    background-color: #242425;
    background-image: url(../img/bg-sobre.png);
    box-shadow: 20px 20px 90px -30px #000;
    width: 275px;
    transition: 0.4s;
}
header ul.submenu.abrir {
	left: 275px;
}
header ul.submenu li {
	margin-bottom: 20px;
}
header ul.submenu li a {
	font-size: 18px;
	position: relative;
}
header ul.submenu li a:before {
	content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #e3e2e2;
    position: absolute;
    top: 8px;
    left: -20px;
}
section.banner {
	background-image: url(../img/bg-banner.png);
	background-size: cover;
	background-position: center;
	padding: 75px 0 0;
}
section.banner img {
	float: right;
}
section.banner h1 {
	margin: 215px 0 40px;
	font-size: 60px;
	font-weight: 800;
	line-height: 58px;	
}
section.banner p {
	margin-bottom: 40px;
}
section.banner a {
	background: linear-gradient(90deg, rgba(233,232,232,1) 0%, rgba(137,136,136,1) 100%);
	display: table;
	color: #3a383b;
	text-align: center;
    font-weight: 600;
    padding: 10px 30px;
}



section.sub-banner {
	background-image: url(../img/bg-banner.png);
	background-size: cover;
	background-position: top;
    padding: 135px 0 60px;
}
section.sub-banner h2 {
    font-size: 75px;
    font-weight: 800;
    line-height: 75px;
}
section.sub-banner p {
	
}
section.migalha {
    background: linear-gradient(90deg, rgba(139,139,139,1) 0%, rgba(231,230,230,1) 100%);
    padding: 40px 0 50px;
    position: relative;
}
section.migalha:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 0;
    background: linear-gradient(90deg, rgba(182,182,182,1) 0%, rgba(136,136,136,1) 100%);
}
section.migalha h2 {
	font-size: 48px;
	font-weight: 800;
	line-height: 40px;
	color: #3a383b;
	margin: 0;
}

section.dados {
	background: linear-gradient(90deg, rgba(139,139,139,1) 0%, rgba(231,230,230,1) 100%);
	padding: 50px 0;
	position: relative;
}
section.dados:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 0;
	background: linear-gradient(90deg, rgba(182,182,182,1) 0%, rgba(136,136,136,1) 100%);
}
section.dados ul {
	column-count: 4;
}
section.dados ul li img {
	float: left;
	margin-right: 20px;
}
section.dados ul li p {
	font-size: 16px;
	color: #3a383b;
	font-weight: 600;
	margin: 0;
}
section.dados ul li p strong {
	display: block;
	font-size: 48px;
	font-weight: 800;
	line-height: 40px;
}



section.servicos {
	background-color: #242425;
	position: relative;
	overflow: hidden;
}
section.servicos:before {
    content: '';
    position: absolute;
    left: -73em;
    top: -50em;
    width: 97em;
    height: 97em;
    background: linear-gradient(130deg, rgb(40 40 41) 50%, rgb(44 43 44) 100%);
    transform: rotate(40deg);
    z-index: 1;
}
section.servicos h2 {
	font-weight: 800;
	text-align: center;
	font-size: 68px;
	position: relative;
	z-index: 1;
}
section.servicos h2:before {
	content: 'Nossos Serviços';
    color: #343234;
    text-shadow: -1px 0 #e3e2e2, 0 1px #e3e2e2, 1px 0 #e3e2e2, 0 -1px #e3e2e2;
    position: absolute;
    top: -40px;
    z-index: -1;
    height: 60px;
    overflow: hidden;
    opacity: 0.4;
}
section.servicos h3 {
	text-align: center;
	font-size: 18px;
	margin: 0 0 60px;
    position: relative;
    z-index: 1;
}
section.servicos .item {
	height: 500px;
	position: relative;
	overflow: hidden;
	background: linear-gradient(328deg, rgba(0,0,0,1) 0%, rgba(83,83,83,1) 100%);
}
section.servicos .item .img {
	background-size: cover;
	background-position: center top;
	height: 100%;
	width: 100%;
	transition: 0.3s;
	filter: grayscale(1);
	opacity: 0.5;
}
section.servicos .item:hover .img, section.servicos .center .item .img {
    transform: scale(1.08) rotate(-2deg);	
    filter: grayscale(0);
}
section.servicos .item blockquote {
	position: absolute;
    bottom: 40px;
    margin: 0;
    width: 100%;
    border-left: 20px solid #e3e2e2;
    padding-left: 10px;
    line-height: 15px;
    padding-bottom: 5px;
}
section.servicos .item blockquote h4 {
	font-size: 36px;
    line-height: 34px;	
	font-weight: 800;
	margin: 0;
}
section.servicos .item blockquote p {
	margin: 0;
	font-size: 13px;
	margin-left: 2px;
}
section.servicos .owl-carousel {
	position: relative;
}
section.servicos .owl-carousel:before {
	background-image: url(../img/servicos-bg-01.png);
	left: -125px;
}
section.servicos .owl-carousel:after {
	background-image: url(../img/servicos-bg-02.png);	
	right: -125px;
}
section.servicos .owl-carousel:before, section.servicos .owl-carousel:after {
	content: '';
	width: 250px;
	height: 350px;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 75px;
	z-index: -1;
}
section.servicos .owl-carousel .owl-nav {
	text-align: center;
}
section.servicos .owl-carousel .owl-nav button {
    font-size: 48px;
    color: #e3e2e2;
    margin: 0 10px;
    font-weight: 600;
    background: #3d3d3e;
    line-height: 35px;
    padding: 2px 20px 8px!important;
    display: inline-block;
    margin-top: 20px;
}
section.servicos .owl-carousel .owl-nav button:hover {
	background-color: #292929;
}



section.sobre {
	background-color: #242425;
	background-image: url(../img/bg-sobre.png);
	position: relative;	
    padding: 250px 0 200px;
    margin-top: -250px;
    background-size: cover;
    overflow: hidden;
}
section.sobre:before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 238px;
	background-image: url(../img/divisor-sobre.png);
	z-index: 1;
    background-position: center;    
}
section.sobre:after {
	content: '';
	position: absolute;
	width: 836px;
	height: 894px;
	background-image: url(../img/sobre.png);
    right: 10em;
    bottom: 0;	
}
section.sobre h2 {
	font-weight: 800;
	font-size: 68px;
	position: relative;
	z-index: 1;
}
section.sobre h2:before {
	content: 'Sobre a Volpi';
    color: #343234;
    text-shadow: -1px 0 #e3e2e2, 0 1px #e3e2e2, 1px 0 #e3e2e2, 0 -1px #e3e2e2;
    position: absolute;
    top: -40px;
    z-index: -1;
    height: 60px;
    overflow: hidden;
    opacity: 0.4;
}
section.sobre h3 {
	font-size: 36px;
	font-weight: 800;
    margin: 30px 0 20px;
}
section.sobre h3 img {
	position: relative;
	top: -2px;
}
section.sobre a {
	background: linear-gradient(90deg, rgba(233,232,232,1) 0%, rgba(137,136,136,1) 100%);
	display: table;
	color: #3a383b;
	text-align: center;
    font-weight: 600;
    padding: 10px 30px;
    margin-top: 40px;
	position: relative;
    z-index: 1;	
}



section.contato {
	background-color: #2c2b2c;
	background-image: url(../img/bg-contato.png);
	background-size: cover;
	background-position: 0 -10em;	
	padding-bottom: 0;
}
section.contato form {
    background: linear-gradient(180deg, rgba(34,34,35,1) 0%, rgba(59,59,59,1) 100%);
    width: 50%;
    padding: 90px 40px 60px;
    box-shadow: 20px 20px 90px -30px #000;    
    float: left;
    position: relative;
}
section.contato form h2 {
	font-weight: 800;
	font-size: 62px;
	position: relative;
	z-index: 1;
	text-align: center;
	margin:  0 0 15px;
}
section.contato form h2:before {
	content: 'Fale Conosco';
    color: #343234;
    text-shadow: -1px 0 #e3e2e2, 0 1px #e3e2e2, 1px 0 #e3e2e2, 0 -1px #e3e2e2;
    position: absolute;
    top: -38px;
    z-index: -1;
    height: 58px;
    overflow: hidden;
    opacity: 0.4;
}
section.contato form p {
	text-align: center;
	font-size: 16px;
	margin: 0 0 30px;
}
section.contato form input, section.contato form textarea {
    background: no-repeat;
    border: none;
    width: 100%;
    border-bottom: 1px solid #e3e2e2;
    padding: 8px;
    margin: 0 0 30px;
}
section.contato form input#telefone {
	margin-right: 3%;
}
section.contato form input#telefone, section.contato form input#email {
	width: 48%;
}
section.contato form textarea {
	height: 120px;
}
section.contato form ::placeholder {
	color: #e3e2e2;
    font-weight: 400;
    opacity: 0.6;
}
section.contato form button {
    background: linear-gradient(90deg, rgba(233,232,232,1) 0%, rgba(137,136,136,1) 100%);
    display: table;
    color: #3a383b;
    text-align: center;
    font-weight: 600;
    padding: 11px 30px 9px;
    margin-top: 40px;
    border: 0;
    width: 100%;
    margin: 0 0 25px;
}
section.contato form p:last-child {
	margin: 0;
}
section.contato .img {
	float: left;
	width: 50%;
	height: 550px;
	background-image: url(../img/mapa.png);
	background-size: cover;
	margin-top: 100px;
}
section.contato ul {
    clear: both;
    padding-top: 70px;
}
section.contato ul li {
    width: 20%;
    display: inline-block;
    padding: 0 10px 15px;
}
section.contato ul li img {
	margin: 0 auto;
	display: block;
	opacity: 0.3;
}



footer {
    background-color: #2c2b2c;
    padding-top: 65px;
}
footer a img {
	margin-bottom: 30px;
}
footer h6 {
	font-size: 42px;
	font-weight: 800;
}
footer ul li {
	font-size: 32px;
	font-weight: 800;
    margin-bottom: -8px;	
}
footer ul li:last-child {
	font-size: 22px;
	font-weight: 600;
}
footer ul li img {
	position: relative;
    top: -3px;
    margin-right: 10px;
}
.creditos {
    background-color: #282828;
    background: linear-gradient(0deg, rgba(34,34,35,1) 0%, rgb(44 43 44) 100%);	
    padding: 35px 0 25px;
}
.creditos p {
	text-align: center;
}


section.conteudo {
    background-color: #242425;	
    padding: 105px 0 75px;
}
section.conteudo h2 {
	font-weight: 800;
	font-size: 68px;
	position: relative;
	z-index: 1;
    margin-bottom: 20px;
	line-height: 66px;	
}
section.conteudo h2:before {
	content: attr(titulo);
    color: #242425;
    text-shadow: -1px 0 #e3e2e2, 0 1px #e3e2e2, 1px 0 #e3e2e2, 0 -1px #e3e2e2;
    position: absolute;
    top: -40px;
    z-index: -1;
    height: 60px;
    overflow: hidden;
    opacity: 0.4;
}
section.conteudo h3 {
    font-size: 28px;
    font-weight: 800;
    margin: 10px 0 20px;
}



section.pagina-contato form {
    float: left;
    width: 50%;
    padding-right: 5%;	
}
section.pagina-contato form input, section.pagina-contato form textarea {
    background: no-repeat;
    border: none;
    width: 100%;
    border-bottom: 1px solid #e3e2e2;
    padding: 8px;
    margin: 0 0 30px;
}
section.pagina-contato form textarea {
    height: 120px;
}
section.pagina-contato form button {
    background: linear-gradient(90deg, rgba(233,232,232,1) 0%, rgba(137,136,136,1) 100%);
    display: table;
    color: #3a383b;
    text-align: center;
    font-weight: 600;
    padding: 11px 30px 9px;
    margin-top: 40px;
    border: 0;
    width: 100%;
    margin: 0 0 25px;
}
section.pagina-contato form ::placeholder {
	color: #e3e2e2;
    font-weight: 400;
    opacity: 0.6;
}
section.pagina-contato .img {
    float: left;
    width: 50%;
    height: 385px;
    background-image: url(../img/mapa.png);
    background-size: cover;
    background-position: center;    
    margin-top: 42px;
}



section.pagina-clientes ul {
    clear: both;
    padding-top: 70px;
}
section.pagina-clientes ul li {
    width: 20%;
    display: inline-block;
    padding: 0 10px 15px;
}
section.pagina-clientes ul li img {
    margin: 0 auto;
    display: block;
    opacity: 0.3;
}



section.pagina-empresa {

}
section.pagina-empresa ul {
    margin: 0 0 20px 18px;
}
section.pagina-empresa ul li {
    list-style-type: disc;
}
section.pagina-empresa img {
    float: left;
    margin-right: 20px;
}



section.blog {
    background-color: #2c2b2c;	
    padding-bottom: 0;
}
section.blog h2 {
	font-weight: 800;
	font-size: 62px;
	position: relative;
	z-index: 1;
	text-align: center;
	margin:  0 0 15px;
}
section.blog h2:before {
	content: 'Nossos Artigos';
    color: #343234;
    text-shadow: -1px 0 #e3e2e2, 0 1px #e3e2e2, 1px 0 #e3e2e2, 0 -1px #e3e2e2;
    position: absolute;
    top: -38px;
    z-index: -1;
    height: 58px;
    overflow: hidden;
    opacity: 0.4;
}
section.blog article figure {
	background-size: cover;
	background-position: center;
	width: 100%;
    transition: 0.3s;
    filter: grayscale(0.8);	
}
section.blog article:hover figure {
    transform: scale(1.08) rotate(-2deg);
    filter: grayscale(0);	
}
section.blog .col-md-8 article, section.blog .col-md-8 article figure {
	height: 500px;
}
section.blog .col-md-4 article, section.blog .col-md-4 article figure {
	height: 235px;
}
section.blog .col-md-4 article:first-child {
	margin-bottom: 30px;
}
section.blog article {
	position: relative;
	overflow: hidden;
}
section.blog article h3 {
    background: rgb(0 0 0 / 75%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    border-left: 10px solid #fff;
}
section.blog .col-md-4 article h3 {
	font-size: 18px;
	font-weight: 600;
}
section.blog article time, section.pagina-blog article time {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    background: rgb(0 0 0 / 30%);
    padding: 5px 8px 3px;
    z-index: 1;
}
section.blog article a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
h2.screen-reader-text {
	display: none;
}


section.pagina-blog article {
	position: relative;
	margin-bottom: 50px;
}
section.pagina-blog article h3 {
    font-size: 28px;
    font-weight: 800;
    margin: 10px 0 20px;
    border-left: 10px solid #fff;
    padding-left: 10px;	
}
section.pagina-blog article figure {
    height: 300px;
    width: 100%;	
	background-size: cover;
    background-position: center;	
}
section.pagina-blog article a {
    background: linear-gradient(90deg, rgba(233,232,232,1) 0%, rgba(137,136,136,1) 100%);
    display: table;
    color: #3a383b;
    text-align: center;
    font-weight: 600;
    padding: 10px 30px;
}




.grid {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-gap: 30px;
    padding: 0 15px;
}
section.solucoes > .grid {
	grid-template-columns: 1fr 300px;
}
section.solucoes p {
	margin-bottom: 15px;
	line-height: 26px;
}
section.solucoes ul li {
	margin-bottom: 5px;
}


section.solucoes .fale {
    background: linear-gradient(90deg, rgba(139,139,139,1) 0%, rgba(231,230,230,1) 100%);	
    padding: 25px 0;
    position: relative;
	margin: 30px 0;    
}
section.solucoes .fale .grid {
	grid-template-areas: 'titulo link';
	padding: 0 30px;
}
section.solucoes .fale h3 {
    color: #3a383b;
    font-size: 34px;
    grid-area: titulo;
    margin: 10px 0 0;
}
section.solucoes .fale a {
	grid-area: link;
    color: #3a383b;
    background: none;
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    border: 5px solid #3a383b;
    font-size: 20px;
    height: 100%;
}
section.solucoes .fale a:hover {
	background-color: #3a383b;
    color: #fff;
}
section.solucoes .galeria figure img {
	position: absolute;
	width: 1px;
	height: 1px;
}
section.solucoes .galeria .grid {
	padding: 0;
}
section.solucoes .galeria .grid:last-child {
	grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr;	
}
section.solucoes .galeria h2 {
	margin-bottom: 15px;
}
section.solucoes .galeria h2 span {
	display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;	
}
section.solucoes .galeria .grid > figure, section.solucoes .galeria .grid > figure {
    height: 175px;
    background-size: 100%;
    position: relative;
    background-position: center;
    transition: .3s;
    cursor: pointer;
    margin: 0;
}
section.solucoes .regioes, section.solucoes .visitados {
    border: 1px solid #d1d1d1;
    padding: 30px 30px 25px;
    margin: 30px 0;	
}
section.solucoes .regioes h4, section.solucoes .visitados h4 {
	color: #fff;
    font-weight: 800;
    font-size: 24px;	
    margin: -5px 0 15px;
}
section.solucoes .regioes ul li, section.solucoes .visitados ul li {
	margin-right: 6px;
	margin-bottom: 6px;
    padding: 5px 8px;
    border: 1px solid #d1d1d1;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}
section.solucoes .outros figure {
	position: relative;
    margin: 30px 0;	
}
section.solucoes .outros span {
    position: absolute;
    bottom: 35px;
    left: 0;
    font-size: 24px;
    color: #fff;
    background: rgb(58 56 59 / 90%);
    text-transform: uppercase;
    line-height: 24px;
    transition: .3s;
    font-weight: 700;
    z-index: 1;
    padding-top: 10px;
    width: 100%;
    padding: 20px;
}
section.solucoes .clientes .grid {
	padding: 0;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px;
}
section.solucoes .clientes h2 span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;	
}
section.solucoes aside {
	border-left: 1px solid #d1d1d1;
    padding-left: 30px;	
}
section.solucoes aside h5 {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;	
    margin-bottom: 10px;
}
section.solucoes aside p {
	line-height: 22px;
}
section.solucoes aside ul li strong {
	display: block;
}
section.solucoes aside ul.uteis li {
    border-left: 4px solid #e3e2e2;
    padding-left: 5px;	
}

a#whatsapp {
    position: fixed;
    bottom: 48%;
    right: 30px;
    background: #5bcc78;
    border-radius: 50px;
    padding: 15px;
    animation: zap 2s infinite;
    height: 70px;
    width: 70px;	
}
a#whatsapp img {
    width: 40px;
}
@keyframes zap {
    0% {box-shadow: 0px 0px 0px 0px rgb(91 204 120 / 25%);}
    50% {box-shadow: 0px 0px 0px 15px rgb(91 204 120 / 25%);}
    
}


header ul.menusolucoes {
    left: -100%;
    width: 100%;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;	
}
header ul.menusolucoes.abrir {
	left: 0;
}
header ul.menusolucoes li {
	margin-bottom: 5px;
}
header ul.menusolucoes #menu {
	right: 30px;
	top: 30px;
}