/*menu mayusculas y tamaño*/
.sp-megamenu-parent >li >a {
  color: #878787;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.8px;
  line-height: 42px;
  padding: 12px;
  text-transform: capitalize;
  position: relative;
}
/*opacidad banners*/
.sp-page-title:before {
  content: '';
  background: rgba(0,0,0,0.1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================
   PÁGINA "O NOSO EQUIPO"
   ========================================================== */

/* Espaciado entre filas */
#section-id-1531474219 {
    margin-bottom: 40px !important;
}

#section-id-1678593318071 {
    padding-top: 80px !important;
    margin-bottom: 40px !important;
}

#section-id-1782930233875 {
    padding-top: 80px !important;
    padding-bottom: 120px !important;
}

/* Ajustes de tarjetas */
#sppb-addon-1531474221 .sppb-addon-content {
    /* Compensa la tarjeta de Raquel (cargo en dos líneas) */
    padding-bottom: 18px !important;
}

.sppb-person-name {
    /* Reducir ligeramente el tamaño para evitar saltos de línea */
    font-size: 23px !important;
}

/* Desactivar efecto hover azul sobre las imágenes */
.sppb-addon-person .sppb-person-image:before,
.sppb-addon-person:hover .sppb-person-image:before {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}