a {
  text-decoration: none;
}
/* JUMBO */
.jumbo {
  background-image: url(../img/jumbo/jumbo_rse.webp);
}
/* JUMBO */

/* TITULO */
.titulo {
  text-align: center;
}
.titulo .tit-sec-sup {
  padding-top: 80px;
}
.titulo .tit-sec-inf {
  padding-bottom: 40px;
}
.titulo p {
  padding-bottom: 80px;
}
/* TITULO */

/* ISO */
.iso {
  background-color: #1a1a1a;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.iso .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: white;
}
.iso .img img {
  width: 140px;
  height: auto;
}
.iso h3 {
  text-align: center;
  color: white;
  font-weight: 400;
  padding-top: 80px;
  padding-bottom: 80px;
}
/* ISO */

/* IMAGEN FIJA */
.imagen-fija {
  background-image: url(../img/fondos/fondoRse.webp) !important;
  background-color: #2b2a2a;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 500px;
  box-shadow: 0px 9px 17px 0px rgba(0, 0, 0, 0.75) inset;
}
.imagen-fija-2 {
  background-image: url(../img/fondos/fondoRse2.webp) !important;
  background-color: #2b2a2a;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 500px;
  box-shadow: 0px 9px 17px 0px rgba(0, 0, 0, 0.75) inset;
  display: flex;
  align-items: center;
}
.imagen-fija-3 {
  background-image: url(../img/fondos/fondoRse3.webp) !important;
  background-color: #2b2a2a;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 500px;
  box-shadow: 0px 9px 17px 0px rgba(0, 0, 0, 0.75) inset;
  display: flex;
  align-items: center;
}
.over {
  position: relative;
  color: white;
  text-align: center;
  /* top: 40%; */
  text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.6);
}
.imagen-fija .tit-sec-inf {
  font-weight: 500;
}
.imagen-fija .tit-sec-sup {
  font-weight: 300;
}
/* IMAGEN FIJA */

/* COMUNIDAD */
.comunidad .tarjetas .tit-sec-sup {
  text-align: center;
  margin-bottom: 60px;
}
.comunidad .tarjetas .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 100px;
}
.comunidad .tarjetas .item {
  background-color: #b60000;
  color: white;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
}
.comunidad .tarjetas .item .ico {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: white;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.comunidad .tarjetas .item i {
  font-size: 3rem;
  color: #b60000;
}
.comunidad .tarjetas .item h4 {
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
}
/* COMUNIDAD */

/* DONACIONES */
.white {
  color: white;
}
.black {
  color: rgb(49, 49, 49);
}
.donaciones .don-contenedor {
  display: flex;
  align-items: center;
  height: 500px;
}
.donaciones .donacion .row {
  align-items: center;
}
.donaciones .donacion .texto h6 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}
.donaciones .donacion .texto h3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 3rem;
}
.donaciones .donacion .texto p {
  font-weight: 100;
  font-size: 1.8rem;
  margin-top: 40px;
  margin-bottom: 40px;
  font-style: italic;
}
.donaciones .donacion .texto .redes-sociales i {
  font-size: 2.4rem;
  padding-right: 20px;
}
.donaciones .donacion .texto .redes-sociales i:hover {
  color: #d62222;
}
/* DONACIONES */

/* MEDIA QUERIES */

/* XS */
@media only screen and (min-width: 0px) and (max-width: 575px) {
  /* JUMBO */
  .jumbo {
    background-image: url(../img/jumbo/jumbo_rse_xs.webp);
  }
  /* JUMBO */

  /* COMUNIDAD */
  .comunidad .tarjetas .item {
    margin-top: 20px;
  }
  .comunidad .tarjetas .items {
    margin-bottom: 40px;
  }
  /* COMUNIDAD */

  /* DONACIONES */
  .donaciones .donacion .texto p {
    font-size: 1.4rem;
  }
  .donaciones .donacion .texto .redes-sociales i {
    font-size: 2.2rem;
  }
  .donacion .img-donacion {
    text-align: center;
  }
  .donacion .img-donacion img {
    height: 200px;
    width: auto;
  }
  .donaciones .donacion .texto h6 {
    text-align: center;
    margin-top: 10px;
  }
  .donaciones .donacion .texto h3 {
    text-align: center;
  }
  .donaciones .donacion .texto p {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
  .donaciones .donacion .texto .redes-sociales {
    text-align: center;
    margin-bottom: 10px;
  }
  /* DONACIONES */
}
/* XS */

/* SM */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* JUMBO */
  .jumbo {
    background-image: url(../img/jumbo/jumbo_rse_sm.webp);
  }
  /* JUMBO */

  /* COMUNIDAD */
  .comunidad .tarjetas .item {
    margin-top: 20px;
  }
  /* COMUNIDAD */

  /* DONACIONES */
  .donaciones .donacion .texto p {
    font-size: 1.4rem;
  }
  .donaciones .donacion .texto .redes-sociales i {
    font-size: 2.2rem;
  }
  .donacion .img-donacion {
    text-align: center;
  }
  .donacion .img-donacion img {
    height: 200px;
    width: auto;
  }
  .donaciones .donacion .texto h6 {
    text-align: center;
    margin-top: 10px;
  }
  .donaciones .donacion .texto h3 {
    text-align: center;
  }
  .donaciones .donacion .texto p {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .donaciones .donacion .texto .redes-sociales {
    text-align: center;
    margin-bottom: 10px;
  }
  /* DONACIONES */
}
/* SM */

/* MD */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* JUMBO */
  .jumbo {
    background-image: url(../img/jumbo/jumbo_rse_md.webp);
  }
  /* JUMBO */

  /* COMUNIDAD */
  .comunidad .tarjetas .item {
    margin-top: 20px;
  }
  /* COMUNIDAD */

  /* DONACIONES */
  .donaciones .donacion .texto p {
    font-size: 1.6rem;
  }
  .donaciones .donacion .texto .redes-sociales i {
    font-size: 2.2rem;
  }
  /* DONACIONES */
}
/* MD */

/* LG */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* JUMBO */
  .jumbo {
    background-image: url(../img/jumbo/jumbo_rse_lg.webp);
  }
  /* JUMBO */

  /* DONACIONES */
  .donaciones .donacion .texto p {
    font-size: 1.6rem;
  }
  /* DONACIONES */
}
/* LG */

/* XL */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /* JUMBO */
  .jumbo {
    background-image: url(../img/jumbo/jumbo_rse_xl.webp);
  }
  /* JUMBO */
}
/* XL */
