@charset "utf-8";
/* CSS Document */

html{
    font-family:sans-serif;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%
}
#hero {
  width: 100%;
  height: 60vh;
  background: url("../../imagenes/Banner_VIAI2026.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 70px;
  padding: 0;
}
.section-title h1, h2, h3, h4 {
    color: #0C6698;
}

ul li i {
    color: #0C6698;
}
i {
    color: #0C6698;
}
.tab-pane {
    margin-top: 50px;
}
.about {
    margin-top: 50px;
}
.about h3 {
  font-size: 25px;
}
