

:root {
  --green: #008000;
  --sand: #F3F9E4;
}
.sand {
  color: var(--sand, #F3F9E4);
}
.sand-bg {
  background-color: var(--sand, #F3F9E4);
}
.gray-bg {
  background-color: rgb(210, 210, 210);
}
.lightgreen-bg {
  background-color: lightgreen;
}
.border-sand {
  border-color: var(--sand, #ffffee);
}
.btn-sand {
  background-color: var(--sand, #ffffee);
}
.green {
  color: var(--green, #008000);
}
.black {
  color: #000;
}
.green-bg {
  background-color: var(--green, #008000);
}
.green-border-top {
  border-top: 7px solid var(--green, #008000);
}
.border-green {
  border-color: var(--green, #008000);
}
.btn-green {
  background-color: var(--green, #008000);
  color: #fff;
}
.white {
  color: #fff;
}
.normal-link {
  color: inherit;
  text-decoration: none;
}
.underlined {
  text-decoration: underline;
}
.hidden {
  display: none;
}
.rotate-icon {
  transform: rotate(-20deg);
}
.gray {
  color: gray;
}
.w-100 {
  width: 100%;
}
.w-50 {
  width: 50%;
}
.w-45 {
  width: 45%;
}
.aside-container {
  overflow-y: auto;
    position: -webkit-sticky;
    position: sticky;
  top: 120px;
  /*right: 75px;*/
  width:450px;
  border-radius: 3%;
  box-shadow: 0px 5px 10px 2px rgb(230, 230, 230);
    display: inline-block;
}
.fill {
  background-color: var(--green, #008000);
}
.purple {
  color: purple;
}
.background-white {
  background: #fff;
  opacity: 1;
}
.shadow-custom {
  box-shadow: 3px 3px 8px 3px lightgray;
}
.txt1 {
  color: #5E7F08;
}
.btn1 {
    background: url("https://funds.gofundme.com/css/4.0_donate/green/btn.jpg") repeat-x 0 0;
    text-shadow: 1px 1px #996600;
}
.continuebtn {
  text-align: center;
  display: block;
  width: 264px;
  height: 65px;
  font-size: 28px;
  line-height: 30px;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  border-radius: 5px;
  padding-top: 17px;
}
.fs-100 {
  font-size: 100px;
}

body {
  font-family: Lato, Trebuchet, Arial, sans-serif;
}

/*
  Imágenes de fondo de las páginas
*/


.background-firefighters {
  background: url('/img/firefighters.jpeg') center/cover no-repeat;
}

/*
  Logos de seguridad en el formulario de donaciones
*/
.protectdonation-secure {
    display: flex;
    justify-content: center;
    padding: 10px;
}
.protectdonation-guarantee {
    align-items: center;
    display: flex;
}
.protectdonation-trustpilot {
    display: flex;
    justify-content: space-between;
}
.protectdonation-secure-icon {
  background-image: url("https://funds.gofundme.com/css/4.0_donate/images/checkout-secure-sp.png");
  background-repeat: no-repeat;
  flex-shrink: 0;
  height: 50px;
  width: 74px;
}
.protectdonation-secure-icon-gdpr {
  background-position: 0 -69px;
}
.protectdonation-secure-icon-ssl {
  background-position: 0 -128px;
}
.protectdonation-secure-icon-pci {
  background-position: 0 -178px;
}
.protectdonation-secure-icon-visa-verified {
    background-position: 0 -234px;
}
.protectdonation-secure-icon-mc-secure {
    background-position: 0 -281px;
}
.protectdonation-secure-icon-amex-safekey {
    background-position: 0 -326px;
}
.protectdonation-secure-icon-gfm-lock {
    background-position: 0 0;
}
.protectdonation-secure-icon-trustpilot {
    background-position: 0 -382px;
}
.protectdonation-secure-icon-trustpilot-stars {
    background-position: 0 -420px;
}
.protectdonation-secure-icon-trustpilot, .protectdonation-secure-icon-trustpilot-stars {
    height: 25px;
}
