@font-face {
    font-family: Gotham-Black;
    src: url(https://www.mades.gov.py/wp-content/uploads/custom_fonts/Gotham-Black.otf);
    font-weight: normal;
}

@font-face {
    font-family: Gotham-Light;
    src: url(https://www.mades.gov.py/wp-content/uploads/custom_fonts/Gotham-Light.otf);
    font-weight: normal;
}

body {
    font-family: Gotham-Light, sans-serif !important;
}

.navbar-inverse {
    background-color: #2e7c32;
    border-color: #2e7c32;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-brand {
    color: white !important;
    text-transform: uppercase;
    font-size: 16px;
}

.box-header-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    flex-wrap: wrap;
}

.box-header-img img {
    max-height: 90px;
}

.box-banner img {
    width: 100%;
    height: auto;
}

.box-title {
    background: #55962a4f;
    color: #55962a;
    text-align: center;
    padding: 40px 5%;
}

.box-title h1 {
    font-weight: 900;
    font-size: clamp(24px, 6vw, 82px);
    margin: 0;
}

.box-buttons {
    padding-top: 40px;
    text-align: center;
}

.box-buttons .col-xs-12 {
    margin-bottom: 20px;
}

.box-buttons a {
    width: 100%;
    max-width: 200px;
}

.box-text {
    padding: 40px 5%;
    font-size: 18px;
    color: #545454;
    text-align: justify;
}

.box-text span {
    font-weight: 800;
    text-decoration: underline;
}

.box-contact {
    background: #f5f7f8;
    padding: 40px 5%;
    color: #545454;
}

.box-contact h3,
.box-contact h4,
.box-contact span {
    font-weight: 700;
    padding: 8px 0;
}

.box-location {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    font-size: 16px;
}

.box-location div {
    padding: 10px;
}

.box-location img {
    border-radius: 10px;
    border: 1px solid #9E9E9E;
    max-width: 100%;
    height: auto;
}

.divider {
    border-top: 3px solid #2e7c32;
    margin: 20px 0;
}

.box-green {
    background: #55962a;
    padding: 40px 0;
}

.box-footer-img {
    text-align: center;
    margin-top: 20px;
}

.box-footer-img img {
    max-height: 80px;
    width: auto;
}

.navbar-toggle {
    border-color: #2e7c32;
}

.navbar-form {
    border-color: #2e7c32;
}

.navbar-toggle:hover {
    background-color: #2e7c32;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: #579b244d;
    border-radius: 4px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #2ea3f2;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #3333331a;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #2ea3f2;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    border-radius: 4px;
    background: none;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 2px;
    border-radius: 4px;
}

.dropdown-menu {
    background-color: #2e7c32 !important;
    border: none;
    border-top: 3px solid #2ea3f2;
}

.dropdown-menu > li > a {
    color: white;
    text-transform: uppercase;
    padding: 6px 20px;
}

.dropdown-menu>li>a:hover {
    background-color: #579b244d;
    color: #fff;
}