html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-snap-type: y mandatory;
}

.navegacion-principal,
.formulario {
  scroll-snap-align: center;
  scroll-snap-stop: always;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-size: 16px;
  font-family: "Krub", sans-serif;
}
h1 {
  font-size: 3.8rem;
}
h2 {
  font-size: 2.8rem;
}
h3 {
  font-size: 2rem;
  margin: 0;
}
h1,
h2,
h3 {
  text-align: center;
}
.logo {
  width: 300px;
  height: auto;
  display: block;
  margin: 2rem auto;
  padding: 10px;
}
@media (max-width: 768px) {
  .logo {
    width: 200px;
  }
}
.w-sm-100 {
  width: 100%;
}
@media (min-width: 768px) {
  .w-sm-100 {
    width: auto;
  }
}
.none {
  display: none;
}
.pfin {
  margin: 14px;
  text-align: center;
  font-weight: bold;
}
.fs-descrip {
  font-size: 2.3rem;
}
.bold {
  font-weight: bold;
}
.lighter {
  font-weight: 600;
  color: rgba(117, 117, 117, 1);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(243 52 52 / var(--tw-text-opacity));
}
.text-green {
  --tw-text-opacity: 1;
  color: rgb(76 175 80 / var(--tw-text-opacity));
}
.text-center {
  text-align: center;
}
.p-2 {
  padding: 0.5rem;
}
.m-0 {
  margin: 0;
}
.m-4 {
  margin: 4rem;
}
.mt-2 {
  margin-top: 2rem;
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.flex {
  display: flex;
}
.alinear-derecha {
  justify-content: flex-end;
}
.alinear-izquierda {
  align-items: flex-start;
}
.contenedor {
  max-width: 120rem;
  margin: 0 auto;
}
.sombra {
  -webkit-box-shadow: 2px 13px 41px -4px rgba(196, 182, 196, 1);
  -moz-box-shadow: 2px 13px 41px -4px rgba(196, 182, 196, 1);
  box-shadow: 2px 13px 41px -4px rgba(196, 182, 196, 1);
  background-color: var(--verdeprueba);
  padding: 2rem;
  border-radius: 2rem;
  margin-bottom: 3rem;
}
.img-principal {
  position: relative;
  background-image: url(../src/img/prolideres.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;


}
.contenido-img-princ {
  position: absolute;
  background-color: rgba(78, 140, 181, 0.788);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .contenido-img-princ {
    flex-direction: row;
  }
}
.error {
  background-color: red;
  color: var(--blanco);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.8rem;
  margin-bottom: 0rem;
}
.donation-header {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 2rem;
  gap: 2rem;
}
.donation-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.donation-box {
  background-color: #008befab;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: #000;
}
@media (min-width: 768px) {
  .donation-box {
    width: 70%;
  }
}
.donation-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 20px;
}
.boton {
  background-color: #ffff;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  padding: 2rem;
  margin-top: 3rem;
  border-radius: 1rem;
  border: none;
}
.boton.active {
  background-color: #00aeef;
  color: #ffff;
  border: 1px solid #ffff;
}
@media (min-width: 768px) {
  .boton {
    width: auto;
  }
}
.boton:hover {
  cursor: pointer;
}
.boton:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
  color: #666666;
}
fieldset {
  border: 1px solid #555;
  margin-bottom: 20px;
  padding: 10px;
}
legend {
  padding: 0 10px;
  color: #fff;
  font-size: 2rem;
}
label {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
}
.currencyType {
  text-align: center;
  font-size: 2rem;
}
.amount-buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.last-amount label {
  font-size: 16px;
  margin-bottom: 1rem;
}
.amount-btn {
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  width: 30%;
  margin-top: 0;
}
.custom-amount {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: none;
}
.terms {
  color: #fff;
  margin: 20px 0;
}
.submit-btn {
  background-color: #0077b3;
  color: white;
  padding: 10px;
  width: 100%;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 0;
}
.btn-index {
  display: block;
  background-color: #0077b3;
  color: white;
  width: 100%;
  margin-top: 0rem;
}
.info {
  display: none;
}
.formulario {
  width: min(70rem, 100%);
  margin: 0 auto;
  padding: 2rem;
}
.formulario fieldset {
  border-style: none;
  border: 1px solid #555;
  margin-bottom: 20px;
  padding: 10px;
}
.formulario legend {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 2rem;
}
@media (min-width: 768px) {
  .contenedor-campos {
    display: grid;
    grid-template-rows: auto;
    column-gap: 1rem;
  }
}
.campo {
  margin-bottom: 1rem;
}
.campo label {
  color: var(--oscuro);
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
}
.campo textarea {
  height: 20rem;
}
.campo .input-text {
  width: 100%;
  padding: 1rem;
  font-size: 1.5rem;
  border-radius: 0.6rem;
  border: none;
}
h1.ml8 {
  font-weight: 900;
  font-size: 1.5em;
  color: #fff;
  width: 3em;
  height: 3em;
}
.ml8 .letters-container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 1em;
}
.ml8 .letters {
  position: relative;
  z-index: 2;
  display: inline-block;
  line-height: 0.7em;
  right: -0.12em;
  top: -0.2em;
}
.ml8 .bang {
  font-size: 1.4em;
  top: auto;
  left: -0.06em;
}
.ml8 .circle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.ml8 .circle-white {
  width: 8em;
  height: 8em;
  border: 2px dashed white;
  border-radius: 8em;
}
.ml8 .circle-dark {
  width: 8.2em;
  height: 8.2em;
  background-color: #008bef;
  border-radius: 7em;
  z-index: 1;
}
.ml8 .circle-dark-dashed {
  border-radius: 9.4em;
  background-color: transparent;
  border: 2px dashed #fff;
  width: 9.3em;
  height: 9.3em;
  z-index: 1;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}