/* ==========================================================================
   GERAL
   ========================================================================== */

* {
    margin:0;
    padding:0;
    vertical-align:baseline;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    list-style:none;
    resize:none;
    border:none;
    text-decoration:none;
	font-size:18px;
    font-family: 'Oswald', sans-serif;
	
 }

hr.clear { clear: both; margin: 0; padding: 0; width: 100%; height: 0px; border: none; }

.container { width: 100%; height: 100%; max-width: 1280px; margin: 0 auto; padding: 5px 10px; position: relative; }
.container:after {content: "" ; display: table; clear: both;}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #525965;
}
::-webkit-scrollbar-thumb:active {
  background: #525965;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

body {
	background-color: #ab3475;
}

.bg-cinza {
	background-color: #f9f9f9;
}

section {
	padding: 2em 0;
	text-align:center;
	scroll-behavior: smooth;
}

ul.lista1 {
    margin: 10px 0;
}

ul.lista1 li h3 {
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
    background-color: #CCC;
    position: relative;
    cursor: pointer;
}

ul.lista1 li h3:after {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding: 0.5em;
    font-size: 16px;
    position: absolute;
    top: 2px; right: 5px;
}

ul.lista1 li h3.fechar:after {
    content: "\f077";
}

ul.lista1 li p {
    display: none;
}

h1 {
    font-size: calc(25px + .5em);
    margin-bottom: .7em;
	font-weight:900;
}

p, ul li, strong, ol li {
    font-size: calc(16px + .1em);
    line-height: calc(22px + .1em);
    margin-bottom: .5em;
    font-weight: 200;
    /*color: #868686;*/
	color: #FFF;
	
}

p {
	font-size: 18px !important;
    line-height: normal !important;
	text-align:justify;
}

strong {
    display: block;
    color: #fff;
    font-family: 'Oswald', sans-serif;
	text-align:left;
}

img {
    display: block;
    width: 100%;
	margin: 0 auto;
}

.imagem-100 {
    display: block;
    width: 100%;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/*================== Owl Carousel ==================*/
.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.7) !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #242424 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff !important;
}


/*================== DIVIDIR BLOCOS ==================*/
.col-space * {
	text-align:center;
}

.col-space a {
	display:block;
}

.col-space > * img {
	margin-bottom: 10px;
}

.col-space > * p {
	color: #212121;
}

@media screen and (max-width : 767px) {
	section { padding: 30px 0; }
	
	.container > .dividir-bloco > .bloco-1-1 > img { margin-bottom:15px; }
	
	.container { padding: 5px 20px; }
	
	.col-space > * {
		margin-bottom: 2.5em;
	}
	
	.col-space > *:last-child {
		margin-bottom: 0;
	}
}

@media screen and (min-width : 768px) {

	.dividir-bloco {
		align-items:start;
		display: flex;
	}
	
	.dividir-bloco > * {
		flex:1;
	} 
	
	.bloco-1-1 { flex: 1; }
	.bloco-2-1 { flex: 2; }
	.bloco-3-1 { flex: 3; }
	.bloco-4-1 { flex: 4; }
	.bloco-5-1 { flex: 5; }
	
	.col-space > * {
		margin-right: 2.5em;
	}
	
	.col-space > *:last-child {
		margin-right: 0;
	}

}

.mini-banner {
	display: none;
	
	margin-top: -150px;
}

@media screen and (min-width : 768px) {

	.mini-banner {
		display: block;
	}

}

h1, h2 {
    font-size: calc(40px + .5vw);
    margin-bottom: .7em;
    text-align: center;
    color: #FFF;
}

h3, h4 {
    font-size: calc(20px + .5em);
    margin-bottom: .7em;
    text-align: left;
    color: #FFF;
}

h2, h3 {
	text-align:left;
    font-size: calc(40px + .5vw);
    line-height: 1.45;
    font-weight: 700;
	text-transform:uppercase;
}

.lista-simples li {
	text-align: left;
	margin-bottom: 5px !important; 
}

.lista-simples li:before {
    content: "•"; /* Insert content that looks like bullets */
    padding-right: 8px;
}

.divider {
    width: 40px;
    height: 2px;
    padding: 0;
    margin: 27px auto 34px;
    background: #17ae3d;
    border: none;
}

ul li:last-child,
ol li:last-child,
p:last-child {
	margin-bottom: 0;
}

u { text-decoration:underline;}

@media screen and (max-width : 767px) {
	section { padding: 30px 0; }
	
	.container > .dividir-bloco > .bloco-1-1 > img { margin-bottom:15px; }


}


/* GERAL | VERSAO DESKTOP
   ========================================================================== */

@media screen and (min-width : 768px) {

	/* body { padding-top:50px; } */

    .dividir-bloco { display: flex; }

	.dividir-bloco > * {
		margin:1em;
		flex:1;
	} 

    .bloco-1-1 { flex: 1; }
    .bloco-2-1 { flex: 2; }
    .bloco-3-1 { flex: 3; }
    .bloco-4-1 { flex: 4; }
    .bloco-5-1 { flex: 5; }
	
	h1 {
		text-align:left;
	}
	
	h1.titulo-2 {
		text-align: center;
		font-weight: 300;
		text-transform:uppercase;
		color: #FFF;
		margin: 1.5em 0;
		font-size: calc(35px + 1em);
		margin-top: -2em;
		text-shadow: 2px 2px 8px rgba(0,0,0,1.00);
	}
	
	h2, h3 {
		text-align:left;
    	line-height: 1.35;
	}

}
/* FIM DE GERAL | VERSÃƒÆ’O DESKTOP
   ========================================================================== */


/* revealOnScroll
   ========================================================================== */
	.revealOnScroll {
    visibility: visible;
    opacity: 0;
    transform: matrix3d(0.8, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	
	.animated {
		opacity: 1;
	}


/* LIGHTBOX
   ========================================================================== */
	.lightbox {
		display: none;
		position: fixed;
		top: 0; bottom: 0;
		left: 0; right: 0;
		width: 100%; height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 105000;
		padding: 50px 10px 10px;

		outline: 0;

		overflow-x: hidden;
		overflow-y: auto;

		-webkit-animation-duration: 0.7s;
		animation-duration: 0.7s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;

		-webkit-animation-name: fadeIn;
		animation-name: fadeIn;
	}

	.lightbox .content {
		margin: 0 auto;
		background-color: #FFFFFF;
		z-index: 1001;
		position: relative;

		width: 100%; 
		max-width: 600px;
		padding: 25px;
		border: 1px solid #999;
		border: 1px solid rgba(0,0,0,0.2);
		border-radius: 6px;
		-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
		box-shadow: 0 3px 9px rgba(0,0,0,0.5);
		background-clip: padding-box;
	}
	
	.lightbox iframe {
		margin: 0 auto;

		z-index: 1001;
		position: absolute;
		left:0; right:0;
		top: 3em;

		width: 100%; 
		max-width: 650px;
	}

	.lightbox .bt-fechar {
		display: inline-block;
		position: absolute;
		float: right;
		color: #ccc;
		margin-top: 10px;
		margin-right: 10px;
		width: 25px;
		height: 25px;
		top: 0; right: 0;
	}

	.lightbox .bt-fechar:before {
		content: "\f00d";
		font-family: FontAwesome;
		font-weight: normal;
		text-decoration: inherit;

		font-size: 25px;
		position: absolute;
		top: 0; right: 0;
		height: 25px;
		color: #ccc;
		transition: all .3s ease-in-out;
	}

	.lightbox .bt-fechar:hover:before {
		color: #aaa;
	}


/* ==========================================================================
	TOPO
   ========================================================================== */

header {
	height: 60px;
}

header .container {
	padding: 0 10px;
	display: block;
    border-bottom: 1px solid rgba(255,255,255,.2);
	background-color: transparent;
    width: 100%;
    position: fixed;
    top: 0; left:0; right:0;
    z-index: 3;
	height: 60px;
	max-width: none;	
}

@media screen and (min-width : 1024px) {

    header {
		height: 61px;
		border-bottom: 1px solid rgba(255,255,255,.2);
		position: relative;
		z-index: 20;
	}

	header .container {
		position: absolute;
		height: 60px;
		border: none;
		width: 100%;
		max-width: 1280px;
	}
	

}


/* ==========================================================================
	MENU
   ========================================================================== */
nav {
	display: inline-block;
	float: right;
}

.topo-social > * {
	display:none;
	/* width: 50px; */
	height: 50px;
	text-decoration: none;
	color: #FFF;
	padding: 0.3em;
	padding-top: 0.2em;
	font-size: 30px;
}

.topo-social > .whatsapp-icon {
	display: inline-block;

	float: right;
}

.topo-social > .whatsapp-icon b {
	display: none;
}


#short-logo {
    display: inline-block;
    margin: 0 auto;
    max-width: 90px;
    padding: 7px 0 3px;
    position: absolute;
    left: calc(10px + 0.3em);
}

nav label.show-menu {
	display: inline-block;
	width: 50px; height: 50px;
    text-decoration: none;
    color: #FFF;

    font-size: 30px;
    position: relative;
}

nav label.show-menu:before {
    content: "\f0c9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding: 0.55em;
	padding-top: 0.7em;
    font-size: 25px;
    position: absolute;
    top: 0; left: 0;
	bottom: 0; right: 0;
}

nav input[type=checkbox] {
    display: none;
}

nav input[type=checkbox]:checked ~ .menu {
    display: block;
}

nav input[type=checkbox]:checked ~ label.show-menu:before {
    content: "\f00d";
}

nav ul.menu  {
    list-style-type:none;
    z-index: 100;
    margin:0;
    padding:0;
    color: #FFF;
}

nav ul.menu > li.filters {
    background:#FFF;
    position: relative;
	margin-bottom:0;
}


.filters li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}


nav ul.menu a {
    display:block;
	width:100%;
    height: 50px;
    text-align: right;
    line-height: 50px;
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    padding: 0 7px;
	padding-right: 25px;
    color: #999;
	border-bottom: 1px solid #efefef;
	text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition:all 0.3s ease;
}

nav ul.menu li.active > a,
nav ul.menu li.ligado > a,
nav ul.menu li > a:hover {
    color: #b9d146;
}

nav ul.menu li {
	margin:0; }

nav ul.menu li ul li > a:hover {
    background: #888;
    color:#FFF;
}

/*-- SUBMENU --*/
    nav ul.menu ul a {
        color: #fff;
        background-color: #444;
    }

    nav li.filters ul {
        color: #FFF;
        -webkit-animation-duration: 0.7s;
        animation-duration: 0.7s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;

        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }

    @-webkit-keyframes fadeIn {
      from {
        opacity: 0;
      }

      to {
        opacity: 1;
      }
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
      }

      to {
        opacity: 1;
      }
    }

    .fadeIn {
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
    }

	nav li.filters ul {
		white-space: nowrap;
		display: none;
		z-index: 100;
		min-width: 100%;
	}

    nav li.submenu ul {
        display: block;
    }


ul.lista1 {
    margin: 10px 0;
}

ul.lista1 li h3 {
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
    background-color: #CCC;
    position: relative;
    cursor: pointer;
}

ul.lista1 li h3:after {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding: 0.5em;
    font-size: 16px;
    position: absolute;
    top: 2px; right: 5px;
}

ul.lista1 li h3.fechar:after {
    content: "\f077";
}

ul.lista1 li p {
    display: none;
}

header .container.fixar-menu {
	background-color:#FFF;
}

header .container.fixar-menu nav label.show-menu,
header .container.fixar-menu .topo-social > * {
    color: #000;
}

@media screen and (min-width : 1024px) {

    nav {
		position: absolute;
		right: 0;
		bottom: 0px;
		width: auto;
		text-align: center;
		height: 60px;
		z-index: 4;
	}

    nav ul.menu {
		position: relative;
		display: inline-block;
	}

    nav ul.menu > li.filters {
        position: relative;
        display: inline-block;
		background-color: transparent;
    }
	
	nav ul.menu > li.filters:hover li a {
		color:  #FFF;
		background-color: #FFF;
	}
	
	nav ul.menu > li.filters li:hover a {
		color:  #FFF;
		background-color: #FFF;
	}

    nav ul.menu > li.filters:last-child {
        margin-right: 0;
    }

    nav ul.menu li a {
        text-align: center;
    }
	
	nav ul.menu li li a {
        text-align: left;
		text-shadow: none;
    }

    nav ul.menu a {
		padding: 0 15px;
		border-bottom: none;
		color: #FFF;
		text-transform: uppercase;
		font-weight: 400;
    }

    nav li.filters ul {
        background-color: #FFF;
    }

	nav ul.menu li.active > a,
	nav ul.menu li.ligado > a,
	nav ul.menu li > a:hover {
		background-color: rgba(255,255,255,.2);	
	}

	nav label.show-menu {
		display: none;
	}

	nav li.filters ul {
		position: absolute;
		top: 50px; left: 0;
	}	


    nav ul.menu > li > a:first-child:nth-last-child(2) {
        padding-right: 28px;
        cursor: pointer;
     }

    nav ul.menu > li > a:first-child:nth-last-child(2):after {
        content: "\f078";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        padding-right: 0.5em;
        font-size: 14px;
        position: absolute;
        top: 0; right: 0px;
    }

	.no-touch li.filters:hover ul {
		display: block;
		box-shadow: 0px 2px 10px rgba(0,0,0,.5);
	}
	
	#short-logo {
		left: 15px;
		right:auto;
	}
	
	.topo-social {
		display: none;
	}
	
	header .container.fixar-menu {
		position: fixed;
		height:60px;
	}
	
	header .container.fixar-menu:before {
		content:'';
		display:block;
		position:fixed;
		top:0; left:0; right: 0;
		height:61px;
		background-color: #FFF;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	}
	
	header .container.fixar-menu #logo {
		display: none !important;
	}
	
	header .container.fixar-menu #short-logo {
		display: inline-block !important;
		right: initial;
		left:10px;
	}
	
	header .container.fixar-menu .topo-social > .whatsapp-icon b {
		display: none;
	}
	
	header .container.fixar-menu .topo-social,
	header .container.fixar-menu nav {
		bottom: 0;
	}
	
	header .container.fixar-menu .topo-social {
		right: 0;
		left: initial;
	}

	header .container.fixar-menu nav ul.menu > li.filters a {
		color:  #000;
	}
	
	header .container.fixar-menu nav ul.menu > li.filters a:hover {
		color: #b9d146;
	}


}

@media screen and (min-width : 1200px) {


    nav ul.menu li a {
        height: 60px;
        line-height: 60px;
        font-size: 20px;
    }

    nav li.filters ul {
        top: 55px;
    }
	
	

} 

@media screen and (max-width : 1023px) {
	nav {
		display: none;
	}
	
    /*-- MENU --*/
    nav li.submenu > a {
        background-color: #999;
        color: #FFF;
    }

    nav ul.menu > li.filters.submenu > a:first-child:nth-last-child(2):after {
        content: "\f077";
    }

    nav ul.menu {
        display: none;
		
		position: fixed;
		overflow-y: scroll;
		top: 10px; bottom: 0;
		right: 0;
		background-color: #FFF;
		max-width: none;
		margin-top: 50px;
		
		width: 100%;
		padding: 0;
		color: #3c3c3b;
		background: #FFF;
		font-size: 14px;
		line-height: 20px;
		overflow: auto;

		-webkit-box-shadow: -2px 4px 5px 2px rgba(0,0,0,0.13);
		-moz-box-shadow: -2px 4px 5px 2px rgba(0,0,0,0.13);
		box-shadow: -2px 4px 5px 2px rgba(0,0,0,0.13);

		-moz-transition: 0.3s ease;
		-o-transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
		-moz-transition: 0.3s cubic-bezier(0.55,0,0.1,1);
		-o-transition: 0.3s cubic-bezier(0.55,0,0.1,1);
		-webkit-transition: 0.3s cubic-bezier(0.55,0,0.1,1);
		transition: 0.3s cubic-bezier(0.55,0,0.1,1);
    }

    nav li {
        width: 100%;
    }

    nav ul, nav ul a {
        width: 100%;
    }

    nav ul.menu > li > a {
        color: #3c3c3b;
    }

    nav ul.menu > li:last-child {
        background-color: #f2f2f2;
    }

}


/* ==========================================================================
	APRESENTACAO
   ========================================================================== */
.apresentacao {
    margin-top: -60px;
    /* background-image: url(../imagens/home/onda-apre-2.svg), url(../imagens/home/onda-apre-1.svg); */
    background-size: 450%, 450%;
    background-position: bottom right, bottom right;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.apresentacao div:first-child {
    margin-top: 20px;
}

.apresentacao h1 {
    text-align: left;
    font-weight: 300;
    color: #FFF;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
}

.apresentacao p {
    color: #FFF;
}

.botao {
	display: inline-block;
	border-radius: 23px;
	font-weight:500;
	text-transform: uppercase;
	color: #000;
	padding: 10px 15px;
	background-color: #b9d146;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

@media screen and (min-width : 1024px) {
	
	.botao:hover {
		background-color: #c9e446;
	}
	
	.apresentacao {
		background-size: calc(56.2% + 5vw), calc(100% + 5vw);
		background-position: bottom right, bottom right;
		padding: 60px 0 0;
		background-attachment: inherit;
		
	}
	
	.apresentacao .dividir-bloco {
		align-items:center;

	}
	
	.apresentacao .dividir-bloco div:first-child img {
		width: calc(200% + 2vw);
		margin-left: -90%;
		margin-bottom: -30%;
		position: relative;
		z-index: 10;

	}
	
	.apresentacao .dividir-bloco div:nth-child(2) {
		padding-left: 6em;
		text-align: left;
		
	}
	
	.apresentacao h1 {
		font-size: 50px;
		line-height: 67px;
	}
	
	.apresentacao p {
		text-align: left;
		font-size: 25px !important;
	}
	
	.botao {
		padding: 10px 25px;
	}
	
}


/* ==========================================================================
	SERVICOS
   ========================================================================== */
.servicos {
	background-color: #128191;
    /* background-image: url(../imagens/home/bg-serv-1.svg); */
    background-size: 230%;
    background-position: 80% top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.servicos li {
	text-align: left;
	margin-bottom: 25px;
}

.servicos img {
	display: inline-block;
	width: 50%;
	max-width: 80px;
	margin-bottom: 5px;
}

.servicos strong {
	font-weight:600;
	color: #fff;
    font-size: 25px;
    line-height: 32px;
	margin-bottom: 5px;
}

.servicos p {
	text-align:left;
}


@media screen and (max-width : 1023px) {

	.servicos ul.dividir-bloco {
		text-align: center;
	}
	
	.servicos ul.dividir-bloco > li {
		max-width: 80%;
    	margin: 25px auto;
	
	}

}

@media screen and (min-width : 1024px) {

	.servicos {
		background-color: #128191;
		/* background-image: url(../imagens/home/onda-serv-2.svg), url(../imagens/home/bg-serv-1.svg); */
		background-size: 70%, 130%;
		background-position: top left -30%, center;
		background-repeat: no-repeat;
		background-attachment: inherit;
		padding-top: 5em;
	}
	
	h2, h3 {
		font-size: calc(80px + .5vw);
		line-height: calc(80px + .5vw);
		margin-bottom: .1em;
	}


}


/* ==========================================================================
	QUEM SOMOS
   ========================================================================== */
.quem-somos {
	background-color: #e9693d;
	/* background-image: url(../imagens/home/bg-quem-somos.svg); */
	background-size: 400%;
	background-position: center calc(100% + 50vw);
	background-repeat: no-repeat;
}

.quem-somos .dividir-bloco > div:nth-child(2) {
	overflow: hidden;
	/* background-image: url(../imagens/home/zll-2-bg.svg); */
	background-size: 100%;
	background-position: center 110%;
	background-repeat: no-repeat;
}

.quem-somos .dividir-bloco > div:nth-child(2) > div {
	clip-path: ellipse(55% 40.1% at 51% 35%);
	width: 82%;
	margin: -10% auto 0;
	position: relative;
}

.quem-somos .dividir-bloco > div:nth-child(2) > div:after {
	content:"";
	display: block;
	width: 110%;
	height: 80%;
	/* background-image: url(../imagens/home/zll-2-bg2.svg); */
	background-size: 115%;
	background-position: center -10%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
	top: 10%;
}

.quem-somos .dividir-bloco > div:nth-child(2) > div img {
	padding-top: 20%;
	margin-bottom: -32%;
	width: 100%;
	z-index: 2;
}

@media screen and (min-width : 1024px) {

	.quem-somos {
		background-size: 300%;
    	background-position: center calc(100% + 40vw);
	}

	.quem-somos .dividir-bloco {
		align-items:center;

	}

	.quem-somos .dividir-bloco > div:nth-child(2) > div {
		margin: -15% auto 0;

	}

	.quem-somos p,
	.quem-somos p * {
		text-align: left;
		font-size: 25px !important;
	}
	
}


/* ==========================================================================
	CLIENTES
   ========================================================================== */
.clientes {
	background-color: #ab3475;
	/* background-image: url(../imagens/geral/zilla.svg), url(../imagens/home/bg-clientes-1.svg); */
	background-size: 105%, 200%;
	background-position: center calc(100% + 45vw), center;
	background-repeat: no-repeat, repeat;
	background-position-y: bottom calc(100% + 1vw), center;
}

.clientes ul {
	display: block;
	text-align:center;
}

.clientes ul li {
	display: inline-block;
	padding: 15px;
	margin: 0;
	width: 48%;
}

.clientes ul li img {
	display: block;
	width: 100%;
	height:auto;
	opacity: .5;
}

.clientes ul li img {
	max-width: 298px;
}

/*
.clientes ul li:nth-child(1) img {
	max-width: 131px;
}

.clientes ul li:nth-child(2) img {
	max-width: 298px;
}

.clientes ul li:nth-child(3) img {
	max-width: 187px;
}

.clientes ul li:nth-child(4) img {
	max-width: 163px;
}
*/
@media screen and (min-width : 1024px) {
	
	.clientes {
		padding: calc(60px + 7vw) 0;
	}

	.clientes .dividir-bloco {
		align-items:center;
	}
	
	.clientes p,
	.clientes p * {
		text-align: left;
		font-size: 25px !important;
	}


}


/* ==========================================================================
	CONTATO
   ========================================================================== */
.contato {
	background-color: #efc050;
}

.contato .container > div:nth-child(1) a {
	font-size: 22px;
	font-weight: 300;
	display: block;
	text-align:left;
	color: #FFF;
	margin-bottom: 5px;
}

.contato .container > div:nth-child(1) a i {
	display: inline-block;
	background-color: #ca80b1;
	padding: 7px;
	border-radius: 50%;
	height: 33px;
	line-height: 18px;
}

.contato .container > div:nth-child(1) a i.fa-envelope {
	font-size: 19px;
}

.contato h2 {
    line-height: calc(40px + .5vw);
	margin-bottom: 20px;
}

form {
	display: block;
	width: 100%;
}

form label {
	display: block;
	width: 100%;

} 

form input,
form select,
form textarea {
	display: block;
	width: 100%;
	background-color: #efead7;
	padding: 10px 25px;
	border-radius: 25px;
	font-weight: 300;
	outline:none;
}

form label,
form textarea {
	margin-bottom: 10px;
}

.sel-label {
	position: relative;
	display:block;
	margin-bottom: 10px;
	
}

.sel-label:before {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 25px;
    background-color: #efead7;
    position: absolute;
    top: 1px; right: 1px;
    color: #000;
    width: 48px;
    height: 46px;
    border-radius: 50%;
    display: inline-block;
    line-height: 46px;
}

/*.contato form {
	margin: 20px auto -45px;

}*/


@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

.form-contato {
    display: flex;
	align-self: stretch;
	width: 97.5%;
    padding: 30px calc(15px + .5%);
    margin: 20px auto;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	justify-content: center;
}

.form-contato > * {
    align-self: center;
}

form .erro {
    font-size: 12px;
    color: red;
    opacity: 1;
    display: block;
}

.msg-success .botao .fa-whatsapp {
	font-size: 22px;
}

.msg-success p {
	color: #000;
	text-align: center !important;
}

.msg-success svg {
  width: 100px;
  display: block;
  margin: 0 auto 5px;
}

.msg-success svg .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

.msg-success svg .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}

.msg-success svg .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}

.msg-success svg .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}

@media screen and (min-width : 1024px) {
	
	.contato h2 {
		line-height: calc(80px + .5vw);
		margin-bottom: 20px;
	}
	
	.contato p,
	.contato p * {
		text-align: left;
		font-size: 25px !important;
	}
	
	.contato form {
		text-align: center;
	}
	
	.contato form label,
	.contato form .sel-label {
		margin: .5%;
		margin-bottom: 0;
		width: 48%;
		display: inline-block;
	}
	
	.contato form textarea {
		margin: .5% auto;
    	width: 97.5%;
	}
	
	.contato form input[type="submit"] {
		margin: .5%;
		width: auto;
	}
	
	.contato .container > div:nth-child(1) a i {
		height: 48px;
		line-height: 33px;
		width: 48px;
		text-align: center;
		font-size: 25px;
		margin-right: 10px;
	}


}

/* ==========================================================================
	RODAPE
   ========================================================================== */
footer {
	background-color: #62cbd5;
}

footer p {
	font-weight:400;
	margin-bottom: 0;
}

footer > div:nth-child(1) {
    padding: 40px 20px 20px;
}

footer > div:nth-child(1) ul {
	margin-bottom: 10px;
}

footer > div:nth-child(1) li {
	display: inline-block;
	margin: 5px 2px 0
}

footer > div:nth-child(1) li a {
	display: block;
}

footer > div:nth-child(1) li i {
	display: inline-block;
	color: #FFF;
	text-align:center;
	background-color: #e9693d;
	padding: 7px;
	border-radius: 50%;
	height: 33px; width: 33px;
	line-height: 20px;
}

.newsletter {
	margin-top: 5px;
	background-color: transparent;
	padding: 0;
	box-shadow: none;

}

.newsletter > * {
	display: inline-block;

}

.newsletter input {
	margin-bottom:5px;
}

.newsletter input[type="submit"] {
	color: #FFF;
	background-color: #e9693d;
}

footer > div:last-child {
	display: block;
	padding: 30px 20px;
	background-color: #efead7;
}

footer > div:last-child * {
	text-align:center;
	color: #000;
	font-weight: 300;
}

footer > div:last-child img {
	max-width: 90px;
	margin-bottom: 5px;
}

@media screen and (min-width : 1024px) {
	
	footer .dividir-bloco > div {
		margin: 0;
	}

	footer .dividir-bloco > div:nth-child(2) {
		max-width: 400px;
	}

	.newsletter {
		position:relative;
	}

	.newsletter input[type="submit"] {
		width: auto;
		position: absolute;
		right:0;
	}
	
	footer > div:nth-child(1) li i {
		height: 48px;
		width: 48px;
		line-height: 35px;
		font-size: 25px;
	}

}



.filter-color-white {
	filter: invert(100%) sepia(0%) saturate(7499%) hue-rotate(196deg) brightness(99%) contrast(103%);
}

.swiper-button-next,
.swiper-button-prev {
	color: #fff !important;
}