.aventura {
    font-style: italic;
}

strong{
    font-weight: 700;
}
.imgmenu {
    max-width: 180px !important;
}
.menu-desktop {
    background-color: #1a1c1e;
    margin-top: 30px;
}

.descargar-agenda{
    margin-top: 30px !important;
    background-color: #303436;
    text-align: center;
    border-radius: 20px;
    width: 300px;
    display: block;
    margin: auto;
    padding: 15px;
    color: #333333;
    text-align: center;
    font-weight: 800;
}

.descargar-agenda:hover{
    background-color: #ffea00;
    border-radius: 20px;
    width: 300px;
    display: block;
    margin: auto;
    padding: 15px;
    color: #333333;
    text-align: center;
    font-weight: 800;
    cursor: pointer;
    
}

.card-header{
    border-radius: 0.5rem !important;
}

.texto-img {
    margin-top: 20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
}

.texto-img:hover {
    margin-top: 20px;
    color: #ffffff;
    font-weight: bold;
}

.a-menu-active .texto-img {
    margin-top: 20px;
    color: #ffffff;
    font-weight: bold;
}


@media (max-width: 700px) {
    .logo-container-button-menu-mobile {
        position: absolute;
        top: 15px;
        right: 10px;
        height: 50px;
        width: 50px;
        background: #000000;
        border: none;
        border-radius: 9px;
        padding: 12px;
        display: block;
    }
}