
.full-height {
  height: 100vh;
}

.welcome{
    padding-bottom:25em;
}

body {
    background:url('/img/banner-donadores-compulsivos.jpg') no-repeat center center fixed;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-bottom:50px;

}





@media (max-width: 575px) {
  .flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
  }


}
@media (min-width: 576px) {
  .flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}


@media (min-width: 768px) {
  .flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
  }


}


@media (min-width: 1024px) {

body {
    background:url('/img/banner-donadores-compulsivos.jpg') no-repeat left center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}



@media (min-width: 1400px) {
  .flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}


@media (min-width: 1500px) {
  .mb-50{
    margin-bottom: 226px;
  }

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



}


.position-ref {
  position: relative;
}

.txt-uppercase{
  text-transform: uppercase;
}

body {
  font-family: Arial, sans-serif;
  margin: 20px;
}

.form-container {
  max-width: 500px;
  margin: 0 auto;
}
.select2-container {
  width: 100% !important;
  height: 60px !important;
}

/* Eliminar subrayado en los tooltips */
.highcharts-tooltip text {
  text-decoration: none !important;
}

/* Eliminar subrayado en enlaces dentro de los tooltips */
.highcharts-tooltip tspan {
  text-decoration: none !important;
}

/* Eliminar subrayado en los botones de drilldown */
.highcharts-drilldown-link {
  text-decoration: none !important;
}

/* Eliminar subrayado en el botón de drillup */
.highcharts-drillup-button {
  text-decoration: none !important;
}


