.tipo-actividad{
    font-size: 16px;
    width: 100%;
    float: left;
    margin-bottom: 7px;
    background-color: aliceblue;
    line-height: 18px;
    padding: 3px;
}
.about{
    font-size: 20px;
    width: 73%;
    margin: auto;
}
.navbar .texto {
    margin-right: 0px;
    float: right;
}
.contents{
    position: relative;
    min-height: 100vh;
}
.footer:after{
    position: absolute;
    bottom: 0px;
}
.container {
    max-width: 1200px;
}

.card2:after {
    border: none;
}
.card{
    padding: 14px;
    height: auto;
}
.card-titulo{
    font-size: 22px;
    padding: 10px 10px 12px 10px;
}
form .correcto, form .incorrecto{
    padding: 5px;
    background-color: aliceblue;
    margin-bottom: 10px;
}
form .incorrecto{
    background-color: bisque;
    color: #c40101;
}

/* Estilos hover y active para los enlaces del menú */
.menu {
    background-color: #f8f9fa !important;
}
.menu .container {
    display: flex !important;
    align-items: flex-end !important;
    padding-top: 4px !important;
}
.menu a {
    padding: 10px 15px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.menu a:hover {
    background-color: #e9ecef;
    border-radius: 8px 8px 0 0 !important;
    text-decoration: none;
}
.menu a.active {
    background-color: #ffffff !important;
    color: #005f4f !important;
    font-family: "Bold", sans-serif !important;
    font-weight: bold;
    border-radius: 8px 8px 0 0 !important;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.03);
}
@media only screen and (max-width: 900px) {
    .menu .container {
        align-items: center !important;
        padding-top: 20px !important;
    }
    .menu a {
        width: 100%;
        text-align: center;
        margin: 0 !important;
        padding: 15px !important;
    }
    .menu a:hover, .menu a.active {
        border-radius: 0 !important;
    }
}
