.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-5a19e30 *//* ========================================
   FOOTER RYGAUTO
   ======================================== */

.ryg-footer {
  width: 100%;
  padding: 70px 0 26px;
  background: #111111;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.ryg-footer-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}


/* GRID PRINCIPAL */

.ryg-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 1fr 1fr;
  gap: 50px;
}


/* MARCA */

.ryg-footer-brand {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.ryg-footer-text {
  max-width: 320px;
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255,255,255,0.62);
}


/* TÍTULOS */

.ryg-footer-title {
  margin: 0 0 22px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}


/* LISTADOS */

.ryg-footer-list,
.ryg-footer-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ryg-footer-list li {
  margin-bottom: 11px;
}

.ryg-footer-list a,
.ryg-footer-contact a {
  color: rgba(255,255,255,0.62);
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  transition: 0.2s ease;
}

.ryg-footer-list a:hover,
.ryg-footer-contact a:hover {
  color: #e21b23;
}


/* CONTACTO */

.ryg-footer-contact li {
  margin-bottom: 18px;
}

.ryg-footer-contact li > span {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e21b23;
}

.ryg-footer-contact p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,0.62);
}

.ryg-footer-map {
  display: inline-block;
  margin-top: 2px;
  font-weight: 700;
  color: #ffffff !important;
}

.ryg-footer-map:hover {
  color: #e21b23 !important;
}

/* LOGOS INSTITUCIONALES */

.ryg-footer-funding {
  margin-top: 45px;
  padding: 30px 0;
  border-top: 1px solid rgba(255,255,255,0.10);
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.ryg-footer-funding-logos {
  display: grid;
  grid-template-columns: repeat(2, 300px);
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.ryg-footer-funding-logos img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: contain;
  object-position: center;
}


/* TABLET */

@media (max-width: 980px) {

  .ryg-footer-funding-logos {
    grid-template-columns: repeat(2, minmax(0, 260px));
    gap: 28px;
  }

  .ryg-footer-funding-logos img {
    height: 260px;
  }

}


/* MÓVIL */

@media (max-width: 680px) {

  .ryg-footer-funding-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .ryg-footer-funding-logos img {
    width: 100%;
    height: 160px;
  }

}

/* PARTE INFERIOR */

.ryg-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;

  margin-top: 55px;
  padding-top: 24px;

  border-top: 1px solid rgba(255,255,255,0.10);
}

.ryg-footer-copy {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
}

.ryg-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.ryg-footer-legal a {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition: 0.2s ease;
}

.ryg-footer-legal a:hover {
  color: #ffffff;
}


/* ========================================
   TABLET
   ======================================== */

@media (max-width: 980px) {

  .ryg-footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 40px;
  }

  .ryg-footer-text {
    max-width: 100%;
  }

}


/* ========================================
   MÓVIL
   ======================================== */

@media (max-width: 680px) {

  .ryg-footer {
    padding: 55px 0 24px;
  }

  .ryg-footer-container {
    width: calc(100% - 28px);
  }

  .ryg-footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .ryg-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;

    margin-top: 42px;
  }

  .ryg-footer-legal {
    flex-direction: column;
    gap: 10px;
  }

}/* End custom CSS */