@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN-Medium.woff2') format('woff2'),
        url('../fonts/DIN-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'D-DIN';
    src: url('../fonts/D-DIN.woff2') format('woff2'),
        url('../fonts/D-DIN.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN-Light.woff2') format('woff2'),
        url('../fonts/DIN-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url('../fonts/DIN-Bold.woff2') format('woff2'),
        url('../fonts/DIN-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* ITENS GERAIS */
@media (max-width:767px){
	div.bloco-texto-introducao h1, div.bloco-texto-final h1{
		font-size: 28px;
		line-height: 30px;
		margin-top: 0px;
	}
}
html body{
	font-family: 'D-DIN';
	font-weight: normal;
}

/* BANNER GERAL */
div.bloco-banner {
    background-image: url(../links/banner.jpg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

/* BANNER HEADER */
@media (max-width:638px){
	div.bloco-banner div.bloco-banner-header{
		display: block;
	}
	div.bloco-banner .bloco-banner-header div{
		text-align: center;
	}
	div.bloco-banner .bloco-banner-header p{
		font-size: 30px;
	}
	div.bloco-banner .bloco-banner-header div a + img {
    	display: block;
    	margin: auto;
    	max-width: 285px;
		width: 100%;
	}
	div.bloco-banner div.bloco-banner-header p img {
    	padding-left: 0px;
	}
}
@media (max-width:767px){
	body div.bloco-banner .bloco-banner-header div{
		padding-top: 30px;
	}
}

div.bloco-banner-header {
	min-height: 115px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 0px;
 }
.bloco-banner-header a {
    display: block;
    color: white;
    opacity: 0.40;
    margin-bottom: 15px;
    text-transform: uppercase;
	font-weight: 500;
}
.bloco-banner-header a:hover {
    opacity: 1;
    transition: 1s;
    color: white;
    text-decoration: none;
}
.bloco-banner-header p {
	display: inline-block;
    margin: 0px;
    position: relative;
    font-size: 38px;
    color: white;
    line-height: 35px;
    font-weight: 500;
}
div.bloco-banner-header p img {
    padding-left: 45px;
	padding-right: 8px;
	position: relative;
	top: -6px;
}
.bloco-banner-header div {
    max-width: 626px;
    margin: auto;
}
.bloco-banner-header div a img {
    position: relative;
    top: -2px;
    margin-right: 3px;
}
/* BANNER TEXTO */

@media (max-width:767px){
	body .form-horizontal.formVitrine{
		max-width: 520px;
		margin-left: auto;
		margin-right: auto;
		padding: 25px;
	}
	div.bloco-banner .bloco-banner-texto > div{
		display: block;
	}
	div.bloco-banner  div.bloco-banner-texto-lado-esquerdo{
		max-width: 100%;
		text-align:center;
	}
	div.bloco-banner  .bloco-banner-texto-lado-esquerdo h1{
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	div.bloco-banner  .bloco-banner-texto-lado-esquerdo h2{
		float: none;
		max-width: 650px;
		margin-bottom: 30px;
		font-size: 25px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width:767px), screen and (max-height:630px){
	body div.bloco-banner{
		height: auto;
		min-height: 1px;
	}
	body div.bloco-banner div.bloco-banner-texto {
	    min-height: 1px;
		padding: 0px 0px 80px 0px
	}
	body div.bloco-banner .bloco-banner-texto > div{
		padding-bottom: 20px;
		bottom: 0px;
		border-top: 0px solid white;
		border-bottom: 0px solid white;
	}
	body div.bloco-banner span.tcon-indicator{
		display: none;
	}
}

div.bloco-banner-texto {
    min-height: calc(100vh - 115px);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
 }
.bloco-banner-texto > div {
    max-width: 1000px;
    margin: auto;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 55px 0px;
    position: relative;
    bottom: 50px;
    display: -webkit-flex;
  	display: flex;
  	-webkit-align-items: center;
  	align-items: center;
  	-webkit-justify-content: center;
  	justify-content: center;
}
.form-horizontal.formVitrine {
    margin: 0px;
    background: #e57c16;
    padding: 40px;
    border-radius: 10px 10px 0px 0px;
}
.form-horizontal.formVitrine {
    margin: 0px;
    background: #ff8106;
    padding: 40px;
    border-radius: 10px 10px 0px 0px;
}
form div.padForm {
    padding: 6px 0px;
}
.padForm button {
    width: 100%;
    background: #282828;
    border: #282828;
    font-size: 20px;
    font-weight: bold;
}
.padForm button:hover {
    background: #4d4b4b;
    border: #4d4b4b;
    transition: 1s;
}
.padForm input, .padForm textarea {
    border: 0px;
    border-radius: 5px;
    min-height: 40px;
}
div.bloco-banner-texto-lado-esquerdo {
    color: white;
    text-align: right;
    max-width: 315px;
}
.bloco-banner-texto-lado-esquerdo h1 {
	font-weight: 300;
	text-transform: uppercase;
	line-height: 35px;
	margin-bottom: 25px;
	font-size: 30px;
	max-width: 268px;
	float: right;
	font-family: 'din';
}
.bloco-banner-texto-lado-esquerdo h2 {
	font-weight: 500;
	max-width: 282px;
	float: right;
	margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 30px;
}
.bloco-banner-texto-lado-esquerdo h2 span {
    color: #ffae0a;
    font-weight: bold;
}
.bloco-banner-texto-lado-esquerdo h1 span {
    font-weight: 500;
}
.tcon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; 
}
.tcon > * {
	display: block; 
}
.tcon:hover, .tcon:focus {
    outline: none; 
}
.tcon::-moz-focus-inner {
    border: 0; 
}
.tcon-menu__lines {
	display: inline-block;
	height: 5.71429px;
	width: 40px;
	border-radius: 2.85714px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background: black;
	position: relative; 
}
.tcon-menu__lines::before, .tcon-menu__lines::after {
    display: inline-block;
    height: 5.71429px;
    width: 40px;
    border-radius: 2.85714px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: black;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 2.85714px center;
    transform-origin: 2.85714px center;
    width: 100%; 
}
.tcon-menu__lines::before {
    top: 10px; 
}
.tcon-menu__lines::after {
    top: -10px; 
}
.tcon-transform .tcon-menu__lines {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8); 
}
.tcon-menu--xbutterfly {
	width: auto; 
}
.tcon-menu--xbutterfly .tcon-menu__lines::before, .tcon-menu--xbutterfly .tcon-menu__lines::after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: top .3s .6s ease, -webkit-transform .3s ease;
    transition: top .3s .6s ease, -webkit-transform .3s ease;
    transition: top .3s .6s ease, transform .3s ease;
    transition: top .3s .6s ease, transform .3s ease, -webkit-transform .3s ease; 
}
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines {
    background: transparent; 
}
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before, .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
	top: 0;
	-webkit-transition: top .3s ease, -webkit-transform .3s .5s ease;
	transition: top .3s ease, -webkit-transform .3s .5s ease;
	transition: top .3s ease, transform .3s .5s ease;
	transition: top .3s ease, transform .3s .5s ease, -webkit-transform .3s .5s ease;
	width: 40px; 
}
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg); 
}
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg); 
}
.tcon-visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px; 
}
.tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; 
}
@-webkit-keyframes chevron-pulse {
	0% {
	opacity: 0; }
	40% {
	opacity: 1; }
	80% {
	opacity: 0; }
	100% {
	opacity: 0; } 
}
@keyframes chevron-pulse {
	0% {
	opacity: 0; }
	40% {
	opacity: 1; }
	80% {
	opacity: 0; }
	100% {
	opacity: 0; }
}
.tcon-svgchevron {
    height: 55px;
    width: 30px;
}
.tcon-svgchevron path {
	-webkit-animation: chevron-pulse 3s infinite cubic-bezier(0.4, 0, 0.2, 1);
	animation: chevron-pulse 3s infinite cubic-bezier(0.4, 0, 0.2, 1);
	fill: transparent;
	stroke: white;
	stroke-width: 3px;
}
.tcon-svgchevron path.a1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s; 
}
.tcon-svgchevron path.a2 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s; 
}
.tcon-svgchevron path.a3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s; 
}
span.tcon-indicator{
	position: absolute;
	bottom: 15px;
	margin: 0px auto;
	left: 0;
	right: 0;
	display: block;
	text-align: center;
}
/* MODULO INTRODUCAO */
div.bloco-meio {
    padding: 0px;
}
div.bloco-texto-introducao{
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}
div.bloco-texto-introducao h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'din';
    color: #ff8106;
    margin-bottom: 30px;
}
div.bloco-texto-introducao p {
	font-size: 20px;
	max-width: 1250px;
	margin: auto;
}
/* MODULO DO MEIO */
@media (max-width:500px){
	body div.icones {
	    width: 100%;
	    display: block;
	    margin-bottom: 40px;
	}
	body div.icones:last-child {
	    margin-bottom: 0px;
	}
}
@media (max-width:992px){
	.linhasEmFaixa-Preto .icones img {
	    max-width: 90px;
	    width: 100%;
	}
	div.linhasEmFaixa-Preto h3 {
	    margin-bottom: 0px;
	    font-size: 20px;
	}
}

div.linhaEmFoto {
    background-image: url('../links/manutencao-de-sacadas-em-sp.jpg');
    min-height: 835px;
    background-position: center right;
    background-repeat: no-repeat;
}
div.linhasEmFaixa-Preto {
    padding: 80px 30px;
        padding-bottom: 80px;
    padding-bottom: 80px;
    background:#1e1e1e;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-family: 'DIN';
    font-weight: bold;
}
div.linhasEmFaixa {
    padding: 0px;
}
.linhasEmFaixa-Preto div {
    max-width: 900px;
    margin: auto;
}
div.linhasEmFaixa-Laranja {
    background: #ff8106;
    text-align: center;
    padding: 80px 25px;
}
.linhasEmFaixa-Laranja h3 {
    text-transform: uppercase;
    font-weight: bold;
    color: #282828;
    margin-top: 0px;
    margin-bottom: 15px;
}
.linhasEmFaixa-Laranja span {
    color: white;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Din';
    display: block;
    line-height: 25px;
}
.linhasEmFaixa-Laranja .form-horizontal.formVitrine.formBanner {
    max-width: 850px;
    margin: auto;
    padding-bottom: 0px;
}
.linhasEmFaixa-Laranja span img {
    margin-right: 8px;
}
div.linhasEmFaixa-Preto h3 {
    margin-bottom: 0px;
 }
 /* MODULO TEXTO FINAL */

 div.bloco-texto-final h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'din';
    color: #ff8106;
    margin-bottom: 30px;
}
div.bloco-texto-final p {
	font-size: 20px;
	max-width: 1250px;
	margin: auto;
}
div.bloco-texto-final {
    text-align: center;
    padding: 80px 30px;
    background: #edeef0;
}
div.bloco-texto-final p {
	font-size: 20px;
	max-width: 1250px;
	margin: auto;
}
/* WHATS APP MODULO */
div.bloco-whatsapp {
    padding: 80px 30px;
    text-align: center;
}
.bloco-whatsapp div {
    background: #009539;
    display: inline-block;
    border-radius: 5px;
    padding: 25px;
}
.bloco-whatsapp div a {
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'din';
    font-weight: bold;
    line-height: 18px;
}
.bloco-whatsapp div:hover {
    background: #1e1e1e;
    text-decoration: none;
    transition: 1s;
}
.bloco-whatsapp div a:hover {
    text-decoration: none;
}
/* RODAPE */
@media (max-width:767px){
	body .bloco-rodape p {
	    font-size: 16px;
	}
}
div.bloco-rodape {
    background: #1e1e1e;
    text-align: center;
    padding: 80px 30px;
    color: white;
    font-size: 20px;
}
div.bloco-rodape a {
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    opacity: 0.4;
    text-decoration: none;
}
div.bloco-rodape a:hover {
    opacity: 1;
    transition: 1s;
}
div.bloco-rodape a img {
    position: relative;
    top: -3px;
    margin-right: 5px;

}
.bloco-rodape > img {
    margin-bottom: 25px;
    max-width: 280px;
    width: 100%;
}
/* COPYRIGHT */
div.bloco-copyright {
    padding: 20px 30px;
    text-align: center;
    background: #000;
    color: gray;
}
div.bloco-copyright p {
    opacity: 0.6;
    margin: 0px;
}
div.bloco-copyright p a{
	color: gray;
}
div.bloco-copyright p a:hover{
	color: white;
	text-decoration: none;
}

/* WHATS APP FIXED */
div.fixedWhats a {
    position: fixed;
    bottom: 35px;
    right: 35px;
    z-index: 99999;
}
div.fixedWhats img{
    max-width: 80px;
}