/* Estilos Gerais */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');

body {
	
  font-family: 'Montserrat', sans-serif;
    background: #fff;
	color: #000;
}

p {
  font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	font-weight: 400;

}

img {
	display: block;
}

/* Header */

.header {
	position: block;
	top: 0;
	width: 100%;
	background: none; 
	padding: 15px 0;
	z-index: 10;
}

/* Introdução */

.introducao {
	width: 100%;
	height: 459px;
	background: url("../img/header.jpg") no-repeat center;
	background-size: cover;
	text-align: center;
	padding-top: 145px;
    margin-bottom: 60px;
}

.container-max {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  position: relative;
}

.container-max:after, .container-max:before {
  content: " ";
  display: table;
}

.container-max:after {
  clear: both;
}

.ambientes {
  width: 1366px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 60px;
}
.ambientes:after, .ambientes:before {
  content: " ";
  display: table;
}

.ambientes:after {
  clear: both;
}


.titulo {
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 100;
  text-align: center;
  font-weight: 300;
  margin-bottom: 5px;
}
.titulo-nocenter {
  text-align: left;
}
.subtitulo {
	font-size: 26px;
	margin-bottom: 15px;
  text-align: center;
  font-weight: 200;
}
.subtitulos-videos {
	font-size: 30px;
	margin-bottom: 15px;
	text-transform: uppercase;
  color: #fff;
}
.titulo-nocenter {
  text-align: left;
  line-height: 35px;
  margin-bottom: 30px;
}
.qdr {
  background: #f1f1f1;
  padding: 30px 15px 50px 15px;
  margin-top: 30px;
  margin-bottom: 60px;
}
.list-qdr p {
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}
.list-qdr li {
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
}

.list-qdr li::before {
  content: " ";
  display: inline-block;
  position: absolute;
  left: -50px;
  top: 12px;
  width: 41px;
  height: 3px;
  background: #007289;
  background: #000;
}
.mrgn {
  margin-left: 100px;
}
.linkmanual {
  text-decoration: underline;
  color: #000;
  font-size: 18px;
  text-align: center;
}
.fltnn {
  text-align: center;
  float: none;
  clear: both;
  margin: 0 auto;
}

.bg-tabs {
  position: absolute;
  width: 623px;
  background: #575757;
  background: #f9f8f8;
  height: 50px;
  z-index: 1;
  border-bottom: 6px solid #e1e0e0;
}

.tabs-container {
  position: relative;
  margin: 0 auto;
}
.tabs-container p{
  margin: 0;
  padding: 0;
}
.tabs-container:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: none;
}
input.tabs {
  display: none;
}
input.tabs + label {
  padding: 0;
  float: left;
  padding: 8px 10px;
  background: #f9f8f8;
  color: #000;
  cursor: pointer;
  transition: background ease-in-out .3s;
  font-size: 20px;
  line-height: 28px;
  font-weight: 100;
  margin-right: 0;
  margin-left: 0;
  border-radius: 15px 15px 0 0;
  z-index: 9;
  position: absolute;
  top: 0;
}
.mgr-tabs {
  margin-left: 5px !important;
}
.mgr-tabs2 {
  left: 162px; 
}
.mgr-tabs3 {
  left: 376px;
}
.mgr-tabs4 {
  left: 625px;
}

label img {
  width: 60px;
  display: inline-block;
  margin-bottom: -9px;
  margin-right: 10px;
}
.labelp {
  display: inline-block;
  color: #000;
  font-size: 14px;
}
input.tabs:checked + label {
  color: #fff;
  background: #282828;
  color: #000;
  background: #e1e0e0;
}
input.tabs:hover + label {
  color: #fff;
  background: #f3f3f3;
}
input.tabs + label + div {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 65px;
  left: 0;
  height: auto;
  padding: 0;
  z-index: -1;
  transition: opacity ease-in-out .3s;
}
input.tabs:checked + label + div {
  opacity: 1;
  z-index: 1000;
  position: relative;
  margin-bottom: 100px;
}
.tabsa {
  text-decoration: none;
}
.tabsa:hover {
  color: #000;
  background: #f1f1f1;
}
.tds {
  /*padding: 25px 40px !important;
  height: 78px;*/
}
.brrnh {
  background: #282828;
  width: 2px;
  height: 30px;
  position: absolute;
  left: 148px;
}
.brrnh2 {
  left: 204px;
}
.brrnh3 {
  left: 240px;
}
.divlabel1 {
  height: 1174px !important;
  min-height: 100px !important;
  height: auto !important;
}
.divlabel2 {
  height: 874px !important;
  min-height: 100px !important;
  height: auto !important;
}


/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px 15px 0 0;
  background: #e1e0e0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.row {
  margin-bottom: 50px;
}

.row > .column {
  padding: 0 10px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  margin: 5px;
  width: 331px;
  position: relative;
  height: 184px;  
  overflow: hidden;
}
.column img {
  position: absolute;
  left: 50%;
  top: 10%;
  height: 100%;
  width: auto;
  transform: translate(-50%,-10%);    
}

.column img.portrait {
  width: 100%;
  height: auto;
  top: -50%;
}


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 999999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  background-color: rgba(0, 0, 0, 0.8);
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}
.mySlides img {
  max-width: 1024px;
  height: 831px;
  margin: 0 auto;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(0, 0, 0);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.desk {
    display: block;
  }
  .mob {
    display: none;
  }

/*EXCLUSIVO*/
.link_ativo {
	background: #3e3e3e;
}

.cinza {
	width: 100%;
	height: 200px;
	background: #343434;
}

.cinza p {
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 0;
}

.ops_contato {
	width: 204px;
	float: left;
	padding: 30px 0;
}

.lista_ops {
	
}

.lista_ops li:nth-child(even) {
	background: #f1f1f1;
	padding: 24px 0;
}

.img_orcamento {
	width: 59px;
	height: 52px;
	margin: 10px auto;
}
.img_corporativos {
	width: 54px;
	height: 73px;
	margin: 0 auto;
}
.img_diretoria {
	width: 62px;
	height: 73px;
	margin: 0 auto;
}
.img_trabalhe {
	width: 81px;
	height: 73px;
	margin: 0 auto;
}
.img_assistecnica {
	width: 56px;
	height: 73px;
	margin: 0 auto;
}

.formulario_projetista {
	width: 100%;
	margin-bottom: 90px;
}

.formulario_projetista h1 {
	font-size: 60px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 30px;
    text-transform: uppercase;
    color: #fff;
}

.envia_form {
	padding: 15px 80px;
	border: 0;
	background: #fff;
	color: #000;
	text-transform: uppercase;
    transition: all 0.5s;
}
.envia_form:hover {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}

.formulario_projetista span {
	font-size: 16px;
	color: #fff;
	padding: 60px 0;
}

.caixatexto_assist, .caixatexto_corpo {
	max-width: 780px;
    font-size: 16px;
    color: #fff;
}

.caixatexto_corpo {
	max-width: 920px;
}

.caixatexto_assist h5, .caixatexto_corpo h5 {
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.1em;
}

.formulario_projetista h3 {
	font-size: 18px;
	margin-bottom: 20px;
}

.contato_projetista input {
	display: block;
	width: 100%;
	padding: 15px 15px;
	margin: 20px auto;
    background: none;
    border: 1px solid #fff;
    color: #fff;
}

.select_regiao {
	display: block;
	width: 35%;
	padding: 15px 15px;
	background: #3e3e3e;
    border: 1px solid #fff;
    color: #fff;
}

.select_regiao_tecnica {
	display: block;
	width: 25%;
	padding: 15px 15px;
	border-color: #fff;
	color: #fff;
    background: #3e3e3e;
}

.select_trab {
	display: block;
	width: 100%;
	padding: 15px 15px;
	border-color: #fff;
	color: #fff;
    background: #3e3e3e;
}

.select_momento {
	display: block;
	width: 100%;
	padding: 15px 15px;
	border-color: #a9a9a9;
	color: #757575;
}

.select-cargo {
  display: block;
  width: 50%;
  background: #3e3e3e;
  border: 1px solid #a9a9a9;
  padding: 15px 20px;
  color: #fff;
}
.div-cargo {
  width: 100%;
  float: none;
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px;
}

.contato_projetista textarea {
	display: block;
	width: 100%;
	padding: 15px;
	height: 122px;
	margin: 20px auto;
    background: none;
    border: 1px solid #fff;
    color: #fff;
}

.tel_horarios {
	width: 100%;
	background: #343434;
}

.grid-tel_horarios {
	width: 230px;
	float: left;	
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 60px;
}

.tel_horarios h2 {
	font-size: 60px;
	font-weight: 300;
	padding: 60px 15px;
    color: #fff;
}

.tel_horarios h3 {
	font-size: 24px;
	font-weight: 400;
    color: #fff;
}

.tel_horarios p, .tel_horarios h4 {
	padding-top: 10px;
	font-size: 16px;
	line-height: 24px;
  color: #fff;
}
.tel_horarios h4 {
  font-size: 16px;
  padding-top: 0;
  line-height: 20px;
}
.tel_horarios h4:before {
  content: " ";
  display: block;
  width: 80%;
  height: 1px;
  background: #fff;
  margin-top: 7px;
  margin-bottom: 7px;
}
.icowpp {
  width: 16px;
  display: inline-block;
  margin-left: 5px;
}
.linkmaps {
  color: #fff;
  text-decoration: none;
}
.priv {
  display: block;
  color: #fff;
  margin-top: 15px;
}
.priv input[type="checkbox"] {
  margin-right: 10px;
}
.priv a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

::placeholder {
  color: #fff;
  opacity: 1;
}

:-ms-input-placeholder {
 color: #fff;
}

::-ms-input-placeholder {
 color: #fff;
}

/* Animação */

[data-anime] {
  opacity: 0;
  transition: .7s;
}

[data-anime="left"] {
  transform: translate3d(-150px, 0, 0);
  -webkit-transform: translate3d(-50px, 0, 0);
}

[data-anime="right"] {
  transform: translate3d(150px, 0, 0);
}

[data-anime="top"] {
  transform: translate3d(0, -150px, 0);
}

[data-anime].animate {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.color-black {
  color: #000 !important;
}