html, body{
	font-family: 'Georgia', serif;
	color: #000;
}
body{
	background-color: #fff;
}

h1, h3, h4, h5, h6 {
	font-family: 'Merriweather', serif;
	line-height: 1.1;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	
}
h6{
	font-size: 10px;
}
p{
	line-height: 1.3;
	font-size: 20px;
	font-weight: 300;
	text-align: left;
}

.intro {
	padding: 30px 0 40px 0;
}

.modulo{
	padding-top: 2.5em;
	padding-bottom: 2.5em;
}
.titulo h2{
	font-family: 'Merriweather', serif;
	line-height: 1.1;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 0.5em;
}
.cita p {
	color: #7b7b7b;
	font-size: 1.7rem;
	line-height: 1.3;
	font-style: italic;
}

/* head glitch */
.head {
	padding: 120px 0 60px 0;
	font-family: 'Merriweather', serif;
}
.glitch {
	color: #000;
	font-size: 73px;
	position: relative;
}
@keyframes noise-anim {
	0% {
		clip: rect(88px, 9999px, 15px, 0);
   }
	5% {
		clip: rect(28px, 9999px, 49px, 0);
   }
	10% {
		clip: rect(36px, 9999px, 91px, 0);
   }
	15% {
		clip: rect(76px, 9999px, 50px, 0);
   }
	20% {
		clip: rect(22px, 9999px, 24px, 0);
   }
	25% {
		clip: rect(47px, 9999px, 5px, 0);
   }
	30% {
		clip: rect(14px, 9999px, 8px, 0);
   }
	35% {
		clip: rect(53px, 9999px, 38px, 0);
   }
	40% {
		clip: rect(75px, 9999px, 39px, 0);
   }
	45% {
		clip: rect(1px, 9999px, 50px, 0);
   }
	50% {
		clip: rect(25px, 9999px, 75px, 0);
   }
	55% {
		clip: rect(13px, 9999px, 85px, 0);
   }
	60% {
		clip: rect(99px, 9999px, 92px, 0);
   }
	65% {
		clip: rect(3px, 9999px, 23px, 0);
   }
	70% {
		clip: rect(25px, 9999px, 33px, 0);
   }
	75% {
		clip: rect(22px, 9999px, 34px, 0);
   }
	80% {
		clip: rect(37px, 9999px, 37px, 0);
   }
	85% {
		clip: rect(62px, 9999px, 27px, 0);
   }
	90% {
		clip: rect(17px, 9999px, 78px, 0);
   }
	95% {
		clip: rect(89px, 9999px, 43px, 0);
   }
	100% {
		clip: rect(12px, 9999px, 100px, 0);
   }
}
.glitch:after {
	content: attr(data-text);
	position: absolute;
	left: 2px;
	text-shadow: -1px 0 red;
	top: 0;
	color: #000;
	background: #fff;
	overflow: hidden;
	clip: rect(0, 900px, 0, 0);
	animation: noise-anim 2s infinite linear alternate-reverse;
}
@keyframes noise-anim-2 {
	0% {
		clip: rect(91px, 9999px, 60px, 0);
   }
	5% {
		clip: rect(78px, 9999px, 61px, 0);
   }
	10% {
		clip: rect(87px, 9999px, 15px, 0);
   }
	15% {
		clip: rect(13px, 9999px, 6px, 0);
   }
	20% {
		clip: rect(74px, 9999px, 95px, 0);
   }
	25% {
		clip: rect(7px, 9999px, 97px, 0);
   }
	30% {
		clip: rect(5px, 9999px, 18px, 0);
   }
	35% {
		clip: rect(3px, 9999px, 94px, 0);
   }
	40% {
		clip: rect(38px, 9999px, 19px, 0);
   }
	45% {
		clip: rect(14px, 9999px, 36px, 0);
   }
	50% {
		clip: rect(74px, 9999px, 7px, 0);
   }
	55% {
		clip: rect(17px, 9999px, 12px, 0);
   }
	60% {
		clip: rect(60px, 9999px, 65px, 0);
   }
	65% {
		clip: rect(34px, 9999px, 5px, 0);
   }
	70% {
		clip: rect(90px, 9999px, 97px, 0);
   }
	75% {
		clip: rect(34px, 9999px, 24px, 0);
   }
	80% {
		clip: rect(49px, 9999px, 65px, 0);
   }
	85% {
		clip: rect(96px, 9999px, 52px, 0);
   }
	90% {
		clip: rect(19px, 9999px, 38px, 0);
   }
	95% {
		clip: rect(61px, 9999px, 53px, 0);
   }
	100% {
		clip: rect(19px, 9999px, 1px, 0);
   }
}
.glitch:before {
	content: attr(data-text);
	position: absolute;
	left: -2px;
	text-shadow: 1px 0 blue;
	top: 0;
	color: #000;
	background: #ffffff;
	overflow: hidden;
	clip: rect(0, 900px, 0, 0);
	animation: noise-anim-2 3s infinite linear alternate-reverse;
}

.op-0{
  opacity: 0;
  transition: all 0.5s;
}
.op-1{
  opacity: 1;
  transition: all 0.5s;
}

/********************* MENÚ - BOTONERA ******************/
.menu{
  background-color: #fff;
  height: 40px;
  padding: 0 !important;
  margin: 0 !important;
}
.menu .container-fluid{
	padding: 0 !important;
	margin: 0 !important;
}

.head_exp{top:0px;background-color: #ed1c24;padding: 0.4em;left: 0px;position: fixed;display: block;width: 100%; border-bottom-color: #000;
	border-right-width: 2px;border-bottom-style:solid;z-index: 99; -webkit-transition: background-color 0.5s ease-out; -moz-transition: 
	background-color 0.5s ease-out; -o-transition: background-color 0.5s ease-out; transition: background-color 0.5s ease-out;}

.head_exp:hover{
	background-color: #ed1c24;
}

ul.nav.justify-content-end {
  
  -webkit-margin-start: 0px !important;
  -webkit-margin-end: 0px !important;
}

.desk {
	display: inline-block;
}

.mobile {
	display: none;
}

.redes{ 
	opacity: 1;
	max-width: 40px !important;
	margin: 0px 5px;
	transition: transform .3s; /* Animation */
}
.redes:hover{
	opacity: 0.8;
	transform: scale(1.2);
}


/********************* / MENÚ - BOTONERA ******************/


.creditos h4{
	font-size: 1.1em;
	margin-top: 60%;
}

.graficas{
	padding: 3em 0;
}


footer p{
	text-align: center;
	font-family: 'Georgia', serif;
	font-size: 1em;
	color: #c3c3c3;
}


@media (max-width: 767px) {
    .accordion-content {
        padding: 10px 0;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.block h1{
	font-size: 4em;
	min-width: 500px;
	text-align: center;
	padding-top: 4em;
	line-height: 1em;
	}
}

@media (min-width: 801px) and (max-width: 1023px) {
	.block h1{
	font-size: 3.5em;
	min-width: 500px;
	text-align: center;
	padding-top: 4.2em;
	line-height: 1em;
	}
}

@media (min-width: 300px) and (max-width: 560px) {
	.desk {
		display: none;
	}

	.head img{
	padding-top: 7.5em;
}


	.mobile {
		display: block;
	}

	.mobile h1{
		text-align: center;
		font-size: 2.3em;
	}
	.texto h2 {
		font-size: 1.8em;
		padding: 0.5em;
	}
	.mobile img {
		width: 100%;
		/* position: absolute; */
	}
	.graficas {
		padding: 1.5em 0;
	}
	.creditos h4{
		font-size: 1rem;
		margin-top: 10%;
	}
}


@media (min-width: 375px) and (max-width: 800px) {
	.desk {
		display: none;
	}
	.redes {
	    width: 15% !important;
	}
	.mobile {
		display: block;
	}

	.mobile h1{
		text-align: center;
		font-size: 2.5em;
	}
	.texto h2 {
		font-size: 1.8em;
		padding: 0.5em;
	}
	.mobile img {
		width: 100%;
		/* position: absolute; */
	}
	.graficas {
		padding: 1.5em 0;
	}
	.creditos h4{
		font-size: 1rem;
		margin-top: 10%;
	}
}

@media (min-width: 200px) and (max-width: 575px) {
	.glitch {
		color: #000;
		font-size: 50px;
		position: relative;
		text-align: center;
	}
	.glitch span{
		color: #ed1c24;
	}
	.head {
		padding: 160px 0 30px 0;
	}
	.modulo{
		padding-top: 1.5em;
		padding-bottom: 1.5em;
	}
	.redes {
	    width: 10% !important;
	}
	.redes a {
	    padding: 0 7px;
	}
	.img-doble img{
	margin-bottom: 0em;
	}
	.pie-foto{
		bottom:0;
		width: 100%;
		font-family: 'Montserrat', sans-serif;
		margin-bottom: 2em;
	}
	.pie-foto p{
		font-size: 0.8rem;
		font-weight: 200;
	}
	.head_mobile img{
		padding-top: 3em;
	}
	.cita p {
		color: #838383;
		font-size: 1.7rem;
		line-height: 1.3;
	}
	.gif{
		padding: 1.5em 15px;
	}
	.graficas {
		padding: 1.5em 0;
	}
	p{
		padding-left: .6em;
		padding-right: .6em;
		line-height: 1.6;
		font-size: 23px;
		font-weight: 300;
	}
	.foto1 .pie-foto {
		width: 100%;
		font-family: 'Montserrat', sans-serif;
		margin-bottom: 0px;
	}
	.img-grande .pie-foto {
		position: relative;
		top: 0;
			width: 100%;
		font-family: 'Montserrat', sans-serif;
		margin-bottom: 0px;
	}
	.foto2{
		padding-top: 2em;
		padding-right: 0;
		padding-left: 0;
	}
	.foto2 .pie-foto {
		position: relative;
		top: 0;
		width: 100%;
		font-family: 'Montserrat', sans-serif;
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 575px) {
	h1 {
	    font-size: 1.5rem;
	}
	.title h1:first-child {
	    left: 0;
	    top: 25%;
	}
	.title h1:nth-child(2) {
	    left: 0;
	    width: 100%;
	    top: 34%;
	}
}


