.uk-navbar-nav>.uk-active {
    text-decoration: underline;
}

.bg-blue {
    background-color: rgb(0, 14, 91);
}

.bg-white {
    background-color: white !important;
}

.fg-blue {
    color: rgb(0, 62, 91) !important;
}

.fg-white {
    color: white;
}

.uk-navbar-nav>li>a {
    font-size: 1.2rem !important;
}

.text-smally {
    font-size: .7rem;
}

.text-link {
    color: white;
    text-decoration: underline;
}

.text-link:hover {
    color: grey;
}

.list-red {
    list-style: none;
    padding: 0;
    margin-left: 10px;
}

.list-red>li::before {
    content: "\2022";
    color: red;
    display: inline-block;
    padding-right: 10px;
    font-size: 40px;
    line-height: 25px;
    vertical-align: -11px;
    width: 15px;
}

.ours {
    font-size: 1.2rem;
}

.bg-top-right {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url('../src/top-right.png');
    background-position: right top;
    background-size: 50%;
}

.bg-top-left {
    opacity: .7;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url('../src/top-left.png');
    background-position: left top;
    background-size: 60%;
}

.bg-bottom-left {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url('../src/bottom-left.png');
    background-position: left bottom;
    background-size: 50%;
}

.client-list {
    font-size: 15px;
}

.margin-parraph {
    font-size: 1rem;
    margin-bottom: 10px;
}

.text-custom-1 {
    font-size: 1.2rem;
}

.list-content {
    margin-left: 25px;
    margin-top: -27px;
}

.uk-navbar-dropdown-nav>.uk-active>a {
    color: red !important;
    text-decoration: underline;
    text-decoration-style: solid;
    font-weight: 700;
}

.uk-navbar-dropdown-nav>li>a {
    color: red;
}

.uk-form-label {
    color: white;
    font-size: 1.2rem;
    font-weight: 500;
}

.uk-input {
    border-radius: 10px;
}

.uk-textarea {
    border-radius: 10px;
}

.uk-select {
    border-radius: 10px;
}

.button-enviar-custom {
    background-color: red;
    color: white;
    border-radius: 10px;
}

.input-search-custom {
    height: 1.8rem;
    width: 400px !important;
}

.uk-icon-button {
    height: 1.8rem;
    width: 1.8rem;
}

.nav-custom {
    background-image: url('../src/line-1.png') !important;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 200%;
    background-position: bottom right;
}

.nav-main-custom>li>a {
    color: white !important;
    margin-bottom: 1.1rem;
}