@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700');

.zll-container {
	display: block;
	clear: both;
	height: auto;
	width: 100%;
}

.zll-container .zll-content {
	display: block;
	max-width: 1000px;
	margin: 0 auto !important;
	padding: 30px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.zll-container-footer .zll-content {
	display: block;
	max-width: 1180px;
	margin: 0 auto !important;
	padding: 30px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.zll-clear-both {
	clear: both;
	border: none;
	margin: 0px;
}

.zll-transition {
	-webkit-transition: 0.2s ease-out; 
	transition: 0.2s ease-out;
}

.zll-content-side-padding-60 {
	padding-left: 60px !important;
	padding-right: 0px !important;
}

.zll-box-sizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* BLOCO DE DUAS COLUNAS */
.zll-col-2 {
	display: block;
}

.zll-col-2 .zll-col-2-1,
.zll-col-2 .zll-col-2-2 {
	width: 48%;
	float: left;
}

.zll-col-2 .zll-col-2-2 {
	float: right;
}

/* BLOCO DE TRÊS COLUNAS */
.zll-col-3 {
	display: block;
}

.zll-col-3 .zll-col-3-1,
.zll-col-3 .zll-col-3-2,
.zll-col-3 .zll-col-3-3 {
	width: 33.33%;
	float: left;
}

.zll-col-3 .zll-col-3-3 {
	float: right;
}

/**********************************************************************/
/* BLOCO DE CONTATO ***************************************************/
/**********************************************************************/
.zll-contato {
	background: url(../image/contato/zll-contato-bg.jpg) no-repeat center center;
	background-size: cover;
}

.zll-contato h4 {
	color: #8c8c8c;
	font-size: 2.2vw;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0px;
}

.zll-contato h5 {
	color: #8c8c8c;
	font-size: 1.2vw;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0px;
}

.zll-contato form {
	display: block;
	vertical-align: top;
	margin-top: 30px;
	font-family: 'Montserrat', sans-serif;
}

.zll-input-title {
	display: block;
	font-size: 1.2vw;
	color: #d4761c;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
}

.zll-contato form textarea,
.zll-contato form input {
	width: 100%;
	display: block;
	font-size: 1.4vw;
	margin-bottom: 40px;
	font-family: 'Montserrat', sans-serif;
}

.zll-contato form textarea {
	border: 2px solid #989996;
	width: 100%;
	height: 28vh;
	padding: 7%;
	font-family: 'Montserrat', sans-serif;
}

.zll-contato form input.zll-form-input-style {
	border: none;
	border-bottom: 1px solid #8c8c8c;
	padding: 1% 10px 3% 13%;
	font-size:18px;
}

.zll-contato form input[type='submit'] {
	background-color: rgba(212,118,28,0.8);
	text-transform: uppercase;
	display: inline-block;
	width: auto;
	color: #fff;
	padding: 2% 10%;
	font-size: 1.2vw;
	font-family: 'Montserrat', sans-serif;
} .zll-contato form input[type='submit']:hover { background-color: rgba(212,118,28,1); }

.zll-contato form input.zll-form-input-style::-webkit-input-placeholder {
	color: #d4761c;
}
.zll-contato form input.zll-form-input-style::-moz-placeholder {
	color: #d4761c;
}
.zll-contato form input.zll-form-input-style:-ms-input-placeholder {
	color: #d4761c;
}
.zll-contato form input.zll-form-input-style:-moz-placeholder {
	color: #d4761c;
}

.zll-form-input-icon {
	background: no-repeat left 5px top;
	background-size: auto 70%;
}
.zll-form-input-icon-nome {
	background-image: url(../image/contato/zll-contato-input-nome.png);
}
.zll-form-input-icon-email {
	background-image: url(../image/contato/zll-contato-input-email.png);
}
.zll-form-input-icon-telefone {
	background-image: url(../image/contato/zll-contato-input-telefone.png);
}

/**********************************************************************/
/* BLOCO DE RODAPÉ ****************************************************/
/**********************************************************************/

.zll-footer {
	background: #000 url(../image/footer/zll-footer-bg.jpg) no-repeat left bottom;
	background-size: cover;
	border-top: 5px solid #d17400;
}


/* BLOCO DE RODAPÉ #1: MAILING ****************************************/

.zll-mailing h4 {
	font-size: 1.7vw;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
}

.zll-mailing form {
	font-family: 'Montserrat', sans-serif;
}

.zll-mailing form input {
	width: 100%;
}

.zll-mailing-form-col-3 .zll-col-3-1 {
	margin-right: 1%;
}

.zll-mailing-form-col-3 .zll-col-3-1,
.zll-mailing-form-col-3 .zll-col-3-2 {
	width: 44%;
}

.zll-mailing-form-col-3 .zll-col-3-3 {
	width: 10%;
}

.zll-mailing form input[type='submit'],
.zll-mailing form input.zll-mailing-input-style {
	background-color: rgba(255,255,255,0.4);
	border: 1px solid #fff;
	padding: 0.7% 2%;
	font-size: 1.1vw;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
}

.zll-mailing form input[type='submit'] {
	background-color: rgba(255,255,255,0.8);
	color: #dd7b00;
	font-weight: 400;
} .zll-mailing form input[type='submit']:hover { background-color: rgba(255,255,255,1); }

.zll-mailing form input.zll-mailing-input-style::-webkit-input-placeholder {
	color: #fff;
}
.zll-mailing form input.zll-mailing-input-style::-moz-placeholder {
	color: #fff;
}
.zll-mailing form input.zll-mailing-input-style:-ms-input-placeholder {
	color: #fff;
}
.zll-mailing form input.zll-mailing-input-style:-moz-placeholder {
	color: #fff;
}

/* BLOCO DE RODAPÉ #2: INFORMAÇÕES ************************************/

.zll-info ul {
	list-style: none;
	margin-top: 50px;
}

.zll-info ul li {
	width: 32%;
	float: left;
	color: #fff;
	text-align: left;
}

.zll-info ul li a.zll-mailing-email {
	width: 100%;
	color: #fff;
	width: auto;
	padding: 0px;
	text-decoration: none;
	font-size: 1.4vw !important;
	display: block;
	font-family: 'Montserrat', sans-serif;
} .zll-info ul li a.zll-mailing-email:hover { text-decoration: underline; }

.zll-info ul li:nth-last-child(-n+3) {
	width: 4.5% !important;
	float: right;
	margin-left: 1%;
	overflow: hidden;
	text-indent: -3000px;
}


.zll-info-telefone span {
	display: block;
	font-size: 1.5vw;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}

.zll-info-telefone span strong {
	font-size: 3vw;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

.zll-info-map {
	background: url(../image/footer/zll-footer-map-pin.png) no-repeat left bottom;
	background-size: auto 70%;
	padding-left: 5%;
	width: 40% !important;
}

.zll-info-map span.zll-info-map-1 {
	display: block;
	padding-top: 4%;
	font-size: 1.8vw;
	display: block;
	font-family: 'Montserrat', sans-serif;
}

.zll-info-map span.zll-info-map-2 {
	font-size: 1.42vw;
	display: block;
	font-family: 'Montserrat', sans-serif;
}

.zll-footer-social {
	background: no-repeat center center;
	background-size: 90%;
	width: 100%;
	padding-top: 100%;
	display: block;
	height: auto;
}

.zll-footer-social:hover {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.zll-footer-social-fb {
	background-image: url(../image/footer/zll-logo-fb.png);
}

.zll-footer-social-instagram {
	background-image: url(../image/footer/zll-logo-instagram.png);
}

.zll-footer-social-linkedin {
	background-image: url(../image/footer/zll-logo-linkedin.png);
}

@media only screen and (max-width: 700px) {
	
	
	.zll-content-side-padding-60 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	/* BLOCO DE DUAS COLUNAS */
	.zll-col-2 .zll-col-2-1,
	.zll-col-2 .zll-col-2-2 {
		width: 100%;
		float: none;
		position: inherit !important;
	}
	
	.zll-col-2 .zll-col-2-2 {
		float: none;
	}
	
	/* BLOCO DE TRÊS COLUNAS */
	.zll-col-3 .zll-col-3-1,
	.zll-col-3 .zll-col-3-2,
	.zll-col-3 .zll-col-3-3 {
		width: 100%;
		float: none;
	}
	
	.zll-col-3 .zll-col-3-3 {
		float: none;
	}
	
	/**********************************************************************/
	/* BLOCO DE CONTATO ***************************************************/
	/**********************************************************************/
	
	.zll-contato {
		padding-bottom: 10%;
		position: relative !important;
	}
	
	.zll-contato h4 {
		font-size: 8vw;
		text-align: left !important;
	}
	
	.zll-contato h5 {
		font-size: 4.5vw;
		text-align: left !important;
	}
	
	.zll-input-title {
		font-size: 3vw;
	}
	
	.zll-contato form textarea,
	.zll-contato form input {
		font-size: 3vw;
		position: inherit !important;
	}
	
	.zll-contato form textarea {
		height: 30vh;
	}
	
	.zll-contato form input[type='submit'] {
		font-size: 3vw;
		position: absolute !important;
		bottom: 0px !important;
		margin: 0px !important;
	} .zll-contato form input[type='submit']:hover { background-color: rgba(212,118,28,1); }
	
	/**********************************************************************/
	/* BLOCO DE RODAPÉ ****************************************************/
	/**********************************************************************/
	
	.zll-footer {
		padding: 0px 20px;
	}
	
	
	/* BLOCO DE RODAPÉ #1: MAILING ****************************************/
	
	.zll-mailing h4 {
		font-size: 2.5vw;
	}
	
	.zll-mailing-form-col-3 .zll-col-3-1 {
		margin-right: 0px;
	}
	
	.zll-mailing-form-col-3 .zll-col-3-1,
	.zll-mailing-form-col-3 .zll-col-3-2 {
		width: 49%;
		margin-top: 10px;
	}
	
	.zll-mailing-form-col-3 .zll-col-3-2 {
		float: right;
	}
	
	.zll-mailing-form-col-3 .zll-col-3-3 {
		width: 100%;
		margin-top: 5px;
	}
	
	.zll-mailing form input[type='submit'],
	.zll-mailing form input.zll-mailing-input-style {
		font-size: 4vw;
	}
	
	/* BLOCO DE RODAPÉ #2: INFORMAÇÕES ************************************/
	
	.zll-info ul {
		list-style: none;
		margin-top: 50px;
		padding: 0px;
		text-align: center;
	}
	
	.zll-info ul li {
		width: 100%;
		float: none;
		margin-top: 20px;
		display: inline-block;
		text-align: center;
	}
	
	.zll-info ul li a.zll-mailing-email {
		font-size: 3.1vw !important;
	}
	
	.zll-info ul li:nth-last-child(-n+3) {
		width: 15% !important;
		float: none;
		margin-left: 0px;
		overflow: hidden;
		text-indent: -3000px;
	}
	
	
	.zll-info-telefone span {
		font-size: 4vw !important;
	}
	
	.zll-info-telefone span strong {
		font-size: 6vw !important;
	}
	
	.zll-info-map {
		background: url(../image/footer/zll-footer-map-pin.png) no-repeat top center;
		background-size: 45px;
		padding-left: 0px;
		padding-top: 40px;
		width: 100% !important;
	}
	
	.zll-info-map span.zll-info-map-1 {
		font-size: 3.5vw !important;
	}
	
	.zll-info-map span.zll-info-map-2 {
		font-size: 2.8vw !important;
	}
}

@media only screen and (min-width: 1275px) {
	
	/*
	.zll-info-telefone span {
		font-size: 1.4vw !important;
		margin-top: 3% !important;
	}
	
	.zll-info-telefone span strong {
		font-size: 2.1vw !important;
	}
	
	.zll-info-map span.zll-info-map-1 {
		font-size: 1.27vw !important;
	}
	
	.zll-info-map span.zll-info-map-2 {
		font-size: 1vw !important;
	}
	
	.zll-info ul li a.zll-mailing-email {
		font-size: 1.1vw !important;
		line-height: 13px !important;
	}
	*/
	
	.zll-info-telefone span {
		font-size: 14px !important;
		margin-top: 3% !important;
	}
	
	.zll-info-telefone span strong {
		font-size: 30px !important;
	}
	
	.zll-info-map span.zll-info-map-1 {
		font-size: 14px !important;
	}
	
	.zll-info-map span.zll-info-map-2 {
		font-size: 17px !important;
	}
	
	.zll-info ul li a.zll-mailing-email {
		font-size: 18.5px !important;
		line-height: 15px !important;
	}
	
}

/********************************************************************************/
/* CSS PARA MENU DO TOPO EM 3 COLUNAS *******************************************/
/********************************************************************************/

.zll-menu-header-3-col {
	list-style: none;
	border-top: 4px solid #dcdcdc;
	border-bottom: 4px solid #dcdcdc;
	padding: 0px;
	margin: 0px;
	background-color: #f1782f;
	margin: 0 auto;
	text-align: center;
}

.zll-menu-header-3-col li {
	width: 22%;
	text-align: center;
	display: inline-block;
	position: relative;
}

.zll-menu-header-3-col li a {
	font-size: 1.5vw !important;
	padding: 3% 0px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	/*background: url(../image/menu-topo-3-colunas/zll-secondary-menu-arrow.png) no-repeat center right 5px;*/
	background: url(../image/menu-topo-3-colunas/zll-secondary-menu-arrow-white.png) no-repeat center right 5px;
	padding-right: 7%;
	background-size: auto 18%;
	/*color: #8c8c8c;*/
	color: #fff !important;
	font-family: 'Montserrat', sans-serif;
} .zll-menu-header-3-col li a:hover {
	color: #dd7b00;
	background-size: auto 25%;
	background-position: center right;
}

.zll-custom-border {
	display: block;
	width: 2px;
	height: 70%;
	position: absolute;
	right: 0px;
	background-color: #e1e1e1;
	top: 15%;
}

@media only screen and (max-width: 700px) {
	
	.zll-menu-header-3-col li {
		width: 100% !important;
		float: none !important;
		border-bottom: 1px solid #999;
	}
	
	.zll-menu-header-3-col li a {
		font-size: 4vw !important;
		padding: 3% 3% 5% 3% !important;
		background-position: center bottom 20%;
		background-size: auto 20%;
		display: block;
	} .zll-menu-header-3-col li a:hover {
		background-position: center bottom 10%;
		background-size: auto 30%;
	}
	
	.zll-custom-border {
		display: none;
	}
	
}

/********************************************************************************/
/* CSS PARA MENU PRINCIPAL ******************************************************/
/********************************************************************************/

#zll-primary-menu {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 30 !important;
	background-color: #fff;
	box-shadow: 0px 0px 10px #888888;
	background: linear-gradient(90deg, #d9792d 20%, #d9792d 20%, #fff 20%, #fff 20%, #fff 20%);
	height: 63px;
}

#ui-to-top {
	display: none !important;
}

#zll-primary-menu nav {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	display: block;
}

.zll-menu-mobile {
	display: none;
	position: absolute;
	right: 10px;
	background: url(../image/header/zll-mobile-menu.png) no-repeat center center;
	background-size: cover;
	width: 35px;
	height: 35px;
	margin-top: 7px;
	overflow: hidden;
	text-indent: -3000px;
}

#zll-primary-menu ul {
	float: right;
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-top: 2%;
	display: block;
}
#zll-primary-menu ul li {
	float: left;
	position: relative;
}

#zll-primary-menu ul li span.zll-custom-border-primary-menu {
	height: 70%;
	display: block;
	position: absolute;
	top: 15%;
	right: -1px;
	background-color: #000;
	width: 1px;
}

#zll-primary-menu ul li a {
	padding: 0px 10px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 1.2vw;
	color: #000;
	text-decoration: none;
} #zll-primary-menu ul li a:hover {
	text-decoration: underline;
}

.zll-primary-menu-active {
	color: #da792e !important;
}

.zll-header-logo {
	width: 30%;
	float: left;
	display: block;
}

.zll-header-logo img {
	width: 100%;
	height: auto;
	min-width: 360px;
}

@media only screen and (max-width: 900px) {
	
	.zll-header-logo img,
	#zll-primary-menu {
		height: 50px;
		min-width: 160px;
	}
	
	.zll-header-logo img,
	.zll-header-logo {
		width: auto !important;
	}
	
	#zll-primary-menu ul {
		display: none;
		float: none;
		position: absolute;
		top: 50px;
		left: 0px;
		width: 100%;
		padding: 0px;
		border-top: 1px solid #999;
	}
	
	#zll-primary-menu ul li {
		float: none;
		display: block;
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		background-color: #fff;
		border-bottom: 1px solid #999;
	}
	
	#zll-primary-menu ul li a {
		padding: 0px 10px;
		font-family: 'Montserrat', sans-serif;
		text-transform: uppercase;
		font-size: 4vw;
		color: #000;
		display: block;
		padding: 3%;
		text-align: center;
		text-decoration: none;
	}
	
	.zll-menu-mobile {
		display: block;
	}
	
	.zll-mobile-menu-show-hide {
		display: none;
	}
	
}

@media only screen and (min-width: 1180px) {
	#zll-primary-menu ul li a {
		font-size: 18px;
	}
	
}

.z-sphere-content {
	padding: 5px !important;
	background-color: #fff !important;
}

.zll-spin-button {
	color: #fff;
	font-weight: bold;
	background-color: #c46116;
	font-size: 1.7vh;
	padding: 1vh;
	border-radius: 5px;
	border: 2px solid #ea761d;
}

.zll-spin-button:hover {
	background-color: #e06d16;
}

.container_index_paineis,
.container_index_paineis div:first-of-type {
	overflow: visible !important;
}
.form-rodape{
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
}
.form-rodape div{
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	width: 100%;
}
.form-rodape div input{
	width: 100% !important;
}
.form-rodape input{
	font-size: 18px !important;
}
.form-rodape input[type="button"]{
	font-size: 15px !important;
	width: 25%;
}
.fique-por-dentro{
	text-align: left;
}
@media only screen and (max-width:700px){
	.form-rodape{
		flex-direction: column;
	}
	.form-rodape div{
		flex-direction: column;
	}
	.form-rodape input[type="button"]{
		font-size: 15px !important;
		width: 100%;
	}
	.fique-por-dentro{
		text-align: center;
		font-size: 22px !important;
	}
}