.contenedor-titulo {
    position: relative;
    display: inline-block;
}

.navbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.titulo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

main {
    margin-top: 1rem;
    overflow: hidden;
    position: relative;
}

li {
    list-style: none;
}

#img-video {
    background-image: url("../images/wallhaven-13kyyw.jpg");
}

#img-tradiciones {
    background-image: url('../images/bg-cultural-in.jpg');
}

#infomarker {
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 1;
    padding: 20px;
    opacity: 70%;
}

#mapContainer {
    position: relative;
}

/**BTN INSTAGRAM**/

.btn-warning {
    background-color: #FC01D8 !important;
    opacity: 70%;
    color: white;
    border: 0;
}

.btn-warning:hover {
    background-color: #AD1457 !important;
    color: white;
}

.btn-info {
    background-color: #4AA0EC !important;
    color: white;
    border: 0;
}

.btn-info:hover {
    background-color: #0D47A1 !important;
    color: white;
}

.fs-6 h6 {
    font-size: 14 px;
}


.bg-primary {
    background-color: #FFAC54 !important;
}


.btn-primary {
    color: #000044 !important;
    background: #FFAC54 !important;
    border: #FFAC54 !important;
}

.btn-primary:hover {
    background: #FFAC54 !important;
    border: #FFAC54 !important;
}

.bg-dalt {
    background-color: #005CA2 !important;
}

.btn-dalto {
    background: #005CA2 !important;
    border: #005CA2 !important;
}

.bt-dalto:hover {
    background: #005CA2 !important;
    border: #005CA2 !important;
}

.btn-transparent:hover {

    background-color: #FFD4A2 !important;

}

.texto-blanco {
    color: white !important;
    /* Utiliza !important para sobrescribir otras reglas de color si es necesario */
}

.card {
    transform: scale(.9);
    transition: transform 0.3s;
}

.card:hover {
    transform: scale(1);
    box-shadow: 4px 4px 4px 4px rgba(21, 21, 21, 0.4);
}

.color-font {
    color: #000044;
}

.dropdown-item.fs-6 h6 {
    color: #000000 !important;
    /* Negro */
}

.form-label,
.form-check-label {
    color: #000000 !important;
    /* Asegura que el texto sea siempre negro */
}

.card-text-overflow {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

#img-index {

    box-shadow: 10px 10px 10px 10px rgba(21, 21, 21, 0.8);
}

.items-habitat {
    height: 10px;
}

.header-img>img {
    width: 100%;
    height: 500px;
}