@charset "utf-8";
/* CSS Document */

body{
	font-family:Open Sans Light, Open Sans;
	margin:0;
}

h1{
	font-size:40px;
	font-family:Open Sans regular;
	padding-top:25px;
	text-shadow: 0px 0px 1px grey;
	text-align: center;
}

button a:link{
	text-decoration: none;
	color:white;

}

.row{
	padding:60px;
}

.row:nth-child(odd){
	background-color: #f2f2f2;
}

/*-- CSS para Formulario --*/

.formulario{
	padding: 40px 80px;
}

.formulario form input{
	width:100%;
	padding: 0 10px;
}

input{
	font-size: 21px;
	line-height: 2;
	margin-bottom: 20px;
}

input::-webkit-input-placeholder {
    font-size: 21px;
		line-height: 2;
		font-style: italic;
}

textarea::-webkit-input-placeholder {
    font-size: 21px;
		line-height: 2;
		font-style: italic;
}

.formulario form textarea{
	width:100%;
	margin: 20px 0 0 0;
	font-size: 21px;
	line-height: 2;
	padding-left:10px;
}

input[type=text] {
	border: none;
	border-bottom: 1px solid grey;
}


input[type=email] {
	border: none;
	border-bottom: 1px solid grey;
}

input[type=submit] {
	position: absolute;
	left:25%;
	background-color:#18a79d;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

input[type=submit]:hover {
	/* background-color: #7FF5D6;
	color:black; */
	color: white;
	background-color:rgba(21, 144, 173,.6);

}

.alinharbotao {
	padding-top:20px;
	text-align: center;
}

.button {
	position: absolute;
	top: 50%;
}

.mapa img{
	width:100%;
	box-shadow: 2px 2px 5px grey;
}




.tabular1{
	text-indent:2em;
}

.politica{
	padding: 50px;
}

/* CONTACTOS */

.textoondeestamos{
	padding: 20px 10% 0px 10%;
	font-size: 18px;
}

.tabelacontactos {
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	font-size: 18px;
	background-color: #F2F2F2;
}

.tabelacontactos th {
	font-family: "Font Awesome 5 Brands";
	padding: 40px 8px 10px 8px;
	font-size: 21px;
}

th {
	text-align: center;
}


.tabelacontactos td {
	padding: 10px 0px 40px 0px;
}

.segundalinhatabela {
	font-weight: bold;
}

.terceiralinhatabela{
	vertical-align: top;
	line-height: 2;
}

.infoadicional{
	padding-top:20px;
	text-align: center;
	font-size: 21px;
}

.mapouter{
	margin-top:40px;
	text-align:right;
	height:500px;
	width:100%;
}
.gmap_canvas {
	overflow:hidden;
	background:none!important;
	height:500px;
	width:100%;
}




/* -- Start Hamburger Menu Code -- */
.topnav {
	display: inline-block;
    vertical-align: middle;
    line-height: 95px;
	overflow: hidden;
	/* float: right; */
	background-color:#e1feff;

}

.topnav a {
	float: left;
	display: block;
	color:#18a79d;
	text-align: center;
	padding: 0px 16px;
	text-decoration: none;
	font-size: 21px;
	white-space: nowrap;
}

.topnav a:hover {
  background-color:#18a79d;
  color: white;
}

.active {
  background-color:#8ac7d6;
}

.topnav .icon {
  display: none;

}

.alinhardireita{
	text-align:right;
}

.alinharesquerda{
	text-align:left;
}

.texto{
	color:#000;
	font-size:16px;
	padding:25px;
	line-height: 1.8;
}

.nopadd{
	padding:0px;
}

.containerpt{
	max-width:1600px;
	margin:0 auto;
}

.container{
	background-color:white;
	/* box-shadow: 0px 0px 15px #B0B0B0; */
	padding:0px;
	width:70%;

}

.separador{
	margin:10px;
	border-top: 1px solid #A6A6A6;
	padding-bottom:20px;
}

.fotoperfil img{
	border-radius:50%;
	max-width: 300px;
	box-shadow: 0px 0px 15px #B0B0B0;

}

.barratopo{
	height:25px;
	background-color: #18a79d;
	text-align: center;
	color:white;
	white-space: nowrap;
	box-shadow: 0px 0px 10px #18a79d;
	z-index:21;
	position:fixed;
	width:100%;

}

.textoareas{
	padding-top:20px;
	padding-right:80px;
	font-size:18px;
}

.textoequipa{
	padding-top:20px;
	font-size:18px;
}

.menu{
	height:95px;
	background-color:#e1feff;
	color:white;
	box-shadow: 0px 0px 10px grey;
	z-index:20;
	position:fixed;
	width:100%;
	top:25px;
}

.menu img{
	max-height: 75px;

}

.logo{
	text-align:right;
	padding-top:10px;
}

.logos{
	font-family:"Font Awesome 5 Brands Regular"," Font Awesome 5 Free Regular"," Font Awesome 5 Free Solid";
}

.linkfb{
	font-size: 28px;
	font-family:"Font Awesome 5 Brands Regular"," Font Awesome 5 Free Regular"," Font Awesome 5 Free Solid";
	color:black;
	text-decoration:none;
}

.linkfb a:link {
    text-decoration: none;
}

.linkfb a:visited {
    text-decoration: none;
}

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


#textologo{
	/* position:absolute; */
	/* line-height: 5; */
	/* padding-top:55px; */
	/* vertical-align:text-bottom; */
	font-size:18px;
	color:#18a79d;
	font-family:"Arista 2.0 Light";
}
#textologo img{
	max-width: 250px;
}

.areasBox{
	position: relative;
	text-align:center;
	/* display:flex;
	justify-content: space-between;
	flex-wrap: wrap; */
}

.areasBox>div{
	display:inline-block;
	padding: 40px 0;
	width: 20%;
	margin: 0 3%;
	/* float:left; */
}

.areasBox img{
	width: 100%;
	/* margin-left: 5%; */
	border-radius: 50%;
	box-shadow: 0px 0px 15px #B0B0B0;
}

.carousel{
	/* top:120px; */
	box-shadow: 0px 0px 10px grey;
}

.carousel .item {
	height: 550px;
	background-color:#FFFFFF;
}

.carousel-content {
	position: absolute;
	bottom: 20%;
	left: 60%;
	z-index: 20;
	color: White;
	font-size:48px;
	font-family:Open Sans;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	text-align: right;
}

.carousel-content a{
	font-size: 36px;
	text-decoration: none;
	color: white;
	background-color:#18a79d;
	border-radius: 5px;
	padding: 5px 15px;
	box-shadow: 0px 0px 15px #B0B0B0;

}

.carousel-content a:hover{
	color: white;
	background-color:rgba(21, 144, 173,.8);
	/* background-color:#7ff5d6;
color:black; */


}

.item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 550px;
	min-width:960px;
}

footer{
	height:80px;
	background-color:#3F3F3F;
	color:white;
	margin-top:125px;
	text-align: center;
	padding-top: 30px;
}

footer a{
	text-decoration: none;
	color: white;
}
footer a:hover{
	color: white;
}

@media screen and (max-width:1400px){
	.topnav a {
		font-size:17px;
	}
}

@media screen and (max-width:1200px){
	#textologo{
		display:none;
	}
	.logo{
		float:left;
	}
	.fotoperfil img{
		max-width:200px;
	}

}

@media screen and (max-width: 820px) {
	.topnav a:not(:first-child) {display: none;}
	.topnav a.icon {
    float: right;
    display: block;
		font-size:25px;
  }
	.topnav a{
		  display:none;
	  }
  .topnav.responsive {
	  position: relative;
	  padding-top:95px;
	}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* Politica de privacidade footer */

.cookiefooter a{
	text-decoration: underline;
	color: white;
}
.cookiefooter a:hover{
	color:black;
}


.cookiefooter{
	display:none;
	padding: 5px;
	padding-top:15PX;
	font-size: 18px;
	width: 100%;
	background-color: #3F3F3F;
	text-align: center;
	position:fixed;
	bottom: 0;
	color: white;
}

.btncookies{
	border: 1px solid #3F3F3F;
	color:#3F3F3F;
	border-radius: 5px;
	background-color: white;
	padding:2px 10px;
	font-weight: bold;
	cursor: pointer;
}

.btncookies:hover{
	background-color: #3F3F3F;
	color: white;
	border: 1px solid white;
}
.esconderfooter{
	display:none;
}



/* CSS para Galeria */

* {
  box-sizing: border-box;
}

/* The grid: Four equal colunagalerias that floats next to each other */
.colunagaleria {
  float: left;
  width: 25%;
  padding: 10px;
}

/* Style the images inside the grid */
.colunagaleria img {
  opacity: 0.8;
  cursor: pointer;
}

.colunagaleria img:hover {
  opacity: 1;
}

/* Clear floats after the colunagalerias */
.fila:after {
  content: "";
  display: table;
  clear: both;
}

/* The expanding image mostrarimagem */
.mostrarimagem {
  position: relative;
  display: none;
}

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

/* Closable button inside the expanded image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}