main {
    margin-top: 5px;
}

.navbar-custom {
    background-color: #fff !important;
}

footer {
    margin-top: 5px;
    background-color: #fff;
}

.text-color-font {
    color: #014374;
    font-weight: bold;
}
.boton{
    color: #014374;
    background-color: rgb(25, 173, 166);
}

a {
    text-decoration: none;
    color: #014374;
}

ul {
    list-style: none;
    padding-left: 0;
}

/* Agrega una transición suave para el cambio de tamaño */
.scale-on-hoverBK {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Custom CSS para el fondo de los controles */
.custom-control-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #00000099; /* Negro con 60% de opacidad (99 en hex es 0.6 * 255) */
    border-radius: 50%; /* Para circular */
}

.custom-control-bg .carousel-control-prev-icon,
.custom-control-bg .carousel-control-next-icon {
    width: 2rem;
    height: 2rem;
    /* Icono blanco (#ffffff) */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

/* Puedes mantener el degradado del fondo de los botones principales si quieres */
.carousel-control-prev,
.carousel-control-next {
    background-image: linear-gradient(to right, #00000066, #00000000);
}

.carousel-control-next {
    background-image: linear-gradient(to left, #00000066, #00000000);
}

.ratio-9x16 {
    --bs-aspect-ratio: calc(16 / 9 * 100%);
    /* This calculates the height needed based on the width */
}


/* Efecto de hover */
.scale-on-hover:hoverBK {
    transform: scale(1.1);
    /* Aumenta el tamaño al 110% */
    box-shadow: 0px 10px 15px #014374;
    /* Agrega sombra al hacer hover */
}

.social-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
    color: #014374;
}

.social-hover:hover {
    transform: scale(1.3);
    box-shadow: 0px 5px 10px #014374;
}

.bi {
    color: #014374;
    /* Esto es el color de 'text-danger' en Bootstrap 5.3 */
}

h4 {
    color: #000;
}

.color-fonts {
    color: #014374;
}
.footer-info{
    background-color: #fff;
}
.text-glow {
    color: #000;
    /*color: #fff;
  /*text-shadow: 0 0 10px #ff00ff, 0 0 20px #ff00ff, 0 0 30px #ff00ff;*/
}

.highlighted-date {
    background-color: #000 !important;
    color: white !important;
}

.text-shadow {
    text-shadow: 2px 2px 5px #4d4d4d;
}

.btn-color-bg {
    background-color: #000 !important;
}

.text-color-light {
    color: #df1717
}

/* Estilo para los submenús */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -5px;
    display: none;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.nav-tabs .nav-link.active {
    color: #000 !important;
    font-weight: bold;
}

/* Establecer margen inferior de 9px en pantallas pequeñas */
@media (max-width: 576px) {
    .f-reservar {
        margin-top: 18px;
    }
}

@media (max-width: 768px) {
    .row .col {
        display: flex;
        justify-content: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #servicios .col-md-4 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}