html{
	font-family: 'Exo', sans-serif;
	overflow-x: hidden;
}

body {
	font-size: 14px;
	font-family: 'Exo', sans-serif;
	overflow-x: hidden;
}
.ocultar-md0{
	display: none;
}

#triLogo{
	width: 200px;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    margin-top: 20px;
}

.navbar-nav li{
    margin: 0 25px;
    font-weight: 700;
}

.banner_home{
	height: 75vh;
	overflow: hidden;
    min-height: 550px;
    margin-top: 60px;
}

.img_banner{
	object-fit: cover;
	width: 100%;
	height: 75vh;
    min-height: 550px;
}

.fixed-top{
	background-color: #eaeaea;
}

.navbar-nav a{
	color: #000;
}

.text_banner{
	position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    color: #fff;
    font-weight: 400;
	font-size: 20px;
}

.banner_infos{
	padding-top: 102px;
}

.text_banner h1{
	font-weight: 700;
	font-size: 32px
}
.text_banner h1 span{
	font-size: 44px;
}

.banner_infos h2{
	font-weight: 300;
    letter-spacing: 7px;
}

.btn_green{
	background-color: #006743;
	color: #fff;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 30px;
}

.btn_green:hover{
	color: #fff;
	text-decoration: none;
}

.porque h2{
	font-size: 36px;
}

.esquema p{
	font-size: 26px;
	font-weight: 600;
}

.controls button{
	background-color: #eeedf0;
	color: #000;
	padding: 5px 15px;
	border: 0;
	margin: 0 5px;
	font-weight: 600;
}

.mix{
	margin-bottom: 15px;
}

.elementos img{
	width: 100%;
}

.elementos h4{
	display: inline-block;
	vertical-align: text-bottom;
	position: relative;
}

.elementos h4:after{
	content: "";
	position: absolute;
	right: -5px;
	height: 30px;
	width: 1px;
	border-right: solid 2px #006743;
}

.elementos p{
	text-transform: uppercase;
	display: inline-block;
	padding-left: 15px;
	padding-top: 10px;
	font-weight: 600;
}

.elementos span{
	color: #006743;
}

.controls .mixitup-control-active, .controls button:focus{
	background-color: transparent;
	outline: 0;
}

#contact_form{
	background-color: rgba(255, 255, 255, 0.5)
}

.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 0px;
    z-index: 9;
    position: relative;
}

.owl-theme .owl-dots .owl-dot:focus{
	outline: 0;
}

.owl-theme .owl-dots .owl-dot span{
	background: #fff;
	border: solid 1px #000;
}

.owl-theme .owl-dots .owl-dot.active span{
	background: #000;
	opacity: 1;
}

.owl-theme .owl-dots .owl-dot span{
	width: 13px;
	height: 13px;
}

.form{
	padding-top: 100px;
}

.text_banner .form{
	height: 60vh;
	margin-top: 3rem;
	min-height: 550px;
}

.form-group span{
	color: #343434;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}

.form-group input{
	border: none;
	padding: 8px 10px;
	width: 95%;
	height: 37px;
	font-size: 14px;
	border: solid 1px #aaa;
	border-radius: 0;
}

#contact_form .form-group input{
	width: 100%;
}

#contact_form .form-group input::-webkit-input-placeholder{
	font-size: 12px;
}

#contact_form .form-group input::-moz-placeholder{
	font-size: 12px;
}

#contact_form .form-group input:-ms-input-placeholder{
	font-size: 12px;
}

#contact_form .form-group input:-moz-placeholder{
	font-size: 12px;
}

#contact_form .form-group input[type="checkbox"]{
	width: 30px;
}

.form-group input[type="checkbox"] {
  width: 30px;
	height: auto
}
.form-group button[type="submit"] {
  	background-color: #343434;
  	color: #fff;
  	border: 0;
  	margin-top: 4px;
  	padding: 2px 15px
}

.privacidade{
	font-size: 10px;
}

.privacidade2{
	font-size: 13px;
}

.privacidade2 .form-group{
	margin-bottom: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover{
	background: transparent;
}

.owl-nav button span{
	font-size: 31px;
    font-weight: 700;
    color: #000;
}

.owl-nav button span:focus, .owl-nav button:focus{
	outline: 0;
}

.form-group label.control-label{
	font-size: 12px;
}

.porque h2{
	color: #343434;
	font-weight: 700;
}

#errorform1, #errorform2{
	color:red
}

.footer{
	background: #000;
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 13px;
}

#overform{
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100vh;
	display: none;
	top: 0;
    z-index: 9999;
}

#overform.active{
	display: block;
}

.form1div, .form2div, .form3div, .form4div{
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	right: 0;
    z-index: 9999;
    margin-top: 15vh;
}

#contact_results .success{
    width: 100%;
    text-align: center;
    background-color: #83c11f;
    color: #fff;
    padding: 15px;
}

.form1, .form2, .form3, .form4{
	background-color: #fff;
}

.form1 input, .form2 input, .form3 input, .form4 input{
	background: #ccc;
}

.form1 input:focus, .form2 input:focus, .form3 input:focus, .form4 input:focus{
	outline: 0;
}

.form1div.active, .form2div.active, .form3div.active, .form4div.active{
	display: block;
}

#contact_form h3{
	font-weight: 300;
}

#contact_form #triform_mensage{
	width: 100%;
	height: 75px;
	border-radius: 15px;
	background: #ccc;
	padding: 3px 15px;
	padding-top: 10px;
	border: 0;
}

#contact_form #triform_mensage:focus{
	outline: 0;
}

#contact_form #triform_mensage::-webkit-input-placeholder{
	font-size: 12px;
}

#contact_form #triform_mensage::-moz-placeholder{
	font-size: 12px;
}

#contact_form #triform_mensage:-ms-input-placeholder{
	font-size: 12px;
}

#contact_form #triform_mensage:-moz-placeholder{
	font-size: 12px;
}

#profissionais p{
	margin-top: 0;
	margin-bottom: 0
}
#fecha_form{
    position: absolute;
    top: 10px;
    right: 15px;
    font-weight: 800;
}
#fecha_form:hover{
    cursor: pointer;
}

.btn_grey{
	background-color: #6a6a6a;
	padding: 8px 20px;
	color: #fff;
}

.btn_grey:hover{
	color: #fff;
	text-decoration: none;
}

.modelos{
	background-image: url('../img/modelos.jpg');
	background-size: cover;
	padding-top: 80px!important;
}

.form_bg{
	background-image: url('../img/form.jpg');
	background-size: cover;
}

.mix{
	position: relative;
}

.mix:after{
    position: absolute;
    content: "";
    bottom: 10px;
    left: 15px;
    width: calc(100% - 30px);
    height: 55px;
    background-color: #fff;
    z-index: 0;
}

.mix h4, .mix span, .mix p{
	z-index: 9;
	position: relative;
}

.form_bg form p{
	font-size: 22px;
}

.form_bg form label{
	display: block;
	padding-left: 15px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 15px;
}

.form_bg form input{
    border: none;
    padding: 8px 20px;
    width: 100%;
    height: 37px;
    font-size: 14px;
    border: solid 1px #aaa;
    border-radius: 0;
}

.form_bg form select{
	width: 100%;
	padding: 8px 20px;
	height: 37px;
	border: solid 1px #aaa;
	font-size: 14px;
}

.form_bg form select:focus{
	outline: 0;
}

.form_bg form input:focus{
	outline: 0;
}

#terreno{
    display: inline-block;
    width: 24px;
}

#terrenol{
	display: inline-block;
	width: auto;
    margin-top: 10px;
    vertical-align: top;
}

.form_bg form .ficheiro input, .step .ficheiro input{
	height: 500px;
	background-color: #fff;
	background-image: url('../img/upload.jpg');
	background-position: center 35%;
	background-repeat: no-repeat;
	position: relative;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.6);
	transition: 0.5s;
}

.step .ficheiro input{
	height: 400px;
}

.step .ficheiro input{
	width: 100%;
}

.form_bg form .ficheiro input:before, .step .ficheiro input:before{
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	height: 50px;
}

.form_bg form .ficheiro input:after, .step .ficheiro input:after{
	position: absolute;
	content: "Arraste para qui o seu esboço planta ou levantamento tipográfico";
	bottom: 100px;
	width: 60%;
	text-align: center;
	left: 20%;
}

#nome_file, #nome_file2{
    position: absolute;
    bottom: 170px;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 18px;
    color: #006743;
}

#input_file, #input_file2{
	background-color: #006743;
	color: #fff !important;
	padding: 5px 15px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 200px;
    text-align: center;
    margin: auto;
}

#input_file:hover, #input_file2:hover{
	cursor: pointer;
}

.form_bg form .ficheiro input.file-upload.existe{
	transition: 0.5s;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,103,67,0.75);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,103,67,0.75);
	box-shadow: 0px 0px 18px 0px rgba(0,103,67,0.75);
}

#photos {
  line-height: 0;
  -webkit-column-count: 5;
  -webkit-column-gap:   30px;
  -moz-column-count:    5;
  -moz-column-gap:      30px;
  column-count:         5;
  column-gap:           30px;  
}

#photos img {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 15px;
}

.imagem_port{
	position: relative;
}

#photos .overlay_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: calc(100% - 15px);
	background-color: rgba(150, 150, 150, 0.5);
	opacity: 0;
    transition: 0.5s;
}

.overlay_img span{
	position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

#photos .imagem_port:hover .overlay_img{
	opacity: 1;
	transition: 0.5s;
}

.hiddengalery{
	display: none;
}

.empresa{
	background-image: url('../img/bg_empresa.jpg');
	background-color: #bfbfbf;
	min-height: 850px;
	background-position: left;
	background-size: 40%;
	background-repeat: no-repeat;
}

.empresa h3{
	font-size: 2rem;
}

.empresa h3 span{
	font-size: 2.5rem;
}

.empresa p{
	display: block;
	margin-top: 30px;
	font-size: 20px;
}

.accordion {
  background-color: #eee;
  color: #006743;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.5s;
  font-size: 18px;
  border-top: solid 1px #006743;
}

.accordion:first-child{
	border-top: 0;
}

.accordion:focus{
	outline: 0;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #f4f4f4;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 10px 18px;
  background-color: #e8edeb;
  display: none;
  overflow: hidden;
}

.faq h2{
	color: #006743;
}

.conheca{
	background-image: url('../img/conheca.jpg');
	background-size: cover;
	min-height: 250px;
	z-index: 999;
	position: relative;
}

.conheca h2{
	color: #fff;
}

.conheca a:hover{
	text-decoration: none;
}

.solucoes img{
	height: 170px;
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
}

.solucoes span, .solucoesc span{
	color: #fff;
}

.iframe{
	margin-top: -150px;
	z-index: 0;
}

.footer_main, .footer_main2{
	height: 650px;
	margin-top: -400px;
	padding: 0;
	overflow: hidden;
}

.footer, .footer2{
	background: linear-gradient(90deg, rgba(44,44,44,1) 0%, rgba(44,44,44,1) 50%, rgba(9,13,124,0) 50%, rgba(0,212,255,0) 100%);
	z-index: 999;
	position: relative;
	height: 350px;
	margin-top: 300px;
}

.footer:after, .footer2:after{
	content: "";
	background-color: #2c2c2c;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 2000px;
	transform: skewY(15deg);
	z-index: -1;
}

.footer:before{
	content: "";
	background-color: #c4c4c4;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 1500px;
	transform: skewY(-15deg);
	z-index: -1;
}

iframe{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.morada p{
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	color: #fff;
}

.morada p a{
	color: #fff;
}

.sistemas {
    width: 100%;
    height: 100vh;
    z-index: -1;
    /* transform: skewY(-15deg); */
    background-image: url(../img/sistemas.jpg);
    position: absolute;
    background-size: cover;
}

.sistemas img{
	transform: skewY(15deg);
	width: 100%;
	object-fit: cover;
}

.asistemas{
	position: absolute;
	right: 100px;
	top: 200px;
}

.construcao_main {
    width: 100%;
    height: 85vh;
    z-index: 54;
    transform: skewY(-22deg);
    overflow: hidden;
    position: absolute;
    z-index: 99;
    bottom: -350px;
    right: 0;
}

.construcao {
    background-image: url(../img/construcao.jpg);
    height: 100%;
    width: 100%;
    background-size: 63%;
    transform: skewY(22deg);
    z-index: 9999999;
    position: relative;
    margin-top: 0px;
    margin-top: -400px;
    background-position: 100% -50%;
}

.construcao img{
	transform: skewY(15deg);
	width: 100%;
	object-fit: cover;
	object-position: bottom;
}

.html_home{
	position: relative;
}

.footer_main2{
	position: absolute;
	bottom: -5px;
	height: 600px;
	padding: 0;
	overflow: hidden;
}

.aconstrucao{
	position: absolute;
	top: 50%;
	right: 100px;
}

.asistemas, .aconstrucao{
	background-color: #0d6a48;
	padding: 8px 25px;
	color: #fff;
	text-transform: uppercase;
	transition: 0.5s;
	font-size: 18px;
	z-index: 999;
}

.asistemas:hover, .aconstrucao:hover{
	text-decoration: none;
	background-color: #525252;
	transition: 0.5s;
	color: #fff;
}

.main_div{
	height: 135vh;
	width: 100%;
	background-image: url('../img/bg_main.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

/************************************/
/* 				Detalhes 			*/
/************************************/

.detalhe_inicio{
	background: rgb(255,255,255);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 56%, rgba(216,216,216,1) 56%, rgba(216,216,216,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 56%, rgba(216,216,216,1) 56%, rgba(216,216,216,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 56%, rgba(216,216,216,1) 56%, rgba(216,216,216,1) 100%);
}

.flexslider{
	margin: 0;
}

.catacteristicas ul, .opcoes ul {
  list-style: none;
  padding: 0;
}
.catacteristicas li, .opcoes ul {
	margin-top: 10px;
  padding-left: 1.3em;
}
.catacteristicas li:before, .opcoes li:before {
  content: "\f061"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.troca_slide{
	position: relative;
	padding: 30px 0px;
}

.troca_slide:before{
    position: absolute;
    top: 0;
    right: -31px;
    width: calc(200%);
    height: 100px;
    content: "";
    background-image: url(../img/camada.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.troca_slide h3{
    z-index: 9;
    position: relative;
    width: 50%;
    display: inline-block;
    color: #fff;
    padding-top: 5px;
}

.troca_slide a{
    z-index: 9;
    position: relative;
    color: #fff;
    border: solid 1px #fff;
    padding: 5px 15px;
    border-radius: 5px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 13px;
}

.modelos_detalhes{
	margin-bottom: 350px;
}

/********************************/
/* 			caixilharia 		*/
/********************************/

.orcamento_caixilharia{
	background: url('../img/orcamento_caixilhara.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.porque_orcamento p{
	font-size: 20px;
}

.simule_aqui2{
	background-color: #006743aa;
	color: #fff !important;
	width: 110px;
	height: 110px;
	display: block;
	border-radius: 50%;
    padding: 45px 0px;
    text-align: center;
	position: relative;
	text-transform: uppercase;
	transition: 0.5s;
}

.simule_aqui2:hover{
	color: #fff;
	text-decoration: none;
	width: 110px;
	height: 110px;
	transition: 0.5s;
	cursor: pointer;
}

.simule_aqui2:hover:before{
	width: 130%;
	left: -15%;
	top: -15%;
	height: 130%;
	transition: 0.5s;
}

.simule_aqui2:before{
	position: absolute;
	content: "";
	width: 120%;
	left: -10%;
	top: -10%;
	height: 120%;
	background-color: transparent;
	border: solid 5px #00674388;
	border-radius: 50%;
	transition: 0.5s;
}

.simule_aqui2:after{
	position: absolute;
	content: "";
	width: 140%;
	left: -20%;
	top: -20%;
	height: 140%;
	background-color: transparent;
	border: solid 5px #00674344;
	border-radius: 50%;
	transition: 0.5s;
}

.simule_aqui2:hover:after{
	width: 160%;
	left: -30%;
	top: -30%;
	height: 160%;
	transition: 0.5s;
}

.solucoesc img{
	max-width: 100%;
	margin-bottom: 15px;
}


/****************************/
/* 			Orçamento 		*/
/****************************/

.cc-selector input{
    margin:0;
    padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}

.cc-selector input:active +.drinkcard-cc{opacity: .9;}
.cc-selector input:checked +.drinkcard-cc, .cc-selector input:checked +.drinkcard-ccc{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background-color: #bfd9d0;
}

.cc-selector input:checked +.drinkcard-cc span{
	color: #006743;
	font-weight: 600;
}

.cc-selector input +.drinkcard-ccc span{
    margin-top: 22px;
	padding-right: 15px;
    margin-left: 90px;
    display: block;
}

.cc-selector label:hover{
	cursor: pointer;
}

.drinkcard-cc{
    cursor:pointer;
    background-size: 80%;
    background-position: center 20%;
    background-color: #cfcfcf;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    height: 170px;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    position: relative;
}

.drinkcard-ccc{
    cursor:pointer;
    background-size:contain;
    background-position: left top;
    background-color: transparent;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    height: 75px;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    position: relative;
}

.drinkcard-cc span{
	position: absolute;
	bottom: 7px;
	left: 0;
	right: 0;
	text-align: center;
}

.overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1200;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
}

.overlay.active{
	display: block;
}

.tipologia{
	color: #006743;
	font-weight: 600;
	font-size: 18px;
}

.html_home .morada{
    margin-top: -100px;
}

.popup{
	position: fixed;
	min-height: 50vh;
	background-color: #fff;
	z-index: 9999;
    top: 15vh;
    left: 0;
    right: 0;
    max-height: 70vh;
    overflow-y: auto;
    display: none;
    transition: 0.5s;
	border-bottom: solid 1px #fff;
}

.popup.active{
	display: block;
}

.popup h3{
	font-weight: 600;
}

.steps div{
	width: 60px;
	height: 10px;
	background-color: #006743;
	opacity: 0.5;
	display: inline-block;
}

.steps div.active{
	opacity: 1;
}

.step{
	display: none;
}

.step.active{
	display: flex;
}

.input label{
	width: 100%;
	background-color: #cfcfcf;
	color: #444444;
	text-align: center;
	padding: 5px 15px;
}

.input input:checked +label{
	background-color: #bfd9d0;
	color: #006743;
	font-weight: 600;
}

.dimensoes input{
	max-width: 100%;
	background-color: #dcdcdc;
	color: #006743;
	border: 0;
	font-weight: 600;
	padding: 3px 5px;
}


.dimensoes div:nth-child(2):after{
	content: "X";
	position: absolute;
	right: 0px;
	top: 4px;
}

.resumo_main{
	display: none;
	background-color: #e8e8e8;
}

.resumo_main.active{
	display: block;
    max-height: 50vh;
    overflow-y: auto;
}

.erros{
	color: #DF182B;
}

.img_resumo{
	max-width: 100%;
}

.btns_fim{
	display: none;
	background-color: #e8e8e8
}

.btns_fim.active{
	display: block;
}

.img_resumop{
	width: 20px;
	margin-right: 5px;
}

.block_input{
	pointer-events: none;
}

.item_resumo{
	position: relative;
}

.item_resumo .remove_resumo{
	position: absolute;
	top: 15px;
	right: 5px;
	background-color: #fff;
    padding: 7px 12px;
    border-radius: 50%;
    font-weight: 600;
}

.item_resumo .remove_resumo:hover{
	cursor: pointer;
}

.form_orcamento label, .form_orcamento input{
	width: 100%;
}

.form_orcamento input{
	border: solid 1px #858585;
	background-color: transparent;
	padding: 9px 15px;
	margin-bottom: 15px;
}

.form_orcamento input:focus{
	outline: 0;
}

.form_orcamento label{
	font-weight: 600;
	padding-left: 20px;
	text-transform: uppercase;
}

input[name="outracor"] {    
    margin-left: 85px;
    border: solid 1px #ccc;
}

.form_orcamento input.alert-danger{
	background-color: #f8d7da;
    border-color: #f5c6cb;
}

@media screen and (max-width: 768px) {
	body {
		font-size: 13px
	}
	.text_banner{
			font-size: 17px;
	}
	.text_banner h1{
		font-size: 25px;
	}

	.text_banner h2{
		font-size: 24px;
    letter-spacing: 2px;
	}
	.text_banner p {
    font-size: 12px;
		margin-bottom: 9px;
    line-height: 15px;
	}
	.text_banner span {
    font-size: 12px;
	}

	.form1div, .form2div, .form3div, .form4div {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    margin-top: 0;
    background: #fff;
	}
	.owl-carousel.testemunhos .owl-nav button.owl-next, .owl-carousel.testemunhos .owl-nav button.owl-prev, .owl-carousel.testemunhos button.owl-dot {
    margin-top: 0;
}
	.separadores .owl-carousel .owl-nav button.owl-next, .separadores .owl-carousel .owl-nav button.owl-prev, .separadores .owl-carousel button.owl-dot {
    margin-top: -270px;
}
 .owl-carousel.owl-empresas .owl-nav button.owl-next, .owl-carousel.owl-empresas .owl-nav button.owl-prev, .owl-carousel.owl-empresas button.owl-dot {
    margin-top: -110px;
}
  #triLogo2{
  	width: 200px;
  }
  .banner_infos{
  	padding-top: 25px;
    height: calc(45vh - 3rem);
  }

	.banner_home{
		height: calc(100vh - 1rem);
	}

  .text_banner .form{
  	padding-top: 15px;
  	margin-top: 32px;
    height: 55vh;
    min-height: auto;
  }

  .img_banner{
  	min-height: 100vh;
  }
  .banner_infos img{
  	height: 50px;
  	margin-bottom: 10px;
  }
	.owl-prev{
		position: absolute;
    	left: 0;
	}

	.owl-next{
		position: absolute;
    	right: 0;
	}

	.owl-nav{
	    min-height: 50px;
	}
	.owl-stage-outer{
		max-height: none;
	}
	.detalhe_inicio{
		background: #fff;
	}
	.troca_slide:before{
		height: 125px;
	}
	.simule_aqui2{
		margin: 0 auto;
	}
	.empresa{
		background-image: none;
		min-height: initial;
	}
}

@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
