@font-face {
    font-family: "AmsiPro";
    src: url("../fonts/AmsiPro/AmsiPro-XLight.otf") format("otf");
    font-weight: 300;
}
@font-face {
    font-family: "AmsiPro";
    src: url("../fonts/AmsiPro/AmsiPro-XLightItalic.otf") format("otf");
    font-style: italic;
    font-weight: 300;
}
@font-face {
    font-family: "AmsiPro";
    src: url("../fonts/AmsiPro/AmsiPro-Light.otf") format("otf");
    font-weight: 400;
}
@font-face {
    font-family: "AmsiPro";
    src: url("../fonts/AmsiPro/AmsiPro-LightItalic.otf") format("otf");
    font-style: italic;
    font-weight: 400;
}
@font-face {
    font-family: "AmsiPro";
    src: url("../fonts/AmsiPro/AmsiPro-Regular.otf") format("otf");
    font-weight: 500;
}
@font-face {
    font-family: "AmsiPro";
    src: url("../fonts/AmsiPro/AmsiPro-Italic.otf") format("otf");
    font-style: italic;
    font-weight: 500;
}
@font-face {
    font-family: "AmsiPro";
    src: url("../fonts/AmsiPro/AmsiPro-SemiBold.otf") format("otf");
    font-weight: 600;
}
@font-face {
    font-family: "AmsiPro";
    src: url("../fonts/AmsiPro/AmsiPro-SemiBoldItalic.otf") format("otf");
    font-style: italic;
    font-weight: 600;
}
@font-face {
    font-family: "AmsiPro";
    src: url("../fonts/AmsiPro/AmsiPro-Bold.otf") format("otf");
    font-weight: 700;
}
@font-face {
    font-family: "AmsiPro";
    src: url("../fonts/AmsiPro/AmsiPro-BoldItalic.otf") format("otf");
    font-style: italic;
    font-weight: 700;
}
@font-face {
    font-family: "AmsiPro";
    src: url("../fonts/AmsiPro/AmsiPro-Black.otf") format("otf");
    font-weight: 800;
}
@font-face {
    font-family: "AmsiPro";
    src: url("../fonts/AmsiPro/AmsiPro-BlackItalic.otf") format("otf");
    font-style: italic;
    font-weight: 800;
}
@font-face {
    font-family: "AmsiPro";
    src: url("../fonts/AmsiPro/AmsiPro-Ultra.otf") format("otf");
    font-weight: 900;
}
@font-face {
    font-family: "AmsiPro";
    src: url("../fonts/AmsiPro/AmsiPro-UltraItalic.otf") format("otf");
    font-style: italic;
    font-weight: 900;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "AmsiPro", Arial;
    font-size: 12px;
    background: rgb(255, 248, 235);
}

li {
    list-style-type: none !important;
}

* {
    outline: none !important;
}

.footerBanner {
    margin-top: 0px;
}
.footerBanner img {
    background: rgb(255, 248, 235);
    width: 100%;
    max-width: 100%;
    position: relative;
    margin-bottom: -10px;
}

.footer {
    background: #edf1f6;
    display: block;
    position: relative;
}
@media (min-width: 1025px) {
    .footer {
        border-right: 2px solid #f8a562;
        border-left: 1px solid #f8a562;
        border-bottom: 2px solid #f8a562;
    }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
    .footer {
        border-right: 1px solid #f8a562;
        border-left: 1px solid #f8a562;
        border-bottom: 1px solid #f8a562;
    }
}
@media (max-width: 640.98px) {
    .footer {
        border-right: 1px solid #f2cfb3;
        border-left: 1px solid #f2cfb3;
        border-bottom: 1px solid #f2cfb3;
    }
}
.footer__logo {
    display: block;
}
@media (max-width: 640.98px) {
    .footer__logo {
        margin: 0px 25px 15px;
        height: 135px;
    }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
    .footer__logo {
        height: 185px;
        margin: 0px 25px 15px;
    }
}
@media (min-width: 1025px) {
    .footer__logo {
        margin: 0px;
    }
}
.footer__logo img {
    max-width: 100%;
    margin: 10px;
}
@media (max-width: 640.98px) {
    .footer__logo img {
        height: 0px;
        width: 0px;
        visibility: hidden;
    }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
    .footer__logo img {]
        height: 0px;
        width: 0px;
        visibility: hidden;
    }
}
.footer__social {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 640.98px) {
    .footer__social {
        top: 10px;
    }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
    .footer__social {
        top: 35px;
    }
}
@media (min-width: 1025px) {
    .footer__social {
        top: 30px;
    }
}
.footer__social__list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 10px;
}
.footer__social__list li + li {
    margin-left: 14px;
}
.footer__social__address {
    text-align: center;
}
.footer__social__address p {
    font-weight: normal;
    font-size: 1rem;
    color: #4F4F4F;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.6em;
}
.footer__social__address a {
    color: #4F4F4F;
    font-weight: 800;
}
.footer__copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 18px;
    border-top: 1px solid rgba(249, 164, 96, 0.5);
    padding-bottom: 15px;
}
@media (max-width: 640.98px) {
    .footer__copyright {
        flex-direction: column;
    }
}
.footer__copyright span {
    position: relative;
    font-weight: normal;
    font-size: 1rem;
    text-align: center;
    color: #14467C;
}
@media (max-width: 640.98px) {
    .footer__copyright .separador {
        height: 0;
        visibility: hidden;
    }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
    .footer__copyright .separador {
        margin: 0 4px;
    }
}
@media (min-width: 1025px) {
    .footer__copyright .separador {
        margin: 0 4px;
    }
}

.header__top {
    align-items: center;
    background: #F58428;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}
@media (max-width: 640.98px) {
    .header__top {
        flex-direction: column-reverse;
    }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
    .header__top {
        flex-direction: column-reverse;
    }
}
@media (min-width: 1025px) {
    .header__top {
        flex-direction: row;
        height: 40px;
    }
}
.header__top__menu {
    display: inline-flex;
    flex-wrap: wrap;
}
@media (max-width: 640.98px) {
    .header__top__menu {
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
        padding: 5px 0;
    }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
    .header__top__menu {
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
        padding: 5px 0;
    }
}
@media (min-width: 1025px) {
    .header__top__menu {
        padding: 15px 0;
    }
}
.header__top__menu a {
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    color: #FFFFFF;
    display: block;
    font-weight: 800;
    font-size: 0.8rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.2s ease-in;
    padding: 0.5rem 1rem;
}
.header__top__menu a:hover {
    color: #14467C;
}
.header__top__menu li + li {
    border-left: 1px solid #FFFFFF;
    margin-left: 10px;
    padding-left: 10px;
}
.header__top__social {
    display: inline-flex;
}
@media (max-width: 640.98px) {
    .header__top__social {
        margin-top: 10px !important;
        margin-bottom: 0px !important;
    }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
    .header__top__social {
        margin-top: 10px !important;
        margin-bottom: 0px !important;
    }
}
.header__top__social li + li {
    margin-left: 15px;
}
@media (max-width: 640.98px) {
    .header__top__social img {
        width: 28px;
    }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
    .header__top__social img {
        width: 28px;
    }
}
.header__center {
    background: #EDF1F6;
    border-bottom: 30px solid #14467C;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 640.98px) {
    .header__center {
        height: 110px;
    }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
    .header__center {
        height: 110px;
    }
}
@media (min-width: 1025px) {
    .header__center {
        height: 130px;
    }
}
.header__center__logo {
    padding: 5px 0;
    margin-top: 15px;
    width: 120px;
}
@media (max-width: 640.98px) {
    .header__center__logo {
        width: 100px;
    }
}
@media (min-width: 641px) and (max-width: 1024.98px) {
    .header__center__logo {
        width: 100px;
    }
}
@media (min-width: 1025px) {
    .header__center__logo {
        width: 120px;
    }
}


.body {
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.body img {
    width: 200px;
}
.body div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.body h1 {
    font-size: 2rem;
    color: #1c274c;
}
.body p {
    margin: 5px 0;
    font-size: 1rem;
    color: #1c274c;
}