/* ARCHIVE */

#masthead{
    position: relative;
    z-index: 110 !important;
    background: none !important;
}

/* #title { display: flex; align-items: center; text-align: center; height: 200px; background: #2259CE; } */
#title::after {
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    z-index: 50;
}

#title{
    display: flex;
    align-items: center;
    text-align: center;
    /* margin-top: -158px; */
    position: relative;
    z-index: 100;
    height: 350px;
    /* top: 0; */
    background-image: url("https://nadirpromociones.es/wp-content/uploads/2021/07/nadir-cabecera.png");
    background-position: center;
}
/* #title h1 { color: white; font-size: 50px; z-index: 200;} */

.titulo-promocion{
    color: white;
}

#taxonomia-proyecto{
    margin: 0;
}

.descripcion-promocion p{
    color: white;
}



.contenedor-proyecto{
    transition: ease-in-out 0.3s;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
}

.contenedor-proyecto:hover{
    transform: scale(1.1);
    box-shadow: 3px 10px 20px 0px rgba(0,0,0,0.3);
}
.enlaceProyectos{
    text-decoration: none;
    color: white !important;
}

.contenedor-proyecto::before{
    content:'';
	position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.15);
}

.contenedor-proyecto *{
    position: relative;
}

.ancho-limitado { max-width: 1600px; padding: 0 45px; margin: 0 auto; margin-top: 150px; z-index: 100;}

.listado { display: flex; flex-basis: calc((100/3)-10px); margin: 100px auto;}

.divConMargen{
    margin: 45px;
    flex: 40%;
}

.contenedor-proyecto { display: flex; flex-direction: column; justify-content: flex-end;  height: 600px; width: 400px; padding: 20px; box-sizing: border-box; width: 90%; margin: auto; }
/* .contenedor-proyecto h2, p, a { text-align: end; } */


.titulo-promocion h2 { color: white; }

.descripcion-promocion p { margin: 0; }

/* RESPONSIVE */

@media only screen and (max-width: 800px) { 

    .contenedor-proyecto {
        width: 100%;
        height: 500px;
    }

    .divConMargen { flex: 50%; margin: 0 0 45px 0; }
}

@media only screen and (max-width: 690px) { 
    .contenedor-proyecto {
        height: 400px;
    }
}

@media only screen and (max-width: 550px) { 
    .contenedor-proyecto {
        height: 300px;
    }
}