html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-botton {
    margin-right: 0 !important;
}

.fondo-natacion {
    /*background-image: url('https: //cdn-blog.superprof.com/blog_es/wp-content/uploads/2023/05/competiciones-natacion-evolucion.jpg');*/
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../falcon/assets/img/fondo-natacion.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}