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

body {
  font-size: 1rem;
  
  color: #ed1c24;
  background-color: #fff !important;
}
.row{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

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

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

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


.texto{
  padding-top: 40px;
}

.bg-grey{
  background-color: #eaeaea;
}

.s-1{
  padding: 2% 0;
}

.inicio{
  padding-top: 6%;
}
.titular{
  padding: 3em 1em;
}
.inicio h1{
  font-family: 'Druk Text Web Bold', serif;
  padding: 0 15px;
  line-height: 1;
  font-size: 6em;
  color: #ed1c24;
  text-align: left;
}
.inicio h2{
  font-family: 'Druk Text Web Bold', serif;
  padding: 0 15px;
  line-height: 1;
  font-size: 3em;
  color: #ffffff;
  text-align: left;
}
.inicio img{
  vertical-align: middle;
}

.sumario{
  font-family: 'Roboto', sans-serif;
  border-left: 10px solid #ed1c24;
  font-size: 25px;
  line-height: 1.2;
  color: #000000;
  font-weight: lighter;
  padding-left: 15px;
}

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


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

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

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

.destacado-1{
  padding: 20px 30px;
  background-color: #0368af;
}
.destacado-1 p{
  color:#ffffff !important;
  background-color: #0368af;
}

.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: #ed1c24;
  padding-top: 8px;
  margin-bottom: 3px;
}

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

.pie-foto p{
	padding-top: 10px;
	font-size: 15px;
	color: #000000;
	line-height: 1.2em;
	text-align: center;
	font-family: 'Roboto',sans-serif;
}

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

.fotos{padding-bottom: 5%;}

.grafica-size{
	margin-left: auto; 
	margin-right: auto;
	width: 80%; 
}

.graf-txt h2{
  padding: 0;
  font-size: 2.8em;
  background-color: #ed1c24;
  color: #ffffff;
  margin: 5% 0;
}

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

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .box {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  /* .box::before {
  left: 60px;
  border: medium solid #bbbbbb;
  border-width: 10px 10px 10px 0;
  border-color: transparent #bbbbbb transparent transparent;
  } */

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }
}
/********** *************** ***********/





/********** linea del tiempo ***********/
.pie-foto-scroller h6 {
  font-family: 'Montserrat', sans-serif !important;
  padding: 5px;
  font-weight: 600;
  font-size: 10px;
  color: #797979 !important;
}
.scroller{
  margin: 30px 0;
}
.card {
  margin: 10px 4px;
  border: none !important;
}
.card img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}
.card_texto {
	text-decoration: none;
	white-space: initial;
}
.card_texto h2{
  text-align: center;
	color: #0E4960 !important;
	font-size: 1.8em;
	line-height: .9em;
	padding-top: 10px;
	margin-bottom: 10px;
}

.scrollphot {
  overflow: auto;
  cursor: grab;
  white-space: nowrap;
}

div.scrollphot .card {
  vertical-align: middle;
  display: inline-block;
  padding: 0px;
  text-decoration: none;
  height: auto; 
  width: 850px;
  border-radius: 0 !important;
}

.desliza h4{
  padding-bottom: 20px;
  color: #a5a5a5 !important;
  line-height: 1.2em;
  font-family: 'Georgia' !important;
  font-weight: 900;
  text-transform: none;
  font-size: 16px;
}
/* *********************************** */


/*    Termina CSS Filtrado */

@media only screen and (max-width: 550px) {
  .hide_element{
  display: none !important;
 }
}

@media (min-width: 200px) and (max-width: 700px) {
  .frase1 img{
    margin-left: 0%; 
  }
  .mobile img {
    margin-top: -15px;
  }
}

@media (min-width: 700px) and (max-width: 1400px){
  .block video{
    margin-top: -210px;
  }
}


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

    .grafica-size{
      width: 100%; 
    }

    .graf-txt h2{
      padding: 0;
      font-size: 2em;
      margin: 5% 0;
    }
}






