    .video-container {
        position: relative;
        padding: 56.25% 0 0 0;
    }
    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .play-overlay, .image-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .play-overlay {
        background-color: rgba(0, 0, 0, 0.2);
    }
    .play-button {
        width: 80px; /* Tamaño del círculo */
        height: 80px; /* Tamaño del círculo */
        border-radius: 50%; /* Hace el contenedor circular */
        background-color: rgba(255, 255, 255, 0.7); /* Fondo blanco semitransparente */
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .play-button i {
        font-size: 40px; /* Tamaño del icono */
        color: black; /* Color del icono */
    }
    .image-overlay img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
    }

        .mifondodiv{
/*  background: linear-gradient(90deg, #5DADE2 80%, #FDFCA0 20%);
   background-size: 100% 100%;  */
   background: #5DADE2;
   background-attachment: fixed;


}

        .mifondodiv2{
background: linear-gradient(0deg, #FDFCA0 70%,  #5DADE2 30%);
   background-size: 100% 100%; 

  


}

.borde-redondo{
  /* Bordes redondeados */
    border-radius: 10px; /* Ajusta el valor para cambiar la redondez */

    /* Sombra */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Cambia los valores para personalizar la sombra */

    /* Otros estilos opcionales */
    padding: 20px;
    background-color: #fff; /* Fondo blanco, por ejemplo */
     
}

/* Estilo base para los puntos */
.slick-dots li {
    position: relative; /* Necesario para centrar los puntos */
    margin: 0 5px; /* Espacio entre los puntos */
}

/* Estilo para el botón de punto */
.slick-dots li button {
    width: 20px; /* Tamaño del punto grande */
    height: 20px;
    border-radius: 50%; /* Forma circular */
    border: 1px solid #ddd; /* Borde sutil */
    background-color: #5DADE2; /* Fondo del punto grande */
    position: relative; /* Necesario para centrar el punto pequeño */
    padding: 0; /* Quitar el padding del botón */
}

/* Puntos pequeños dentro del punto grande */
.slick-dots li button:before {
    content: ''; /* Necesario para el fondo */
    display: block; /* Mostrar el fondo */
    width: 8px; /* Tamaño del punto pequeño */
    height: 8px;
    border-radius: 50%; /* Forma circular */
    background-color: #bbb; /* Fondo del punto pequeño */
    position: absolute; /* Posicionamiento absoluto dentro del botón */
    top: 50%; /* Centrarse verticalmente */
    left: 50%; /* Centrarse horizontalmente */
    transform: translate(-50%, -50%); /* Ajustar el centro del punto pequeño */
    transition: all 0.3s ease; /* Transición suave */
}

/* Estilo para el punto activo */
.slick-dots li.slick-active button:before {
    background-color: #555; /* Fondo más oscuro para el punto activo */
    width: 10px; /* Tamaño ligeramente mayor del punto activo */
    height: 10px;
}

/* Espaciado entre los puntos */
.slick-dots {
    margin-top: 10px; /* Espacio entre los puntos y el slider */
}



.container1 {
            display: flex;
            flex-direction: column;
            gap: 20px;
            margin: 20px;
        }

        .responsive-div {
            display: flex;
            align-items: center;
            padding: 20px;
            background-color: #f0f0f0;
            border: 1px solid #d0d0d0; /* Borde gris oscuro */
            border-radius: 10px;
            transition: background-color 0.3s ease;
            cursor: pointer;
            width: 80%; /* Ajusta el ancho según lo necesites */
            max-width: 100%; /* Ancho máximo para los divs */
            margin: 0 auto; /* Centrado horizontal */
        }

        .responsive-div:hover {
            background-color: #ffffff;
        }

        .icon {
            font-size: 50px;
            margin-right: 20px;
        }

        .content {
            display: flex;
            flex-direction: column;
        }




        .card-link {
font-family: "Futura", sans-serif;
color:#000000;
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 5px;
        }
                .card-link-icon {

color:#000000;
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 5px;
        }




        .title {
font-family: "Futura", sans-serif;

            font-size: 20px;
            font-weight: bold;
            margin-bottom: 5px;
        }



      .title-container h2 {

            font-size: 24px;
            font-weight: bold;
            display: inline-block;
            padding-bottom: 5px;
            transition: border-bottom 0.3s ease;
            margin-left: 10%;
        }

        .title-container h2:hover {
            border-bottom: 2px solid #000; /* Línea negra al pasar el puntero */
        }

        .description {
          font-family: "Futura", sans-serif;

            font-size: 16px;
            color: #555;
        }

           .scroll-to-top {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #5DADE2;
            color: white;
            width: 50px;
            height: 50px;
            border-radius: 5px;
            border: none;
            cursor: pointer;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
            transition: background-color 0.3s ease, opacity 0.3s ease;
            z-index: 1000;
            display: none;
            align-items: center;
            justify-content: center;
        }

        .scroll-to-top.show {
            display: flex;
        }

        .scroll-to-top:hover {
            background-color: #5DADE2;
        }


/* ========================= */
/* PAGINACION MODERNA */
/* ========================= */

.pagination {

    display: flex;
    justify-content: center;
    align-items: center;

    gap: 8px;

    margin-top: 25px;

}


.pagination li {

    list-style: none;

}


.pagination li a {

    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 40px;
    height: 40px;

    padding: 0 12px;

    border-radius: 10px;

    background: white;

    color: #2e86c1;

    font-weight: 600;

    border: 1px solid #d6eaf8;

    text-decoration: none;

    transition: all 0.25s ease;

    box-shadow: 0 2px 5px rgba(0,0,0,0.05);

}


/* hover */

.pagination li a:hover {

    background: #5dade2;

    color: white;

    border-color: #5dade2;

    box-shadow: 0 4px 10px rgba(93,173,226,0.4);

}


/* activo */

.pagination li.active a {

    background: linear-gradient(45deg,#2e86c1,#5dade2);

    color: white;

    border: none;

    box-shadow: 0 4px 12px rgba(46,134,193,0.5);

}


/* disabled */

.pagination li.disabled a {

    opacity: 0.4;

    cursor: not-allowed;

    background: #f5f5f5;

}


/* flechas */

.pagination li span a {

    border-radius: 50%;

    width: 40px;
    height: 40px;

}


/* responsive */

@media (max-width: 576px) {

    .pagination li a {

        min-width: 34px;
        height: 34px;

        font-size: 14px;

    }

}



.custom-toggler {
    background-color: #2e86c1; /* Color de fondo del botón */
    border-radius: 50px; /* Bordes redondeados */
    border: none; /* Sin bordes */
    padding: 10px 10px; /* Espaciado interno */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); /* Sombra para darle relieve */
    transition: all 0.3s ease; /* Transición suave */
     height: 60px;
  width: 60px;
}

.custom-toggler:hover {
    background-color: #2e86c1; /* Color al pasar el ratón */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.1); /* Sombra más profunda al hacer hover */
    transform: translateY(-2px); /* Efecto de levantamiento al pasar el ratón */
}

.custom-toggler:active {
    background-color: #4a8750; /* Color al hacer clic */
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.1); /* Sombra reducida al hacer clic */
    transform: translateY(1px); /* Botón vuelve a su lugar al hacer clic */
}

.navbar-toggler-icon {
    color: white; /* Color del ícono en blanco */
}

.menu-button {

    position: fixed;
    bottom: 25px;
    right: 0; /* pegado al borde */

    height: 60px;
    width: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: white;
    cursor: pointer;

    /* redondeado solo izquierda */
    border-radius: 30px 0 0 30px;

    background: linear-gradient(45deg, #2e86c1, #5dade2);

    animation: colorPulse 4s infinite;

    box-shadow: -2px 4px 10px rgba(0,0,0,0.25);

    transition: background 0.3s ease;

    z-index: 9999;

}


.menu-button i {

    font-size: 32px;

}


.menu-button:hover {

    box-shadow: -2px 4px 10px rgba(0,0,0,0.25);

}



/* animacion */

@keyframes colorPulse {

    0% {
        background: linear-gradient(45deg, #2e86c1, #5dade2);
    }

    25% {
        background: linear-gradient(45deg, #1abc9c, #5dade2);
    }

    50% {
        background: linear-gradient(45deg, #3498db, #2ecc71);
    }

    75% {
        background: linear-gradient(45deg, #5dade2, #48c9b0);
    }

    100% {
        background: linear-gradient(45deg, #2e86c1, #5dade2);
    }

}


    .hero-shadow {
    text-shadow: 2px 2px 6px rgba(0,0,0,0.8);
}

.hero-shadow-strong {
    text-shadow: 3px 3px 10px rgba(0,0,0,0.9);
}

.menu-shadow a {
    color: white !important;
    font-weight: 600;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.9);
}

.menu-shadow a:hover {
    color: #ffffff !important;
    text-shadow: 2px 2px 6px rgba(0,0,0,1);
}

/* opcional fondo transparente oscuro */
.menu-bg {
    background: rgba(0,0,0,0.25);
    backdrop-filter: blur(3px);
}
