@font-face {
	font-family: 'Druk Text Web Bold';
	src: url('../druk/DrukText-Bold-Web.eot');
	src: url('../druk/DrukText-Bold-Web.eot?#iefix') format('embedded-opentype'),
	url('../druk/DrukText-Bold-Web.woff2') format('woff2'),
	url('../druk/DrukText-Bold-Web.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
}
b{
    font-weight: 900;
}


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

h1, h2{
    text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Druk Text Web Bold', sans-serif !important;
	font-weight: 700;
	margin: 0;
}

h6{
	font-size: 10px;
}

.apertura {
	background-color: #000;
}

p{
	margin: 0;
	line-height: 1.4;
	font-size: 20px;
	font-weight: 300;
	text-align: left;
}

audio{
	width: 100%;
}

.audio p{
	font-size: 1em;
	text-align: center;
	padding-bottom: .7em;
	font-style: italic;
	color: #5b5c5c;
}

.audio {
	padding-top: 0em !important;
	padding-bottom: 3em!important;
}

#play1{
	background-color: #ffffff !important;
}

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


/**********gallery***********/
section{
	background-color: #ececec;
  	margin-top: 40px;
  	margin-bottom: 40px;
}
.card {
  margin: 10px 4px;
  transition: .6s ease;
  border: none !important;
}

.card:hover {
  transform: scale(1.05);
}

.card-block {
   padding: 10px;
}

/* .cards_back{
	background-color: #4f3e34;
} */

.col-12{
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.scrollcards {
  background-color: none;
  overflow: auto;
  white-space: nowrap;
  padding: 0px 0;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
}

div.scrollcards .card {
    display: inline-block;
    padding: 0px;
    text-decoration: none;
    height: auto; 
    width: 500px;
    border-radius: 0 !important;
}

.desliza{
	padding: 10px 0;
}

.desliza h3{
	font-family: 'Montserrat', sans-serif !important;
	font-size: 13px;
}

/**********gallery***********/

.carousel {
	margin-top: 20px;
	margin-bottom: 30px;
}


/********** Essential Audio Player **********/

/*                                      */
/*         Section 1: The Looks         */
/*                                      */

div.essential_audio {
	position: relative;
	z-index: 0;
	width: 100%;
}
/* 2. The Player Button – General */
div.essential_audio > div:nth-child(1) div {
	width: 28px;
	height: 28px;
	margin-top: -13px;
	border-radius: 14px;
	background-color: #000;
}
div.essential_audio > div:nth-child(1) div:after {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 24px;
	height: 24px;
}
/* Set here how much the button exceeds the horizontal track limits: */
/* This must not be deleted! (but can be changed, of course) */
:root {
	--button-protrusion: 4px;
}

/* 2.a) The Player Button – Off */
div.essential_audio > div:nth-child(1) div.off:after {
	content: url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 30 30\"><polygon fill=\"%23FFF\" points=\"10,6.9 10,23.1 24,15\" /></svg>");
}

/* 2.b) The Player Button – Loading */
div.essential_audio > div:nth-child(1) div.load:after {
	content: url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 30 30\"><circle opacity=\"0.64\" fill=\"%23FFFFFF\" cx=\"6.5\" cy=\"18.5\" r=\"2\"/><circle opacity=\"0.76\" fill=\"%23FFFFFF\" cx=\"6.5\" cy=\"11.5\" r=\"2\"/><circle opacity=\"0.88\" fill=\"%23FFFFFF\" cx=\"11.5\" cy=\"6.5\" r=\"2\"/><circle fill=\"%23FFFFFF\" cx=\"18.5\" cy=\"6.5\" r=\"2\"/><circle opacity=\"0.16\" fill=\"%23FFFFFF\" cx=\"23.5\" cy=\"11.5\" r=\"2\"/><circle opacity=\"0.28\" fill=\"%23FFFFFF\" cx=\"23.5\" cy=\"18.5\" r=\"2\"/><circle opacity=\"0.4\" fill=\"%23FFFFFF\" cx=\"18.5\" cy=\"23.4\" r=\"2\"/><circle opacity=\"0.52\" fill=\"%23FFFFFF\" cx=\"11.5\" cy=\"23.4\" r=\"2\"/></svg>");
	animation: audio_load_rotate 1s infinite linear;
}
@keyframes audio_load_rotate {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

/* 2.c) The Player Button – Playing */
div.essential_audio > div:nth-child(1) div.play {
	background-color: #000!important;
}
div.essential_audio > div:nth-child(1) div.play:after {
	content: url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 30 30\"><rect fill=\"%23FFF\" x=\"17\" y=\"8\" width=\"3\" height=\"14\" /><rect fill=\"%23FFF\" x=\"10\" y=\"8\" width=\"3\" height=\"14\" /></svg>");
}

/* 2.d) The Player Button – Dragging */
div.essential_audio > div:nth-child(1) div.drag {
	transition: left 0s!important;
}

/* 2.e) The Player Button – Error */
div.essential_audio > div:nth-child(1) div.error {
	background-color: rgba(0,0,0,0.35)!important;
}
div.essential_audio > div:nth-child(1) div.error:after {
	content: url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 30 30\"><path fill=\"%23FFF\" d=\"M13.9,18.6c0-0.3,0-0.5,0-0.9c0-1.6,0.6-2.9,2.1-3.9l1.1-0.8c0.9-0.6,1.3-1.5,1.3-2.4c0-1.5-1-2.8-3-2.8c-2.2,0-3.1,1.6-3.1,3.2c0,0.2,0,0.4,0,0.5L10,11.9c-0.1-0.3-0.1-0.8-0.1-1.2c0-2.3,1.7-5.1,5.5-5.1c3.5,0,5.5,2.5,5.5,5c0,2-1.1,3.4-2.5,4.3l-1.2,0.8c-0.8,0.5-1.1,1.4-1.1,2.4c0,0.1,0,0.2,0,0.5H13.9z\"/><path fill=\"%23FFF\" d=\"M15,20.8c1,0,1.8,0.8,1.8,1.8S16,24.4,15,24.4c-1,0-1.8-0.8-1.8-1.8S14,20.8,15,20.8z\"/></svg>");
}


/* 3. The Track */
div.essential_audio > div:nth-child(2) {
	height: 2px;
}
div.essential_audio > div:nth-child(2):after {
	content: "";
	position: absolute;
	z-index: 0;
	background-color: #000;
	opacity: 0.3;
	mix-blend-mode: multiply;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
/* 4. The Loading Progress Bar */
div.essential_audio > div:nth-child(2) div {
	background-color: #666;
	mix-blend-mode: multiply;
}
/* 5. The Klick & Drag Sensor */
div.essential_audio > div:nth-child(3) {
	height: 12px;
	margin-top: -5px;
}

/*                                      */
/*        Section 2: Core Values        */
/*                                      */

/* 1. The Main Container + General Settings */
div.essential_audio,
div.essential_audio * {
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-overflow-scrolling: auto;
}
div.essential_audio *:focus {
	outline: none;
}


/* 2. The Player Button */
div.essential_audio > div:nth-child(1) div {
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

/* 2.a) Container for Player Button */
div.essential_audio > div:nth-child(1) {
	position: absolute;
	z-index: 3;
	height: 0px;
	top: 0px;
	left: calc(var(--button-protrusion) * -1);
	width: calc(100% + (2 * var(--button-protrusion)));
}

/* 3. The Track */
div.essential_audio > div:nth-child(2) {
	position: relative;
	width: 100%;
	overflow: hidden;
}

/* 4. The Loading Progress Bar */
div.essential_audio > div:nth-child(2) div {
	position: absolute;
	z-index: 1;
	width: 0%;
	height: 100%;
	top: 0px;
	left: 0px;
	transition: width 0.5s;
}

/* 5. The Klick & Drag Sensor */
div.essential_audio > div:nth-child(3) {
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 0px;
	left: 0px;
}
/********** Essential Audio Player **********/

/********************* MENÚ ******************/
.head_exp{top:0px;background-color: #000;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;
}

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




/********************* CUERPO ESTILOS ******************/
.s-1{
	padding: 2em 0;
}
.s-1 h2{
	font-size: 3.5em;
	padding: 0.5em;
}
.s-1 h3{
	text-transform: uppercase;
	padding: 0.5em;
}

.pie-foto, .pie-foto2{
	bottom:0;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
}

.pie-foto p{
	font-size: .9em;
	font-weight: 200;
	color: #838383;
	line-height: 1.2em;
	text-align: right;
	text-transform: uppercase;
}

.pie-foto2 p{
	font-size: .9em;
	font-weight: 400;
	color: #838383;
	line-height: 1.2em;
	text-transform: none;
}

.texto_frase h2 {
	line-height: 1;
	font-size: 36px;
	font-weight: 300;
	text-align: center;
	padding-bottom: 1em;
	color: #52c3ca;
	
}
.texto_frase p {
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 1em;
	
}

.grafica p{
	padding: 0.5em;
	text-align: center !important;
}

.img-fluid-doble{
	margin-top: 3.5em;
}
.p_img-fluid{
	padding: 1em;
}
.img-fluid-doble .pie-foto{
	margin-top: .5em;
}

.nombre h1{
	font-size: 4em;
}

.nombre p{
	font-size: 2.5em;
	color: #5b5c5c;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 600;
	line-height: .8em;
}


.cita h4{
	font-size: 1rem;
	padding-top: 1em;
}

.cita p{
	color: #000000;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	padding-top: 1.5em;
	line-height: 1.3;
}

.cita2 h1{
	font-family: 'Georgia', serif!important;
	color: #5b5c5c;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	padding-top: 1.5em;
	line-height: 1.1;
	text-transform: none;
}

.cita2 p{
	font-family: 'Montserrat', sans-serif !important;
	color: #5b5c5c;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	padding-top: .5em;
}


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

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

.parallax {
  /* The image used */
  background-image: url(../img-fluid/principal1.jpg);

  /* Full height */
  height: 100%; 
  flood-opacity: 40px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.caption h1{
	position: relative;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'Platform Web', serif;
	line-height: 1.3;
	font-size: 7em;
	font-weight: 700;
	padding-top: 4em;
	text-shadow: 1px 1px 2px black;
}

.mapa{
	padding-top: 2em;
	padding-right: 0;
	padding-left: 0;
}

.mapa2{
	padding-top: 2em;
	padding-right: 0;
	padding-left: 0;
}

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

.odometer-inside {
    font-family: 'Druk Text Web Bold', sans-serif !important;
    text-align: center !important;
    font-size: 8em;
    line-height: 0.8em !important;
    color: #52c3ca;
}


/****************timeline fechas****************/

.secc_timeline {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
  
.conten{
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	background-color: #fff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
  
  #texto_largo{
	position: relative;
	text-align: right;
	width: 150%;
	max-width: 400px;
	right: 100%;
	top: 50%;
	-webkit-transform: translate(50%, 0);
			transform: translate(50%, 0);
	font-size: 22px;
	line-height: 33px;
	z-index: 2;
}


  
.title {
	font-size: 4em;
	color: #000000;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	padding: .6em 0;
}
  
  .timeline {
	width: 100%;
	background-color: #fff;
	box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);
  }
  .timeline .swiper-container {
	height: 700px;
	width: 100%;
	position: relative;
  }
  .timeline .swiper-wrapper {
	-webkit-transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
	transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
  }
  .timeline .swiper-slide {
	position: relative;
	color: #fff;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
  }
  .timeline .swiper-slide::after {
	content: "";
	position: absolute;
	z-index: 1;
	right: -115%;
	bottom: -10%;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.9);
	border-radius: 100%;
  }
  .timeline .swiper-slide-content {
	position: absolute;
	text-align: center;
	width: 80%;
	max-width: 310px;
	right: 50%;
	top: 13%;
	-webkit-transform: translate(50%, 0);
			transform: translate(50%, 0);
	font-size: 26px;
	z-index: 2;
  }
  .timeline .swiper-slide .timeline-year {
	display: block;
	font-style:none;
	font-size: 30px;
	margin-bottom: 50px;
	-webkit-transform: translate3d(20px, 0, 0);
			transform: translate3d(20px, 0, 0);
	color: #ffffff;
	background-color: #ed1c24;
	font-weight: 300;
	opacity: 0;
	-webkit-transition: .2s ease .4s;
	transition: .2s ease .4s;
  }
  .timeline .swiper-slide .timeline-title {
	font-weight: 800;
	font-size: 34px;
	margin: 0 0 30px;
	opacity: 0;
	-webkit-transform: translate3d(20px, 0, 0);
			transform: translate3d(20px, 0, 0);
	-webkit-transition: .2s ease .5s;
	transition: .2s ease .5s;
	}
  
  .timeline .swiper-slide .timeline-text {
	line-height: 1.2;
	margin-left: 0px;
	margin-right: 50px;
  	padding: 0px 0px 0px;
	opacity: 0;
	-webkit-transform: translate3d(20px, 0, 0);
			transform: translate3d(20px, 0, 0);
	-webkit-transition: .2s ease .6s;
	transition: .2s ease .6s;
  }
  .timeline .swiper-slide-active .timeline-year {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-transition: .4s ease 1.6s;
	transition: .4s ease 1.6s;
  }
  .timeline .swiper-slide-active .timeline-title {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-transition: .4s ease 1.7s;
	transition: .4s ease 1.7s;
  }
  .timeline .swiper-slide-active .timeline-text {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
	-webkit-transition: .4s ease 1.8s;
	transition: .4s ease 1.8s;
  }
  .timeline .swiper-pagination {
	right: 15% !important;
	height: 100%;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			flex-direction: column;
	-webkit-box-pack: center;
			justify-content: center;
	font-style: bold;
	font-weight: 300;
	font-size: 18px;
	z-index: 1;
  }
  .timeline .swiper-pagination::before {
	content: "";
	position: absolute;
	left: -30px;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.2);
  }
  .timeline .swiper-pagination-bullet {
	width: auto;
	height: auto;
	text-align: left;
	opacity: 1;
	background: transparent;
	color: #ffffff;
	margin: 3px 0 !important;
	position: relative;
  }
  .timeline .swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	top: 8px;
	left: -32.5px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #ed1c24;
	-webkit-transform: scale(0);
			transform: scale(0);
	-webkit-transition: .2s;
	transition: .2s;
  }
  .timeline .swiper-pagination-bullet-active {
	color: #ffffff;
  }
  .timeline .swiper-pagination-bullet-active::before {
	-webkit-transform: scale(1);
			transform: scale(1);
  }
  .timeline .swiper-button-next,
  .timeline .swiper-button-prev {
	background-size: 20px 20px;
	/* top: 30%; */
	width: 20px;
	height: 20px;
	margin-top: 0;
	z-index: 2;
	-webkit-transition: .2s;
	transition: .2s;
  }
  .timeline .swiper-button-prev {
	left: 5%;
	background-image: url(../img-fluid/prev.png);
  }
  .timeline .swiper-button-prev:hover {
	-webkit-transform: translateX(-3px);
			transform: translateX(-3px);
  }
  .timeline .swiper-button-next {
	right: 5%;
	background-image: url(../img-fluid/next.png);
  }
  .timeline .swiper-button-next:hover {
	-webkit-transform: translateX(3px);
			transform: translateX(3px);
  }
  @media screen and (min-width: 768px) {
	.timeline .swiper-slide::after {
	  right: -30%;
	  bottom: -8%;
	  width: 240px;
	  height: 50%;
	  box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
	}
	.timeline .swiper-slide-content {
	  right: 30%;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
			  transform: translateY(-50%);
	  width: 310px;
	  font-size: 25px;
	  text-align: right;
	}
	.timeline .swiper-slide .timeline-year {
	  margin-bottom: 0;
	  font-size: 25px;
	  margin-right: 50px;
	  text-align: center;
	}
	.timeline .swiper-slide .timeline-title {
	  font-size: 46px;
	  margin: 0;
	}
	.timeline .swiper-pagination {
	  display: -webkit-box;
	  display: flex;
	}
	.timeline .swiper-button-prev {
	  top: 15%;
	  left: 88%;
	  right: 15%;
	  -webkit-transform: rotate(90deg) translate(0, 10px);
			  transform: rotate(90deg) translate(0, 10px);
	}
	.timeline .swiper-button-prev:hover {
	  -webkit-transform: rotate(90deg) translate(-3px, 10px);
			  transform: rotate(90deg) translate(-3px, 10px);
	}
	.timeline .swiper-button-next {
	  top: auto;
	  bottom: 15%;
	  right: 11%;
  
	  -webkit-transform: rotate(90deg) translate(0, 10px);
			  transform: rotate(90deg) translate(0, 10px);
	}
	.timeline .swiper-button-next:hover {
	  -webkit-transform: rotate(90deg) translate(3px, 10px);
			  transform: rotate(90deg) translate(3px, 10px);
	}
  }

	@media only screen and (max-width: 550px) {
		.title {
			font-size: 30px;
			color: #000000;
			font-weight: bold;
			font-family: 'Montserrat', sans-serif;
			text-transform: uppercase;
			text-align: center;
		}
		.timeline .swiper-slide .timeline-text {
			font-size: 19px;
			line-height: 1.5;
		}

		.timeline .swiper-slide-content {
			right: 4%;
			top: 50%;
			-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
			width: 310px;
			font-size: 25px;
			text-align: center;
		}
		.timeline .swiper-slide .timeline-year {
			margin-bottom: 0;
			font-size: 25px;
			margin-right: 30px;
			text-align: center;
		}
	}

  	#texto_largo{
		position: relative;
		text-align: left;
		width: 95%;
		max-width: 350px;
		right: 45%;
		/* left: 13%; */
		top: 50%;
		-webkit-transform: translate(50%, 0);
		transform: translate(50%, 0);
		font-size: 19px;
		line-height: 28px;
		z-index: 2;
  	}
  
	.timeline .swiper-container {
		height: 700px;
		width: 100%;
		position: relative;
	}
	
	.indicacion h3{
		font-family: 'Montserrat', sans-serif !important;
		text-align: center;
		font-size: 13px;
	}
  
	.timeline .swiper-button-next,
	.timeline .swiper-button-prev {
		background-size: 20px 20px;
		/* top: 45%; */
		width: 20px;
		height: 20px;
		margin-top: 0;
		z-index: 2;
		-webkit-transition: .2s;
		transition: .2s;
  	}
  
  	@media screen and (min-width: 1024px) {
		.timeline .swiper-slide::after {
		right: -20%;
		bottom: -12%;
		width: 240px;
		height: 50%;
		box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7);
		}
		/* .timeline .swiper-slide-content {
		right: 25%;
		} */
  	}
/*******************************/
 

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

	.mobile {
		display: block;
	}

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

	.apertura {
	background-color: #000;
	padding-top: 3em;
}

	.nombre h1 {
		text-align: center;
		line-height: .9em;
	}

	.nombre p {
		text-align: center;
	}





}




@media (min-width: 200px) and (max-width: 675px) {
	.CarouselLP {
		max-width: 100%;
		height: 810px;
	  }
	.newsLP__text {
		position: absolute;
		width: 20%;
		text-align: left;
		line-height: 120%;
		font-size: 20px;
		top: 24%;
	}
	  #newsLP__text-overlay-1 {
		left: 2%;
	  }
	  
	  #newsLP__text-overlay-2 {
		left: 27%;
	  }
	  
	  #newsLP__text-overlay-3 {
		left: 52.5%;
	  }
	  
	  #newsLP__text-overlay-4 {
		left: 77%;
	  }
	.redes {
	    width: 10% !important;
	}
	.redes a {
	    padding: 0 7px;
	}
	.img-fluid-doble img-fluid{
	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;
	}
	.cita p {
		color: #838383;
		font-size: 1.7rem;
		padding-top: 1.5em;
		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: 22px;
		font-weight: 300;
	}
	.foto1 .pie-foto {
		
		width: 100%;
		font-family: 'Montserrat', sans-serif;
		margin-bottom: 0px;
	}
	.img-fluid-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;
	}

	.caption h1{
	position: relative;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'Druk Text Web Bold', serif;
	line-height: 1.3;
	font-size: 4em;
	font-weight: 700;
	padding-top: 3em;
	text-shadow: 1px 1px 2px black;
}



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


