@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;
  background-color: #DFE7EE !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;
}

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

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

.inicio{
  padding-top: 2.8em;
}

.titular{
  padding: 3em 1em;
}

.inicio img{
  vertical-align: middle;
}

.sumario{
  padding: 3% 0;
}

.sumario p{
  color: #000000;
  text-align: center;
  font-family: 'Roboto',sans-serif;
}

.sumario p b{
  color: #17479E;
  font-weight: bold;
}

.principal img{
	margin-top: 4%;
	width: 100%;
}

.credito p{
	font-family: 'Roboto',sans-serif;
  text-align: center;
  padding: 0 0 3% 0;
}

.credito img{
  width: 8%;
}

.capitular{
  text-align: center;
}

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

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

.titulo p{
  color: #ffffff;
  font-style: italic;
  text-align: center;
  padding: 2% 0;
}

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

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

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


/* 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 */

.quote-txt{
  padding: 5% 5% 5% 10%;
  background: linear-gradient(#032667, #17479E)
}

.quote-txt h4{
  font-size: 8em;
  margin-bottom: -50px;
  text-align: right;
  color: #000000;
}

.quote-txt h3{
  text-align: right;
  font-size: 2.6em;
  color: #ffffff;
}

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

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

.borders{
  border: solid 2px #01B4FA;
  padding: 2%;
}

.borders .subtitular h3{
  text-align: center;
  padding-bottom: 5%;
}

.black-borders{
  background-color: #000000;
  height: 10px;
  width: 100%;
}

/**********gallery***********/
.desliza{padding-top: 3%;}
.phot {
	margin: 20px 0;
	transition: .6s ease;
	border: none !important;
  }
  
  .phot:hover {
	transform: scale(1.05);
  }
  
  .scrollphot {
	background-color: #000000;
	overflow: auto;
	cursor: grab;
	white-space: nowrap;
  }

  .scrollphot img{
	padding-bottom: 2%;
	width: 60%;
}

.vertical{width: 60% !important;}

.horizontal{width: 90% !important;}

  ::-webkit-scrollbar {
	  width: 0px;
	  height: 0px;
	  background: transparent;
  }
  
  div.scrollphot .phot {
	  display: inline-block;
	  padding: 0px;
	  text-decoration: none;
	  height: auto; 
	  width: 400px;
	  border-radius: 0 !important;
	  vertical-align: top;
  }

.card_texto {
	text-decoration: none;
	white-space: initial;
	padding-top: 20px;
}

.card_texto p{
  font-family: 'Montserrat', sans-serif !important;
  text-align: center;
	color: #ffffff !important;
  font-size: 15px;
  padding: 0 20px;
}

.card_texto h3{
  color: #ffffff !important;
}

.card_texto h3 span{
	font-size: 50px;
}

.card_texto b{
  font-size: 2em;
  color: #01B4FA;
}

.fondo-graficos{
	background: url(../img/bg-graficos.png) no-repeat center center fixed;
	min-height: 50%;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0 0 0;
	margin-top: -8px;
	}



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

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

    }

    .scroller{
      margin: 15px 0;
    }

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

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

    .principal img{
      margin-top: 3em;
  
    }

    .quote-txt{
      padding: 0% 5% 0% 10%;
      margin-bottom: 20%;
    }

    .quote-txt h3{
      text-align: right;
      font-size: 29px;
    }

    div.scrollphot .phot {
      width: 350px;
    }

      .borders{
        border: solid 0px #01B4FA;
      }

      .salto{
        padding-top: 5%;
      }
    
}






