.navbar {
    background-color: #FFF !important;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1.5px;
    padding: 20px !important;
}

.navbar::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    max-height: 100%;
    background-color: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23577996"><path d="M1000 0H0v52C62.5 28 125 4 250 4c250 0 250 96 500 96 125 0 187.5-24 250-48V0Z"></path></svg>');
    background-repeat: repeat-x;
    left: 0;
    right: 0;
    top: -10px;
    transform: rotateY(180deg);
}

.navbar-background svg {
    fill: #577996;
    width: calc(129%);
    transform: translateX(-50%) rotateY(0deg) scaleY(1) rotateZ(-180deg) translateY(22px);
    display: block;
    position: relative;
    max-height: 100%;
    left: 50%;
    z-index: 0;
}

.navbar .nav-item {
    z-index: 2;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar .nav-item .nav-link {
    color: inherit !important;
}

.navbar .nav-item.active {
    border-bottom: 4px #1b5d96 solid !important;
    color: #1B5D96 !important;
}

.navbar .nav-item:hover {
    border-bottom: 4px #997F20 solid;
    transition: 0.2s;
    color: #997F20;
    position: relative;
}

.navbar .dropdown-menu {
    border-radius: 3px;
    letter-spacing: normal;
}

.navbar-background>svg>path {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.navbar-brand {
    max-width: 100%;
    width: 220px;
    z-index: 3;
}


.background-primary {
    background-color: #F5FAFD;
}

.footer {
    margin-top: 30px;
    background-color: #577996;
    color: #FFF;
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1.5px;
    display: block;
    position: relative;
}

.footer::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    max-height: 100%;
    z-index: 20000;
    background-color: #FFF;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" fill="%23577996"><path d="M1000 0H0v52C62.5 28 125 4 250 4c250 0 250 96 500 96 125 0 187.5-24 250-48V0Z"></path></svg>');
    transform: rotate(180deg);
    background-repeat: repeat-x;
}

.footer>.container {
    padding-top: 130px;
}

.footer-logo {
    width: 100%;
    max-width: 250px;
}

.text-bold {
    font-weight: bold;
}

.text-primary {
    color: #15314a !important;
}

.btn-custom {
    background-color: #1a2b3c;
    color: white;
    border: none;
}
.btn-big {
    padding: 20px;
    font-weight: bold;
}

.text-secondary {
    color: #997F20 !important;
}
.bi-instagram,
.bi-facebook {
    font-size: 25px;
}

.navbar-toggler {
    z-index: 1000;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.background-white {
    background-color: #fff;
}

.dropdown-item.active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #1b5d96;
}