.container-small {
  padding: 0 2rem;
  width: 1050px;
  margin: 0 auto;
  max-width: 100%;
}

.container-small.tipo2 {
  width: 1110px;
}

.banner-hero {
  position: relative;
  height: 40rem;
  background: #000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.banner-hero .bg-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

.banner-hero__txt {
  position: relative;
  z-index: 2;
  width: 71rem;
  margin: 0 auto;
  max-width: 100%;
}

.banner-hero__txt.full {
  width: 89rem;
}

.banner-hero__txt h1 {
  margin: 0 0 1.5rem;
  font-size: 5.2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

@media only screen and (max-width: 991px) {
  .banner-hero__txt h1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 550px) {
  .banner-hero__txt h1 {
    font-size: 3rem;
  }
}
.banner-hero__txt p {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 600;
}

@media only screen and (max-width: 550px) {
  .banner-hero__txt p {
    font-size: 2rem;
  }
}
.sobre-proyecto {
  background-color: #000;
  position: relative;
}

.sobre-proyecto:after {
  content: "";
  width: 35%;
  position: absolute;
  top: 0;
  right: 0;
  background: #191919;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .sobre-proyecto:after {
    display: none;
  }
}
.sobre-proyecto .container-small {
  display: flex;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .sobre-proyecto .container-small {
    flex-direction: column;
  }
}
.sobre-proyecto__txt {
  padding: 5.4rem 4rem 4rem 0;
  width: 57%;
  min-width: 57%;
  min-height: 40rem;
}

.sobre-proyecto__txt h2 {
  margin: 0 0 1rem;
  color: #fff;
  font-weight: 500;
}

.sobre-proyecto__txt p {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 991px) {
  .sobre-proyecto__txt {
    width: 100%;
    min-width: 100%;
    padding-right: 0;
  }
}
.sobre-proyecto__datos {
  width: 43%;
  min-width: 43%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #191919;
}

@media only screen and (max-width: 991px) {
  .sobre-proyecto__datos {
    width: calc(100% + 40px);
    min-width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
.sobre-proyecto__datos .w-datos {
  display: flex;
  flex-wrap: wrap;
  padding-left: 4rem;
  margin-right: -6rem;
}

@media only screen and (max-width: 991px) {
  .sobre-proyecto__datos .w-datos {
    margin-right: 0;
    padding: 3rem 2rem;
    width: 100%;
  }
}
.sobre-proyecto__datos .w-datos h4 {
  width: 100%;
  color: #fff;
  margin: 1rem 0 0.5rem;
  font-size: 1.4rem;
}

.sobre-proyecto__datos .item-dato {
  border-left: 4px solid #EA4606;
  width: 50%;
  padding-right: 0.5rem;
  padding-left: 0.6rem;
  margin-bottom: 0.9rem;
  min-height: 9rem;
}

@media only screen and (max-width: 768px) {
  .sobre-proyecto__datos .item-dato {
    margin-bottom: 2rem;
    padding-right: 0.8rem;
  }
}
.sobre-proyecto__datos .item-dato.full {
  width: 100%;
}

.sobre-proyecto__datos .item-dato p {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 0.3rem;
  line-height: 1.2;
}

.sobre-proyecto__datos .item-dato h5 {
  font-size: 2.4rem;
  margin: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
}

.sobre-proyecto__datos .item-dato h5.small {
  font-size: 2.2rem;
}

.sobre-proyecto.naranjo {
  background: #EA4606;
}

.sobre-proyecto.amarillo {
  background: #E9EE79;
}

.sobre-proyecto.amarillo .sobre-proyecto__txt h2 {
  color: #191919;
}

.sobre-proyecto.amarillo .sobre-proyecto__txt p {
  color: #191919;
}

.sobre-proyecto.amarillo .sobre-proyecto__datos .item-dato {
  border-color: #E9EE79;
}

.sobre-proyecto.verde {
  background: #4ADAA8;
}

.sobre-proyecto.verde .sobre-proyecto__txt h2 {
  color: #191919;
}

.sobre-proyecto.verde .sobre-proyecto__txt p {
  color: #191919;
}

.sobre-proyecto.verde .sobre-proyecto__datos .item-dato {
  border-color: #4ADAA8;
}

.sobre-proyecto.morado {
  background: #AD99FF;
}

.sobre-proyecto.morado .sobre-proyecto__txt h2 {
  color: #191919;
}

.sobre-proyecto.morado .sobre-proyecto__txt p {
  color: #191919;
}

.sobre-proyecto.morado .sobre-proyecto__datos .item-dato {
  border-color: #AD99FF;
}

.sobre-proyecto.celeste {
  background: #8DEAFF;
}

.sobre-proyecto.celeste .sobre-proyecto__txt h2 {
  color: #191919;
}

.sobre-proyecto.celeste .sobre-proyecto__txt p {
  color: #191919;
}

.sobre-proyecto.celeste .sobre-proyecto__datos .item-dato {
  border-color: #8DEAFF;
}

.lugares {
  padding: 4.7rem 0;
}

.lugares h2 {
  text-align: center;
  font-size: 3.7rem;
  color: #191919;
  font-weight: 700;
  margin: 0 0 5rem;
}

@media only screen and (max-width: 768px) {
  .lugares h2 {
    font-size: 3rem;
    line-height: 1.3;
  }
}
.lugares .w-lugares {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .lugares .w-lugares {
    flex-direction: column;
  }
}
.lugares__txt {
  width: 32rem;
  min-width: 32rem;
  padding-right: 4rem;
}

@media only screen and (max-width: 991px) {
  .lugares__txt {
    padding-right: 0;
  }
}
.lugares__txt h3 {
  font-size: 2.4rem;
  margin: 0 0 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.lugares__txt p {
  color: #5E5E5E;
  font-size: 1.4rem;
  margin-bottom: 0;
  padding-right: 2rem;
}

@media only screen and (max-width: 991px) {
  .lugares__txt {
    width: 100%;
    min-width: 100%;
    margin-bottom: 2rem;
  }
}
.lugares__img {
  width: calc(100% - 32rem);
  min-width: calc(100% - 32rem);
}

@media only screen and (max-width: 991px) {
  .lugares__img {
    width: 100%;
    min-width: 100%;
  }
}
.lugares__img .container-beforeafter {
  width: calc(100% + 5rem);
  height: auto;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .lugares__img .container-beforeafter {
    width: 100%;
  }
}
.lugares__img .mask {
  opacity: 0;
  max-width: 100%;
  vertical-align: bottom;
}

.lugares__img .w-mask img {
  opacity: 0;
  max-width: 100%;
  vertical-align: bottom;
}

.lugares__img .beforeafter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  pointer-events: auto;
  -ms-touch-action: none;
}

.lugares__img .beforeafter .beforeafter-item {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lugares__img .beforeafter img {
  width: 100%;
  height: 100%;
}

.lugares__img .beforeafter-cursor {
  background-color: transparent !important;
  overflow: visible !important;
}

.lugares__img .beforeafter-cursor:after {
  content: "";
  background-image: url(../images/ic-after-before.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 39px !important;
  display: block;
  position: absolute;
  height: 39px;
  transform: translateY(-50%);
  top: 50%;
  left: -18px;
}

.testimonios {
  background: #FFF;
  padding: 7rem 0;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .testimonios {
    padding: 5rem 0;
  }
}
.testimonios .container-small {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .testimonios .container-small {
    flex-direction: column;
  }
}
.testimonios h3 {
  text-align: right;
  font-size: 2.4rem;
  margin: 0;
  font-weight: 800;
  width: 20rem;
  min-width: 20rem;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .testimonios h3 {
    width: 100%;
    min-width: 100%;
    text-align: left;
    margin-bottom: 1.5rem;
  }
}
.testimonios .w-testimonios {
  border-left: 1px solid #191919;
  position: relative;
  padding-left: 7rem;
  padding-right: 2rem;
  margin-left: 2rem;
  padding-top: 1rem;
  width: calc(100% - 22rem);
  min-width: calc(100% - 22rem);
}

.testimonios .w-testimonios .slick-arrow {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  .testimonios .w-testimonios {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .testimonios .w-testimonios {
    border: none;
    padding-left: 0rem;
    margin-left: 0;
    width: 100%;
    min-width: 100%;
  }
}
.testimonios .w-testimonios .slick-dots {
  text-align: left;
  bottom: -3.5rem;
  padding-left: 3.5rem;
}

.testimonios .w-testimonios .slick-dots li button:before {
  font-size: 10px;
}

.testimonios .w-testimonios .testimonio {
  position: relative;
  padding-left: 4.5rem;
  padding-top: 2rem;
}

.testimonios .w-testimonios .testimonio .comilla {
  position: absolute;
  left: 0rem;
  transform: translateY(-0.5rem);
}

.testimonios .w-testimonios .testimonio p {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  min-height: 11rem;
}

.testimonios .w-testimonios .testimonio__autor {
  display: flex;
}

.testimonios .w-testimonios .testimonio__autor__img {
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  margin-right: 2.2rem;
}

.testimonios .w-testimonios .testimonio__autor__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.testimonios .w-testimonios .testimonio__autor p {
  font-size: 1.4rem;
  font-weight: 300;
  max-width: 40rem;
  line-height: 1.4;
  margin-bottom: 0;
  min-height: 0;
}

.testimonios .w-testimonios .testimonio__autor p span {
  display: block;
  font-weight: 600;
}

.mejoras {
  padding: 6rem 0 4rem;
}

@media only screen and (max-width: 550px) {
  .mejoras {
    padding: 4rem 0 2rem;
  }
}
.mejoras.v2 {
  padding-bottom: 6rem;
}

.mejoras h2 {
  font-size: 3.7rem;
  font-weight: 700;
  margin: 0 0 2rem;
}

@media only screen and (max-width: 768px) {
  .mejoras h2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 550px) {
  .mejoras h2 {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
.mejoras .grid-mejoras {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.8rem;
}

.mejoras .grid-mejoras .item-mejora {
  width: 33.33%;
  padding: 0 0.8rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .mejoras .grid-mejoras .item-mejora {
    width: 50%;
    margin-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 550px) {
  .mejoras .grid-mejoras .item-mejora {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.mejoras .grid-mejoras .item-mejora img {
  width: 100%;
  vertical-align: bottom;
  transition: all 0.5s ease;
}

.mejoras .grid-mejoras .item-mejora .mejora-texto {
  background: #fff;
  font-size: 1.4rem;
  padding: 0.6rem 1.5rem 1.2rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  transform: translateY(100%);
  width: 84%;
  transition: all 0.3s ease;
}

.mejoras .grid-mejoras .item-mejora .mejora-texto a {
  color: #E9EE79;
  display: inline-block;
  margin-top: -0.6rem;
}

.mejoras .grid-mejoras .item-mejora .mejora-texto a img {
  width: 16px;
  vertical-align: middle;
  margin-left: 0.5rem;
}

.mejoras .grid-mejoras .item-mejora:hover img {
  opacity: 0.9;
}

.mejoras .grid-mejoras .item-mejora:hover .mejora-texto {
  transform: translateY(0);
}

.galeria {
  padding: 6rem 0;
}

@media only screen and (max-width: 550px) {
  .galeria {
    padding: 4rem 0 2rem;
  }
}
.galeria h2 {
  font-size: 3.7rem;
  font-weight: 700;
  margin: 0 0 2rem;
}

.galeriaSlide h2 {
  font-size: 3.7rem;
  font-weight: 700;
  margin: 3rem 0 4.5rem;
}

@media only screen and (max-width: 550px) {
  .galeriaSlide h2 {
    margin: 1rem 0 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .galeria h2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 550px) {
  .galeria h2 {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
.grid-galeria {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.8rem;
}

.grid-galeria .group-galeria {
  width: 33.3%;
  padding: 0 0.8rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .grid-galeria .group-galeria {
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  .grid-galeria .group-galeria {
    width: 100%;
  }
}
.grid-galeria .group-galeria .item-gal {
  display: none;
}

.grid-galeria .group-galeria .item-gal:first-child {
  display: block;
}

.grid-galeria .group-galeria img {
  width: 100%;
  vertical-align: bottom;
  margin-bottom: 0.4rem;
  object-fit: cover;
  max-height: 20rem;
  transition: all 0.5s ease;
}

.grid-galeria .group-galeria p {
  font-size: 1.4rem;
  color: #5e5e5e;
  display: flex;
}

.grid-galeria .group-galeria:hover img {
  opacity: 0.9;
}

.interesar {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .interesar {
    flex-direction: column;
  }
}
.interesar__item {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  min-width: 50%;
  position: relative;
}

.interesar__item:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 768px) {
  .interesar__item {
    width: 100%;
    min-width: 100%;
    justify-content: flex-start;
  }
}
.interesar__item.morado {
  background: #AD99FF;
}

.interesar__item.verde {
  background: #4ADAA8;
}

.interesar__item.naranjo {
  background: #EA4606;
}

.interesar__item.celeste {
  background: #8DEAFF;
}

.interesar__item.amarillo {
  background: #E9EE79;
}

.interesar__item .w-interesar {
  width: 50rem;
  max-width: 100%;
  padding: 2rem 4.5rem 3rem 0;
  height: 28rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1200px) {
  .interesar__item .w-interesar {
    padding-left: 2rem;
  }
}
.interesar__item .w-interesar p {
  font-size: 1.4rem;
  font-weight: 500;
}

.interesar__item .w-interesar h4 {
  font-size: 2.6rem;
  line-height: 1.3;
  margin-top: 0.5rem;
}

.interesar__item .w-interesar h4 img {
  margin-left: 1.5rem;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 550px) {
  .interesar__item .w-interesar h4 {
    font-size: 2rem;
    display: flex;
    align-items: flex-end;
  }
}
.interesar__item:last-child {
  justify-content: flex-start;
}

.interesar__item:last-child .w-interesar {
  padding-left: 4.5rem;
}

@media only screen and (max-width: 1200px) {
  .interesar__item:last-child .w-interesar {
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .interesar__item:last-child .w-interesar {
    padding-left: 2rem;
  }
}
.interesar__item:hover:after {
  opacity: 1;
}

.interesar__item:hover h4 img {
  transform: scaleX(1.2);
  transform-origin: left;
}

.fancybox-button--zoom {
  display: none !important;
}

.fancybox-button.fancybox-button--play {
  display: none !important;
}

.fancybox-button.fancybox-button--thumbs {
  display: none !important;
}

.fancybox-navigation .fancybox-button div {
  background: #E9EE79;
  color: #000;
  opacity: 0.8;
}

.banner-ciclovia {
  background: #4ADAA8;
  padding: 9rem 0;
}

@media only screen and (max-width: 768px) {
  .banner-ciclovia {
    padding: 6rem 0;
  }
}
.banner-ciclovia .container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media only screen and (max-width: 768px) {
  .banner-ciclovia .container {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.banner-ciclovia__img {
  margin-right: 3rem;
}

@media only screen and (max-width: 768px) {
  .banner-ciclovia__img {
    margin-right: 0;
  }
}
@media only screen and (max-width: 550px) {
  .banner-ciclovia__img {
    text-align: center;
  }
  .banner-ciclovia__img img {
    width: 80%;
    margin: 0 auto;
  }
}
.banner-ciclovia__txt {
  width: 30.6rem;
  max-width: 100%;
  text-align: center;
  margin-left: 3rem;
}

.banner-ciclovia__txt p {
  font-size: 2.2rem;
  color: #fff;
  line-height: 1.2;
  margin: 0;
}

.banner-ciclovia__txt h3 {
  color: #fff;
  font-size: 10rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  letter-spacing: 2px;
}

.banner-ciclovia__txt h4 {
  color: #fff;
  font-size: 5rem;
  margin: 0;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .banner-ciclovia__txt {
    margin-bottom: 4rem;
    margin-left: 0;
  }
  .banner-ciclovia__txt p {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .banner-ciclovia__txt h3 {
    font-size: 7rem;
  }
  .banner-ciclovia__txt h4 {
    font-size: 3rem;
  }
}
.banner-familia {
  background: #AD99FF;
  padding: 9rem 0;
}

@media only screen and (max-width: 768px) {
  .banner-familia {
    padding: 6rem 0;
  }
}
.banner-familia .container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media only screen and (max-width: 768px) {
  .banner-familia .container {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.banner-familia__img {
  margin-right: 3rem;
}

@media only screen and (max-width: 768px) {
  .banner-familia__img {
    margin-right: 0;
  }
}
@media only screen and (max-width: 550px) {
  .banner-familia__img {
    text-align: center;
  }
  .banner-familia__img img {
    width: 80%;
    margin: 0 auto;
  }
}
.banner-familia__txt {
  width: 30.6rem;
  text-align: center;
  margin-left: 0rem;
}

.banner-familia__txt p {
  font-size: 2.2rem;
  color: #fff;
  line-height: 1.2;
  margin: 0;
}

.banner-familia__txt h3 {
  color: #fff;
  font-size: 10rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  letter-spacing: 2px;
}

.banner-familia__txt h4 {
  color: #fff;
  font-size: 5rem;
  margin: 0;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .banner-familia__txt {
    margin-bottom: 4rem;
    margin-left: 0;
  }
  .banner-familia__txt p {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .banner-familia__txt h3 {
    font-size: 7rem;
  }
  .banner-familia__txt h4 {
    font-size: 3rem;
  }
}
.subproyectos {
  padding: 5rem 0;
}

.subproyectos .titulo {
  text-align: center;
  font-size: 3.7rem;
  font-weight: 700;
  margin: 0 0 4.5rem;
}

@media only screen and (max-width: 768px) {
  .subproyectos .titulo {
    font-size: 3rem;
    line-height: 1.3;
  }
}
.subproyecto {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15rem;
}

@media only screen and (max-width: 768px) {
  .subproyecto {
    flex-direction: column-reverse;
    margin-bottom: 7rem;
  }
}
@media only screen and (max-width: 550px) {
  .subproyecto {
    margin-bottom: 5rem;
  }
}
.subproyecto:last-child {
  margin-bottom: 0;
}

.subproyecto__txt {
  width: 50%;
  min-width: 50%;
  display: flex;
  justify-content: flex-end;
  padding-left: 0rem;
  padding-right: 7rem;
}

.subproyecto__txt .w-texto {
  width: 100%;
}

.subproyecto__txt h3 {
  margin: 0 0 0.5rem;
  font-size: 2.4rem;
  font-weight: 700;
}

.subproyecto__txt p {
  font-size: 1.4rem;
  color: #5e5e5e;
  margin-bottom: 1rem;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .subproyecto__txt {
    width: 100%;
    min-width: 100%;
    padding-right: 0;
  }
  .subproyecto__txt .w-texto {
    width: 100%;
  }
}
.subproyecto__img {
  width: 50%;
  min-width: 50%;
}

.subproyecto__img img {
  width: 100%;
  vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
  .subproyecto__img {
    width: 100%;
    min-width: 100%;
    margin-bottom: 1rem;
  }
}
.subproyecto.tipo2 {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 768px) {
  .subproyecto.tipo2 {
    flex-direction: column-reverse;
  }
}
.subproyecto.tipo2 .subproyecto__txt {
  justify-content: flex-start;
  text-align: right;
  padding-left: 7rem;
}

@media only screen and (max-width: 768px) {
  .subproyecto.tipo2 .subproyecto__txt {
    text-align: left;
    padding-left: 0;
  }
}
.subproyecto.sub-que-es {
  align-items: center;
  padding-top: 4rem;
}

.subproyecto.sub-que-es .subproyecto__txt h3 {
  margin-bottom: 3rem;
}

.subproyecto.sub-que-es .subproyecto__img img {
  width: 120%;
}

@media only screen and (max-width: 1200px) {
  .subproyecto.sub-que-es .subproyecto__img img {
    width: calc(100% + 2rem);
  }
}
@media only screen and (max-width: 991px) {
  .subproyecto.sub-que-es .subproyecto__img img {
    width: 100%;
  }
}
.banner-arboles {
  background: #8DEAFF;
  padding: 9rem 0;
}

@media only screen and (max-width: 768px) {
  .banner-arboles {
    padding: 6rem 0;
  }
}
.banner-arboles .container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media only screen and (max-width: 768px) {
  .banner-arboles .container {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.banner-arboles__img {
  margin-right: 3rem;
}

@media only screen and (max-width: 768px) {
  .banner-arboles__img {
    margin-right: 0;
  }
}
@media only screen and (max-width: 550px) {
  .banner-arboles__img {
    text-align: center;
  }
  .banner-arboles__img img {
    width: 80%;
    margin: 0 auto;
  }
}
.banner-arboles__txt {
  width: 30.6rem;
  text-align: left;
  margin-left: 0rem;
}

.banner-arboles__txt p {
  font-size: 2.2rem;
  color: #191919;
  line-height: 1.2;
  margin: 0;
  text-align: left;
}

.banner-arboles__txt h3 {
  color: #191919;
  font-size: 8rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  letter-spacing: 2px;
}

.banner-arboles__txt h3.cb {
  border-bottom: 1px solid #191919;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 768px) {
  .banner-arboles__txt {
    margin-bottom: 4rem;
    margin-left: 0;
  }
  .banner-arboles__txt p {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .banner-arboles__txt h3 {
    font-size: 7rem;
  }
  .banner-arboles__txt h4 {
    font-size: 3rem;
  }
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-wrap nav {
  position: relative;
}

.header-wrap nav ul {
  display: flex;
}

.header-wrap nav ul li {
  margin-left: 2.8rem;
}

.header-wrap nav ul li a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #191919;
  transition: all 0.3s ease;
}

.header-wrap nav ul li a span {
  color: #EA4606;
}

.header-wrap nav ul li a:hover {
  color: #EA4606;
}

.header-wrap nav ul .submenu {
  display: none;
  list-style: none;
  padding: 1rem 0 0rem 1rem;
}

.header-wrap nav ul .submenu li {
  margin-left: 1rem;
}

.header-wrap nav ul .submenu li a {
  font-size: 1.2rem;
}

@media only screen and (max-width: 991px) {
  .header-wrap nav ul .submenu {
    display: block;
  }
}
.header-wrap nav ul .megamenu {
  position: absolute;
  right: 0;
  top: 5.7rem;
  display: none;
}

.header-wrap nav ul .megamenu.visible {
  display: block;
}

@media only screen and (max-width: 991px) {
  .header-wrap nav ul .megamenu.visible {
    display: none;
  }
}
.header-wrap nav ul .megamenu ul {
  display: flex;
  margin: 0;
  list-style: none;
}

.header-wrap nav ul .megamenu ul li {
  margin: 0;
}

.header-wrap nav ul .megamenu ul li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 14.6rem;
  height: 16rem;
  padding: 3rem 1rem 2.3rem;
}

.header-wrap nav ul .megamenu ul li a:hover {
  color: #191919;
}

.header-wrap nav ul .megamenu ul li a img {
  height: 3.7rem;
}

.header-wrap nav ul .megamenu ul li a p {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
}

.header-wrap nav ul .megamenu ul li:nth-child(1) {
  background: #EA4606;
}

.header-wrap nav ul .megamenu ul li:nth-child(2) {
  background: #E9EE79;
}

.header-wrap nav ul .megamenu ul li:nth-child(3) {
  background: #4ADAA8;
}

.header-wrap nav ul .megamenu ul li:nth-child(4) {
  background: #8DEAFF;
}

.header-wrap nav ul .megamenu ul li:nth-child(5) {
  background: #AD99FF;
}

@media only screen and (max-width: 991px) {
  .header-wrap nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    max-width: 100%;
    padding: 7rem 1.5rem 2rem;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all 0.3s ease;
    background: #fff;
  }
  .header-wrap nav ul {
    display: block;
  }
  .header-wrap nav ul li {
    margin-bottom: 2rem;
  }
  .header-wrap nav.visible {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@media only screen and (max-width: 991px) {
  .toggle-menu.mobile-menu {
    display: block;
  }
}
.menu-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #000;
  padding: 1rem 1rem;
}

.menu-footer a {
  display: block;
  padding: 1rem 1rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  border-right: 1px solid #5e5e5e;
}

.menu-footer a:last-child {
  border: none;
}

@media only screen and (max-width: 550px) {
  .menu-footer a {
    width: 50%;
    border: none;
    font-size: 1.2rem;
  }
}
.w-video img {
  width: 100%;
}

.w-video video {
  width: 100%;
}

.w-video iframe {
  width: 100%;
}

.fachadas-recuperadas {
  background: #191919;
  padding: 4rem 0;
}

.fachadas-recuperadas .w-fachadas-rec {
  width: 79rem;
  max-width: 100%;
  margin: 0 auto;
}

.fachadas-recuperadas .fachadas-top {
  border-bottom: 4px solid #EA4606;
  padding-bottom: 1.1rem;
  margin-bottom: 0.5rem;
}

.fachadas-recuperadas .fachadas-top p {
  margin: 0;
}

.fachadas-recuperadas .fachadas-bottom {
  text-align: right;
}

.fachadas-recuperadas p {
  font-size: 2.2rem;
  color: #fff;
  line-height: 1.2;
  width: 30rem;
  text-align: left;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 768px) {
  .fachadas-recuperadas p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 550px) {
  .fachadas-recuperadas p {
    font-size: 1.4rem;
  }
}
.fachadas-recuperadas h4 {
  color: #fff;
  font-size: 12.8rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  letter-spacing: 1px;
}

@media only screen and (max-width: 768px) {
  .fachadas-recuperadas h4 {
    font-size: 10rem;
  }
}
@media only screen and (max-width: 550px) {
  .fachadas-recuperadas h4 {
    font-size: 8rem;
  }
}
.fachadas-recuperadas h4.small {
  font-size: 10rem;
}

.fachadas-recuperadas h5 {
  color: #fff;
  margin: 0;
  font-size: 3.2rem;
}

@media only screen and (max-width: 768px) {
  .fachadas-recuperadas h5 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 550px) {
  .fachadas-recuperadas h5 {
    font-size: 2.2rem;
  }
}
.fachadas-recuperadas.tipo2 h4 {
  font-size: 10rem;
  letter-spacing: 0;
}

@media only screen and (max-width: 768px) {
  .fachadas-recuperadas.tipo2 h4 {
    font-size: 10rem;
  }
}
@media only screen and (max-width: 550px) {
  .fachadas-recuperadas.tipo2 h4 {
    font-size: 8rem;
  }
}
.fachadas-recuperadas.tipo2 h5 {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .fachadas-recuperadas.tipo2 h5 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 550px) {
  .fachadas-recuperadas.tipo2 h5 {
    font-size: 2.2rem;
  }
}
.fachadas-recuperadas.morado .fachadas-top {
  border-color: #AD99FF;
}

.fachadas-recuperadas.verde .fachadas-top {
  border-color: #4ADAA8;
}

.testimonio-2 {
  background: #3D2181;
  position: relative;
}

.testimonio-2:after {
  content: "";
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: #E9EE79;
}

.testimonio-2.color2:after {
  background: #AD99FF;
}

.testimonio-2 .w-test2 {
  display: flex;
  padding: 6rem 0 7rem;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .testimonio-2 .w-test2 {
    flex-direction: column;
  }
}
.testimonio-2__txt {
  padding-right: 7rem;
  display: flex;
  align-items: flex-start;
}

.testimonio-2__txt img {
  width: 2.6rem;
  margin-right: 2rem;
}

.testimonio-2__txt p {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 991px) {
  .testimonio-2__txt {
    padding-right: 4rem;
  }
  .testimonio-2__txt p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .testimonio-2__txt {
    padding-right: 0;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 550px) {
  .testimonio-2__txt {
    padding-right: 0;
  }
  .testimonio-2__txt p {
    font-size: 1.5rem;
  }
}
.testimonio-2__autor {
  text-align: center;
  width: 31rem;
  min-width: 31rem;
}

.testimonio-2__autor figure {
  border-radius: 50%;
  overflow: hidden;
  width: 21.7rem;
  min-width: 21.7rem;
  height: 21.7rem;
}

.testimonio-2__autor figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonio-2__autor p {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .testimonio-2__autor {
    width: 100%;
    text-align: center;
  }
  .testimonio-2__autor figure {
    margin: 0 auto 1rem;
  }
}
@media only screen and (max-width: 550px) {
  .testimonio-2__autor figure {
    width: 18rem;
    min-width: 18rem;
    height: 18rem;
  }
}
.testimonio-3 {
  position: relative;
  padding-top: 2rem;
}

.testimonio-3 .container-small {
  width: 1150px;
}

.testimonio-3 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonio-3.color2:after {
  background: #AD99FF;
}

.testimonio-3 .w-test3 {
  display: flex;
  align-items: center;
  padding: 6rem 0 0rem;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .testimonio-3 .w-test3 {
    flex-direction: column;
  }
}
.testimonio-3__txt {
  display: flex;
  align-items: flex-start;
  background: #3D2181;
  padding: 6rem 6rem 4rem 3rem;
  position: relative;
  min-height: 35rem;
}

@media only screen and (max-width: 768px) {
  .testimonio-3__txt {
    min-height: 10rem;
  }
}
.testimonio-3__txt:after {
  content: "";
  clip-path: polygon(0 0%, 0% 100%, 100% 100%);
  position: absolute;
  top: 0;
  left: 100%;
  width: 45%;
  height: 100%;
  background: #3D2181;
}

@media only screen and (max-width: 768px) {
  .testimonio-3__txt:after {
    display: none;
  }
}
.testimonio-3__txt img {
  width: 2.2rem;
  margin-right: 1.5rem;
  margin-top: -0.5rem;
}

.testimonio-3__txt p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 991px) {
  .testimonio-3__txt {
    padding-right: 4rem;
  }
  .testimonio-3__txt p {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .testimonio-3__txt {
    padding-right: 2rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 550px) {
  .testimonio-3__txt p {
    font-size: 1.2rem;
  }
}
.testimonio-3__autor {
  text-align: center;
  width: 31rem;
  min-width: 31rem;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .testimonio-3__autor {
    padding-bottom: 4rem;
  }
}
.testimonio-3__autor figure {
  border-radius: 50%;
  overflow: hidden;
  width: 21.7rem;
  min-width: 21.7rem;
  height: 21.7rem;
}

.testimonio-3__autor figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonio-3__autor p {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .testimonio-3__autor {
    width: 100%;
    text-align: center;
  }
  .testimonio-3__autor figure {
    margin: 0 auto 1rem;
  }
}
@media only screen and (max-width: 550px) {
  .testimonio-3__autor figure {
    width: 18rem;
    min-width: 18rem;
    height: 18rem;
  }
}
.group-galeria .item-gal {
  display: none;
}

.group-galeria .item-gal:first-child {
  display: block;
}

.img-full img {
  width: 100%;
  vertical-align: bottom;
}

.noticias {
  padding: 3rem 0 10rem;
}

.noticias .grid-noticias {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3.5rem;
}

@media only screen and (max-width: 768px) {
  .noticias .grid-noticias {
    margin: -2rem;
  }
}
@media only screen and (max-width: 768px) {
  .noticias .grid-noticias .card-noticia {
    width: 50%;
    padding: 2rem;
  }
}
@media only screen and (max-width: 550px) {
  .noticias .grid-noticias .card-noticia {
    width: 100%;
    padding: 2rem;
  }
}
.card-noticia {
  width: 33.3%;
  margin-bottom: 2rem;
  padding: 0 3.5rem;
}

.card-noticia__img {
  margin-bottom: 1.5rem;
}

.card-noticia__img img {
  width: 100%;
  vertical-align: bottom;
}

.card-noticia__txt .meta {
  display: flex;
  margin-bottom: 0.4rem;
}

.card-noticia__txt .meta .fecha {
  font-size: 1.4rem;
  color: #5e5e5e;
}

.card-noticia__txt .meta .fuente {
  color: #EA4606;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 1rem;
}

.card-noticia__txt h3 {
  font-size: 1.8rem;
  font-weight: 700;
  transition: all 0.3s ease;
}

.card-noticia__txt h3 a {
  color: #191919;
  font-weight: 700;
  transition: all 0.3s ease;
}

.card-noticia__txt h3 a:hover {
  color: #EA4606;
  text-decoration: underline;
}

.noticia {
  padding: 4rem 0 10rem;
}

.noticia .container-small {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .noticia .container-small {
    flex-direction: column;
  }
}
.noticia .noticia-main {
  flex-grow: 1;
  padding-right: 7rem;
}

@media only screen and (max-width: 991px) {
  .noticia .noticia-main {
    padding-right: 0;
  }
}
.noticia .sidebar {
  width: 26rem;
  min-width: 26rem;
  padding-top: 5.5rem;
}

@media only screen and (max-width: 991px) {
  .noticia .sidebar {
    width: 100%;
    min-width: 100%;
  }
}
.noticia .sidebar h3 {
  font-size: 1.7rem;
  color: #000;
  margin: 0 0 1rem;
  font-weight: 700;
}

.noticia .sidebar .card-noticia {
  width: 100%;
  margin: 0 0 2rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid #d9d9d9;
}

.noticia .sidebar .card-noticia:last-child {
  border: none;
}

.noticia .sidebar .card-noticia .card-noticia__img {
  display: none;
}

.noticia .sidebar .card-noticia .meta .fecha {
  font-size: 1rem;
}

.noticia .sidebar .card-noticia .meta .fuente {
  font-size: 1rem;
}

.noticia .sidebar .card-noticia h3 {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.7;
}

.noticia .sidebar .card-noticia h3 a {
  font-weight: 300;
}

.noticia .sidebar .card-noticia:first-child .card-noticia__img {
  display: block;
}

.noticia__meta {
  display: flex;
  margin-bottom: 0.4rem;
}

.noticia__meta .fecha {
  font-size: 1.4rem;
  color: #5e5e5e;
}

.noticia__meta .fuente {
  color: #EA4606;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 1rem;
}

.noticia h1 {
  margin: 0 0 1rem;
  font-size: 3.7rem;
  color: #000;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .noticia h1 {
    font-size: 3rem;
    line-height: 1.2;
  }
}
.noticia__img {
  margin-bottom: 3.5rem;
}

.noticia__img img {
  width: 100%;
  vertical-align: bottom;
}

.noticia__texto p {
  line-height: 1.6;
  font-size: 1.5rem;
  color: #5e5e5e;
  margin-bottom: 1rem;
}

.noticia__texto .bloque-cita {
  border-radius: 12px;
  background: rgba(173, 153, 255, 0.25);
  width: 55%;
  padding: 4.8rem 5rem 2rem 3rem;
  display: flex;
  align-items: flex-start;
  margin: 1rem 2rem 0 0rem;
  float: left;
}

.noticia__texto .bloque-cita img {
  width: 3rem;
  margin-top: -1rem;
  margin-right: 0.5rem;
}

.noticia__texto .bloque-cita p {
  font-size: 1.8rem;
  color: #3D2181;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  .noticia__texto .bloque-cita {
    width: 100%;
    float: none;
    padding: 3rem;
    margin: 2rem 0;
  }
}
@media only screen and (max-width: 550px) {
  .noticia__texto .bloque-cita {
    padding: 3rem 2rem;
  }
  .noticia__texto .bloque-cita p {
    font-size: 1.4rem;
  }
}
.noticia .link-fuente {
  font-size: 1.4rem;
  font-weight: 800;
  color: #3D2181;
  margin-top: 3rem;
}

.noticia .link-fuente a {
  font-weight: 300;
}

.noticia .tags {
  border-top: 1px solid #d9d9d9;
  margin-top: 3rem;
  padding-top: 1rem;
  margin-bottom: 4rem;
}

.noticia .tags h4 {
  font-size: 1.4rem;
  font-weight: 800;
  color: #3D2181;
  margin: 0 0 1.5rem;
}

.noticia .tags a {
  color: #3D2181;
  font-size: 1.4rem;
  border-radius: 50px;
  background: rgba(173, 153, 255, 0.25);
  display: inline-block;
  padding: 0.4rem 1rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

.noticia .tags span {
  color: #3D2181;
  font-size: 1.4rem;
  border-radius: 50px;
  background: rgba(173, 153, 255, 0.25);
  display: inline-block;
  padding: 0.4rem 1rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

.noticia .comparte h4 {
  font-size: 1.4rem;
  font-weight: 800;
  color: #3D2181;
  margin: 0 0 1.5rem;
}

.noticia .comparte a {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}

.noticia .comparte a.ic-fb {
  background: rgba(0, 52, 154, 0.2);
}

.noticia .comparte a.ic-tw {
  background: rgba(0, 153, 255, 0.2);
}

.noticia .comparte a.ic-lkdn {
  background: rgba(51, 103, 205, 0.2);
}

.noticia .comparte a.ic-wsp {
  background: #349800;
}

.features-item .features-bg {
  background: #000;
}

.features-item .features-bg img {
  opacity: 0.8;
  transition: all 0.3s ease;
}

.features-item:hover .features-bg {
  background: #000;
}

.features-item:hover .features-bg img {
  opacity: 1;
}

.sumate {
  text-align: center;
  padding: 4rem 0 8rem;
}

.sumate h1 {
  margin: 0 0 0.5rem;
  font-size: 5rem;
  font-weight: 500;
}

.sumate h1 span {
  color: #EA4606;
  font-weight: 700;
}

.sumate p {
  font-size: 2rem;
  color: #191919;
}

.sumate .vivamos {
  text-align: left;
  max-width: 100%;
}

.sumate .vivamos h4 {
  font-weight: normal;
  font-size: 3rem;
  margin: 0 0 1rem;
  display: flex;
  align-items: flex-end;
}

.sumate .vivamos h4 span {
  flex-grow: 1;
  height: 10px;
  background: #EA4606;
  margin-bottom: 1rem;
  margin-left: 2rem;
  transition: all 1s ease;
  transform: scaleX(0);
  transform-origin: left;
  transition-delay: 2s;
}

.sumate .vivamos p {
  width: 54rem;
  font-size: 1.4rem;
  color: #5E5E5E;
  max-width: 100%;
}

.sumate .vivamos.ms-loaded-animate h4 span {
  transform: scale(1);
}

.cards-sumate {
  display: flex;
  margin: 7rem -0.8rem 10rem;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .cards-sumate {
    margin: 7rem 0 11rem;
    flex-direction: column;
  }
}
.cards-sumate .card-sumate {
  width: calc(33.3% - 1.6rem);
  margin: 0 0.8rem;
  border: 1px solid #A7A7A7;
  border-top: 4px solid #EA4606;
  text-align: left;
  padding: 1rem 1.5rem 1.6rem;
  height: 37rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  position: relative;
}

.cards-sumate .card-sumate:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E9EE79;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease;
}

.cards-sumate .card-sumate h3 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}

.cards-sumate .card-sumate a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #191919;
  background: #E9EE79;
  display: inline-block;
  padding: 1rem 1.6rem;
}

.cards-sumate .card-sumate .btn-card {
  font-size: 1.6rem;
  font-weight: 700;
  color: #191919;
  background: #E9EE79;
  display: inline-block;
  padding: 1rem 1.6rem;
  border: none;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .cards-sumate .card-sumate {
    width: 100%;
    margin: 0 0 1rem;
    height: 25rem;
  }
}
.cards-sumate .card-sumate:hover:after {
  opacity: 1;
  transform: scale(1);
}

.sumate-formulario {
  padding: 3rem 0;
}

.sumate-formulario .container {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .sumate-formulario .container {
    flex-direction: column-reverse;
  }
}
.sumate-formulario__izq {
  flex-grow: 1;
  border-right: 1px solid #e6e6e6;
}

@media only screen and (max-width: 991px) {
  .sumate-formulario__izq {
    border: none;
    width: 100%;
  }
}
.sumate-formulario__izq .titulo-sumate {
  padding-bottom: 10rem;
}

@media only screen and (max-width: 991px) {
  .sumate-formulario__izq .titulo-sumate {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .sumate-formulario__izq .titulo-sumate {
    padding-bottom: 5rem;
  }
}
.sumate-formulario__izq .titulo-sumate h1 {
  margin: 0 0 1rem;
  font-size: 4.5rem;
  color: #000;
  line-height: 1.2;
  font-weight: 500;
  display: flex;
  align-items: flex-end;
}

.sumate-formulario__izq .titulo-sumate h1 span {
  height: 6px;
  width: 4rem;
  background: #EA4606;
  margin-bottom: 1rem;
  margin-left: 1rem;
}

@media only screen and (max-width: 768px) {
  .sumate-formulario__izq .titulo-sumate h1 {
    font-size: 3.5rem;
  }
  .sumate-formulario__izq .titulo-sumate h1 span {
    display: none;
  }
}
.sumate-formulario__izq .titulo-sumate p {
  font-size: 2rem;
  color: #5e5e5e;
  font-weight: 300;
}

.sumate-formulario__izq .dinos {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .sumate-formulario__izq .dinos {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .sumate-formulario__izq .dinos {
    flex-direction: column;
  }
}
.sumate-formulario__izq .dinos .item-dinos {
  border-top: 1px solid #e6e6e6;
  width: 50%;
  padding: 2rem 0 20rem;
}

@media only screen and (max-width: 991px) {
  .sumate-formulario__izq .dinos .item-dinos {
    padding-bottom: 6rem;
  }
}
@media only screen and (max-width: 768px) {
  .sumate-formulario__izq .dinos .item-dinos {
    width: 100%;
  }
}
.sumate-formulario__izq .dinos .item-dinos:first-child {
  border-right: 1px solid #e6e6e6;
}

@media only screen and (max-width: 768px) {
  .sumate-formulario__izq .dinos .item-dinos:first-child {
    border-right: none;
  }
}
.sumate-formulario__izq .dinos .item-dinos:last-child {
  padding-left: 3.5rem;
}

@media only screen and (max-width: 768px) {
  .sumate-formulario__izq .dinos .item-dinos:last-child {
    padding-left: 0;
  }
}
.sumate-formulario__izq .dinos .item-dinos h4 {
  color: #191919;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.sumate-formulario__izq .dinos .item-dinos a {
  color: #EA4606;
  font-weight: 300;
  font-size: 1.6rem;
}

.sumate-formulario__der {
  text-align: center;
  padding: 2rem 2rem 2rem;
  width: 45%;
  min-width: 20rem;
}

@media only screen and (max-width: 991px) {
  .sumate-formulario__der {
    width: 100%;
    padding: 2rem 0;
  }
  .sumate-formulario__der .w-form {
    width: 100rem;
    margin: 0 auto;
    max-width: 100%;
  }
}
.sumate-formulario__der h1 {
  margin: 0 0 2rem;
  font-size: 4.5rem;
  color: #000;
  line-height: 1.2;
  font-weight: 500;
  display: none;
  align-items: flex-end;
}

.sumate-formulario__der h1 span {
  height: 6px;
  width: 4rem;
  background: #EA4606;
  margin-bottom: 1rem;
  margin-left: 1rem;
}

@media only screen and (max-width: 991px) {
  .sumate-formulario__der h1 {
    font-size: 3.5rem;
    display: flex;
  }
  .sumate-formulario__der h1 span {
    display: none;
  }
}
.sumate-formulario__der .w-form {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.sumate-formulario__der label {
  display: none;
}

.sumate-formulario__der input {
  width: 30rem;
  height: 5.6rem;
  padding: 1rem 1.6rem;
  max-width: 100%;
  border-radius: 4px;
  border: 1px solid #C4C4C4;
  background: #FAFAFA;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}

.sumate-formulario__der textarea {
  width: 30rem;
  height: 5.6rem;
  padding: 1rem 1.6rem;
  max-width: 100%;
  border-radius: 4px;
  border: 1px solid #C4C4C4;
  background: #FAFAFA;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  resize: none;
  font-family: "Manrope";
}

.sumate-formulario__der div[data-sf-role=error-message] {
  color: #f00;
  margin: -1rem 0 1rem;
}

.sumate-formulario__der .btn-submit button {
  width: 30rem;
  max-width: 100%;
  height: 4.7rem;
  background: #E9EE79;
  color: #191919;
  font-size: 1.6rem;
  font-weight: 700;
}

.hero-que-es {
  position: relative;
  height: 44.6rem;
}

.hero-que-es:after {
  content: "";
  background: #fe6b00;
  background: linear-gradient(276deg, rgba(254, 107, 0, 0) 0%, #fe6b00 60%, #fe6b00 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  z-index: 2;
}

.hero-que-es .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-que-es .container-small {
  height: 100%;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}

.hero-que-es .container-small h1 {
  font-size: 6rem;
  font-weight: 300;
  color: #191919;
  margin: 0;
  line-height: 1.1;
}

.hero-que-es .container-small h1 span {
  color: #fff;
  font-weight: 900;
  font-size: 10rem;
  display: block;
}

@media only screen and (max-width: 768px) {
  .hero-que-es .container-small h1 {
    font-size: 4rem;
  }
  .hero-que-es .container-small h1 span {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 550px) {
  .hero-que-es .container-small h1 {
    font-size: 3rem;
  }
  .hero-que-es .container-small h1 span {
    font-size: 6rem;
  }
}
.texto-que-es {
  text-align: center;
  padding: 6rem 0;
}

.texto-que-es h3 {
  margin: 0 auto;
  font-size: 6rem;
  font-weight: 800;
  line-height: 1.1;
  width: 85rem;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .texto-que-es h3 {
    font-size: 4rem;
  }
}
.historia {
  overflow: hidden;
}

.historia .slick-dots li button:before {
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  content: "";
}

.historia .slide-historia {
  padding-right: 0rem;
}

.historia .slick-list {
  padding-right: 30rem;
}

@media only screen and (max-width: 1200px) {
  .historia .slick-list {
    padding-right: 20rem;
  }
}
@media only screen and (max-width: 991px) {
  .historia .slick-list {
    padding-right: 0rem;
  }
}
.historia .item-historia {
  display: flex;
  align-items: flex-end;
  padding-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .historia .item-historia {
    flex-direction: column-reverse;
  }
}
.historia .item-historia__txt {
  background: #fff;
  padding: 3rem 7rem 12rem 5rem;
  margin-right: -8rem;
  position: relative;
  margin-bottom: 4.7rem;
  width: 44rem;
}

.historia .item-historia__txt:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 9px;
  background: #EA4606;
  display: none;
  width: 50%;
}

.historia .item-historia__txt h4 {
  color: #828282;
  margin: 0;
  font-size: 4.4rem;
  font-weight: 800;
  line-height: 1.1;
}

.historia .item-historia__txt h5 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #191919;
  margin: 0.5rem 0;
}

.historia .item-historia__txt p {
  font-size: 1.4rem;
  color: #5e5e5e;
}

@media only screen and (max-width: 768px) {
  .historia .item-historia__txt {
    width: 100%;
    margin: 0;
    padding: 2rem 2rem 6rem;
  }
}
.historia .item-historia__img img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .historia .item-historia__img {
    width: 100%;
  }
}
.historia .slick-current .item-historia__txt:after {
  display: block;
}

.historia .slick-current .item-historia__txt h4 {
  color: #EA4606;
}

.que-proyectos {
  padding: 9rem 0;
  text-align: center;
}

.que-proyectos h2 {
  margin: 0 0 4rem;
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 1.2;
}

.que-proyectos h2 span {
  color: #EA4606;
}

.que-proyectos h2 span span {
  display: inline-block;
  width: 3.5rem;
  height: 0.4rem;
  background: #EA4606;
}

@media only screen and (max-width: 768px) {
  .que-proyectos h2 {
    font-size: 2.5rem;
  }
}
.que-proyectos .grid-proyectos {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.8rem;
}

@media only screen and (max-width: 991px) {
  .que-proyectos .grid-proyectos {
    display: block;
  }
}
.que-proyectos .card-proy {
  width: 20%;
  padding: 0 0.8rem;
}

.que-proyectos .card-proy__img {
  width: 100%;
  height: 21rem;
}

.que-proyectos .card-proy__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.que-proyectos .card-proy__txt {
  text-align: left;
  padding: 0.8rem 0.8rem 1rem 0.8rem;
  height: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.que-proyectos .card-proy__txt img {
  height: 3.4rem;
  width: auto;
  margin-bottom: 0.6rem;
}

.que-proyectos .card-proy__txt p {
  font-size: 1.7rem;
  line-height: 1.3;
}

.que-proyectos .card-proy:nth-child(1) .card-proy__txt {
  background-color: #EA4606;
}

.que-proyectos .card-proy:nth-child(2) .card-proy__txt {
  background-color: #E9EE79;
}

.que-proyectos .card-proy:nth-child(3) .card-proy__txt {
  background-color: #4ADAA8;
}

.que-proyectos .card-proy:nth-child(4) .card-proy__txt {
  background-color: #8DEAFF;
}

.que-proyectos .card-proy:nth-child(5) .card-proy__txt {
  background-color: #AD99FF;
}

@media only screen and (max-width: 991px) {
  .que-proyectos .slide-proyectos .card-proy {
    padding: 0;
    width: 100%;
    display: block;
  }
  .que-proyectos .slide-proyectos .slick-slide:nth-child(2) .card-proy__txt {
    background-color: #EA4606;
  }
  .que-proyectos .slide-proyectos .slick-slide:nth-child(3) .card-proy__txt {
    background-color: #E9EE79;
  }
  .que-proyectos .slide-proyectos .slick-slide:nth-child(4) .card-proy__txt {
    background-color: #4ADAA8;
  }
  .que-proyectos .slide-proyectos .slick-slide:nth-child(5) .card-proy__txt {
    background-color: #8DEAFF;
  }
  .que-proyectos .slide-proyectos .slick-slide:nth-child(6) .card-proy__txt {
    background-color: #AD99FF;
  }
}
.quienes-coordinan {
  text-align: center;
}

.quienes-coordinan h2 {
  margin: 0 0 5rem;
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 1.2;
}

.quienes-coordinan h2 span {
  color: #EA4606;
}

.quienes-coordinan h2 span span {
  display: inline-block;
  width: 3.5rem;
  height: 0.4rem;
  background: #EA4606;
}

@media only screen and (max-width: 768px) {
  .quienes-coordinan h2 {
    font-size: 2.5rem;
  }
}
.quienes-coordinan .card-coordinacion {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 6rem;
  margin-bottom: 6rem;
}

@media only screen and (max-width: 768px) {
  .quienes-coordinan .card-coordinacion {
    flex-direction: column;
  }
  .quienes-coordinan .card-coordinacion:last-child {
    margin-bottom: 0;
  }
}
.quienes-coordinan .card-coordinacion:last-child {
  border: none;
}

.quienes-coordinan .card-coordinacion__txt {
  width: 50%;
  min-width: 50%;
  text-align: left;
  padding-right: 10rem;
}

.quienes-coordinan .card-coordinacion__txt p {
  font-size: 1.4rem;
  color: #5e5e5e;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .quienes-coordinan .card-coordinacion__txt {
    width: 100%;
    min-width: 100%;
    padding-right: 0;
    margin-bottom: 4rem;
  }
}
.quienes-coordinan .card-coordinacion__img {
  text-align: center;
  width: 50%;
  min-width: 50%;
}

.quienes-coordinan .card-coordinacion__img img {
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .quienes-coordinan .card-coordinacion__img {
    width: 100%;
    min-width: 100%;
    padding-right: 0;
  }
}
.sumate-2 {
  position: relative;
  text-align: center;
  padding-top: 30rem;
}

@media only screen and (max-width: 768px) {
  .sumate-2 {
    padding-top: 20rem;
  }
}
@media only screen and (max-width: 550px) {
  .sumate-2 {
    padding-top: 20rem;
  }
}
.sumate-2 .bg {
  width: 94%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .sumate-2 .bg {
    width: 100%;
    height: 40%;
    object-fit: cover;
  }
}
.sumate-2 h2 {
  font-size: 5rem;
  font-weight: 800;
  color: #3D2181;
  margin: 0 0 0rem;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 550px) {
  .intro-text.tipo2 p {
    font-size: 2rem;
  }
}
.ic-navega {
  position: fixed;
  bottom: 45%;
  right: -4px;
  display: block;
  width: 8rem;
  z-index: 999;
}

.ic-navega img {
  width: 100%;
}

@media only screen and (max-width: 580px) {
  .ic-navega {
    position: fixed;
    bottom: 28%;
    right: 1rem;
    display: block;
    width: 6rem;
  }
}
.mapa iframe {
  height: 100vh;
}

.flecha-home {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 9.8rem;
  left: 30%;
}

@media only screen and (max-width: 1100px) {
  .flecha-home {
    left: 20%;
  }
}
@media only screen and (max-width: 991px) {
  .flecha-home {
    display: none;
  }
}
.flecha-home.tipo2 {
  left: 60%;
}

@media only screen and (max-width: 1100px) {
  .flecha-home.tipo2 {
    left: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .flecha-home.tipo2 {
    display: none;
  }
}
.flecha-home .f1 {
  border: 2px solid #E9EE79;
  width: 100%;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateY(80%);
}

.flecha-home .f1 img {
  width: 5rem;
}

.flecha-home .f2 {
  background: #E9EE79;
  width: 100%;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #666;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateY(-80%);
}

.features-item a:hover .flecha-home .f1 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.features-item a:hover .flecha-home .f2 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.img-ciclovia {
  padding: 10rem 0;
}

.img-ciclovia img {
  width: 100%;
}

.imagen-hero {
  inset: 0px;
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100vh;
}

.imagen-hero img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.slide-noticias {
  padding-top: 1rem;
}

.slide-noticias .slide-noticias-home {
  width: 100%;
}

.slide-noticias .item-slide {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .slide-noticias .item-slide {
    flex-direction: column;
  }
}
.slide-noticias .item-slide__img {
  width: 50%;
  min-width: 50%;
}

@media only screen and (max-width: 768px) {
  .slide-noticias .item-slide__img {
    width: 100%;
    min-width: 100%;
    margin-bottom: 2rem;
  }
}
.slide-noticias .item-slide__img img {
  width: 100%;
  vertical-align: bottom;
}

.slide-noticias .item-slide__txt {
  width: 50%;
  min-width: 50%;
  padding-left: 4rem;
  padding-right: 17rem;
  margin-top: -2rem;
}

.slide-noticias .item-slide__txt .fecha {
  color: #5e5e5e;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.slide-noticias .item-slide__txt .fecha:before {
  content: "";
  display: block;
  background: #EA4606;
  width: 5rem;
  height: 0.4rem;
  margin-bottom: 1rem;
}

.slide-noticias .item-slide__txt h3 {
  font-weight: 800;
  color: #EA4606;
  font-size: 3.2rem;
  line-height: 1.2;
}

.slide-noticias .item-slide__txt h3 a {
  color: #EA4606;
  transition: all 0.3s ease;
}

.slide-noticias .item-slide__txt h3 a:hover {
  color: #0D3A5C;
}

@media only screen and (max-width: 1200px) {
  .slide-noticias .item-slide__txt {
    padding-right: 0rem;
    margin-top: -6rem;
  }
  .slide-noticias .item-slide__txt h3 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .slide-noticias .item-slide__txt {
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    padding-right: 6rem;
    padding-bottom: 8rem;
    margin-top: 0;
  }
  .slide-noticias .item-slide__txt h3 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 550px) {
  .slide-noticias .item-slide__txt {
    padding-right: 0;
  }
}
.slide-noticias .slick-prev {
  background-color: #EA4606;
  border-radius: 0;
  z-index: 999;
  left: auto;
  right: 9.5rem;
  bottom: 1.5rem;
  top: auto;
  background-image: url("../images/flecha-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 5rem;
  height: 5rem;
  transition: all 0.3s ease;
}

.slide-noticias .slick-prev:before {
  display: none;
}

.slide-noticias .slick-prev:hover {
  background-color: #0D3A5C;
}

@media only screen and (max-width: 991px) {
  .slide-noticias .slick-prev {
    width: 4rem;
    height: 4rem;
    right: 9rem;
  }
}
@media only screen and (max-width: 768px) {
  .slide-noticias .slick-prev {
    bottom: -2rem;
    left: 0;
  }
}
.slide-noticias .slick-next {
  background-color: #EA4606;
  border-radius: 0;
  z-index: 999;
  left: auto;
  right: 4.2rem;
  bottom: 1.5rem;
  top: auto;
  background-image: url("../images/flecha-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 5rem;
  height: 5rem;
  transition: all 0.3s ease;
}

.slide-noticias .slick-next:before {
  display: none;
}

.slide-noticias .slick-next:hover {
  background-color: #0D3A5C;
}

@media only screen and (max-width: 991px) {
  .slide-noticias .slick-next {
    width: 4rem;
    height: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .slide-noticias .slick-next {
    bottom: -2rem;
    left: 4.5rem;
  }
}
.noticias-home {
  background: #F2F2F2;
  padding: 10rem 0 5rem;
  margin-top: -6.5rem;
}

@media only screen and (max-width: 768px) {
  .noticias-home {
    margin-top: 0;
    padding-top: 4rem;
  }
}
.noticias-home .card-noticia-home {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .noticias-home .card-noticia-home {
    margin-bottom: 2rem;
  }
}
.noticias-home .card-noticia-home__img {
  width: 30%;
  min-width: 30%;
}

.noticias-home .card-noticia-home__img img {
  width: 100%;
  vertical-align: bottom;
}

.noticias-home .card-noticia-home__txt {
  width: 70%;
  min-width: 70%;
  padding-left: 1.4rem;
}

.noticias-home .card-noticia-home__txt .fecha {
  color: #5e5e5e;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.noticias-home .card-noticia-home__txt .fecha:before {
  content: "";
  display: block;
  background: #EA4606;
  width: 15px;
  height: 4px;
  margin-bottom: 1rem;
}

.noticias-home .card-noticia-home__txt h3 {
  font-weight: 800;
  color: #191919;
  font-size: 1.3rem;
}

.noticias-home .card-noticia-home__txt h3 a {
  color: #191919;
  transition: all 0.3s ease;
}

.noticias-home .card-noticia-home__txt h3 a:hover {
  color: #EA4606;
}

.row.row-big {
  margin-right: -2.4rem;
  margin-left: -2.4rem;
}

.row.row-big > [class^=col-],
.row.row-big > [class*=" col-"] {
  padding-right: 2.4rem;
  padding-left: 2.4rem;
}

@media only screen and (max-width: 550px) {
  .row.row-big {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row.row-big > [class^=col-],
  .row.row-big > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.slide-galeria .slick-track {
  padding-top: 1rem;
}

.slide-galeria .item-galeria {
  width: 100%;
}

.slide-galeria .item-galeria .item-galeria__img {
  background: #222;
}

.slide-galeria .item-galeria img {
  width: 100%;
  opacity: 0.4;
}

.slide-galeria .item-galeria p {
  font-size: 16px;
  color: #000;
  padding: 0.5rem 1.5rem;
}

.slide-galeria .slick-arrow {
  width: 50px;
  background: #EA4606;
  height: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-galeria .slick-arrow:hover {
  background: #FB2F00;
}

.slide-galeria .slick-arrow:before {
  opacity: 1;
}

.slide-galeria .slick-arrow.slick-disabled {
  background: #61829A;
  opacity: 1;
  cursor: default;
}

.slide-galeria .slick-arrow.slick-disabled:before {
  opacity: 1;
}

.slide-galeria .slick-prev {
  left: 28.8%;
  z-index: 10;
  top: 42%;
}

.slide-galeria .slick-prev:before {
  content: "";
  background-image: url("../images/ic-left.svg");
  width: 10px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media only screen and (max-width: 991px) {
  .slide-galeria .slick-prev {
    left: 0px;
  }
}
@media only screen and (max-width: 550px) {
  .slide-galeria .slick-prev {
    top: 48%;
  }
}
.slide-galeria .slick-next {
  right: 28.8%;
  top: 42%;
}

@media only screen and (max-width: 991px) {
  .slide-galeria .slick-next {
    right: 0px;
  }
}
@media only screen and (max-width: 550px) {
  .slide-galeria .slick-next {
    top: 48%;
  }
}
.slide-galeria .slick-next:before {
  content: "";
  background-image: url("../images/ic-right.svg");
  width: 10px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.slide-galeria .slick-slide.slick-current + .slick-slide {
  transform: scale(1.05);
  z-index: 2;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .slide-galeria .slick-slide.slick-current + .slick-slide {
    transform: scale(1);
  }
}
.slide-galeria .slick-slide.slick-current + .slick-slide .item-galeria__img {
  opacity: 1;
}

.slide-galeria .slick-slide.slick-current + .slick-slide .item-galeria__img img {
  opacity: 1;
}

.slide-galeria .slick-slide.slick-current + .slick-slide p {
  padding: 0.5rem 1rem;
}

.slide-galeria .slick-slide.slick-current + .slick-slide + .slick-slide p {
  padding-left: 3rem;
}

.slide-galeria .slick-dots {
  margin-top: 2rem;
  padding-top: 0;
  position: relative;
}

.slide-galeria .slick-dots li button:before {
  font-size: 13px;
}

.agenda-home {
  background: #000;
  position: relative;
}
.agenda-home .container {
  padding-top: 50px;
  padding-bottom: 70px;
}
.agenda-home h2 {
  margin: 0 0 2.5rem;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.agenda-home h3 {
  color: #fff;
  margin: 0 0 20px;
  font-size: 27px;
  font-weight: 400;
}
.agenda-home h3:before {
  content: "";
  width: 15px;
  height: 4px;
  display: block;
  background: #EA4606;
  margin-bottom: 5px;
}
.agenda-home .fecha {
  color: #fff;
  font-size: 18px;
  color: #EA4606;
  font-weight: 800;
}

.slide-agenda-home {
  position: static;
}

.slide-agenda-home .slick-prev {
  background-color: #EA4606;
  border-radius: 0;
  z-index: 999;
  left: auto;
  right: 9.5rem;
  bottom: 5px;
  top: auto;
  background-image: url("../images/flecha-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 5rem;
  height: 5rem;
  transition: all 0.3s ease;
}

.slide-agenda-home .slick-prev:before {
  display: none;
}

.slide-agenda-home .slick-prev:hover {
  background-color: #0D3A5C;
}

@media only screen and (max-width: 991px) {
  .slide-agenda-home .slick-prev {
    width: 4rem;
    height: 4rem;
    right: 9rem;
  }
}
@media only screen and (max-width: 768px) {
  .slide-agenda-home .slick-prev {
    bottom: 0;
    left: 1rem;
  }
}
.slide-agenda-home .slick-next {
  background-color: #EA4606;
  border-radius: 0;
  z-index: 999;
  left: auto;
  right: 4.2rem;
  bottom: 5px;
  top: auto;
  background-image: url("../images/flecha-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 5rem;
  height: 5rem;
  transition: all 0.3s ease;
}

.slide-agenda-home .slick-next:before {
  display: none;
}

.slide-agenda-home .slick-next:hover {
  background-color: #0D3A5C;
}

@media only screen and (max-width: 991px) {
  .slide-agenda-home .slick-next {
    width: 4rem;
    height: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .slide-agenda-home .slick-next {
    bottom: 0;
    left: 5.5rem;
  }
}
.card-agendaHome {
  padding-right: 2rem;
  display: block;
  padding-bottom: 2rem;
}
.card-agendaHome:hover h3 {
  color: #EA4606;
  text-decoration: underline;
}/*# sourceMappingURL=interiores.css.map */