.elementor-1002 .elementor-element.elementor-element-893bace{--display:flex;}.elementor-1002 .elementor-element.elementor-element-0a5e082{--display:flex;--margin-top:0px;--margin-bottom:-50px;--margin-left:0px;--margin-right:0px;}.elementor-1002 .elementor-element.elementor-element-0a5e082.e-con{--align-self:flex-end;}@media(min-width:768px){.elementor-1002 .elementor-element.elementor-element-893bace{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-7ff097b *//* ACTIVIDADES HUB */

.actividades-hub {
    padding: 100px 0;
    background: #fff;
    font-family: 'Inter', sans-serif;
}

.actividades-container {
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

.actividades-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 80px;
}

.actividades-header h2 {
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 900;
    font-style: italic;
    color: #003366;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1;
}

.actividades-header p {
    font-size: 22px;
    color: #666;
    font-style: italic;
}

.actividades-divider {
    width: 100px;
    height: 8px;
    background: #ce1126;
    border-radius: 999px;
    margin: 30px auto 0;
}

.actividades-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
}

.actividad-card {
    position: relative;
    height: 600px;
    overflow: hidden;
    border-radius: 50px;
    transition: .4s ease;
    text-decoration: none;
}

.actividad-card:hover {
    transform: translateY(-10px);
}

.actividad-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

.actividad-card:hover img {
    transform: scale(1.1);
}

.actividad-overlay-dark {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,51,102,.95),
        rgba(0,51,102,.6),
        transparent
    );
}

.actividad-overlay-light {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(255,255,255,.98),
        rgba(255,255,255,.8),
        transparent
    );
}

.actividad-card.dark {
    background: #0f172a;
    box-shadow: 0 20px 50px rgba(0,0,0,.25);
}

.actividad-card.light {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.actividad-content {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.actividad-tag-blue {
    color: #60a5fa;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 20px;
    font-style: italic;
}

.actividad-tag-red {
    color: #ce1126;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 20px;
    font-style: italic;
}

.actividad-title-white {
    color: white;
    font-size: 56px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: .95;
}

.actividad-title-blue {
    color: #003366;
    font-size: 56px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: .95;
}

.actividad-desc {
    color: #555;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
    font-style: italic;
}
.actividad-descDO {
    color: white;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
    font-style: italic;
}

.actividad-listas {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    opacity: 0;
    transition: .5s;
    margin-bottom: 30px;
}

.actividad-card:hover .actividad-listas {
    opacity: 1;
}

.actividad-listas ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.actividad-listas li {
    color: #dbeafe;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.actividad-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: #888;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.actividad-btn-light,
.actividad-btn-dark {
    display: inline-block;
    padding: 16px 32px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    transition: .3s;
}

.actividad-btn-light {
    background: white;
    color: #003366;
}

.actividad-btn-light:hover {
    background: #60a5fa;
    color: white;
}

.actividad-btn-dark {
    background: #003366;
    color: white;
}

.actividad-btn-dark:hover {
    background: #ce1126;
}

@media(max-width:992px){

    .actividades-grid{
        grid-template-columns:1fr;
    }

    .actividad-title-white,
    .actividad-title-blue{
        font-size:42px;
    }

    .actividad-card{
        height:520px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e55ece7 */.footer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #0b2c5f;
  color: white;
  padding: 40px 20px;
}

.footer_container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}

/* IZQUIERDA */
.footer_left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer_logo {
  width: 60px;
  height: auto;
}

.footer_left h4 {
  font-size: 0.9rem;
  margin: 0;
  color: #cbd5e1;
}

.footer_left p {
  font-size: 0.8rem;
  margin: 0;
  color: #cbd5e1;
}

/* CENTRO */
.footer_center {
  text-align: center;
  font-size: 0.85rem;
  color: #cbd5e1;
}

/* DERECHA */
.footer_right {
  text-align: right;
  font-size: 0.85rem;
}

.footer_right p {
  margin: 3px 0;
}

.footer_right a {
  color: #60a5fa;
  text-decoration: none;
}

.footer_right a:hover {
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .footer_container {
    flex-direction: column;
    text-align: center;
  }

  .footer_right {
    text-align: center;
  }
}/* End custom CSS */