@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.container {
    max-width: 1320px !important;
    padding: 0;
}

header {
    background-color: #084577;
}

#top {
    background-image: url('../images/bg_top.jpg');
}

#top .container {
    height: 270px;
}

.social i {
    font-size: 24px;
    margin-left: 6px;
}

.dropdown-item,
.dropdown-item:hover {
    background-color: #2A9FD1;
    margin-right: 1px;
    color: #ffffff;
    padding: 12px 24px !important;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: bold;
}

.nav-link,
.nav-link:hover {
    background-color: #2A9FD1;
    margin-right: 1px;
    color: #ffffff;
    padding: 28px 24px !important;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: bold;
}

.dropdown-menu {
    border: none;
    margin: 0;
    padding: 0;
}

.active {
    background-color: #ffffff;
    margin-right: 1px;
    color: #2A9FD1 !important;
    padding: 28px 24px !important;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: bold;
}

.search {
    margin-left: 24px;
    border-radius: 10px;
    width: 371px;
    height: 32px;
    background-color: #ffffff;
}

.search form {
    padding: 0 4px;
    height: 32px;
}

.search input {
    width: 100%;
}

.search button,
.search input,
.search input:focus {
    background-color: transparent;
    border: 0 none;
}

h1 {
    font-weight: 700;
    font-style: bold;
    font-size: 36px;
}

h2 {
    font-weight: 700;
    font-style: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

h5 {
    color: #B4C5D2;
    font-size: 15px;
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.containerImg {
    display: inline-block;
    position: relative;
}

.overlay {
    background-color: #000;
    height: 93%;
    width: 93%;
    position: absolute;
    opacity: 0.3;
}

.containerImg p {
    position: absolute;
    bottom: 24px;
    left: 24px;
    padding-right: 24px;
    font-size: 24px;
    color: white;
}

.partners li {
    float: left;
}

.partners li:nth-child(n+2) {
    margin-left: 24px;
}

footer {
    background-color: #D9D9D9;
    border-top: solid 10px #084577;
    padding: 36px 0;
}

footer li {
    float: left;
}

footer li:nth-child(n+2) {
    margin-left: 12px;
}

footer li a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

#address {
    margin-top: 24px;
}

.small {
    font-size: 12px;
    color: #B4C5D2;
}

.mt-24 {
    margin-top: 24px !important;
}

.mr-24 {
    margin-right: 24px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.ml-24 {
    margin-left: 24px !important;
}

.pl-24 {
    padding-left: 24px !important;
}

.mt-12 {
    margin-top: 12px !important;
}

.mr-12 {
    margin-right: 12px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.ml-12 {
    margin-left: 12px !important;
}

.pt-12 {
    padding-top: 12px !important;
}

.pr-12 {
    padding-right: 12px !important;
}

.pb-12 {
    padding-bottom: 12px !important;
}

.pb-24 {
    padding-bottom: 24px !important;
}

.pt-24 {
    padding-top: 24px !important;
}

.pl-12 {
    padding-left: 12px !important;
}

@media (min-width < 576px) {
    .partners li {
        float: left;
        margin-left: 24px;
        margin-bottom: 12px;
    }

    .partners li:nth-child(n+2) {
        /* margin-left: 24px; */
    }
}