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;
}

.frase h2{
	font-family: 'Merriweather', serif;
	line-height: 1.1;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
}

.head{
	border-bottom: 10px #000000 solid;
}

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


.titulo h1 {
	font-family: 'Merriweather', serif;
	line-height: 1.1;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
}

p{
	line-height: 1.3;
	font-size: 20px;
	font-weight: 300;
	text-align: left;
	padding-bottom: .5em;
}

.texto_ciudad h1{
	padding-top: 2.5em;
	font-family: 'Merriweather', serif;
	line-height: 1.3;
	font-size: 28px;
	font-weight: 700;
	text-align: left;
}

.texto_ciudad h2{
	font-family: 'Merriweather', serif;
	line-height: 1.1em;
	font-size: 22px;
	font-weight: 300;
	text-align: left;
	color: #737373
}

 /* acordeon */


#container-main{
    margin:40px auto;
    width:95%;
    min-width:320px;
    max-width:960px;
}

.accordion-container {
    width: 100%;
    margin: 0 0 20px;
    clear:both;
}

.accordion-titulo {
    position: relative;
    display: block;
    padding: 15px;
    font-size: 24px;
    font-weight: 300;
    background: #fbfbfb;
    color: #000;
    text-decoration: none;
}
.accordion-titulo.open {
    background: #fbfbfb;
    color: #000;
}
.accordion-titulo:hover {
    background: #e0e0e0;
    color: #000;
}

.accordion-titulo span.toggle-icon:before {
    content:"+";
}

.accordion-titulo.open span.toggle-icon:before {
    content:"-";
}

.accordion-titulo span.toggle-icon {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 38px;
    font-weight:bold;
}

.accordion-content {
    display: none;
    padding: 20px;
    overflow: auto;
}

.accordion-content p{
    margin:0;
}

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


.caption h1{
	position: relative;
    left: 0;
    width: 100%;
    text-align: center;
    color: #000;
    font-family: 'Merriweather', serif;
	line-height: 1.3;
	font-size: 50px;
	font-weight: 700;
	padding-top: 5em;
}

.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;
}

.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%;
}



.gif {
	
	background: #ebebeb; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 50%, #ebebeb 50%, #ebebeb 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 50%,#ebebeb 50%,#ebebeb 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 50%,#ebebeb 50%,#ebebeb 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
	padding: 3em 15px;
}

.gif h5{
	font-family: 'Scheherazade', serif;
	font-weight: 700;
	font-size: 1.7rem;
	padding-top: 1em;
}
.graficas{
	padding: 3em 0;
}


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




@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.3em;
	}

	.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) {
	.fixed-top {
		background-color: #000;
	}
	.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;
	}
	.frase h2 {
		font-size: 21px;
		padding: 0 .8em;
	}
	.titulo h1 {
		font-size: 35px !important;
	}
	.cita p {
		color: #838383;
		font-size: 1.4rem;
		padding-top: 1em;
		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;
	}
}


