.elementor-1504 .elementor-element.elementor-element-714bd53c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-14b045c */.footer-full-wrapper {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  background-image: url('https://oxford-britannia.ec/wp-content/uploads/2025/04/Banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-personalizado-contenedor {
  padding: 40px 15px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-texto p {
  margin: 5px 0;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 1.5;
}

.footer-texto a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer-texto a:hover {
  text-decoration: underline;
}

.footer-logo {
  margin-top: 15px;
}

.footer-logo img {
  max-width: 180px;
  height: auto;
  display: inline-block;
}

.footer-redes {
  display: none;
  margin-top: 20px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.social-icons {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
}

.social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #E4201D;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  font-size: 16px;
  text-decoration: none;
}

.phone-number {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 600px) {
  .footer-redes {
    display: flex;
  }
}/* End custom CSS */