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

  @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-Medium-Web.woff2') format('woff2'),
    url('../druk/DrukText-Medium-Web.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    }

body {
  font-size: 1rem;
  color: #fff !important;
}

.row{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

a {
  color: #000 !important;
  text-decoration: none !important;
}
a:hover{
  color: #fbd84a !important;
  text-decoration: none !important;
}

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

h2{
  color: #000000 !important;
}

p{
  font-family: 'Georgia';
  line-height: 1.5;
  font-size: 20px;
  color: #000000;
  margin-bottom: 0;
  text-align: left;
}

.rojo{
  font-family: 'Druk Text Web Bold', serif !important;
  line-height: 1.5;
  font-size: 20px;
  color: #e90000;
  margin-bottom: 0;
  text-align: left;
}

.gris{
  font-family: 'Druk Text Web Bold', serif !important;
  line-height: 1.5;
  font-size: 20px;
  color: #767876;
  margin-bottom: 0;
  text-align: left;
}

.blanco{
  font-family: 'Druk Text Web Bold', serif !important;
  line-height: 1.5;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  text-align: left;
}

/* .s-1{
  padding: 0;
}  */

.bg-black{
  background-color: #000000;
}

.inicio{
  padding-top: 2.8em;
}
.titular{
  padding: 3em 1em;
}

.inicio img{
  vertical-align: middle;
}

.sumario{
  background-color: #fad814;
  position: relative;
  top: -10px;
}

.container-amarillo{
  background-color: #fad814;
}


.titulo h1 {
  font-family: 'Druk Text Web Bold', serif;
  padding: 0 15px;
  line-height: 1;
  font-size: 5em;
  color: #000;
  text-align: center;
}

.titulo h2 {
  font-family: 'Druk Text Web Bold', serif;
  padding: 0 15px;
  line-height: 1;
  font-size: 3.2em;
  color: #000;
  text-align: center;
}

.titulo p{
  color: #000;
  text-align: center;
  padding: 2% 0;
}

.fondo-ondas{
  background: url(../img/bg-ondas.png) no-repeat center center fixed;
  background-color: #fff;
	min-height: 50%;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0 0 0;
}

.fondo-black{
  background-color: #000000;
  margin-top: -32px;
}

.fondo-black h3{
  color: #ffffff;
  font-size: 2.5em;
  text-align: center;
}

.fondo-verde{
  background-color: #00ad4d;
  margin-top: -32px;
}

.fondo-verde h3{
  color: #000;
  font-size: 2.5em;
  text-align: center;
}

.fondo-white{
  background-color: #fff;
  margin-top: -32px;
}

.subtitular h3{
  font-family: 'Druk Text Web Bold', serif;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 2.4em;
  color: #000000;
  text-align: center;
}

.destacado-1{
  padding: 40px 40px;
  background-color: #fad814;
}
.destacado-1 h5{
  font-family: 'Druk Text Web' !important;
  color:#ffffff !important;
  font-size: 1.6em;
  background-color: #fad814;
}

.destacado-2{
  padding: 40px 40px;
  background-color: #00ad4d;
}
.destacado-2 h5{
  font-family: 'Druk Text Web' !important;
  color:#ffffff !important;
  font-size: 1.6em;
  background-color: #00ad4d;
}

.cuadradonegro{
	padding: 40px !important;
	font-size: 20px;
	margin:10px;
	background-color: #fff;
	border: solid 4px #000;
	color: white;
	text-align:center !important;
}

.circulo-morado{
  font-size: 1.2em;
  border-radius: 50%;
background-color: #7B45F3;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin: 0px auto;
padding: 3%;
color: #ffffff;
height: 12em;
width: 12em;
}

.edicion{
  background-color: #0368af;
  text-align: center;
}
.edicion img{
  padding: 10px 0;
  width: 40px;
}

.frase h3{
  font-family: 'Abril Fatface', cursive !important;
  line-height: 1.2;
  font-size: 2em;
  color: #aa312a;
  text-transform:none ;
  text-align: center;
}

.parrafo-diferente p{
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.mobile{
  display: none;
}
.desk{
  display: block;
}

.characters{
  padding-top: 30px;
}

.characters p{
  text-align: center;
}

.characters h3{
  font-family: 'Abril Fatface', cursive !important;
  line-height: 1;
  font-size: 1.4em;
  color: #0E4960;
  padding-top: 8px;
  margin-bottom: 3px;
}

.cifra-destacada{
  font-size: 125px;
  font-family: 'Abril Fatface', cursive !important;
  text-align: center;
  color: #F4D773;
}

.pie-foto h6 {
  font-family: 'Open Sans', sans-serif !important;
  padding-top: 5px;
  font-weight: 300;
  font-size: 12px;
  color: #000 !important;
}

.fotos{padding-bottom: 5%;}


.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.text-center button{  color:#fff; font-family: "Open Sans", sans-serif !important;padding:4px; margin:4px;text-transform: uppercase; font-size: .9em ;
}

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

.head_table{background-color: #b3b3b3 !important;}
.head_exp{top:0px;background-color: #ed1c24;padding: 0.7em;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: #000; }


/********** vertical timeline ***********/

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #0E4960;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.box {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.box::after {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  right: -17px;
  background-color: #0E4960;
  border: 4px solid #ffffff;
  top: 15px;
  border-radius: 60%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
/* .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #bbbbbb;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #bbbbbb;
} */

/* Add arrows to the right container (pointing left) */
/* .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #bbbbbb;
  border-width: 10px 10px 10px 0;
  border-color: transparent #bbbbbb transparent transparent;
} */

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  position: relative;
  border-radius: 6px;
}

.content h2 {
color: #0E4960;
text-align: right;
font-size: 3em;
}

.creditos h6{
	font-size: 0.8em;
	padding-bottom: 7px;
	color: #000000 !important;
}

.creditos p{
	font-family: 'Georgia',serif !important;
	font-size: 1.1em;
	color: #000000 !important;
}

.creditos strong{
	font-family: 'Roboto',sans-serif;
}



/*    Termina CSS Filtrado */

.lista{
  font-family: 'Georgia';
  line-height: 1.5;
  font-size: 20px;
  color:#000000;
  text-align:left;
}

@media (min-width: 200px) and (max-width: 770px) {
  .subtitulo{
    width: 100%;
    padding-left: 0%;
    margin: 0em 0;
  }
  .desk {
    display: none;
  }
  .mobile {
    display: block;
  }

  .texto h1{
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
  .info_desk img {
    display: none;
  }
  .info_mobile img {
    display: inline-block;
    
  }
  .mobile h4{
    
        padding: 0px 3px 3px 3px;
      border-style: solid;
      border-width: 1px 0px;
      border-color: #cacaca;
      margin: 5px auto 15px auto;
      position: relative;
  }
  .desk{display: none;
  }
  .col-sm-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-sm-6 h4{
    font-size: 1em;
    font-weight: 700; 
    padding-top: 10px;
    }

    .inicio{
      padding-top: 8em;
    }
    .inicio h1{
      font-size: 3.5em;
      text-align:center;
    }
    .inicio h2{
      font-size: 2.5em;
      text-align:center;
    }
    .sumario{
      font-size: 20px;
    }
    .cifra-destacada{
      font-size: 67px;

    }

    .texto{
      padding-top: 20px;
    }

    .scroller{
      margin: 15px 0;
    }

    div.scrollphot .card {
      width: 310px;
    }

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

    .titulo h2 {
      font-size: 2.5em;
    }

    .circulo-morado{
      margin: 2% auto;
    }
    
}






