@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;
  font-family: 'Georgia';
  color: #0f0e48;
  background-color: #ffffff;
}

.head_gan {
  top:0px;
  background-color: #0f0e48;
  padding: 0.4em;left: 0px;
  height: 63px;
}

.row{
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.col-12 {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
img {
  width: 100%;
  height: auto;
}

.flecha img{
  width: 50px;
  padding: 50px 0;
}

a {
  color: #0f0e48 !important;
  text-decoration: none !important;
}

p{
  line-height: 1.7;
  font-size: 1.2em;
  color: #0f0e48;
  font-family: 'Georgia';
}

.pie-foto p{
  margin-top: 16px;
  margin-bottom: 4em;
  line-height: 1.3;
  font-size: 0.8em;
  font-family: 'Roboto',sans-serif;
  text-align: center !important;
}


li{
  background-color:#fff;
}

li:hover{
  background-color:#ccc;
}

h1, h2, h3, h4, h5, h6{
  font-weight: 900;
  font-family: 'Druk Text Web Bold', sans-serif !important;
  color: #0f0e48;
  text-transform: uppercase;
}


/******* estilos que cambian mobile y desk *******/
.mobile {
  display: none;
}
.desk{
  display: block;
}
/******* estilos que cambian mobile y desk *******/


.titulares h2{
  font-size: 4.8em !important;
  color: #0f0e48;
  text-align: center;
  line-height: 1.1;
}

.titulares h4 {
font-size: 35px;
line-height: 1;
color: #0f0e48;
text-align: center;
}

.titulares h3{
  font-family: "Roboto", sans-serif !important;
  font-size:1.7em ;
  padding:3px 0 0;
  text-align: center;
  color: #0f0e48;
}

.titulares h6{
  font-family:"Roboto", sans-serif !important;
  font-size:1.2em ;
  text-transform: uppercase;
  color: #ef3f3f;
  text-align: center;
  line-height: 7px;
  font-weight: 300;
  font-style: italic;
}

.titulares h5{
  background-color: #EF3F3F;
  font-size:2em;
  padding: 7px;
  color: #ffffff;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

.met h4{
  font-size:3.8em;
  text-align: center;
  color: #0f0e48;
}


.met h6{
font-size: 1.6em;
color: #0f0e48;
padding: 10px 0;
}


.met p{
  color: #0f0e48;
  line-height: 1.5;
}

.sumario p{
  font-family: "Roboto", sans-serif !important;
  font-weight: 300;
  text-align: center;
  font-size: 1.6em;
}

.nota{
  padding: 0.8em 0;
}
.nota p{
  font-family: 'Georgia', serif !important;
  color: #0f0e48;
  font-size: 1.2em;
  text-align: center;
}

.cuadro{
  background-color: #FFE1E1;
  border-top : 30px solid #EF3F3F;
  height: fit-content;
  margin: 0 15px;
}

.cuadro p{
color: #0f0e48;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: none;
  text-align: left;
  padding: 28px;
}

.destacado p{
  background-color: #FFE1E1;
  padding: 20px;
  border-left:15px solid #EF3F3F;
  font-family: "Roboto", sans-serif !important;
  line-height: 1.5;
  font-weight: 400;
}

.col-sm-1{
  margin-left: 0px !important;
}
.col-sm-1{
  margin-left: 0px !important;
}



/* Safari 4.0 - 8.0 */
@-webkit-keyframes inzoom {
  from {opacity: 0;
  transform: scale(0.7);}
  to {opacity: 1;
  transform: scale(1);}
}

@keyframes inzoom {
from {opacity: 0;
  transform: scale(0.7);}
  to {opacity: 1;
  transform: scale(1);}
}

.botX_2{
  position: fixed;
  top: 48px;
  right: -10px;
  width: 62px;
  z-index: 999;
  max-width:100px;margin: 10px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.botX_2:hover{
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}


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

@media (min-width: 200px) and (max-width: 770px) {

  .fotoartes img {
    padding: 40px 0;
  }
  .fixed-top {
    background-color: #000;
  }
  .typing-demo {
    font-size: 3em;
  }

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

  .flecha img{
    width: 50px;
    padding:0;
  }
 
  .titulares h2{
    font-size: 4em !important;
    text-align: center;
  }

  .met h3{
    font-size:1.4em ;
    text-align: center;
  }

  .met h4{
    font-size:2.7em;
    text-align: center;
  }

  .met h5{
    font-size:1.7em;
    text-align: center;
  }

  .sumario p{
    font-size: 1.3em;
  }
  
  .cuadro p{
padding: 10px;
  }

@media (min-width: 700px) and (max-width: 1400px){

  .block video{
    margin-top: -210px;
  }


}
}
