 @import url('https://fonts.googleapis.com/css?family=Lato:300,400&display=swap');
 @import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');
 @import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,200,300,400&display=swap');
 @import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap');


.navbar a{
  font-family: 'Merriweather', serif;
  font-size: 1.3rem;
}
 .header{
  background-image: url(../images/bg-virus.png);
  background-position: top left;
  background-size: contain;
  background-repeat: color-burn;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
   background-color: #353535;
   -moz-box-shadow:    inset 0 0 20px #000000;
   -webkit-box-shadow: inset 0 0 20px #000000;
   box-shadow:         inset 0 0 20px #000000;
 }
 .header p, .header i{

   color: #fff;
   font-weight: 200;
   font-family: 'Roboto Slab', serif;
   background-image: linear-gradient(to bottom, #00000000, #00000057, #00000057, #00000057,  #00000000);
 }
 body{
   font-family: 'Lato', sans-serif;
   color: #231f20;
 }
h1{
  font-family: 'Merriweather', serif;
  font-weight: 600;
  /*background-color: #00000057;*/
  color: #ffa01c;
  font-size: 6rem;
}
h2{
   color: #fff;
   font-weight: 500;
   background-image: linear-gradient(to bottom, #00000000, #00000057, #00000057, #00000057,  #00000000);
 }
 h3{
  font-family: 'Merriweather', serif;
  font-weight: 600;
  font-size: 2rem;
  color:#ffa01c;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ffa01c;  
 }
h4{
  color: #e60000;
}
h5{
  font-size: 1.2rem;
}
p{

  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
  font-family: 'Roboto Slab', serif;
}
.noticias a{
  color: #262626;
  text-decoration: none;
}

.crono{
  background-color: #6D6E71;
  padding: 7px 7px;
  color: #fff;
}
.ano{
  background-color: #231F20;
  color: #fff;
  padding: 7px;
}
#contenedor{

}
#transmi{
  align-content: baseline;
  align-items: center;
  background-color: #e6e6e6;
}


#sidebar{
  
}


blockquote{
  padding: 2rem 3rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 300;
  background-color: #464646;
   -moz-box-shadow:    inset 0 0 20px #000000;
   -webkit-box-shadow: inset 0 0 20px #000000;
   box-shadow:         inset 0 0 20px #000000;
}

blockquote:before{
  content: '“';
  font-size: 6rem;
  color: #ffa01c;
  position: absolute;
  top: -40px;
  left: -45px;
  font-family: 'Noto Sans TC', sans-serif;
}

blockquote:after{
  content: '”';
  font-size: 6rem;
  color: #ffa01c;
  position: absolute;
  bottom: -95px;
  right: -30px;
  font-family: 'Noto Sans TC', sans-serif;
}

.prevencion, .infeccion, .contacto{
  background-color: #262626;
  color: #fff;
}

footer{
  background-color: #282828;
  color:#fff;
}
footer hr{
  background-color: #666;
}

footer a{
  font-weight: 300 !important;
}
#map{
  height: 500px;
  width: 100%;
}

.info {
  padding: 6px 10px;
  font: 14px/16px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 5px;
}
.info h4 {
  margin: 0 0 5px;
  color: #777;
}

#map h2{
  color: #ffa01c;
background-image: none;
font-family: 'Merriweather', serif;
margin-bottom: 1.2rem;
font-size: 1.2rem;

}

#map p{
  font-family: 'Lato', sans-serif;
  color: #282828;
  background-image: none;
  line-height: 0.2rem;
  font-size: 1rem;
}
.legend { 
  text-align: left; 
  line-height: 18px; 
  color: #555; 
} 
.legend i { 
  width: 18px; 
  height: 18px; 
  float: left; 
  margin-right: 8px; 
  opacity: 0.8; 
}

.legend p{
  font-size: 1rem !important;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

@media only screen and (max-width: 800px) {
  h1{
    font-size: 7vw;
    text-align: center !important;
  }
  h3{
    text-align: center;
    font-size: 1.2rem;
  }
  .prevencion p{
    font-size: 1rem;
  }
  .navbar{
    justify-content: center;
  }
  h2{
    font-size: 1.2rem;
    text-align: center;
  }
  .header{
    background-position: top center;
    background-size: auto;
  }
}

@media only screen and (max-width: 420px) {

}

@media only screen and (max-width: 321px) {
  
}