.action-section{
    text-align: center;
}
.action-section a{
    background: #1a365d;
    color: white;
    padding: 16px 40px;
    border-radius: 7px;
    text-align: center;
    text-decoration: none;
    transition: 0.4s all ease-in;
}
.action-section a:hover{
    background: #142f55;
}
.bar-top {
    background-color: #f45905;
    height: 50px;
    color: white;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px;
    box-sizing: border-box;
}

.bar-content {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* Responsive: para pantallas pequeñas */
@media (max-width: 600px) {
    .bar-content {
        flex-direction: column;
        gap: 4px;
        font-size: 12px;
    }
    .bar-top{
        height: auto;
        padding: 2px 0px;
    }
}
.nav-logo{
    width: 100px;
    height: 100px;
}
.nav-logo .logo-img {
    width: 100%;
    height: 100%;
}
.navbar {

    padding: 0rem 0 !important;
}
.footer-logo {
    height: 150px;
}
.bar-content a{
    color:white;
    text-decoration: none;
}