@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: #fbd84a;
  background-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;
}

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

/************* cablebus styles **************/
.texto{
  padding-top: 50px;
}

.texto h6{
  font-size: 1.5rem;
}

.bg-blue{
  background-image: url(../img/bg-blue.jpg);
  background-color: #EEF8FE;
  background-repeat: no-repeat;
}

.bg-blue2{
  background-color: #EEF8FE;
  margin-top: 3%;
  padding-bottom: 5%;
}

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

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

.edicion{
  background-color: #EEF8FE;
  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: #e1505b;
  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: #e1505b;
  text-align: center;
}

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

.frase h3{
  font-family: 'Abril Fatface', cursive !important;
  line-height: 1.2;
  font-size: 2em;
  color: #e1505b;
  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: #e1505b;
}
.destacado-1 p{
  color:#ffffff !important;
  background-color: #e1505b;
}

.quote-numero{

	border-radius: 12px;
}

.quote-numero h2{
	font-weight: 500;
	color: #e1505b;
	padding: 0;
	font-size: 125px;
	text-align: center;
	letter-spacing: -8px;
}

.quote-numero h5{
	font-weight: 700;
	color: #000000;
	padding-top: 15px;
	font-family: 'Druk Text Web Bold', sans-serif !important;
	font-size: 40px;
	line-height: 1.1 !important;
}

.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: #797979 !important;
}

.pie-foto h6 b {
  font-weight: bold;
}

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


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



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

    .bg-blue{
      background-image: url(../img/bg-blue-mob.jpg);
      background-color: #EEF8FE;
      background-repeat: no-repeat;
    }

    .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;
      margin-top: 5%;
    }
    .cifra-destacada{
      font-size: 67px;

    }

    .quote-numero h2{
      font-size: 5em;
      letter-spacing: -5px;
    }
  
    .quote-numero h5{
      font-size: 1.6em;
    }
}






