@font-face {
  font-family: 'Quatro';
  src: url('../fonts/Quatro_ExtraLight.otf') format('otf');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quatro';
  src: url('../fonts/Quatro_ExtraLight_Italic.otf') format('otf');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Quatro';
  src: url('../fonts/Quatro_Light.otf') format('otf');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quatro';
  src: url('../fonts/Quatro_Light_Italic.otf') format('otf');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Quatro';
  src: url('../fonts/Quatro_Regular.otf') format('otf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quatro';
  src: url('../fonts/Quatro_Regular_Italic.otf') format('otf');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Quatro';
  src: url('../fonts/Quatro_Medium.otf') format('otf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quatro';
  src: url('../fonts/Quatro_Medium_Italic.otf') format('otf');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Quatro';
  src: url('../fonts/Quatro_SemiBold.otf') format('otf');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quatro';
  src: url('../fonts/Quatro_SemiBold_Italic.otf') format('otf');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Quatro';
  src: url('../fonts/Quatro_Bold.otf') format('otf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quatro';
  src: url('../fonts/Quatro_Bold_Italic.otf') format('otf');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Quatro';
  src: url('../fonts/Quatro_Black.otf') format('otf');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quatro';
  src: url('../fonts/Quatro_Black_Italic.otf') format('otf');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Quatro';
  src: url('../fonts/Quatro_UltraBlack.otf') format('otf');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quatro';
  src: url('../fonts/Quatro_UltraBlack_Italic.otf') format('otf');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

body {
    margin: 0;
    font-family: "Quatro", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    color: #0E1116;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}
.wpcf7-not-valid-tip {
    color: #ab1010 !important;
}
.wpcf7 form {
    transition: all .3s;
    position: relative;
}
.wpcf7 form.submitting {
    opacity: 0.5;
}
.wpcf7-spinner {
    display: none !important;
}
.wpcf7 form.submitting::after {
    width: 48px;
    height: 48px;
    border: 5px solid #ab1010;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    z-index: 2;
    top: calc(50% - 48px);
    left: calc(50% - 24px);
    content: '';
}

.btn-cta {
    background-color: #FFFFFF;
    text-decoration: none;
    color: #0E1116;
    padding: 14px 18px;
    transition: all .3s;
    border-radius: 80px;
    border: 1px solid #08044F;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
}
.btn-cta svg path {
    transition: all .3s;
}
.btn-cta.btn-vermelho {
    color: #ffffff;
    background-color: #DC0019;
    border: solid 1px transparent;
    padding: 14px 28px;
}
.btn-cta:hover {
    background-color: transparent;
    color: #DC0019;
}
.btn-cta.btn-vermelho:hover {
    border: solid 1px #0E1116;
}

.box-img img {
    max-width: 100%;
}

header {
    background: #FFFFFF;
    padding: 18px 0;
    border-bottom: solid 1px #A9A9A9;
    padding: 22px 0;
    width: 100%;
    overflow: hidden;
}
header .nav-header {
    display: flex;
    justify-content: space-between;
}
header .menu-itens {
    display: flex;
    align-items: center;
}
header .box-logo {
    margin-right: 25px;
}
header ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: center;
}
header ul li {
    margin: 0 17.5px;
}
header ul li:first-child {
    margin: 0;
}
header ul li a {
    color: #0E1116;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    transition: all .3s;
}
header ul li a:hover,
header ul li a.active {
    color: #DC0019;
}
header .btn-ext-menu {
    color: #0E1116;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.18px;
    border-radius: 50px;
    border: 1px solid #DADADA;
    background: #FFF;
    transition: all .3s;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 12px 14px;
}
header .btn-ext-menu:last-of-type {
    margin-left: 12px;
}
header .btn-ext-menu:hover {
    color: #DC0019;
}

.close-menu {
    background-color: transparent;
    border: none;
    height: 45px;
    width: 45px;
    position: fixed;
    z-index: 100;
    left: calc(200vw - 50px);
    transition: all .3s;
}

.open-menu {
    border: none;
    background-color: transparent;
    width: 35px;
    height: 35px;
    display: none;
}

section.marged {
    padding: 60px 0;
}

.box-midia {
    height: 470px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.box-midia .bg-layer {
    background-color: rgba(0, 0, 0, .55);
    height: 100%;
}
.box-midia h1 {
    color: #FFF;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.box-midia.box-midia-secundario h2 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 75% */
    letter-spacing: 0.4px;
    margin-bottom: 30px;
}
.box-midia p {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px; /* 194.444% */
    letter-spacing: 0.18px;
    margin-bottom: 40px;
}

.numeros-destaques {
    background-color: rgba(0, 0, 0, .8);
    padding: 25px 0;
}
.num-destaque {
    margin-bottom: 20px;
}
.numeros-destaques h3 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.numeros-destaques h4 {
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.titulo h2 {
    color: #08044F;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 12px;
}
.titulo p {
    color: #0E1116;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.conteudo p {
    color: #0E1116;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.noticias .card-post {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all .3s;
}
.noticias .card-post .box-img {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.noticias .card-post img {
    border-radius: 15px;
    z-index: 1;
    object-fit: cover;
    width: 100%;
    height: 320px;
    transition: all .3s;
}
.noticias .card-post:hover img {
    transform: scale(1.05);
}
.noticias .card-post .box-info {
    border-radius: 15px;
    padding: 30px 25px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.noticias .card-post .box-info .categoria {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    border-radius: 80px;
    background: #DC0019;
    margin-bottom: 15px;
    padding: 6px 20px;
    margin-top: auto;
    width: fit-content;
}
.noticias .card-post .box-info h3 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}
.noticias .card-post .box-info p {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

footer {
    background-color: #171717;
    padding-top: 50px;
}
footer .copy p {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%; /* 24.7px */
}
footer .copy a {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
}
footer h4 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 14px;
}
footer .primario p,
footer .secundario p,
footer .primario a,
footer .secundario a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
footer .social {
    display: flex;
    justify-content: flex-end;
}
footer .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 1px #ffffff;
    text-decoration: none;
    margin-left: 7px;
}
footer .primario .central {
    font-size: 24px;
    letter-spacing: 1.44px;
    font-weight: 700;
}
footer .social a img {
    position: relative;
    max-height: 26px;
    max-width: 26px;
}

footer .secundario {
    padding: 20px 0 30px 0;
}
footer .secundario .selos {
    display: flex;
    justify-content: space-between;
}
footer .secundario .selos img {
    max-height: 46px;
}
footer .secundario ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
footer .secundario ul li {
    margin-bottom: 5px;
}
footer .secundario ul a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 30.8px */
    text-transform: uppercase;
}

footer hr {
    background-color: #fff;
    border-top: solid 2px #fff;
}


@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.pagina-404 {
    height: calc(100vh - 100px);
}
.pagina-404 .titulo h2 {
    font-size: 8rem;
    color: #DC0019;
}

@media (max-width: 1440px) {
    header ul li a {
        font-size: 14px;
    }
    .box-logo img {
		max-width: 150px;
    }
    header .btn-ext-menu {
        font-size: 15px;
        padding: 9px 12px;
    }
}
@media (max-width: 1200px) {
    header ul,
    header .btn-ext-menu {
        display: none;
    }

    .open-menu {
        display: block;
    }

    header .nav-header .menu-itens {
        overflow: hidden;
        top: 0;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.95);
        position: fixed;
        flex-direction: column;
        z-index: 99;
        align-items: flex-end;
        left: 100vw;
        width: 100vw;
        display: flex;
        transition: all .3s;
        padding-right: 10px;
    }
    header .nav-header ul {
        display: flex;
        flex-direction: column;
        text-align: right;
    }

    header .nav-header.active {
        .close-menu {
            left: calc(100vw - 65px);
        }

        .menu-itens {
            left: 0;


            ul {
                align-items: flex-end;
                
                li {
                    text-align: right;
                    margin: 15px 50px 0 0;

                    a {
                        font-size: 18px;
                    }
                }
            }
        }
    }
    header .nav-header.active ul {
        margin-top: 92px;
    }
}
@media (max-width: 992px) {
    header ul,
    header .btn-ext-menu {
        display: none;
    }

    .titulo h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .titulo p {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .box-midia h1 {
        color: #FFF;
        text-align: center;
        text-transform: uppercase;
    }

    .pagina-404 .titulo h2 {
        font-size: 6rem;
        color: #DC0019;
    }

    .box-midia.box-midia.box-midia-secundario h2 {
        color: #FFF;
        text-align: center;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 35px; /* 116.667% */
        letter-spacing: 0.3px;
    }
    .box-midia.box-midia.box-midia-secundario p {
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px; /* 187.5% */
        letter-spacing: 0.16px;
    }
}