/*
Theme Name: MIAU
Author: NascerWeb | Christiano Amaral
Author URI: http://nascer.net/
Description: Template desenvolvido exclusivamente para a MIAU.
Version: 1.0
*/
/*-------------------------------------------------------
RESET
-------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
	box-sizing: border-box;
}
* {
	outline: none;
}
a{
	outline: none !important;
}
button{
	outline: none;
}
button::-moz-focus-inner {
	border: 0;
}
textarea,
input.text,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	cursor: inherit;
	line-height: inherit;
	outline: none;
}
/*-------------------------------------------------------
GERAIS
-------------------------------------------------------*/
html{
	height:100%;
}
body {
	background-color: #F8F7F3;
    color: #000;    
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;	
    font-weight: 400;
    font-style: normal;	
	overflow-x: hidden;
	min-height: 100%;	
}
h1, h2, h3, h4, h5, h6 {
    color: #000;    
    font-family: "Playfair", serif;
    font-weight: 600;
    font-style: normal;
    font-optical-sizing: auto;    
    font-variation-settings:
        "wdth" 87.5;	
    letter-spacing: -0.02em;
	line-height: 1em;	

}
h1 {
	font-size: 70px;
    margin-bottom: 30px;	
}  
h2{	
	font-size: 38px;       
    margin-bottom: 30px;
}
h3{	
	font-size: 28px;	
    line-height: 1.2em;
}
h4{
	font-size: 16px;	
}
h5{
	font-size: 16px;	
}
h6{
	font-size: 16px;
}
a{	
    color: #212121;
	text-decoration:none;
	transition: all 200ms ease-in;	
}
a * {
    transition: all 200ms ease-in;	
}
strong{
	font-weight: 600;	
	}
em{
	font-style: italic;
}
p {
	line-height: 1.5em;
	margin-bottom: 1em;
}
p:last-child{
	margin-bottom: 0 !important;
}
.clearfix{
	clear:both;
}
.clearbox::after{
	content: "";
	display: table;
	clear:both;
}
img{
	display: block;
	height: auto;
}
.site {
	width: 100%;
	height: auto;		
	position: relative;		
    z-index: 2;       
}
section{	
	width: 100%;
	height: auto;
	position: relative;		
}
.inner{	
	width: 1660px;
    max-width: 100%;
	height: auto;  
    padding: 60px 50px;	
	margin: 0 auto;
    position: relative;   
}
.btn-padrao{
    background-color: #66435a;
    width: max-content;
    height: 50px;
    padding: 0 40px;
    display: block;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
    text-transform: uppercase;
}
.btn-padrao.branco{
    background-color: #FFF;
    color: #66435a;
}
#ps2id-dummy-offset{
    height: 79px;
}
/*-------------------------------------------------------
HEADER
-------------------------------------------------------*/
header{
	background-color: #66435a;
	width: 100%;
	height: auto;    
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;   
}
.header-inner {
	width: 1660px;
    max-width: 100%;
	padding: 15px 50px;
	position: relative;
	margin: 0 auto;
	transition: all 300ms ease-in;
}
.logo {
	width: auto;  
	height: 100px;  
	position: relative;
	float: left;	
    transition: all 300ms ease-in;
}
/* NAVEGAÇÃO */
.navegacao {
	width: max-content;
	float: right;
	margin-top: 21px;
    transition: all 300ms ease-in;
}
.menu-header{
    width: max-content;     
    float: left; 
    margin: 0;  
}
.menu-header ul{
    font-size: 0;
    position: relative;
}
.menu-header ul li{    
    position: relative;  
    margin: 0 0 0 15px;
    display: inline-block;
    vertical-align: top;
}
.menu-header ul li:first-child{
    margin: 0;
}
.menu-header ul li a {
	height: 30px;
    padding: 0 2px;
	display: block;
	position: relative;
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 30px;
}
.social-menu{   
    font-size: 0;  
    float: left;  
    margin: 0 0 0 10px;
}
.social-icone,
.email {
    height: 30px;
    padding: 0 2px;
    color: #FFF;
    font-size: 24px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 0 0 18px;
}
.social-icone i,
.email i{
    vertical-align: middle;
}
.social-icone span,
.email span{
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}
.menu-header ul li a::after,
.social-menu a.social-icone::after,
a.email::after{
    content: "";
    background-color: #000;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 300ms ease-out;
}
.menu-header ul li a:hover::after,
.social-menu a.social-icone:hover::after,
a.email:hover::after{
    width: 100%;
    height: 12px;
}
/* SHRINK MENU */
header.shrink{
    box-shadow: 1px 1px 6px 2px rgba(0,0,0,0.5);
}
header.shrink .header-inner{	
    padding: 10px 50px;
}
header.shrink .logo {	
	height: 60px;	
}
header.shrink .navegacao {
	margin-top: 13px;
}
/* BOTÃO MENU */
.btn-menu{  
    display: none;
}
/*-------------------------------------------------------
FOOTER
-------------------------------------------------------*/
footer {
	background-color: #F8F7F3;	
	position: relative;
    z-index: 4;
}
footer .inner{
    padding: 60px 50px 20px;   
}
.logo-footer{   
    width: 70px;
	height: auto;  
    margin: 0 auto 30px;   
}
.social-footer{   
    width: max-content;
    font-size: 0;     
    margin: 0 auto 10px;   
}
.social-footer .social-icone{  
    color: #000;  
}
footer .email {
	color: #000;
	margin: 0 auto;
	width: max-content;
	display: block;
}
.social-footer a.social-icone::after,
footer .email::after{
    content: "";
    background-color: #66435a;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all 300ms ease-out;
}
.social-footer a.social-icone:hover::after,
footer .email:hover::after{
    width: 100%;
    height: 12px;
}
.direitos{
    width: 100%;
    padding: 40px 0 0;
    color: #000;
    font-size: 12px;
    text-align: center;
    clear: both;
}
.direitos a{
    color: #000;
}
.direitos a:hover{
    color: #66435a;
}
/*-------------------------------------------------------
HOME
-------------------------------------------------------*/
.banner{
    background-color: #66435a;
}
.banner .inner{
    height: 100vh;
    padding: 0 50px;       
}
.banner-txt {
	width: 620px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
    margin-top: 65px;
}
.banner-txt h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #FFF;
}
.banner-txt p{
    font-size: 24px;
    font-weight: 500;
    color: #FFF;
}
.btn-rola {	
    background: transparent;
	width: 40px;
	height: 40px;    
	display: block;
    color: #FFF;
    font-size: 30px;
    line-height: 40px;
	text-align: center;	
}
.btn-rola:hover{
    background: #FFF;
    color: #66435a;
}
/*-------------------------------------------------------
FAZEMOS
-------------------------------------------------------*/
.fazemos-content{
    background: url(img/fazemos.webp) no-repeat center top #887182;
    background-size: auto 100%;
    width: 100%;   
}
.fazemos-content .inner {
	width: 1170px;
	height: 540px;
	padding: 95px 0 40px;
	display: flex;
    flex-direction: column;
}
.fazemos-content h2{
    width: 100%;
    position: relative;
    display: flex;
    color: #FFF;   
}
.fazemos-content h2 span{
    width: 50%;
}
.fazemos-content h2 span:first-child{
    padding: 0 185px 0 0;
    text-align: right;
    font-style: italic;
}
.fazemos-content h2 span:last-child{
    padding: 0 0 0 200px;
    text-align: left;
}
.fazemos-txt {
	width: 50%;
    color: #FFF;
    font-size: 17px;
    text-align: justify;
	margin: auto 0 0 auto;
}
.lista-fazemos{
    width: max-content;
    font-size: 0;
    margin: 0 auto;
}
.item-fazemos{
    background-color: #66435a;
    width: 33.3vw;
    height: 33.3vw;
    position: relative;
    /* float: left; */
    display: inline-block;
}
.item-fazemos *{
    transition: all 200ms ease-in;
}
.item-fazemos-txt {
	padding: 0 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.item-fazemos-txt h3 {
	width: max-content;	
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;	 
    text-shadow: 1px 1px 5px rgba(0,0,0,1);
}
.item-fazemos-txt p{ 
    height: 0;   
    overflow: hidden;
    color: #FFF;  
    font-size: 14px;
    text-align: center;    
    visibility: hidden;
    opacity: 0;   
}
.fazemos-img{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: calc( 100vw / 3 );
    height: calc( 100vw / 3 );
    display: block;
    position: relative;
    opacity: 0.7;  
    z-index: 0;
}
.item-fazemos:hover .item-fazemos-txt h3{ 
    margin: 0 auto 20px; 
   text-shadow: 1px 1px 5px rgba(0,0,0,0);
}
.item-fazemos:hover .item-fazemos-txt p{
    height: auto;
    visibility: visible;
    opacity: 1;  
}
.item-fazemos:hover .fazemos-img{
    opacity: 0.1;
}
/*-------------------------------------------------------
FEEDBACKS
-------------------------------------------------------*/
.feedbacks .inner{
	width: 1170px;
	padding: 60px 0 90px;
}
.feedbacks h2 {
	color: #66435a;
	text-align: center;
}
/*EMENDAS OWL*/
.owl-dots {
	width: 100%;
	font-size: 0;
	text-align: center;
	position: absolute;
	bottom: -36px;	
	z-index: 2;	
}
.owl-dot{	
	background-color: #d9d0d6 !important;  
	border: none;	
	width: 12px;
	height: 12px;
	margin: 0 6px;
	position: relative;
	cursor: pointer;     
	transition: all 200ms ease-in-out;
}
.owl-dot:hover,
.owl-dot.active{
	background: #66435a !important;	
}
.owl-nav {
	width: calc( 100% + 100px );
	height: 52px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	left: -50px;
	z-index: 1;
	transform: translateY(-50%);
	pointer-events: none;
}
.owl-prev,
.owl-next {   
    background-color: transparent !important;   
	width: 52px;	
	height: 52px;	
    padding: 0;
    display: block;	  
    position: relative;  
    pointer-events: all;  
}
.owl-prev span,
.owl-next span {
    font-size: 0;	
	border: 4px solid #d9d0d6;
    border-top: none;
    border-right: none;
    width: 38px;
	height: 38px;
	display: block !important;
	position: absolute;
    top: 34px;
	left: 7px;	
	transform-origin: center center;
	transform: rotate(45deg) translate(-50%,-50%);	
    transition: all 200ms ease-in-out;
}
.owl-next span{
    top: -19px;
    transform: rotate(-135deg) translate(-50%,-50%);
}
.owl-prev:hover span,
.owl-next:hover span{
    border-color: #66435a !important;  
}
/*-------------------------------------------------------
PARA QUEM
-------------------------------------------------------*/
.paraquem{
    background-color: #d9d0d6;
}
.paraquem-txt{
    width: 930px;
    text-align: center;
    margin: 0 auto 40px;
}
.paraquem-txt h2{
    color: #66435a;
}
.paraquem-txt p{
    padding-bottom: 1em;
    font-size: 18px;
    font-weight: 500px;
    position: relative;
}
.paraquem-txt p:last-child{
    padding-bottom: 0;
}
.paraquem-txt p::after{
    content: "";
    background-color: #66435a;
    width: 30px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}
.paraquem-txt p:last-child:after{
    content: none;
}
.paraquem .btn-padrao{
    margin: 0 auto;
}
/*-------------------------------------------------------
SERVIÇOS
-------------------------------------------------------*/
.servicos .inner{
    width: 100%;
    padding: 60px 15px 0;
}
.servicos h2{
    color: #66435a;
    text-align: center;
}
/* .item-servico {
	background-color: #66435a;
	width: calc( 50% - 30px );
	position: relative;
	float: left;
	margin: 0 15px 30px;
} */
.item-servico {
	background-color: #66435a;
	width: 1000px;
    max-width: 100%;
    height: auto;
    display: flex;   
	position: relative;
	margin: 0 auto 30px;	
}
.item-servico-img{      
    width: 50%;
    height: auto;   
}
.item-servico-video{
    width: 280px;
    display: block;   
}
.item-servico-video video{
    width: 100%;
    display: block;
}
.item-servico-txt {
	padding: 30px;
	position: relative;
	color: #FFF;
	display: flex;
	flex-direction: column;
}
.item-servico-img + .item-servico-txt {
    width: 50%;      
}
.item-servico-video + .item-servico-txt {
    width: calc( 100% - 280px );      
}
.item-servico-txt::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 20px 0;
	border-color: transparent #66435a transparent transparent;	
	position: absolute;
	top: 30px;
	left: -19px;
}
.item-servico-txt h3{
    color: #FFF;  
    text-transform: uppercase;   
    margin-bottom: 20px;
}
.item-servico ul{
    list-style: disc outside;
    padding-left: 20px;
    margin-bottom: 1rem;
}
.item-servico ul li{
    line-height: 1.5em;
}
.item-servico a{
	color: #FFF;
	font-weight: 600;
	text-decoration: underline;
}
.item-servico .btn-padrao.branco{
	text-decoration: none;
    margin: auto 0 0;
}
/*-------------------------------------------------------
SOBRE
-------------------------------------------------------*/
.sobre.sobre-d{
    display: block;
}
.sobre.sobre-m{
    display: none;
}
.sobre{
    background: #66435a;    
}
.sobre .inner {
	display: flex;
	align-items: center;
}
.sobre-txt{
    width: 50%;
	padding: 0 60px 0 0;
}
.sobre-txt h2{
    color: #FFF;
}
.sobre-txt p{
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
}
.sobre-img{
    width: 50%;  
}
/*-------------------------------------------------------
portfolio
-------------------------------------------------------*/
.portfolio{
    background-color: #d9d0d6;
}
.portfolio .inner{
    padding: 60px 50px;
}
.portfolio-img{
    width: 100%;
    margin-bottom: 30px;
}
.portfolio-img-m{
    display: none;
}
.portfolio-txt {	
	font-size: 24px;
    font-weight: 500;
    color: #66435a;
}
.btn-padrao:hover{
    background-color: #000;
    color: #FFF;
}
/*-------------------------------------------------------
CLIENTES
-------------------------------------------------------*/
.clientes{
    background-color: #66435a;
}
.clientes .inner{
    padding: 60px 50px;
}
.clientes h2 {
	background: url(img/icone-seta.svg) no-repeat center bottom;
    background-size: 28px auto;
    padding-bottom: 80px;	
	color: #FFF;
	font-style: italic;	
	text-align: center;
}	
.clientes-logos{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 10px;
}
.clientes-logos img {
	width: calc( 16.5% - 10px );
	max-width: 240px;
}
/*----------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------
RESPONSIVO
------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width : 768px) {
/*-------------------------------------------------------
GERAIS
-------------------------------------------------------*/
body {	
    font-size: 16px;	   
}
h1 {
	font-size: 50px;
    margin-bottom: 25px;	
}  
h2 {
	font-size: 34px;
	margin-bottom: 20px;
}
h3{	
	font-size: 22px;	
    line-height: 1.2em;
}
h4{
	font-size: 16px;	
}
h5{
	font-size: 16px;	
}
h6{
	font-size: 16px;
}
.inner {
	width: 100vw;
	max-width: 100vw;
	padding: 30px 20px;
}
.btn-padrao{
    background-color: #66435a;
    width: max-content;
    height: 50px;
    padding: 0 40px;
    display: block;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
    text-transform: uppercase;
}
.btn-padrao.branco{
    background-color: #FFF;
    color: #66435a;
}
#ps2id-dummy-offset{
    height: 69px;
}
/*-------------------------------------------------------
HEADER
-------------------------------------------------------*/
.header-inner {
	width: 100vw;
    max-width: 100vw;
	padding: 10px 20px;
}
.logo {	
	height: 70px;  	
}
/* NAVEGAÇÃO */
.navegacao {
    background-color: #66435a;
	width: 100vw;
    height: 100vh;
    padding: 90px 20px 20px;
	float: none;
	margin-top: 0;
    position: absolute;   
    top: 0;
    left: 100vw;
}
.menu-header{
    width: 100%;     
    float: none; 
    margin: 0 0 30px;  
}
.menu-header ul li{    
    position: relative;  
    margin: 0 0 20px;
    display: block;   
}
.menu-header ul li:first-child{
    margin: 0 0 20px;
}
.menu-header ul li a {	
    padding: 0;
	font-size: 20px;		
}
.social-menu{      
    float: none;  
    margin: 0
}
.social-icone,
.email {   
    margin: 0 18px 0 0;
}
.social-icone:last-child{
    margin: 0;
}
/* SHRINK MENU */
header.shrink{
    box-shadow: 1px 1px 6px 2px rgba(0,0,0,0.5);
}
header.shrink .header-inner{	
    padding: 10px 20px;
}
header.shrink .logo {	
	height: 50px;  
}
header.shrink .navegacao {
	margin-top: 0;
}
/* BOTÃO MENU */
.btn-menu {
	background: none;
	border: none;
	width: 36px;
	height: 36px;
	padding: 5px;
	display: block;
	position: absolute;
	top: 17px;
	right: 20px;
    cursor: pointer;
}
.bar{
    background-color: #FFF;
    width: 26px;
    height: 2px;
    display: block;
    position: absolute;
    left: 5px;
    transition: all 200ms ease-in;
}
.bar.bar-1{
    top: 5px;
}
.bar.bar-2{
    top: 17px;
}
.bar.bar-3{
    top: 29px;
}
/*-------------------------------------------------------
FOOTER
-------------------------------------------------------*/
footer .inner {
	padding: 40px 20px 20px;
}
.logo-footer{   
    width: 50px;	
    margin: 0 auto 20px;   
}
.direitos{    
    padding: 30px 0 0;
}
/*-------------------------------------------------------
HOME
-------------------------------------------------------*/
.banner .inner {
	padding: 0 20px;
}
.banner-txt {
	width: calc( 100% - 40px );
    margin-top: 45px;
}
.banner-txt p{
    font-size: 20px;   
}
/*-------------------------------------------------------
FAZEMOS
-------------------------------------------------------*/
.fazemos-content .inner {
	width: 100vw;
	height: auto;
	padding: 90px 20px 40px;
}
.fazemos-content h2 {
	display: flex;
	margin-bottom: 100px;
	flex-direction: column;
    gap: 20px 0;
}
.fazemos-content h2 span{
    width: 100%;
}
.fazemos-content h2 span:first-child{
    padding: 0;
    text-align: center;   
}
.fazemos-content h2 span:last-child{
    padding: 0;
    text-align: center;
}
.fazemos-txt {
	width: 100%;   
    text-align: center;
	margin: 0;
}
.lista-fazemos{
    width: 100vw;    
}
.item-fazemos{   
    width: 100vw;
    height: 110vw;   
    display: block;
}
.fazemos-img{   
    width: 100vw;
    height: 110vw;
    opacity: 0.7;  
    z-index: 0;
}
.item-fazemos:hover .item-fazemos-txt h3 {
	margin: 0 auto 10px;	
}
/*-------------------------------------------------------
FEEDBACKS
-------------------------------------------------------*/
/*-------------------------------------------------------
FEEDBACKS
-------------------------------------------------------*/
.feedbacks .inner{
	width: 100%; 
	padding: 30px 20px 60px;
}
/*-------------------------------------------------------
PARA QUEM
-------------------------------------------------------*/
.paraquem-txt{
    width: 100%;  
    margin: 0 auto 20px;
}
.paraquem-txt p{   
    font-size: 16px;  
}
/*-------------------------------------------------------
SERVIÇOS
-------------------------------------------------------*/
.servicos .inner{
    width: 100vw;
    padding: 30px 20px 0;
}
.item-servico {	
	width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 10px;
    flex-direction: column;
	margin: 0 0 20px;	
}
.item-servico-img{    
    width: calc( 100vw - 40px );
    height: calc( 100vw - 40px );   
}
.item-servico-video {
	width: 100%;	
}
.item-servico-txt {
    width: 100%;      
	padding: 20px;  
    float: none;	
}
.item-servico-img + .item-servico-txt {
	width: 100%;
}
.item-servico-video + .item-servico-txt {
	width: 100%; 
}
.item-servico-txt::before {
	border-width: 0 20px 20px 20px;
	border-color: transparent transparent #66435a transparent;
	top: -19px;
	left: 20px;
}
.item-servico .btn-padrao.branco {	
	margin: 30px 0 0;
}
/*-------------------------------------------------------
SOBRE
-------------------------------------------------------*/
.sobre .inner{
    height: auto;
    padding: 30px 20px;
	flex-direction: column;
}
.sobre-txt{
    width: 100%;   
    padding: 0 0 30px;
}
.sobre-txt p{   
    font-size: 16px;   
}
.sobre-img{
    width: 100%;  
}	
/*-------------------------------------------------------
PORFÓLIO
-------------------------------------------------------*/
.portfolio .inner{
    padding: 40px 20px;
}
.portfolio-img{   
    margin-bottom: 20px;
}
.portfolio-img-d{
    display: none;
}
.portfolio-img-m{
    display: block;
}
.portfolio-txt {	
    text-align: center;
	font-size: 20px;   
}
.portfolio .btn-padrao{
    margin: 0 auto;
}
.btn-padrao:hover{
    background-color: #000;
    color: #FFF;
}
/*-------------------------------------------------------
CLIENTES
-------------------------------------------------------*/
.clientes .inner{
    padding: 40px 20px;
}
.clientes h2 {
	background-size: 20px auto;
    padding-bottom: 55px;
}	
.clientes-logos {	
	width: calc( 100vw - 20px );
	position: relative;
	left: -10px;
}
.clientes-logos img {
	width: calc( 33.3% - 10px );
	max-width: 240px;
}
}
/*----------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------
FIM DO RESPONSIVO
------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/    