@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;
}



.Localizazao{
	font-size: 45px;
	color:#98272D;
	position:absolute;
	left: 165px;
	top: 115px;
	text-align: center;
}

.mapas{
	position:absolute;
	left: 350px;
	top:170px;
}

.BelaVistaOffice{
	position:absolute;
	top:170px;
	left: 1150px;
	height: 600px;
	text-align:center;
	box-shadow: 8px 4px 20px rgba(0, 0, 0, 0.6);
	
}

.MAPA{	text-align:center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
}


.contacto {
            position: absolute;
            top: 865px; /* Posição do título */
            left: 170px; /* Ajuste horizontal */
            color:#98282D;
            font-size: 45px;
        }

        .containe {
            position: absolute;
			color:black;
            height: 190%; /* Garante que ocupe a tela */
        }

        /* Primeira coluna */
        .column-1 {
            position: absolute;
            top: 875px; /* Ajuste vertical */
            left: 230px; /* Ajuste horizontal */
            width: 350px; /* Largura da coluna */
			font-size: 30px;
        }
.exemplo1{
	top:0px;
	left:85px;
	font-family: frutiger;
}

.exemplo2{
	top:140px;
	left:85px;
	font-family: frutiger;
}

        /* Segunda coluna */
        .column-2 {
            position: absolute;
   			top: 948px;
   			left: 735px;
   			width: 260px;
   			font-size: 30px;
        }

.exemplo3{
	top:0px;
	left:115px;
	font-family: frutiger;
}

.exemplo4{
	top:140px;
	left:115px;
	font-family: frutiger;
}

        /* Terceira coluna */
        .column-3 {
          position: absolute;
    	  top: 875px;
    	  left: 1395px;
    	  width: 300px;
    	  font-size: 30px;
        }

        .label {
            font-weight: bold;
            display: block;
            margin-bottom: 5px;
        }

        .highlight {
            font-weight: bold;
            color: #000;
        }

        /* Separadores verticais */
        .separator-1, .separator-2 {
            position: absolute;
            top: 100px;
            bottom: 685px;
            width: 3px;
            background-color: #a94442;
        }

        .separator-1 {
            left: 620px;
    		top: 875px;
        }

        .separator-2 {
            left: 1340px;
   			top: 875px;
        }


.exemplo1, .exemplo2, .exemplo3, .exemplo4{
	position:absolute;
}





h1{
	font-family: lemon_regular;
}

span{
	font-family: lemon_regular; 
}

p{
	font-family: lemon_light;
}







.titulo_facebook{
	position:absolute;
	top: 1350px;
	color:#98282D;
	left: 50px;
	font-size: 25px;
}


.facebook-gallery {
    display: flex;
    overflow-x: hidden; /* Habilita a rolagem horizontal */
    gap: 20px; /* Espaço entre as imagens */
    padding: 10px;
    max-width: 1883px; /* Ajuste conforme necessário */
    margin: auto;
    scrollbar-width: thin; /* Personaliza a barra de rolagem */
    white-space: nowrap; /* Evita quebra de linha */
	cursor: grab; /* Indica que pode arrastar */
	position:absolute;
	top: 1450px;
	left:0px;
}

.facebook-gallery:active {
    cursor: grabbing;
}

.facebook-gallery img {
    height: 400px; /* Ajuste o tamanho conforme necessário */
    flex-shrink: 0; /* Impede que as imagens sejam redimensionadas */
    border-radius: 8px; /* Bordas arredondadas opcionais */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
	user-drag: none;
    -webkit-user-drag: none;
    pointer-events: none; /* Impede interação individual */
}

.facebook-gallery::-webkit-scrollbar {
    height: 8px;
}

.facebook-gallery::-webkit-scrollbar-thumb {
    background: #BC3B39;
    border-radius: 4px;
}






.titulo_instagram{
	position:absolute;
	top: 1900px;
	color:#98282D;
	left: 50px;
	font-size: 25px;
}


.instagram-gallery {
  display: flex;
    overflow-x: hidden; /* Habilita a rolagem horizontal */
    gap: 20px; /* Espaço entre as imagens */
    padding: 10px;
    max-width: 1883px; /* Ajuste conforme necessário */
    margin: auto;
    scrollbar-width: thin; /* Personaliza a barra de rolagem */
    white-space: nowrap; /* Evita quebra de linha */
	cursor: grab; /* Indica que pode arrastar */
	position:absolute;
	top: 2000px;
	left:0px;
}

.instagram-gallery:active {
    cursor: grabbing;
}

.instagram-gallery img {
    height: 400px; /* Ajuste o tamanho conforme necessário */
    flex-shrink: 0; /* Impede que as imagens sejam redimensionadas */
    border-radius: 8px; /* Bordas arredondadas opcionais */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
	user-drag: none;
    -webkit-user-drag: none;
    pointer-events: none; /* Impede interação individual */
}

.instagram-gallery::-webkit-scrollbar {
    height: 8px;
}

.instagram-gallery::-webkit-scrollbar-thumb {
    background: #BC3B39;
    border-radius: 4px;
}




/* Esconder o menu-toggle no desktop */
.menu-toggle {
    display: none;
}


.mapas2{
	display:none;
}


@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;
}
	
.Localizazao{
	font-size: 55px;
	color:#98272D;
	position:absolute;
	left: 40px;
	top: 220px;
	text-align: center;
}

.mapas{
	position:absolute;
	left: 350px;
	top:170px;
	display:none;
}
	
.mapas2{
	display: flow;
	position:absolute;
	left: 105px;
	top:340px;
}
	

.BelaVistaOffice{
	position:absolute;
	top:340px;
	left: 755px;
	height: 680px;
	text-align:center;
	box-shadow: 8px 4px 20px rgba(0, 0, 0, 0.6);
	
}

.MAPA{	text-align:center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
}


.contacto {
            position: absolute;
            top: 1185px; /* Posição do título */
            left: 40px; /* Ajuste horizontal */
            color:#98282D;
            font-size: 55px;
        }

        .containe {
            position: absolute;
			color:black;
            height: 190%; /* Garante que ocupe a tela */
        }

        /* Primeira coluna */
        .column-1 {
            position: absolute;
            top: 1135px; /* Ajuste vertical */
            left: 30px; /* Ajuste horizontal */
            width: 524px; /* Largura da coluna */
			font-size: 50px;
        }
.exemplo1{
	top:2px;
	left:118px;
	font-family: frutiger;
}

.exemplo2{
	top:241px;
	left:115px;
	font-family: frutiger;
}

        /* Segunda coluna */
        .column-2 {
            position: absolute;
   			top: 1120px;
   			left: 600px;
   			width: 212px;
   			font-size: 45px;
        }

.exemplo3{
	top:60px;
	left:0px;
	font-family: frutiger;
	font-size: 51px;
}

.exemplo4{
	top:140px;
	left:115px;
	font-family: frutiger;
}

        /* Terceira coluna */
        .column-3 {
          position: absolute;
    	  top: 1270px;
    	  left: 600px;
    	  width: 400px;
    	  font-size: 40px;
        }

        .label {
            font-weight: bold;
            display: block;
            margin-bottom: 5px;
        }

        .highlight {
            font-weight: bold;
            color: #000;
        }

        /* Separadores verticais */
        .separator-1, .separator-2 {
            position: absolute;
            top: 100px;
            bottom: 685px;
            width: 3px;
            background-color: #a94442;
        }

        .separator-1 {
            left: 570px;
    		top: 1115px;
        }

        .separator-2 {
			display:none;
            left: 570px;
   			top: 1115px;
        }


.exemplo1, .exemplo2, .exemplo3, .exemplo4{
	position:absolute;
}





h1{
	font-family: lemon_regular;
}

span{
	font-family: lemon_regular; 
}

p{
	font-family: lemon_light;
}







.titulo_facebook{
	position:absolute;
	top: 2000px;
	color:#98282D;
	left: 50px;
	font-size: 25px;
}


.facebook-gallery {
    display: flex;
    overflow-x: hidden; /* Habilita a rolagem horizontal */
    gap: 20px; /* Espaço entre as imagens */
    padding: 75px;
    max-width: 1131px; /* Ajuste conforme necessário */
    margin: auto;
    scrollbar-width: thin; /* Personaliza a barra de rolagem */
    white-space: nowrap; /* Evita quebra de linha */
	cursor: grab; /* Indica que pode arrastar */
	position:absolute;
	top: 2065px;
	left:0px;
}

.facebook-gallery:active {
    cursor: grabbing;
}

.facebook-gallery img {
    height: 400px; /* Ajuste o tamanho conforme necessário */
    flex-shrink: 0; /* Impede que as imagens sejam redimensionadas */
    border-radius: 8px; /* Bordas arredondadas opcionais */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
	user-drag: none;
    -webkit-user-drag: none;
    pointer-events: none; /* Impede interação individual */
}

.facebook-gallery::-webkit-scrollbar {
    height: 8px;
}

.facebook-gallery::-webkit-scrollbar-thumb {
    background: #BC3B39;
    border-radius: 4px;
}






.titulo_instagram{
	position:absolute;
	top: 2700px;
	color:#98282D;
	left: 50px;
	font-size: 25px;
}


.instagram-gallery {
  display: flex;
    overflow-x: hidden; /* Habilita a rolagem horizontal */
    gap: 20px; /* Espaço entre as imagens */
    padding: 10px;
    max-width: 1261px; /* Ajuste conforme necessário */
    margin: auto;
    scrollbar-width: thin; /* Personaliza a barra de rolagem */
    white-space: nowrap; /* Evita quebra de linha */
	cursor: grab; /* Indica que pode arrastar */
	position:absolute;
	top: 2800px;
	left:0px;
}

.instagram-gallery:active {
    cursor: grabbing;
}

.instagram-gallery img {
    height: 400px; /* Ajuste o tamanho conforme necessário */
    flex-shrink: 0; /* Impede que as imagens sejam redimensionadas */
    border-radius: 8px; /* Bordas arredondadas opcionais */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
	user-drag: none;
    -webkit-user-drag: none;
    pointer-events: none; /* Impede interação individual */
}

.instagram-gallery::-webkit-scrollbar {
    height: 8px;
}

.instagram-gallery::-webkit-scrollbar-thumb {
    background: #BC3B39;
    border-radius: 4px;
}
	

		
}	