@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');


/* Cuerpo */
.bloque_general{
	width: 83.33%;
	margin-left: calc(50vw - 41.67%);
	box-sizing: border-box;
	margin-top: 9%;
	margin-bottom: 3%;
}

.bloque_general2{
	width: 83.33%;
	margin-left: calc(50vw - 41.67%);
	box-sizing: border-box;
	margin-bottom: 3%;
}

/* Bloque horizontal peque left */
.left1{
	width: 41.66%;
	float: left;
	box-sizing: border-box;
}

/* Bloque horizontal grande right */
.right1{
	width: 58.33%;
	float: right;
	box-sizing: border-box;
	padding-left: 5%;
}

/* Bloque central */
.center1{
	width: 100%;
	float: none;
	box-sizing: border-box;
}

/* Foto horizontal peque left */
.foto1{
	width: 100%;
	position: relative;
	margin-bottom: 15%;
}

.foto2{
	width: 100%;
	position: relative;
	margin-bottom: 15%;
	margin-top: 40%;
}

.foto3{
	width: 80%;
	float: right;
	position: relative;
	margin-bottom: 15%;
	margin-top: 30%;
}

.foto4{
	width: 80%;
	float: right;
	position: relative;
	margin-bottom: 15%;
	margin-top: 10%;
}

.foto5{
	width: 80%;
	float: left;
	position: relative;
	margin-bottom: 15%;
	margin-top: 10%;
}

.fotocentro{
	width: 100%;
	float: none;
	position: relative;
	margin-bottom: 9%;
	margin-top: 5%;
}


/* Titulillos */
.titulillos{
	position: center;
	color: #4F4848;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 20pt;
	text-align: center;
	margin-bottom: 13%;
}

/* Intros */
.intro{
	text-align: left;
	width: 80%;
	color: black;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 12pt;
	margin-top: 30%;
	margin-bottom: 9%;
}

.intro2{
	text-align: left;
	width: 80%;
	color: black;
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 12pt;
	margin-top: 15%;
	margin-bottom: 9%;
}


/* Hover */
.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*/
.foto1:hover .image {
  opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

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

.fotocentro: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) {
	.titulillos{
	font-size: 16pt;
	text-align: center;
	margin-bottom: 25%;
	}
	
	.intro{
	font-size: 9pt;
	width: 95%;
	margin-top: 30%;
	margin-bottom: 15%;
}

.intro2{
	font-size: 7pt;
	width: 95%;
	margin-top: 15%;
	margin-bottom: 15%;
}
	
}





