/*
 * Theme Name: informativo-corona-virus
 * Description: informativo corona virus
 * Author: Noriuki
*/

.borred {
  border: solid 1px red;
}

.noticia-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.noticia-titulo-container {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  margin:0;                            
  height: 90px;
}

.boletins-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.vacinometro-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
  /* border: solid 1px magenta; */
}

.campo-vacinometro {
  display: flex;
  flex-direction: column; 
  text-align: center;
  width: 365px;
  height: 150px;
  min-height: 150px;
  margin: 0 0 18px 0;
  border-radius: 15px;
  font-size: 1.3rem;
  background-color: #004276;
}

.campo-vacinometro p {
  flex-shrink: 0;
  margin-top: 135px;
  padding: 0;
  width: 100%;
  font-size: 1.6rem;
  /* border: solid 1px red; */
  margin: 25px 0 0 0;
  bottom: 0;
  color: #fdfe3e;
}

.campo-vacinometro h3 {
  min-height: 60px;
  height: 60px;
  width: 100%;
  margin: 15px 0 0 0;
  /* border: solid 1px yellow; */
}

.container span {
  color: black;
  font-weight: 400;
}