/* Calculadora de Vacaciones MX - Estilos */

input[id^="pol_dias_"]{
  border-radius:8px;
}

.bg-ultra-light-modules{
  background: #F6F8FE;
}

.br-light{
  border: 1px solid #d9e3fc;
}

.calculator-vacaciones-mx {
  position: relative;
}

/* Radio Control */
.radio-control {
  display: flex;
  justify-content: center;
  align-items: center;
}

.radio-control__wrapper {
  display: inline-flex;
  background: #fff;
  {#background: var(--color-light-blue);#}
  border-radius: 100px;
  padding: 0.625rem;
  {#height: auto;
  width: max-content;
  background: #fff;
  border-width: 1.25px;
  border-style: solid;
  border-color: rgb(217, 227, 252);
  border-radius: 57.5px;
  padding: 0.625rem;#}
}



.radio-control__wrapper label {
  padding: 12px 32px;
  margin: 0;
  cursor: pointer;
  border-radius: 100px;
  transition: all 0.3s ease;
  color: var(--color-blue-buk);
  font-family: "Source Sans Pro";
  font-weight: 400;
}

.radio-control__wrapper label.active {
  {#background: var(--color-blue-buk);
  background: var(--color-blue-buk);
  color: #fff;#}
}

.radio-control__wrapper input[type="radio"] {
  display: none;
}

.hs-form-radio span{
margin-left:4px;
}

/* Botones */
.btn-secondary {
  background: transparent;
  border: 2px solid var(--color-blue-buk);
  border-radius: var(--radius-btn);
  color: var(--color-blue-buk);
  font-size: 1.25rem;
  font-weight: 700 !important;
  padding: .563rem 1.75rem !important;
  font-family: var(--font-family-title);
}

.btn-secondary:hover {
  background: var(--color-blue-buk);
  color: #fff;
}

/* Responsive */
@media only screen and (max-width: 766px) {
  .radio-control__wrapper label {
    padding: 10px 20px;
    font-size: 18px;
  }
}
