body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1em;
}
a:hover {
  color: currentColor;
}

button.pv-dark {
  background-color: #023C61 !important;
}
button:hover.pv-dark {
  background-color: #014976 !important;
}
button:focus.pv-dark {
  background-color: #007BC3 !important;
}
button.pv-light {
  background-color: #007BC3 !important;
}
.footerLetras {
  color: #4d4d4d;
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.footerDireccion {
  color: #4d4d4d;
  text-decoration: none;
}
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bg-table-form {
  background-color: #f6f6f6;
}

@media screen and (min-width: 601px) {
  h3.title-header {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.8em;
  }
  .subtitle-header {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.8em;
  }
  svg.logo-home {
    width: 320px;
  }
  .logo-home-div {
    text-align: center;
    padding-top: 3vw;
    /* padding-bottom: 1.5vw; */
  }
  .top-banner {
    max-width: 100%;
    margin-bottom: 1vw;
  }
}

@media screen and (max-width: 600px) {
  h3.title-header {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.5em;
  }
  .subtitle-header {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.3em;
  }
  svg.logo-home {
    width: 220px;
  }
  .logo-home-div {
    text-align: center;
    padding-top: 4vw;
    /* padding-bottom: 2vw; */
  }
  .top-banner {
    max-width: 100%;
  }
}

.dragdrop-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  border-width: 2px;
  border-radius: 2px;
  border-color: #eeeeee;
  border-style: dashed;
  background-color: #fafafa;
  color: #bdbdbd;
  outline: none;
  transition: border 0.24s ease-in-out;
  cursor: pointer;
}
.card-background {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1em;
}
.range-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 0.8em;
}

.range-labels {
  margin-top: -20px;
}

.exito-content {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.3em;
}
.category-header {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1.5em;
}
.logo-bottom {
  margin-bottom: 10px;
}
a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
}
.modal-open,
body {
  overflow: inherit !important;
}
.rounded-button {
  border-radius: 12px; /* Puedes ajustar el valor según tus necesidades */
  padding: 10px 20px;
}

.button-group-centered {
  display: flex;
  justify-content: center;
  gap: 20px; /* Ajusta este valor para aumentar o disminuir el espacio entre los botones */
}
