 * {
    box-sizing: border-box;
    font-family: 'roboto', sans-serif;
}

.custom-navbar {
  background-color: #0251CC;
  height: 80px;
}

.navbar .navbar-nav .nav-link {
  color: white;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  white-space: normal;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.5;
  display: flex;
  vertical-align: middle;
}

.footer {
    background-color: black;
    color: white;
    margin: 0;
    padding: 0;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    color: otro-color;
}

.hero-steam {
    position: relative;
    width: 100%;
    height: 45vh;
    overflow: hidden;
}

.hero img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: brightness(0.7);
}

.hero-steam-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-family: 'Roboto';
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.hero-steam-text p {
    padding: 0px;
}

/* Estilo para el título */
.hero-steam-title {
    font-size: 48px;
    font-weight: bold; /* Texto en negrita */
}

/* Estilo para el párrafo de texto */
.hero-steam-description {
    font-size: 24px;
    font-weight: bold; /* Texto en negrita */
    color: #C1C1C1;
}

.steam-image {
    margin-top: 100px;
    margin-bottom: 100px;
}

.steam-image svg {
    width: 900px;
    display: block;
    margin: 0 auto;
}

.secciones {
    max-width: 1100px;
}

.secciones h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 50px;
}

.custom-card {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px;
}

.custom-card .card-img-top {
    border-radius: 20px;
    height: 250px;
}

.custom-card .card-title {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 24px;
}

.custom-card .title-section {
    color: black;
}

.custom-card .card-text {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #888888;
    font-size: 18px;
}

.custom-card .text-section {
    color: white;
}

.noticias {
   margin-bottom: 50px
}

.noticias h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 50px;
}

.contacto {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 36px;
    max-width: 600px;
    margin-bottom: 50px;
    padding: 20px;
}

.contacto h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 50px;
}

.custom-btn {
    width: 100%;
    height: 25%;
    background-color: black;
    color: white;
}

.custom-input {
    border-radius: 15px;
}

.form-control {
    background-color: #f2f2f2;
    font-weight: bold;
    padding: 30px;
}

.form-control::placeholder {
    color: #B3B3B3;
}

.form-group {
    margin-bottom: 15px;
}

.custom-btn {
    border-radius: 15px;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 50px;
    margin-top: 40px;
    padding: 10px;
}

.section-content {
    padding: 2rem 0;
    overflow: hidden;
}

.fit-image {
    object-fit: cover;
    height: 20rem !important;
}

.no-bg-color {
    background-color: transparent;
}

/* Used in the ¿Quiénes somos?, Escuelas pages */

.common-title {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 3rem;
    letter-spacing: -2px;
}

.dark-blue-text {
    color: #01284f;
}

.grey-text {
    color: #888888;
}

.common-subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.center-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.center-text {
    text-align: center;
}

.fit-side-image{
    object-fit: cover;
    width: 100%;
}

.darker-image {
    filter: brightness(50%);
}

.img-more-rounded {
    border-radius: 1rem;
}

.dark-blue-bg {
    background-color: #01284f;
    color: white;
}

.some-padding {
    padding: 3rem 5rem;
}

.less-padding {
    padding: 1rem 2rem;
}

/* End of the ¿Quiénes somos?, Escuelas pages */

/* Niños y jovenes */

.deck-ninos {
    padding: 9rem;
}

.ninos {
    border-radius: 20px;
}

.ninos .card-title {
    font-weight: bold;
}

.deck-ninos .card-img-top {
    border-radius: 20px;
    height: 250px;
}
