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

b,
strong {
  font-weight: bold;
}

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", sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

h6 {
  font-size: 12px;
}

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

/********************* 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 0.3s; /* Animation */
}
.redes:hover {
  opacity: 0.8;
  transform: scale(1.2);
}

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

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

.caption h1 {
  text-align: center;
  color: #ffffff;
  line-height: 1.1;
  font-size: 5.5em;
  padding: 18px;
}

.caption span {
  font-size: 40px;
  letter-spacing: 2px;
}

.apertura {
  background-color: #000000;
  padding-top: 40px;
}

.s-1 {
  padding: 2.5em 0;
}

.titulo1 h2 {
  font-size: 3.4em;
  padding-top: 35px;
}

.subtitulo h3 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 25px;
  font-weight: 300;
}

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

.pie-foto p {
  padding-top: 10px;
  font-size: 15px;
  font-weight: 400;
  color: #6d6d6d;
  line-height: 1.2em;
  text-align: center;
}

.grafico-print h2{
	font-size: 2.2em;
	font-weight: 700;
}

.grafico-print p{
font-family: "Montserrat", sans-serif !important;
font-weight: 300;
font-size: 23px;
text-align: center;
}

.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: 0.5em;
}

.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: 0.5em;
}

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

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

/**************************************/


@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 {
    padding-top: 3em;
  }

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

  .nombre p {
    text-align: center;
  }
}

@media (min-width: 200px) and (max-width: 675px) {
	 .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.3rem;
    padding-top: 1.5em;
    line-height: 1.3;
  }
  .gif {
    padding: 1.5em 15px;
  }
  .graficas {
    padding: 1.5em 0;
  }
  p {
    padding-left: 0.6em;
    padding-right: 0.6em;
    line-height: 1.6;
    font-size: 22px;
    font-weight: 300;
  }
  .foto1 .pie-foto {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0px;
  }
  .titulo1 h2 {
    font-size: 2.5em;
    padding-top: 35px;
	}
  .apertura img{
	  padding-top: 20px;
  }
  .caption h1 {
    text-align: center;
    color: #ffffff;
    font-family: "Druk Text Web", serif;
    line-height: 1.3;
    font-size: 2em;
    font-weight: 700;
    padding-top: 1em;
  }
  .caption span {
    font-size: 50px;
    letter-spacing: 2px;
	}
	.subtitulo h3 {
		padding: 0 15px;
		font-size: 24px;
		font-weight: 300;
	}
	.grafico-print p {
		line-height: 1.2 !important;
		font-size: 23px;
		text-align: center;
	}
}

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