@charset "utf-8";
/* CSS Document */

@font-face{
	font-family: lemon_bold;
	src: url("../../lemon_milk/LEMONMILK-Bold.otf");
}

@font-face{
	font-family: lemon_regular;
	src: url("../../lemon_milk/LEMONMILK-Regular.otf");
}

@font-face{
	font-family: lemon_light;
	src: url("../../lemon_milk/LEMONMILK-Light.otf");
}

@font-face{
	font-family: frutiger;
	src: url("../../Font text/frutiger-45-light.otf");
}



body{
	margin: 0;
	padding: 0;
	background:#F4F3EF;
	background-image: url("../../imagens/Background logo.png"); /* Caminho para a imagem */
    background-size: cover; /* Faz com que a imagem ocupe toda a área */
    background-repeat: no-repeat; /* Evita que a imagem se repita */
    background-attachment: fixed; /* Faz com que a imagem permaneça fixa ao rolar a página */
    background-position: center; /* Centraliza a imagem */
    height: 100vh; /* Garante que a altura inicial do fundo cubra a viewport */
	color:#EDE8E4;
}

.navbar {
	width:100%;
	height:85px;
    background-color:#BC3B39;
}

.logo{
	width: 140px;
    height: 90px;
    position: absolute;
    top: 0px;
    left: 20px;
}

.botoes{
	display: flex;
	justify-content: space-between;
	position: absolute;
	padding: 20px 30px;
	top: 40px;
	align-items:center;
	width: 30%;
    top: -8px;
    left: 1270px;
	font-family: lemon_light;
}

a {
	color:white;
	text-decoration: none;
	font-size: 20px;
}

.Contacto{
	display: inline-block;
	padding: 15px 30px;
	background-color: rgba(152, 39, 45, 1.0);
	border-radius: 30px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
	transition: background-color 0.3s, box-shadow 0.3s;
}

.Contacto:hover{
	display: inline-block;
	padding: 15px 30px;
	background-color: rgba(190, 30, 35, 0.8);
	border-radius: 30px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
}

.botao{
	display: inline-block;
	position:relative;
	transition: color 0.3s;
}

.botao::after{
	content:"";
	position:absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: white;
	transform: scaleX(0);
	transition: transform 0.25s ease-out;
	tranform-origin: bottom center;
}


.botao:hover::after{
	transform: scaleX(1);
	tranfgorm-origin: bottom center;
}

.botao:hover{
	color:#E4E4E4;
	
	
}



.dropdow{
	border: none;
 	outline: none;
	float: left;
  	overflow: hidden;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}




h1{
	font-family: lemon_bold;
}

p{
	font-family: frutiger;
}

.slideshow-container {
      position: relative;
      width: 700px;  /* Defina a largura desejada */
      height: 500px; /* Defina a altura desejada */
      margin: 20px auto;
      overflow: hidden;
      border-radius: 10px;
	  box-shadow: 8px 4px 20px rgba(0, 0, 0, 0.6);
	  top: 100px;
      left: -420px;
    }



    .slides {
      display: none;
      width: 100%;
      height: 100%;
    }

    .slides img {
      width: 100%;
      height: 100%;
 /* Ajusta a imagem ao tamanho do contêiner */
    }

    .prev, .next {
      cursor: pointer;
      position: absolute;
      top: 50%;
      width: 40px;
      padding: 10px;
      color: white;
      background: rgba(0, 0, 0, 0.5);
      border: none;
      font-size: 18px;
      transform: translateY(-50%);
    }

    .prev { left: 0; }
    .next { right: 0; }

    .dot-container {
      text-align: center;
      padding: 10px 0;
	  top: 80px;
      left: -420px;
      position: relative;
    }

    .dot {
      cursor: pointer;
      height: 10px;
      width: 10px;
      margin: 0 4px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
    }

    .active {
      background-color: #717171;
    }


.titulo_rana, .descrisao_rana{
	color:black;
}

.titulo_rana{
	position:absolute;
	top: 730px;
	left: 180px;
	color:#98282D;
}

.descrisao_rana{
	position:absolute;
	top: 800px;
	left: 180px;
}






.slideshow-container2 {
    position: relative;
    width: 700px;
    height: 504px;
    margin: 20px;
    overflow: hidden;
    border-radius: 10px;
	box-shadow: 8px 4px 20px rgba(0, 0, 0, 0.6);
    top: -482px;
    left: 1000px;
}

.slides2 {
    display: none;
    width: 100%;
    height: 100%;
}

.slides2 img {
    width: 100%;
    height: 100%;
}

.prev2, .next2 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 40px;
    padding: 10px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    font-size: 18px;
    transform: translateY(-50%);
}

.prev2 { left: 0; }
.next2 { right: 0; }

.dot-container2 {
    text-align: center;
    padding: 10px;
    top: 708px;
    left: 1340px;
    position: absolute;
}

.dot2 {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 4px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.active2 {
    background-color: #717171;
}

.titulo_morelena, .descrisao_morelena{
	color:black;
}

.titulo_morelena{
	position:absolute;
	top: 730px;
	left: 1023px;
	color:#98282D;
}

.descrisao_morelena{
	position:absolute;
	top: 800px;
	left: 1023px;
}



.galamares{
	position:absolute;
	top: 970px;
	left: 180px;
	
}

.galamares_img{
	height: 765px;
	width:1540px;
	border-radius: 10px;
	box-shadow: 8px 4px 20px rgba(0, 0, 0, 0.6);
	
}

.titulo_galamares{
	position:absolute;
	color:black;
	top: 1750px;
	left: 180px;
	color:#98282D;
}






.slideshow-container3 {
    position: relative;
    width: 700px;
    height: 500px;
    margin: 20px auto;
    overflow: hidden;
    border-radius: 10px;
	box-shadow: 8px 4px 20px rgba(0, 0, 0, 0.6);
    top: 800px;
    left: -420px;
}

.slides3 {
    display: none;
    width: 100%;
    height: 100%;
}

.slides3 img {
    width: 100%;
    height: 100%;
}

.prev3, .next3 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 40px;
    padding: 10px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    font-size: 18px;
    transform: translateY(-50%);
}

.prev3 { left: 0; }
.next3 { right: 0; }

.dot-container3 {
    text-align: center;
    padding: 10px 0;
    top: 780px;
    left: -420px;
    position: relative;
}

.dot3 {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 4px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.active3 {
    background-color: #717171;
}


.titulo_alcados, .descrisao_alcados{
	color:black;
}

.titulo_alcados{
	position:absolute;
	top: 2530px;
	left: 180px;
	color:#98282D;
}

.descrisao_alcados{
	position:absolute;
	top: 2630px;
	left: 180px;
}






.slideshow-container4 {
    position: relative;
    width: 700px;
    height: 504px;
    margin: 20px;
    overflow: hidden;
    border-radius: 10px;
	box-shadow: 8px 4px 20px rgba(0, 0, 0, 0.6);
    top: 218px;
    left: 1000px;
}

.slides4 {
    display: none;
    width: 100%;
    height: 100%;
}

.slides4 img {
    width: 100%;
    height: 100%;
}

.prev4, .next4 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 40px;
    padding: 10px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    font-size: 18px;
    transform: translateY(-50%);
}

.prev4 { left: 0; }
.next4 { right: 0; }

.dot-container4 {
    text-align: center;
    padding: 10px 0;
    top: 2516px;
    left: 1275px;
    position: absolute;
}

.dot4 {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.active4 {
    background-color: #555;
}


.titulo_cacem, .descrisao_cacem{
	color:black;
}

.titulo_cacem{
	position:absolute;
	top: 2530px;
	left: 1013px;
	color:#98282D;
}

.descrisao_cacem{
	position:absolute;
	top: 2630px;
	left: 1013px;
}





.slideshow-container5 {
    position: relative;
    width: 700px;
    height: 500px;
    margin: 20px auto;
    overflow: hidden;
    border-radius: 10px;
	box-shadow: 8px 4px 20px rgba(0, 0, 0, 0.6);
    top: 500px;
    left: -420px;
}

.slides5 {
    display: none;
    width: 100%;
    height: 100%;
}

.slides5 img {
    width: 100%;
    height: 100%;
}

.prev5, .next5 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 40px;
    padding: 10px;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    font-size: 18px;
    transform: translateY(-50%);
}

.prev5 { left: 0; }
.next5 { right: 0; }

.dot-container5 {
    text-align: center;
    padding: 10px 0;
    top: 480px;
    left: -435px;
    position: relative;
}

.dot5 {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 6px;
    background-color: #aaa;
    border-radius: 50%;
    display: inline-block;
}

.active5 {
    background-color: #333;
}

.titulo_banzao, .descrisao_banzao{
	color:black;
}

.titulo_banzao{
	position: absolute;
	top: 3330px;
	left: 180px;
	color:#98282D;
}

.descrisao_banzao{
	position: absolute;
	top: 3400px;
	left: 180px;
}






.slideshow-container6 {
    position: relative;
    width: 700px;
    height: 504px;
    margin: 20px;
    overflow: hidden;
    border-radius: 10px;
	box-shadow: 8px 4px 20px rgba(0, 0, 0, 0.6);
    top: -82px;
    left: 1000px;
}

.slides6 {
    display: none;
    width: 100%;
    height: 100%;
}

.slides6 img {
    width: 100%;
    height: 100%;
}

.prev6, .next6 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 40px;
    padding: 10px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    font-size: 18px;
    transform: translateY(-50%);
}

.prev6 { left: 0; }
.next6 { right: 0; }

.dot-container6 {
    text-align: center;
    padding: 10px 0;
    top: 3320px;
    left: 1360px;
    position: absolute;
}

.dot6 {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.active6 {
    background-color: #555;
}

.titulo_arneiro, .descrisao_arneiro{
	color:black;
}

.titulo_arneiro{
	position:absolute;
	top: 3330px;
	left: 1018px;
	color:#98282D;
}

.descrisao_arneiro{
	position:absolute;
	top: 3400px;
	left: 1018px;
}






.slideshow-container7 {
    position: relative;
    width: 700px;
    height: 500px;
    margin: 20px auto;
    overflow: hidden;
    border-radius: 10px;
	box-shadow: 8px 4px 20px rgba(0, 0, 0, 0.6);
    top: 115px;
    left: -420px;
}

.slides7 {
    display: none;
    width: 100%;
    height: 100%;
}

.slides7 img {
    width: 100%;
    height: 100%;
}

.prev7, .next7 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 40px;
    padding: 10px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    font-size: 18px;
    transform: translateY(-50%);
}

.prev7 { left: 0; }
.next7 { right: 0; }

.dot-container7 {
    text-align: center;
    padding: 10px 0;
    top: 95px;
    left: -435px;
    position: relative;
}

.dot7 {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 4px;
    background-color: #aaa;
    border-radius: 50%;
    display: inline-block;
}

.active7 {
    background-color: #333;
}

.titulo_alcabideche, .descrisao_alcabideche{
	color:black;
}

.titulo_alcabideche{
	position:absolute;
	top: 4060px;
	left: 180px;
	color:#98282D;
}



.descrisao_alcabideche{
	position:absolute;
	top: 4180px;
	left: 180px;
}






.slideshow-container8 {
    position: relative;
    width: 700px;
    height: 504px;
    margin: 20px;
    overflow: hidden;
    border-radius: 10px;
	box-shadow: 8px 4px 20px rgba(0, 0, 0, 0.6);
    top: -468px;
    left: 1000px;
}

.slides8 {
    display: none;
    width: 100%;
    height: 100%;
}

.slides8 img {
    width: 100%;
    height: 100%;
}

.prev8, .next8 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 40px;
    padding: 10px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    font-size: 18px;
    transform: translateY(-50%);
}

.prev8 { left: 0; }
.next8 { right: 0; }

.dot-container8 {
    text-align: center;
    padding: 10px 0;
    top: 4040px;
    left: 1355px;
    position: absolute;
}

.dot8 {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 4px;
    background-color: #999;
    border-radius: 50%;
    display: inline-block;
}

.active8 {
    background-color: #444;
}

.titulo_ajuda, .descrisao_ajuda{
	color:black;
}

.titulo_ajuda{
	position:absolute;
	top: 4060px;
	left: 1018px;
	color:#98282D;
}

.descrisao_ajuda{
	position:absolute;
	top: 4140px;
	left: 1018px;
}





.slideshow-container9 {
    position: relative;
    width: 700px;
    height: 500px;
    margin: 20px auto;
    overflow: hidden;
    border-radius: 10px;
	box-shadow: 8px 4px 20px rgba(0, 0, 0, 0.6);
    top: -180px;
    left: -420px;
}

.slides9 {
    display: none;
    width: 100%;
    height: 100%;
}

.slides9 img {
    width: 100%;
    height: 100%;
}

.prev9, .next9 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 40px;
    padding: 10px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    font-size: 18px;
    transform: translateY(-50%);
}

.prev9 { left: 0; }
.next9 { right: 0; }

.dot-container9 {
    text-align: center;
    padding: 10px 0;
    top: -200px;
    left: -425px;
    position: relative;
}

.dot9 {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 4px;
    background-color: #aaa;
    border-radius: 50%;
    display: inline-block;
}

.active9 {
    background-color: #555;
}


.titulo_agualva, .descrisao_agualva{
	color:black;
}

.titulo_agualva{
	position:absolute;
	top: 4880px;
	left: 180px;
	color:#98282D;
}


.descrisao_agualva{
	position:absolute;
	top: 4985px;
	left: 180px;
}




.slideshow-container10 {
    position: relative;
    width: 700px;
    height: 504px;
    margin: 20px;
    overflow: hidden;
    border-radius: 10px;
	box-shadow: 8px 4px 20px rgba(0, 0, 0, 0.6);
    top: -762px;
    left: 1000px;
}

.slides10 {
    display: none;
    width: 100%;
    height: 100%;
}

.slides10 img {
    width: 100%;
    height: 100%;
}

.prev10, .next10 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 40px;
    padding: 10px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    font-size: 18px;
    transform: translateY(-50%);
}

.prev10 { left: 0; }
.next10 { right: 0; }

.dot-container10 {
    text-align: center;
    padding: 10px 0;
    top: 4853px;
    left: 1350px;
    position: absolute;
}

.dot10 {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 4px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
}

.active10 {
    background-color: #444;
}

.titulo_aboboda, .descrisao_aboboda{
	color:black;
}

.titulo_aboboda{
	position:absolute;
	top: 4880px;
	left: 1018px;
	color:#98282D;
}


.descrisao_aboboda{
	position:absolute;
	top: 4960px;
	left: 1018px;
}



footer {
	position:relative;
	top: -420px;
	height:320px;
    background-color:#6E6D6C;
    color: white;
    padding: 20px 10px;
}



.redesocial{
	position:absolute;
	top:40px;
	right: 200px;
	height: 70px;
	width:70px;
	transition: opacity 0.4s ease; /* Suaviza o efeito de transparência */
}

.redesocial:hover{
	opacity: 0.6; /* Torna a imagem 40% transparente */
}

.redesociale{
	position:absolute;
	top:25px;
	right: 65px;
	height: 100px;
	width:100px;
	transition: opacity 0.4s ease; /* Suaviza o efeito de transparência */
}

.redesociale:hover{
	opacity: 0.6; /* Torna a imagem 40% transparente */
}

.maps{
	position:absolute;
	top:30px;
	left:270px;
}

.Belavistaoffice{
	position:absolute;
	top:30px;
	height: 300px;
	left:670px;
}


.telemovel{
	position:absolute;
	top:80px;
	right:710px;
	font-family: lemon_regular;
	font-size: 10px;
}

.numero{
	position:absolute;
	top:4px;
	right:-40px;
	font-size:27px;
	color:#D7CBBD;
	font-family: lemon_light;
	font-size: 15px;
}

.numeroAssistente{
	position:absolute;
	top:72px;
	right:-49px;
	font-size:27px;
	color:#D7CBBD;
	font-family: lemon_light;
	font-size: 15px;
}

.Emails{
	position:absolute;
	top:112px;
	left:80px;
	font-size:27px;
	color:#D7CBBD;
	font-family: frutiger;
	font-size: 15px;
}

.Sala{
	position:absolute;
	top: 160px;
	font-family: frutiger;
}

.ligasao{
	position:absolute;
	color:white;
	top:200px;
	right: 250px;
}



/* Esconder o menu-toggle no desktop */
.menu-toggle {
    display: none;
}


.maps2{
	display: none;
}

/* Ajuste para celulares */
@media screen and (max-width: 320px) {
	
	
	
	
	

	.container {
	width: 100%;
	marging:auto;
    }

	
.navbar {
	width:400vw;
	height:170px;
    background-color:#BC3B39;
}

.logo{
	width: 365px;
    height: 195px;
    position: absolute;
    top: -5px;
    left: 10px;
}
	
	.menu-toggle {
    display: block;
    position: absolute;
    top: -18px;
    left: 1020px;
    font-size: 140px;
    color: white;
    cursor: pointer;
    z-index: 1001;
}

.botoes{
	display: flex;
	justify-content: space-between;
	position: absolute;
	padding: 20px 30px;
	top: 40px;
	align-items:center;
	width: 30%;
    top: -8px;
    left: 270px;
	font-family: lemon_light;
	
	display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: 1000;
    pointer-events: none;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

a {
	color:white;
	text-decoration: none;
	font-size: 20px;
}

.botoes a {
    color: white;
    font-size: 105px;
    padding: 25px;
    text-decoration: none;
    transition: color 0.3s;
}
	
.botoes a:hover {
    color: #ffcc00;
}

/* Quando o menu está ativo */
.botoes.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}
	
/* Ícone do menu hambúrguer (sem rotação) */
.menu-toggle {
    display: block;
    position: absolute;
    top: -18px;
    left: 1020px;
    font-size: 140px;
    color: white;
    cursor: pointer;
    z-index: 1001;
}
	
	
.Contacto{
	display: inline-block;
	padding: 15px 30px;
	background-color: rgba(152, 39, 45, 1.0);
	border-radius: 100px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
	transition: background-color 0.3s, box-shadow 0.3s;
}

.Contacto:hover{
	display: inline-block;
	padding: 15px 30px;
	background-color: rgba(190, 30, 35, 0.8);
	border-radius: 100px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
}

.botao{
	display: inline-block;
	position:relative;
	transition: color 0.3s;
}

.botao::after{
	content:"";
	position:absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: white;
	transform: scaleX(0);
	transition: transform 0.25s ease-out;
	tranform-origin: bottom center;
}


.botao:hover::after{
	transform: scaleX(1);
	tranfgorm-origin: bottom center;
}

.botao:hover{
	color:#E4E4E4;
	
	
}



.dropdow{
	border: none;
 	outline: none;
	float: left;
  	overflow: hidden;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
	
h1{
	font-family: lemon_bold;
}

p{
	font-family: frutiger;
}

 .slideshow-container, 
    .slideshow-container2, 
    .slideshow-container3, 
    .slideshow-container4, 
    .slideshow-container5, 
    .slideshow-container6, 
    .slideshow-container7, 
    .slideshow-container8, 
    .slideshow-container9, 
    .slideshow-container10 {
        width: 90%; /* Reduz a largura para encaixar melhor */
        max-width: 280px; /* Define um tamanho máximo adequado */
        margin: 0 auto; /* Centraliza horizontalmente */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Garante que o conteúdo dentro dos slides também fique centralizado */
    .slide, .slide img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }

    /* Centraliza os botões de navegação e indicadores */
    .dot-container, 
    .dot-container2, 
    .dot-container3, 
    .dot-container4, 
    .dot-container5, 
    .dot-container6, 
    .dot-container7, 
    .dot-container8, 
    .dot-container9, 
    .dot-container10 {
        text-align: center;
    }
	
	
	
	
	
footer {
	position:relative;
	top: 8086px;
	height:1720px;
    background-color:#746C6C;
    color: white;
    padding: 20px 10px;
	width: 394vw;
}


.redesocial{
	position:absolute;
	top:40px;
	right: 360px;
	height: 200px;
	width:200px;
	transition: opacity 0.4s ease; /* Suaviza o efeito de transparência */
}

.redesocial:hover{
	opacity: 0.6; /* Torna a imagem 40% transparente */
}

.redesociale{
	position:absolute;
	top:-3px;
	right: 10px;
	height: 300px;
	width:300px;
	transition: opacity 0.4s ease; /* Suaviza o efeito de transparência */
}

.redesociale:hover{
	opacity: 0.6; /* Torna a imagem 40% transparente */
}

.maps{
	display:none;
	position:absolute;
	top:30px;
	left:270px;
}
	
.maps2{
	display: flex;
	position:absolute;
	top:810px;
	left:30px;
	}

.Belavistaoffice{
	position:absolute;
	top:810px;
	height: 900px;
	left:635px;
}


.telemovel{
	position:absolute;
	top:-10px;
	right:795px;
	font-family: lemon_regular;
	font-size: 35px;
}

.numero{
	position:absolute;
	top:20px;
	right:-125px;
	color:#D7CBBD;
	font-family: lemon_light;
	font-size: 50px;
}

.numeroAssistente{
	position:absolute;
	top:256px;
	right:-155px;
	color:#D7CBBD;
	font-family: lemon_light;
	font-size: 50px;
}

.Emails{
	position:absolute;
	top:375px;
	left:260px;
	color:#D7CBBD;
	font-family: frutiger;
	font-size: 60px;
}

.Sala{
	position:absolute;
	top: 495px;
	font-family: frutiger;
	width: 70px;
    font-size: 70px;
}

.ligasao{
	position:absolute;
	color:white;
	top:200px;
	right: 250px;
}
		
	
}	