.elementor-5794 .elementor-element.elementor-element-afd313f{--display:flex;--min-height:600px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-5794 .elementor-element.elementor-element-afd313f{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-45d6df3 */@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400;500;600;700;800&display=swap');
 
/* CONTENEDOR GENERAL */
.wcx-footer {
  font-family: 'Baloo Bhaijaan 2', sans-serif;
  width: 100%;
  height: 600px;
  padding: 60px 20px 20px 60px;
  box-sizing: border-box;
  background-color: #04698D;
  color: #fff;
  position: relative;
  overflow: hidden;
  align-content: center;
}

.wcx-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/wp-content/uploads/2025/12/nicton-plus_isologo-11-1.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1300px auto; /* ajusta tamaño del logo */
  opacity:0.6 ;               /* intensidad del relieve */
  filter: blur(0px);           /* difuminado */
  z-index: 0;
}

.wcx-footer-container,
.wcx-footer-bottom {
  position: relative;
  z-index: 1;
}

/* GRID PRINCIPAL */
.wcx-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.wcx-footer-container a {
  color: #fff; /* links en verde vibrante */
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.wcx-footer-container a:hover {
  color: #023A69;
}

/* COLUMNAS */
.wcx-footer-col {
  display: flex;
  flex-direction: column;
}

/* TITULOS */
.wcx-footer-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  color:#fff;
}

/* LISTAS */
.wcx-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wcx-footer-list li {
  margin-bottom: 10px;
}

.wcx-footer-list a {
  text-decoration: none;
  font-size: 18px;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

.wcx-footer-list a:hover {
  opacity: 0.7;
}
.wcx-footer-list h3 {
    font-size: 18px;
    color: #fff;
    opacity: 0.9;
    
}

/* REDES SOCIALES */
.wcx-footer-social {
  display: flex;
  gap: 15px;
  align-items: center;
  
}

.wcx-footer-social a {

  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.wcx-footer-social a:hover {
  transform: translateY(-2px);
  opacity: 0.7;
}

/* PARTE INFERIOR */
.wcx-footer-bottom {
  margin-top: 50px;
  text-align: center;
}

.wcx-footer-copy {
  font-size: 20px;
  opacity: 0.8;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .wcx-footer-container {
    grid-template-columns: repeat(2, 1fr);
    
  }
  .wcx-footer{
      height: auto;
  }
}

@media (max-width: 500px) {
  .wcx-footer-container {
    grid-template-columns: 1fr;
  }
  .wcx-footer{
      padding:10px;
      
  }
  .wcx-footer-title{
      font-size:20px;
  }
  .wcx-footer-list a {
      font-size:15px;
  }
}/* End custom CSS */
/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400;500;600;700;800&display=swap');/* End custom CSS */