.elementor-3312 .elementor-element.elementor-element-f322a00{margin-top:0px;margin-bottom:-22px;}.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-3aee70c *//* Contenedor principal del footer */
.vr-footer-custom-container {
  width: 100%;
  background-color: #00152e;
  position: relative;
  overflow: hidden;
  font-family: "Gotham", "Montserrat", sans-serif;
  color: #ffffff;
}

/* Footer principal */
.vr-footer-principal {
  padding: 80px 0 60px;
  position: relative;
  z-index: 2;
}

.vr-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* NUEVO: Flexbox en lugar de Grid */
.vr-footer-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Columnas con ancho fijo */
.vr-footer-columna {
  width: 22%; /* Ancho fijo para cada columna */
  padding: 0 10px;
  box-sizing: border-box;
}

/* Columna del logo */
.vr-footer-branding {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.vr-footer-logo {
  width: 70px;
  height: auto;
  margin-bottom: 25px;
}

.vr-footer-redes {
  display: flex;
  gap: 20px;
  margin-top: 15px;
  justify-content: center;
}

.vr-red-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(35deg, #5300aa 0%, #00cf97 100%);
  color: white;
  transition: all 0.3s ease;
  text-decoration: none;
}

.vr-red-social i {
  font-size: 20px;
}

.vr-red-social:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Títulos y contenido */
.vr-footer-titulo {
  font-family: "Gotham Rounded", "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
  letter-spacing: 1px;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.vr-titulo-subrayado {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(35deg, #5300aa 0%, #00cf97 100%);
}

.vr-footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vr-footer-menu li {
  margin-bottom: 15px;
}

.vr-footer-menu a {
  color: #b0b0b0;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.vr-footer-menu a:hover {
  color: #00cf97;
}

/* Sección de copyright */
.vr-footer-copyright {
  background-color: #000d1a;
  padding: 20px 0;
  font-size: 14px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.vr-copyright-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.vr-footer-copyright p {
  margin: 0;
  color: #808080;
}

.vr-footer-legal {
  display: flex;
  gap: 20px;
}

.vr-footer-legal a {
  color: #808080;
  text-decoration: none;
  transition: color 0.3s ease;
}

.vr-footer-legal a:hover {
  color: #00cf97;
}

/* Estilos responsivos */
@media (max-width: 992px) {
  .vr-footer-columna {
    width: 45%; /* Dos columnas en pantallas medianas */
    margin-bottom: 40px;
  }
  
  .vr-footer-branding {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .vr-footer-principal {
    padding: 60px 0 40px;
  }

  .vr-footer-columna {
    width: 100%; /* Una columna en móviles */
    text-align: center;
    margin-bottom: 40px;
  }

  .vr-titulo-subrayado {
    left: 50%;
    transform: translateX(-50%);
  }

  .vr-copyright-flex {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .vr-footer-legal {
    justify-content: center;
  }
}/* End custom CSS */