@charset "UTF-8";
/* CSS Document */

/* Tipografías */
	@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500&family=Work+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');


/* Textos */
.titulos{
	position: center;
	width: 41.66%;
	color: #4F4848;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 18pt;
	text-align: center;
	margin-top: 7%;
	margin-left: calc(50vw - 20.83%);
}


/* Textos */
.texto{
	position: center;
	width: 33.33%;
	color: black;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 12pt;
	text-align: center;
	margin-top: 1%;
	margin-left: calc(50vw - 16.665%);
}

.texto2{
	position: center;
	width: 33.33%;
	color: black;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 12pt;
	text-align: center;
	margin-top: 7%;
	margin-left: calc(50vw - 16.665%);
}



/* Llamadas a la acción */
.enlaces{
	position: center;
	width: 25%;
	color: #ACA1A1;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 12pt;
	text-align: center;
	margin-top: 1%;
	margin-left: calc(50vw - 12.5%);
}

.link:hover{
	color: black;
}

.link{
	text-decoration: none;
	color: #ACA1A1;
}


/* Proyectos 3 en 3 */
.proyectos{
	width: 100%;
	margin-top: 4%;
}

.proyectos_indiv{
	width: 33.33%;
	float: left;
	position: relative;
}

.proyectos_indiv2{
	width: 100%;
	float: left;
	position: relative;
}

.image{
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

/*efecto overlay-opacidades*/
.proyectos_indiv:hover .image {
  opacity: 0.5;
}

.proyectos_indiv:hover .middle {
  opacity: 1;
}

.proyectos_indiv2:hover .image {
  opacity: 0.5;
}

.proyectos_indiv2:hover .middle {
  opacity: 1;
}

/*texto del overlay*/
.text {
	color: #4F4848;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 170%;
}



@media screen and (max-width: 800px) {
	
	.titulos{
		font-size: 14pt;
		margin-top: 5%;
	}
	
	.enlaces{
		font-size: 8pt;
		color: #4F4848;
	}
	
	.proyectos{
	width: 100%;
	margin-top: 6%;
}
	
	.texto{
	width: 83.33%;
	color: black;
	font-size: 8pt;
	margin-top: 3%;
	margin-left: calc(50vw - 41.665%);
}

.texto2{
	width: 83.33%;
	color: black;
	font-size: 8pt;
	margin-top: 9%;
	margin-left: calc(50vw - 41.665%);
}
	
.proyectos_indiv{
	width: 100%;
	float: none;
	margin-bottom: 6%;
}
	
	.proyectos_indiv:hover .image {
  opacity: 1;
}

.proyectos_indiv:hover .middle {
  opacity: 1;
}

.proyectos_indiv2:hover .image {
  opacity: 1;
}

.proyectos_indiv2:hover .middle {
  opacity: 1;
}
	
	.middle{
		opacity: 1;
	}
	
	.text {
	color: white;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 100%;
}
	
}
