@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  font-family: "Montserrat", sans-serif !important;
}
footer {
  font-family: "Roboto", sans-serif !important;
}

.logo-brand {
  /* padding-top: 50%; */
  min-width: 137px;
  max-width: 65px;
}

.nav-black {
  /* font-family: Montserrat; */
  font-size: 18px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.btn-blanco {
  border-radius: 48px;
  background-color: #ffffff;
  width: 150px;
}

.btn-transparent {
  border-radius: 48px;
  border: solid 3px #ffffff;
  width: 150px;
}

.letra-azul {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: center;
  color: #192571;
}

.trasparencia-oscura {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
}

/* .navbar {
    background-color: #ffffff;
    min-height: 100px;
} */

.section-video {
  /* position: absolute; */
  background-color: rgba(0, 0, 0, 0.5);
  /* z-index: 100; */
  height: 100vh !important;
}
video::-webkit-media-controls-start-playback-button {
  display: none;
}

.whatsapp-button {
  position: fixed;
  bottom: 100px;
  right: 15px;
  z-index: 99;
  background-color: #25d366;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  animation: effect 5s infinite ease-in;
}

@keyframes effect {
  20%,
  100% {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
  0%,
  10% {
    width: 55px;
    height: 55px;
    font-size: 35px;
  }
  5% {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}

.main_image {
  background-image: url('img/blog/img1.png');
  width: 100%;
  height: 60vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.image_fiebre_tifoidea {
  background-image: url('img/blog/img21.png');
  width: 100%;
  height: 60vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image_hepatitis_a {
  background-image: url('img/blog/img7.png');
  width: 100%;
  height: 60vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image_hepatitis_b {
  background-image: url('img/blog/img9.png');
  width: 100%;
  height: 60vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image_vacuna_influenza {
  background-image: url('img/blog/img12.png');
  width: 100%;
  height: 60vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image_vacuna_meningococo {
  background-image: url('img/blog/img30.png');
  width: 100%;
  height: 60vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.image_vacuna_rabia {
  background-image: url('img/blog/img15.png');
  width: 100%;
  height: 60vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image_vacuna_tetanos {
  background-image: url('img/blog/img19.png');
  width: 100%;
  height: 60vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image_vacuna_triple {
  background-image: url('img/blog/img17.png');
 width: 100%;
  height: 60vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image_vacuna_varicela {
  background-image: url('img/blog/img27.png');
  width: 100%;
  height: 60vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.image_vacuna_vph {
  background-image: url('img/blog/img24.png');
  width: 100%;
  height: 60vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}






.text_main_image {
  position: absolute;
  bottom: 10%;
  left: 5%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
