/*GENERALIZADO*/
body{
	color: #2B2A29;
    font-family: 'Roboto Condensed', sans-serif;
	background:#ebebeb;
}
a{
	color:#2B2A29;
}
.c-unset{
	cursor:unset!important;
}
a:hover, a:hover i, a:hover span{
	cursor:pointer!important;
	transition:0.3s;
	color:#1c7d99!important;
	text-decoration:none;
}
footer li{
	margin-bottom:10px;
}
a:hover, button:hover{
	cursor:pointer;
}
select{
	height:45px;
	border:1x solid #c9c9c9;
	min-width:200px;
}
.tab-content>.active {
	display:flex!important;
}
.font-12{
	font-size:12px;
}
.font-14{
	font-size:14px!important;
}
.font-16{
	font-size:16px;
}
.font-18{
	font-size:18px!important;
}
.font-20{
	font-size:20px!important;
}
.font-24{
	font-size:24px!important;
}
.font-28{
	font-size:28px!important;
}
.font-36{
	font-size:36px!important;
}
.weight-600{
	font-weight:600!important;
}
.weight-500{
	font-weight:500!important;
}
.weight-400{
	font-weight:400!important;
}
.weight-800{
	font-weight:800!important;
}
.weight-700{
	font-weight:700!important;
}
.img-centro{
	margin:auto;
	display:block;	
}
.titulo{
	color: #1c7d99;
    font-size: 36px;
    font-weight: 400;
    text-transform: normal;
}
.img_responsiva{
	max-width:100%;
}
.c-pointer{
	cursor:pointer!important;
}
input[type=checkbox] + label {
	font-size:12px;
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

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

input[type=checkbox] + label:before {
	content: "\2714";
	border: 1px solid #939291;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 0.2em;
	vertical-align: bottom;
	color: transparent;
	transition: .2s;
	padding: 0px;
	font-size: 13px;
	margin: 0 8px;
}
.mllabel:before, .mllabel{
	margin-left:0px!important;
} 
input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type=checkbox]:checked + label:before {
  background-color: #1c7d99;
  border-color: #1c7d99;
  color: #fff;
}

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}
.cc-btn:hover, .btn:hover{
	background:#fff;
	color:#1c7d99;
}
.fundo_branco{
	background:#fff!important;
}
.caixa_imagens_pequenas {
	width: 100%
}
.caixa_imagens_pequenas_listagem img:hover {
	padding: 4px;
	border: 1px solid rgba(0, 0, 0, .125)
}
footer .btn{
	background:#1c7d99;
    border-color: #FFF;
}
.caixa_imagens_pequenas img {
	margin-bottom: 10px
}
.btn_voltar{
	background:#fff!important;
	color:#1c7d99!important;
	border:1px solid #1c7d99!important;
}
.btn_voltar:hover{
	background:#1c7d99!important;
	color:#fff!important;
	border:1px solid #1c7d99!important;
}
footer ul{
	list-style:none;
}
.breadcrumbs ul li{font-size:12px!important}
.breadcrumbs ul{padding-left:0;list-style:none;margin-top:4px; margin-bottom:4px;text-transform:lowercase}.breadcrumbs ul li{display:inline}.breadcrumbs a,.breadcrumbs a:link,.breadcrumbs a:visited{text-decoration:none;color:#727271}.breadcrumbs a:hover{text-decoration:none;color:#434242}.breadcrumbs ul li:not(:last-child):after{text-decoration:none;content:" / "}

button:focus {
    outline: 1px dotted;
    outline: 5px auto #6c5d56;
}

.nav-tabs .nav-link.active, .sidenav .nav-tabs .nav-item.show .nav-link {
    border-top-color: #1c7d99;
}
.nav-tabs .nav-link{
	border: 1px solid #e9e9e9;
	margin:0;
}
.pesquisa_mob {
	right: -4px;
	top: -2px;
	height: 42px;
	border: 1px solid #818181;
	position: relative;
	width: 60%
}
.br{border-radius: 5px;}
.span_rgpd2{
    top: -2px;
    margin-left: -35px;
    position: relative;
    right: -35px;
    text-align: left;

}
.span_rgpd{
	margin-left: -26px;
    position: relative;
    right: -25px;
}
.btn_topo {
	cursor: pointer;
	border: none;
	display: inline-block;
	color: #ebecec;
	zoom: 1;
	width: auto;
	line-height: 16px;
	margin: 0;
	outline: 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	background: rgba(157, 158, 158, .8);
	position: fixed;
	right: 30px;
	bottom: 30px;
	padding: 5px 10px;
	font-size: 10px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
	-webkit-transition: background-color .15s ease-in-out;
	-moz-transition: background-color .15s ease-in-out;
	-o-transition: background-color .15s ease-in-out;
	transition: background-color .15s ease-in-out
}
.btn_topo:hover {
	color: #fff;
	background: rgba(157, 158, 158, 1)
}
/*MENU*/
.dropdown-toggle::after{
	display:none;
}
.dropdown-logado a{
	font-size:12px;
}
.font-18-menu{
	font-size:16px!important;
}
.navbar {
  display:inline-block;
}
.alertify-log-danger {
	background:red!important;
	padding:20px;
	color:#fff;
	margin:10px;
}
.alertify-log-show {
	background:green;
	padding:20px;
	color:#fff;
	margin:10px;
}
.nav-link {
	font-weight:400;
	color:#fff;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 0px;
	margin: 0px 20px;
	display: inline-block;
	position: relative;
	opacity: 1;
}

.nav-link:hover {
  opacity: 1;
  color:#fff;
}
.descricao p, .produto_aberto p{
	margin-bottom:5px;
}
.nav-link::before {
  transition: 300ms;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #1c7d99;
}
.italico{
	font-style: italic;
}
.cor3_letra{
	color:#fff;
}
.cor4_letra{
	color:#2B2A29!important;
}
.cor2_letra{
	color:#1c7d99!important;
}
.fundo_branco{
	background:#fff;
}
.fundo_cinza{
	background:#c3c4c4;
}
.nav-link-ltr::before {
  width: 0%;
  bottom: 10px;
}
/*MENU MOB*/

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 3;
	top: 0;
	 z-index: 999999!important;
	left: 0;
	background-color: rgba(255, 255, 255, .93);
	overflow-x: hidden;
	transition: .5s;
	text-align: center
}

.sidenav .nav-tabs {
	border-bottom: 1px solid #e9e9e9;
}

.nav-tabs .nav-link.active,
.sidenav .nav-tabs .nav-item.show .nav-link {
	border-color: #adadad #adadad #fff
}

.sidenav a {
	padding: 8px 25px;
	text-decoration: none;
	font-size: 20px;
	color: #2B2A29;
	display: block;
	transition: .3s
}
.sidenav a:hover {
	color: #1c7d99
}

.sidenav .closebtn {
	position: absolute;
	top: -20px;
	right: -1px;
	font-size: 52px;
	margin-left: 50px
}
.dropdown-item.active, .dropdown-item:active {
	background-color:unset;
}
.li_prin .plus.collapsed{
	background:#1c7d99!important;
	color:#fff!important;
}
/*Cookie msg*/
.cc-compliance{
	width: unset;
    position: relative;
    top: -20px;
    text-align: center;
    margin: auto;
}

.cc-btn{
	padding: 5px 15px!important;
    min-width: 100px!important;
    text-transform: uppercase!important;
    border-radius: 3px!important;
    background: #1c7d99!important;
    border: 1px solid#1c7d99!important;
    color: #fff!important;
    border-radius: 5px!important;
}
.cc-window a{
	color:#fff!important;
}
.cc-window{
	font-size: 16px!important;
    color: #fff!important;
    background: rgba(21, 21, 21, 0.58)!important;
    line-height: 24px!important;
}
/*ESPECIFICO*/
.plantas_azul{
	background:#1c7d99;
	font-size:24px;
	text-align:center;
	color:#fff;
	width:130px;
}
.zona_elevada_topo{
	left: 17%;
    width: 66%;
    top: 132px;
    position: absolute;
    height: 85px;
    background:rgba(255,255,255,0.7)!important;
    margin: auto;
    text-align: center;
    display: block;
}
.zona_elevada{
	background:rgba(255,255,255,0.7);
	
}
.h-0{
	height:0px;
}
.titulo_elevado{
	    width: 66%;
    background: rgba(255,255,255,0.7);
    margin-bottom: 0px!important;
    height: 75px;
    top: -75px;
    position: relative;
    text-align: center;
    margin: auto;
	padding-top:15px;
}
.btn{
    background-color: #1c7d99;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    min-width: 140px;
    color: #FFF;
    border: 1;
}
.btn:hover{
    background: #FFF;
    min-width: 140px;
    color: #1c7d99;
	border:1px solid #1c7d99;
}
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active, .show>.btn.dropdown-toggle {
    border: 1px solid #fff;
    background: #FFF;
    min-width: 140px;
    color: #1c7d99;
}
.contacto_topo{
	text-align:right;
}
.contacto_topo img{
	max-width:28px;
}
#menu_area a{
	color:#4d4d4d;
	text-transform:uppercase;
}
header{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:100px;
	padding-right:100px;
	background:#fff;
	border-bottom:1px solid #989898;
}


.padding-100{
	padding-left:100px;
	padding-right:100px;
}
footer, footer a{
	background-color:#4d4d4d;
	color:#fff;
}
.menu2{
	background:#8dbecc;
}
.menu2 ul li{
	display:inline-block;
	font-size:18px;
	text-transform:uppercase;
	margin-left:30px;
	margin-right:30px;
}
.menu2 ul{
	list-style:none;
}
.servicos_listagem_{
	color:#fff;
	background-color:#1c7d99;
}
.carousel-indicators li:hover{
	cursor:pointer;
}
.carousel-indicators li{
	width:20px;
	height:20px;
	border-radius:15px;
}
.carousel-indicators li{
    background-color: rgba(0,0,0,0);
    border: 3px solid #fff;
}
.carousel-indicators {
	bottom:100px;
}
.carousel-caption h3 {
	text-shadow: 3px -1px 3px #000;
	font-size:40px;
}
.carousel-caption {
    position: absolute;
    width: 100%;
	left:unset!important;
	right:unset!important;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
	top:75%;
    text-align: center;
}
* {box-sizing: border-box;}

.container-over {
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: #1c7d99; /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.container-over:hover .overlay {
  opacity: 1;
  transition:0.4s;
}
.container-over:hover {
	cursor:pointer;
}
.container-over:hover img {
  opacity: 0.5;
  transition:0.4s;
}
@media  (min-width: 56px) and (max-width: 576px) { 
	header{
		padding-left:15px;
		padding-right:15px;
	}
	.menu2 ul li {
		margin-top:15px;
		display:block;
	}
	.menu_2ul{
		text-align:center;
		padding-left:0px;
	}
	.carousel-caption h3 {
		font-size: 25px;
	}
	.carousel-indicators {
		bottom: 20px;
	}
	.pb-mob-15{
		padding-bottom:15px;
	}
	.redes{
		text-align:center;
	}
	.coluna_home_sobre{
		margin-top:30px!important;
		margin-bottom:15px!important;
	}
	.mt-mob-15{
		margin-top:15px;
	}
	.container-over img{
		margin-bottom:15px;
	}
	.zona_elevada_topo {
		width:100%!important;
		left:0px!important;
	}
}
@media  (min-width: 577px) and (max-width: 768px) { 
.zona_elevada_topo {
		width:100%!important;
		left:0px!important;
	}
.mt-mob-15{
		margin-top:15px;
	}
	header{
		padding-left:15px;
		padding-right:15px;
	}
	.menu2 ul li {
		margin-top:15px;
		display:block;
	}
	.menu_2ul{
		text-align:center;
		padding-left:0px;
	}
	.carousel-caption h3 {
		font-size: 28px;
	}
	.carousel-indicators {
		bottom: 80px;
	}
	.pb-mob-15{
		padding-bottom:15px;
	}
	.redes{
		text-align:center;
	}.coluna_home_sobre{
		margin-top:30px!important;
		margin-bottom:15px!important;
	}
}
@media  (min-width: 769px) and (max-width: 992px) { 
.mt-mob-15{
		margin-top:15px;
	}
	header{
		padding-left:15px;
		padding-right:15px;
	}
	.menu2 ul li {
		margin-top:15px;
		display:block;
	}
	.menu_2ul{
		text-align:center;
		padding-left:0px;
	}
	.carousel-caption h3 {
		font-size: 32px;
	}
	.carousel-indicators {
		bottom: 40px;
	}.coluna_home_sobre{
		margin-top:30px!important;
		margin-bottom:15px!important;
	}
	
	.zona_elevada_topo {
		width:100%;
		left:0px;
	}
}
@media (min-width: 993px) and  (max-width: 1200px) { 
	.mt-mob-15{
		margin-top:15px;
	}
	header{
		padding-left:15px;
		padding-right:15px;
	}
	.menu2 ul li {
		margin-top:15px;
		display:inline-block;
	}
	.menu_2ul{
		text-align:center;
		padding-left:0px;
	}
	.coluna_home_sobre{
		margin-top:30px!important;
		margin-bottom:15px!important;
	}
	
}
@media  (min-width: 1200px) {
	header{
		position:fixed;    
		width: 100%;
		z-index: 999;
	}
	.pagina_home header{
		background:rgba(255,255,255,0.7);
	}
	.menu2{
		padding-top:15px;
		padding-bottom:15px;
	}
	.menu_2ul{
		margin-bottom:0px;
		text-align:center;
	}
	.pagina_contactos .conteudo{
		padding-top:100px;
	}
	.header_branco{
		background:#fff!important;
	}
	.header_branco_transparente{
		background:rgba(255,255,255,0.7)!important;
	}
	.sobrenos{
		margin-top:70px;
	}
	.zona_elevada{
		position:relative;
		top:-169px;
		width:100%;
		padding-top:30px;
		padding-bottom:30px;
		
	}
	
}
/*FIM ESPECIFICO*/
