@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: #000000;
  background-color: #ffffff;
}
.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;
}

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

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

.pie-foto p{
  margin-top: 16px;
  margin-bottom: 4em;
  line-height: 1.3;
  font-size: 0.8em;
  font-family: 'Open Sans',sans-serif;
  text-align: left !important;
  border-left: 3px solid #000000;
  padding-left: 6px;
}


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;
  text-transform: uppercase;
}


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

/*CARD AMARILLA*/
.met h2{
  font-size:60px;
  color: #000000;
  padding: 12px 0px 1em;
  text-align: center;

}

.met h4{
  background: #ffbb00;
  color:#ffffff;
  padding:3px;
  text-align: center;
}

.met p{
  color: #000000;
  line-height: 1.5;
  opacity: 0.7;
}

.sumario p{
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300;
  text-align: center;
  font-size: 1.6em;
  border-bottom: 4px solid #ffbb00;
}

.nota{
  padding: 0.8em 0;
}
.nota p{
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 900;
  color: #000000;
  font-size: 0.9em;
  text-align: center;
}

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


/*CARD AMARILLA final*/

/*CARD ROJA*/
.met-roja h2{
  font-size:60px;
  color: #000000;
  padding: 12px 0px 1em;
  text-align: center;

}

.met-roja h4{
  background: #ff413b;
  color:#ffffff;
  padding:3px;
  text-align: center;
}

.met-roja p{
  color: #000000;
  line-height: 1.5;
  opacity: 0.7;
}

.sumario-rojo p{
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300;
  text-align: center;
  font-size: 1.6em;
  border-bottom: 4px solid #ff413b;
}

.text-red {
  color: #ed1c24 !important;
}

.nota-roja{
  padding: 0.8em 0;
}
.nota-roja p{
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 900;
  color: #000000;
  font-size: 0.9em;
  text-align: center;
}

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

/*CARD ROJA final*/

/*CARD AZUL*/
.met-azul h2{
  font-size:60px;
  color: #000000;
  padding: 12px 0px 1em;
  text-align: center;

}

.met-azul h4{
  background: #8fd3d4;
  color:#ffffff;
  padding:3px;
  text-align: center;
}

.met-azul p{
  color: #000000;
  line-height: 1.5;
  opacity: 0.7;
}

.sumario-azul p{
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300;
  text-align: center;
  font-size: 1.6em;
  border-bottom: 4px solid #8fd3d4;
}

.nota-azul{
  padding: 0.8em 0;
}
.nota-azul p{
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 900;
  color: #000000;
  font-size: 0.9em;
  text-align: center;
}

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

.destacado p {
  background-color: #8fd3d4;
  padding: 30px;
  font-size: 3em;
  line-height: 0.6;
  font-family: 'Druk Text Web Bold', sans-serif !important;
  text-transform: uppercase;
  text-align: center;
}

.destacado span {
font-size: 0.4em !important;
}

/*CARD AZUL final*/

/* 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: 0px;
  right: 0px;
  width: 70px;
  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(90deg);
  transform: rotate(90deg);

}


@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;
  }
  .mobile img {
    margin-top: -15px;
  }

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

}

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

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


}





