@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:#EDEBE4;
	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;
}




.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: 78px;
      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_cacem, .descrisao_cacem{
	color:black;
}

.titulo_cacem{
	position:absolute;
	top: 730px;
	left: 180px;
	color:#98282D;
}

.descrisao_cacem{
	position:absolute;
	top: 840px;
	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: 710px;
    left: 1315px;
    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_magoito, .descrisao_magoito{
	color:black;
}

.titulo_magoito{
	position:absolute;
	top: 730px;
	left: 1020px;
	color:#98282D;
}

.descrisao_magoito{
	position:absolute;
	top: 800px;
	left: 1020px;
}




.slideshow-container3 {
    position: relative;
    width: 700px;
    height: 509px;
    margin: 20px auto;
    overflow: hidden;
    border-radius: 10px;
	box-shadow: 8px 4px 20px rgba(0, 0, 0, 0.6);
    top: -250px;
    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: -270px;
    left: -440px;
    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_vilaverde, .descrisao_vilaverde{
	color:black;
}

.titulo_vilaverde{
	position:absolute;
	top: 1480px;
	left: 180px;
	color:#98282D;
}

.descrisao_vilaverde{
	position:absolute;
	top: 1550px;
	left: 180px;
}


.trajouce_img{
	position: absolute;
    top: 961px;
    left: 1020px;
    height: 500px;
    width: 700px;
    border-radius: 10px;
	box-shadow: 8px 4px 20px rgba(0, 0, 0, 0.6);
}

.titulo_trajouce, .descrisao_trajouce{
	color:black;
}

.titulo_trajouce{
	position:absolute;
	top: 1480px;
	left: 1020px;
	color:#98282D;
}

.descrisao_trajouce{
	position:absolute;
	top: 1550px;
	left: 1020px;
}




.tires_img{
	position: absolute;
    top: 1650px;
    left: 180px;
    height: 500px;
    width: 700px;
    border-radius: 10px;
	box-shadow: 8px 4px 20px rgba(0, 0, 0, 0.6);
}

.titulo_tires, .descrisao_tires{
	color:black;
}

.titulo_tires{
	position:absolute;
	top: 2150px;
	left: 180px;
	color:#98282D;
}

.descrisao_tires{
	position:absolute;
	top: 2220px;
	left: 180px;
}



.Odivelas_img{
	position: absolute;
    top: 1650px;
    left: 1020px;
    height: 500px;
    width: 700px;
    border-radius: 10px;
	box-shadow: 8px 4px 20px rgba(0, 0, 0, 0.6);
}

.titulo_Odivelas, .descrisao_Odivelas{
	color:black;
}

.titulo_Odivelas{
	position:absolute;
	top: 2150px;
	left: 1020px;
	color:#98282D;
}

.descrisao_Odivelas{
	position:absolute;
	top: 2220px;
	left: 1020px;
}



.mucifal_img{
	position: absolute;
    top: 2330px;
    left: 180px;
    height: 500px;
    width: 700px;
    border-radius: 10px;
	box-shadow: 8px 4px 20px rgba(0, 0, 0, 0.6);
}

.titulo_mucifal, .descrisao_mucifal{
	color:black;
}

.titulo_mucifal{
	position:absolute;
	top: 2830px;
	left: 180px;
	color:#98282D;
}

.descrisao_mucifal{
	position:absolute;
	top: 2900px;
	left: 180px;
}



.algueirao_img{
	position: absolute;
    top: 2330px;
    left: 1020px;
    height: 500px;
    width: 700px;
    border-radius: 10px;
	box-shadow: 8px 4px 20px rgba(0, 0, 0, 0.6);
}

.titulo_algueirao, .descrisao_algueirao{
	color:black;
}

.titulo_algueirao{
	position:absolute;
	top: 2830px;
	left: 1020px;
	color:#98282D;
}

.descrisao_algueirao{
	position:absolute;
	top: 2900px;
	left: 1020px;
}

h1{
	font-family: lemon_bold;
}

p{
	font-family: frutiger;
}



footer {
	position:relative;
	top: 1350px;
	height:320px;
    background-color:#746C6C;
    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;
	
}

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;
}


	
	
	
	
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;
}
		
	
}	