.navbar-brand span {
    font-size: 1.75rem;
}

.presentacion_section {
    background: #7fc3eb;
    color: #fefefe;
    border-radius: 0 0 15px 15px;
}

.presentacion_section .detail-box {
   padding-left: 45px;
   margin: 45px 0;
   font-size: 1.2rem;
}

.presentacion_section .detail-box h1 {
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 10px;
}

.presentacion_section .img-box {
    display: flex;
    justify-content: center;
    padding: 45px;
}

.presentacion_section .img-box img {
    max-width: 100%;
    height: auto;
}

#navbarSupportedContent {
  background: #e6ecf9;
}

.texto_seccion {
  font-size: 1.2rem;
}

.heading_container h1 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 2rem;
}

.texto_seccion h2 {
    font-size: 1.5rem;
    margin-bottom: 1em;
}

.texto_seccion li {
    margin-bottom: 1em;
}

.texto_seccion .publi, .texto_seccion .publi-lat {
    text-align: center;
}

.texto_seccion .publi iframe, .texto_seccion .publi-lat iframe {
    margin: 0 1rem;
}

@media (max-width: 768px) {
  .navbar-brand {
    white-space: normal;
  }

  .presentacion_section .detail-box {
     padding-left: 0;
     margin: 45px 0;
     font-size: 1.2rem;
  }

  .presentacion_section .detail-box h1 {
      font-size: 2rem;
  }
}
