@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&family=Open+Sans&display=swap');
* {
	margin: 0;
	padding: 0;
	box-sizing-border-box;
}
body {
	background-color: white;
	font-family: 'Open Sans', sans-serif;

}
h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}

/*	HEADER*/
header {
	padding: 60px;
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background-color: white;
}
.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);

}
.logo-container img {
    max-width: 90%;
    margin: auto;
	cursor: pointer;
 	user-select:none;
}
.menu-icon {
    display: flex;
    align-items: center;
    position: absolute;
    right: 50px; 
    top: 50%;
    transform: translateY(-50%);
}

#transparencia {
	background-color: rgba(255,255,255, 0.9);
}
nav {
	text-align: center;
	position: fixed;
	left: 0;
	right: 0;
	top: 110px;
	bottom: 0;
	z-index: 1000;
	background-color: white;
	padding: 50px 0;
	display: none;
}

.activa > a {
	color: black;
	font-weight: 700;
}
nav li {
	padding: 10px;
	list-style: none;
}
nav a:hover {
	color: black;
}
nav a {
	text-decoration: none;
	color: grey;
}
#icon-menu{
	color: black;
	font-size: 30px;
	cursor: pointer;
}
#cierra {
	color: black;
	font-size: 1.5rem;
	cursor: pointer;
}
.siguenos {
	text-align: center;
	color: grey;
}
.social1 {
	padding: 20px;
	letter-spacing: 10px;
}
.social1 a {
	margin: auto;
}

/*MENÚ HORIZONTAL*/
@media(min-width: 600px){
	#icon-menu, #cierra {
		display: none;
	}
	nav{
		display: block !important;
		text-align: center;
		padding: initial;
		top: 100px;
		bottom: initial;
		font-size: 16px;
	}
	nav ul {
		display: flex;
		justify-content: space-evenly;
		list-style: none;
	}
	nav li:hover {
		border-radius: 10px;
	}
	.quienes {
		padding: 30px;
		margin: auto;
		max-width: 900px;
	}
	.siguenos {
		display: none;
	}

	.social1 {
		display: none;
	}
}

main {
	margin-top: 30px;
}
#fondo {
	position: relative;
	overflow: hidden;
	height: 100vh; /* Cambiado a 100vh para cubrir la altura de la pantalla */
}
#fondo picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); /* Fondo oscurecido con mayor opacidad */
}
#fondo img {
  	object-fit: cover; /* La imagen se ajustará para cubrir el contenedor sin recortar */
  	width: 100%;
  	height: 100%;
}

#fondo h1 {
	position: relative; 
  	z-index: 1; 
 	color: white;
  	font-size: 30px;
 	text-align: center;
 	padding: 20px; 
 	font-weight: 500;
 	margin-top: 100px;
}

@media(min-width: 600px){
	#fondo h1 {
		font-size: 60px;
		padding: 300px 60px;
		font-weight: 500;
	}
}
/*PARA TAMAÑO MÓVIL*/
@media (max-width: 600px) {
    #fondo h1 {
        font-size: 30px; 
        padding: 200px 20px; 
    }
}

main #descripcion {
	padding: 20px;
}
#descripcion {
	background-color: white;
	margin-top: 20px;
	border-bottom: 5px solid #eee;
}
#descripcion p{
	margin: 40px auto;
	width: 100%;
	max-width: 400px;
	text-align: left;
}

/*MEDIA DESCRIPCION*/
@media(min-width: 600px){
	main #descripcion {
		padding: 80px;
	}
	#descripcion p {
		margin: 20px auto;
		width: 90%;
		max-width: 900px;
		text-align: left;
	}
}

/*PROYECTOS*/
.first_container h3{
	margin-top: 160px;
}
.proyectos {
	padding: 0 10px;
}

.flex-container img {
	width: 100%;
	margin-bottom: 10px;
}

#tituloProyecto {
	color: black;
	margin-bottom: 25px;
	font-size: 15px;
	padding: 5pxpx;
	margin-top: 5px;
}

/*MEDIA PROYECTOS*/
@media(min-width: 600px){
	.proyectos {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 20px ;
	}
	.flex-container {	
		flex: 1 0 450px;
		padding: 0 20px;
		margin: auto;
		max-width: 900px;		
	}

	.flex-container img:hover {
		background-color: rgba(255, 255, 255, 0.5);
		opacity: 0.5;
		transition: 1s;
	}
	.main_container {
		max-width: 900px;
		margin: 180px auto 0;
	}
	.articulo_texto {
		display: flex;	
		justify-content: space-between;
		align-items: center;
	}
	.articulo_texto > div {
		flex: 33% 0 0;
	}
	.articulo_texto > img {
		width: 60%;
	}
}
.main_container {
	padding: 0 20px;
	margin-top: 200px;
}
.poblenou  h3 {
	text-align: center;
}
.poblenou p {
	margin-bottom: 20px;
	font-size: 15px;
	text-align: left;
}
.poblenou > img {
	width: 100%;
	margin-bottom: 10px;
}
.articulo_galeria > img{
	width: 100%;
	margin-bottom: 10px;	
}
.articulo_social, .articulo_olvido, .articulo_salon, .articulo_cafe{
	display: block;
	padding: 150px 0;
	background-image: url(img/poblenou/poble12.jpg);
	background-size: cover;
	background-position: bottom;
}
.articulo_olvido{
	background-image: url(img/olvido/olvido11.jpg);
}
.articulo_salon{
	background-image: url(img/salon/salon14.jpg);
}
.articulo_cafe{
	background-image: url(img/trini/cafe13.jpg);
}
a.articulo_social, a.articulo_olvido, a.articulo_salon, a.articulo_cafe {
	color: white;
	text-decoration: none;
}
.poblenou, .unifamiliar, .vivienda, .olvido, .salon, .cafe p{
	font-size: 15px;
}
/*SLIDE de imagenes*/
.modal {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000e;
	z-index: 10000;
	user-select: none;	
}
.contenedor_img {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	height: 100%;
			
}
.modal_img {
	flex: 400px 1 1;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.modal_icons {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 20px;
	display: flex;
	justify-content: center;
}
.modal_icons > .fa {
	font-size: 2rem;
	color: #0008;
	background-color: white;
	width: 30px;
	height: 30px;
	margin-right: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: .5s;
}
.modal_icons > .fa:hover {
	color: black;
}

/*QUIENES SOMOS*/
.first_container{
	margin-top: 200px;
}
.video {
	text-align: center;
	padding: 0 10px;
}
.video > video {
	width: 100%;
	max-width: 900px;
	min-width: 300px;
}

/*MEDIA QUIENES SOMOS*/
@media(min-width: 600px){
	.video > video {
		min-width: 400px;
	}
}
@media (max-width: 600px) {
    .quienes h3 {
    padding: 20px;
	}
    .quienes {
 	max-width: 900px;
 	padding: 30px;
 	}
}
/*CONTACTO*/
.contacto {
	text-align: center;
	padding: 0 40px;
	margin-bottom: 40px;
}
.contacto a {
	color: black;
}

.oficinas {
	text-align: center;
}
iframe {
	width: 90%;
	max-width: 900px;
	filter: grayscale(100%);
}
/*MEDIA CONTACTO*/
@media(min-width: 600px){
	.contacto {
		text-align: center;
		padding: 10px;
	}
}
/*MEDIA OFICINAS*/
@media(min-width: 600px){
	.container {
		max-width: 900px;
		margin: 180px auto 0;
	}
	.oficinas {
		display: flex;	
		justify-content: space-between;
		align-items: center;

	}
	.oficinas > div {
		flex: 33% 0 0;
	}
	.oficinas > iframe{
		width: 60%;
	}
}

/*FORMULARIO*/
#formulario {
	width: 70%;
	margin: auto;
}
#nombre, #apellido, #email, textarea{
	font-size: 15px;
	margin: 10px auto;
	width: 90%;
	max-width: 900px;
	padding: 15px;
	background-color: white;
	border: 0;
	border-bottom: 1px solid grey;
	display: block;
}

#formulario input:hover, textarea:hover {
	border-block-color: grey;
	border: 2px solid grey;
}
#normativa {
	margin: 10px auto;
	width: 100%;
	max-width: 900px;
	padding: 15px;
	display: block;
}
#datos {
	font-size: 10px;
	margin: 20px auto;
	width: 10%;
	max-width: 900px;
	padding: 20px;
}
#enviar {
	display: block;
	width: 140px;
	margin: 20px auto;
	padding: 10px;
	background-color: white;
	font-size: 15px;
	color: black;
	border: 1px solid grey;

}
@media(max-width: 600px){
    #enviar {
        width: 80%; /* Cambia el ancho para ocupar el 80% del contenedor */
        margin: 10px auto;
    }
    #datos {
		transform: scale(0.6);/* Modifica la escala del checkbox */
	}
}

/*MAPA DE NAVEGACIÓN*/
.arbol h4 {
	text-align: left;
	margin-bottom: 0;
}
.arbol li {
	text-align: left;
	list-style: none;
	margin: 5px auto;
	max-width: 900px;
}
.arbol a {
	color: black;
	font-size: 10px;
}
.arbol a:hover {
	color: grey;
}
.container {
	max-width: 600px;	
}

.arbol{
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 10px;
	margin-bottom: 20px;
}
/*MEDIA DE ARBOL*/
@media(min-width: 600px) {
	.arbol a {
			font-size: 12px;
	}
	.container {
		max-width: 900px;	
	}
}

/*SOCIAL*/
.social {
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
}
.social a {
	color: #bbb;
	text-decoration: none;
	padding: 10px;
}
.social a:hover {
	color: black;
	transition: 1s;
}
footer {
	font-size: 11px;
	padding: 20px;
	text-align: center;
	background-color: white;
}

/*MEDIA FOOTER*/
@media(min-width: 600px){
	footer {
	font-size: 13px;
	}
}
/*ARROW*/
.arrow {
 	font-size: 50px;
 	position: fixed;
 	bottom: 30px;
 	right: 5px;
 	z-index: 1000;
 	padding: 10px;
  	cursor: pointer;
 	user-select:none;
 	display: none; 
}
.arrow:hover {
	transition: 0.5s;
}

/*PRIVACIDAD*/
.legal {
	color: grey;	
	text-align: left;
	margin-bottom: 30px;
	padding: 140px 50px;
	margin: auto;
	max-width: 900px;
}
.legal h4 {
	color: black;
	text-align: left;
	text-decoration-line: underline;
	margin-bottom: 2px;
}
.legal a {
	text-decoration: none;
	color: black;
}
.legal strong {
	color: black;
}
.legal li strong {
	color: black;
}
.datos li{
	list-style: none;
	color: black;
}
#politica a {
	color: grey;
	text-decoration: none;
}
#politica a:hover{
	color: black;
	transition: 1s;
	text-decoration: underline;
}

#politica1 a {
	color: grey;
	text-decoration: none;
}
#politica1 a:hover{
	color: black;
	transition: 1s;
}
#logo {
	margin-bottom: 20px;
}

/*AVISO DE COOKIES*/
.aviso_cookies {
	position: fixed;
	bottom: 0;
	background-color: white;
	width: 100%;
	display: flex;
	justify-content: center;
}
.aviso_cookies .container-cookies{
	padding: 10px 0;
	max-width: 90%;
}
.botones{
	display: flex;
	justify-content: center;
}
.boton {
	width: 60px;
	background-color: #272727;
	color: white;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
}

.enlace_cookie {
	color: grey;
	text-decoration: none;
}
.container-cookies a:hover{
	color: black;
	transition: 1s;
	text-decoration: underline;
}
.legalCookies {
	color: grey;	
	text-align: left;
	margin-bottom: 30px;
	padding: 140px 50px;
	margin: auto;
	max-width: 900px;
}
.legalCookies h4 {
	color: black;
	text-align: left;
	margin-bottom: 2px;
	text-decoration-line: underline;
}
.legalCookies a {
	text-decoration: none;
	color: black;
}
.legalCookies a:hover{
	color: black;
	transition: 1s;
	text-decoration: underline;
}
.legalCookies strong {
	color: black;
}
	

	
	
