#our-services {
    background-color: #f8f9fa;
}
.service-icon {
    font-size: 50px;
    color: #0181c6;
    transition: transform 0.3s ease-in-out;
}
.service-icon:hover {
    transform: scale(1.2);
}
.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}
.card:hover {
    transform: translateY(-10px);
}
.card-title {
    font-weight: bold;
    font-size: 1.25rem;
    color: #a6a6a6;
}
.card-text {
    font-size: 1rem;
    color: #6c757d;
}
#img-modal {
    height: 650px;
    padding-bottom: 50px;
}
.carousel-indicators li {
    background-color: #dbc304;
}
#news {
    background-color: #fff;
    padding: 50px 0;
}
#news h2 {
    color: #ed3384;
}
#news .card-title {
    font-size: 12px;
    color: #777;
}
#news .card-body {
    height: 150px;
}
.news-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}
.news-card:hover {
    transform: translateY(-10px);
}
.news-card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 250px;
    height: 200px; /* Ajustar la altura de la imagen */
    object-fit: cover; /* Para mantener la proporción de la imagen */
}
.news-card-title {
    font-weight: bold;
    font-size: 1.25rem;
}
.news-card-text {
    font-size: 1rem;
    color: #6c757d;
}
.news-card-date {
    font-size: 0.9rem;
    color: #999;
}
#news .carousel-indicators {
    position: absolute;
    bottom: -30px; /* Ajusta esta distancia según sea necesario */
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}
#news .carousel-indicators li {
    background-color: #bbb; /* Color de los puntos inactivos */
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 3px;
}
#news .carousel-indicators .active {
    background-color: blue; /* Color del punto activo */
}
/*////////////////////////////////////////////////////////*/

/* Sección de estadísticas */
.statistics-section {
    /*  background: url('background-image.jpg') no-repeat center center/cover;*/
    color: white;
    padding: 40px 20px;
    position: relative;
}
.background-overlay {
    background-color: rgb(3, 131, 199); /*rgba(0, 0, 51, 0.7);  Oscurecer fondo */
    padding: 40px 20px;
    border-radius: 10px;
}
.statistics-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.statistic {
    flex: 1;
    min-width: 150px;
    max-width: 250px;
    background-color: #0056b3;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.statistic h2 {
    font-size: 2rem;
    margin: 0;
}
.statistic p {
    margin: 10px 0 0;
    font-size: 1.2rem;
}
/* Sección de información */
.info-section {
    padding: 40px 20px;
}
.info-section h2 {
    font-size: 2rem;
    color: #006400;
    margin-bottom: 10px;
}
.info-section h2 span {
    color: black;
    font-weight: bold;
}
.info-section p {
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    color: #555;
}
/*////////////////////////////////////////////////////////*/	
.feature-section {
    display: flex;
    gap: 20px;
    padding: 20px;
    justify-content: center;
    align-items: flex-start;
    background-color: #f9f9f9;
}
.feature-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: rgba(0, 51, 102, 0.9); /* Fondo azul */
    color: white;
    padding: 15px;
    border-radius: 8px;
    width: calc(100% - 40px);
}
.feature-image {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    display: block;
    margin-bottom: 10px;
}
.feature-content.yellow {
    background-color: #ffc107; /* Fondo amarillo */
    color: #333;
}
.feature-content h3 {
    margin: 0;
    font-size: 1.5rem;
}
.feature-content p {
    margin: 5px 0 0;
    font-size: 1rem;
    line-height: 1.4;
}
/*///////////////////////////////////////////////////////////////////////////	*/
#multimedia {
    background-color: #f8f9fa;
    padding: 50px 0;
}
#multimedia h2 {
    color: #ed3384;
}
#multimedia .carousel-indicators {
    position: absolute;
    bottom: -30px; /* Ajusta esta distancia según sea necesario */
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}
#multimedia .carousel-indicators li {
    background-color: #bbb; /* Color de los puntos inactivos */
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 3px;
}
#multimedia .carousel-indicators .active {
    background-color: #ed3384; /* Color del punto activo */
}
	
#multimedia .carousel-control-next-icon {
	background-color: #ed3384;
	}
lite-youtube {
    border-radius: 15px; /* Ajusta el valor según lo redondeado que lo quieras */
    overflow: hidden; /* Evita que los bordes redondeados se vean cortados */
    display: block;
}
/*///////////////////////////////////////////////////////////////////////////	*/
#spots {
    background-color: #fff;
    padding: 50px 0;
}
#spots h2 {
    color: #ed3384
}
/*///////////////////////////////////////////////////////////////////////////	*/
#archivo {
    background-color: #f8f9fa;
    padding: 50px 0;
}
#archivo h2 {
    color: #ed3384
}	