.navbar-default.navbar-trans .nav-link, .navbar-default.navbar-reduce .nav-link {
    font-size: 13.5px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.030em;
    transition: all 0.1s ease-in-out;
    position: relative;
    /*padding-left: 0;
    padding-right: 0;*/ 
    text-align: left;
}

.top-nav .subtitulo {
    color: #002060;
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
}

.top-nav .ventaja {
    color: #002060; 
    font-size: 20px;
    margin-top: 5px;
    font-weight: 500;
}

.top-nav {
    color: #333;
    line-height: 20px;
    margin-top: 80px;
}

.navbar-default {
    background: #1C48A0;
    background: -webkit-linear-gradient(#7A59B0, #603C9B);
    background: -o-linear-gradient(#7A59B0, #603C9B);
    background: -moz-linear-gradient(#7A59B0, #603C9B);
    background: linear-gradient(#1C48A0, #1C48A0);
}

.texto-ini-form,
.form-texto {
    font-size: 14px;
    color: #575757;
}

.texto-ini-form {
    text-align: center;
}

.form-control {
    font-size: 14px;
    height: 40px;
}

.control-label {
    display: block;
    text-align: left !important
}

@keyframes cargando {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.cargando {
    -webkit-animation: cargando 2s infinite linear;
    animation: cargando 2s infinite linear;
    font-size: 2em;
}


.b-footer-divider {
    height: 1rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, .1), inset 0 0.125em 0.5em rgba(0, 0, 0, .15);
}

.control-label {
    display: block;
    text-align: left !important;
    margin-top: 10px;
    font-weight: 500;
}


.h1, h1 {
    font-size: 2rem;
    font-weight: 500;
}

.h2, h2 {
    font-size: 1.7rem;
    font-weight: 500;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.mt-5 {
    margin-top: 1rem!important;
}

.my-5 {
    margin-top: 0.5rem!important;
    margin-bottom: 3rem!important;
}

.gallery-card {
    margin-bottom: 20px;
}
.gallery-img {
    max-width: 100%;
    height: auto;
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}