    .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;
        }



.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #000; /* Color negro para el texto */
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;


}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;

}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #000; /* Color negro en hover */
  background-color: #eee;
  border-color: #ddd;

}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    font-family: "Futura", sans-serif;
  z-index: 3;
  color: #000; /* Mantén el texto negro para elementos activos        */
  cursor: default;
  background-color:  #5DADE2;
  border-color: #5DADE2;

            font-weight: bold;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;

}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;

}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
   color:red;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
