html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.hero-section {
  position: relative;
  height: 100vh;
  /*background-image: url('../images/prensa/kv-prensa.jpg');*/
  background-size: cover;
  background-position: center;
}

.hero-content {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
}

.texto-cabecera {
  color: white;
  max-width: 750px;
}

.intro-cabecera {
  font-size: 20px;
  font-weight: 300;
}
.div-intro-cabecera {
  font-size: 1.25rem;
  font-weight: 200;
}

.icono-redes {
  height: 40px;
  width: 40px;
}
@media (max-width: 768px) {
  .hero-section {
    /*background-image: url("../images/prensa/kv-prensa-mob.webp") !important;*/
    height: 100vh !important;
  }
  .icono-redes {
    height: 30px !important;
    width: 30px;
    min-height: 30px !important;
    min-width: 30px;
  }
  .col-md-11 > a {
    display: block;
    width: 100%;
  }
}
