/* 
==== CORES ==== 

Azul escuro: #0b0917
Azul claro: #313054
Dourado escuro: #b7912c
Dourado claro: #e2d287
Dourado highlight: #fffae5 
*/


:root {
    --cnvs-primary-font: "Montserrat", sans-serif !important;
}

html,
body {
    /* scroll-behavior: smooth !important; */
}

#header-wrap {
    background: #00000050 !important;
    backdrop-filter: blur(3px);
    border-bottom: #b39700 4px solid !important;
}

#header-wrap .container {
    background: none;
    /* backdrop-filter: blur(3px); */
}

#header {
    position: absolute;
}

.menu-item .menu-link {
    color: white;
}

#logo {
    border-right: 1px solid white !important;
}

#logo a {
    color: white !important;
    font-weight: 700;
}

.video-overlay {
    background-image: linear-gradient(45deg, #0037939c, #c592007a);
}

.cta-ec .video-overlay {
    background-image: linear-gradient(233deg, #0037939c, #c592007a) !important;
}


.video-wrap video {
    top: -191.938px !important;
}

.slider-caption {
    margin-top: 2rem !important;
}

.uil-search {
    color: white;
}

.menu-link i {
    display: none;
}

.menu-link {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
}

.hero-logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    filter: drop-shadow(2px 4px 0px rgba(0 0 0 / 0.3));
}

.hero-logo-wrapper h2 {
    text-shadow: 0px 2px 6px black !important;

    font-size: 8rem !important;
    text-shadow: none !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-image: linear-gradient(89deg, #f1d045, white);
}

.hero-logo-wrapper img {
    width: 9rem;
}

.hero-text-wrapper p {
    background: #8b8b8b8a;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 0.9rem;
    color: white !important;
    box-shadow: 0px 2px 4px rgba(0 0 0 / .2);
}

.hero-text-btn-wrapper {
    margin-top: 1.5rem;
}

.hero-text-btn-wrapper a:nth-child(2) {
    background: none !important;
    color: white;
    border: 0;
    /* border: white 2px solid; */
}

.hero-text-btn-wrapper a:nth-child(2):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: white;
}


/* html body .hero-text-btn-wrapper a:nth-child(2):hover {
    border: 1px solid white !important;
} */

.slide-number {
    display: none;
}


.slider-caption.slider-caption-center {
    max-width: 1000px !important;
}

.highlight-ec {
    /* color: #f1dc82 !important; */
    color: #fdeca4 !important;
}

.menu-item.current>.menu-link,
.menu-item:hover>.menu-link {
    color: #b7912c !important;
}

.header-misc-icon {
    color: white;
}

#top-login a {
    color: white;
}

.min-vh-70 {
    min-height: 70vh;
}

#slider {
    min-height: 600px !important;
}


.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2222;
    background: white;
    transition: 1s all ease;
}

.preloader.remove {
    opacity: 0;
    pointer-events: none;
}

.css3-spinner>.css3-spinner-scale-ripple {
    --cnvs-loader-width: 200px !important;
}

.css3-spinner-scale-ripple>div {
    border: 2px solid #b7912c;
}

.esfera-body {
    z-index: 2;
    position: relative;
    background: #52575c !important;
}

#footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: -1;
}

.cta-ec a {
    background: white !important;
    color: black !important;
}

.emphasis-title {
    margin: 0 0 2.5rem !important;
}

.cta-ec .lead {
    background: #8b8b8b8a;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 1rem 1.5rem;
    color: white !important;
    box-shadow: 0px 2px 4px rgba(0 0 0 / .2);
    width: fit-content;
    margin: 0 auto;
    font-weight: 500;
}

.banner-interno {
    padding-top: 11rem !important;
    position: relative;
}

.banner-interno video {
    position: absolute;
    width: 100%;
    top: -26rem !important;
    left: 0;
}

.banner-interno img {
    width: 9rem;
    filter: drop-shadow(2px 4px 0px rgba(0 0 0 / 0.3));
}

.banner-interno .page-title-content {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.video-wrap-quem-somos {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    overflow: visible !important;
}

.cnvs-switcher-container {
    display: none;
}

::selection {
    color: #fffae5;
    background: #313054;
}


.page-title-content-text {
    border-left: 2px solid #ced4da;
    padding-left: 2rem;
}

.iconlist-lg li {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.iconlist li {
    font-size: 16px !important;
}

.iconlist-lg li span.iconlist-number {
    flex: none;
    font-size: 18px !important;
    color: #020202;
    background: #ffffff8a;
    width: 2.5rem !important;
    height: 2.5rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
    box-shadow: 0px 2px 4px rgba(0 0 0 / .2);
}

.titulo-quem-somos {
    font-size: 18px;
    background: #ffffff8a;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 1.5rem 2rem;
    color: #4e4e4e !important;
    box-shadow: 0px 2px 4px rgba(0 0 0 / .2);
    width: fit-content;
    margin: 0 auto;
    font-weight: 500;
}

.titulo-quem-somos .dropcap {
    font-size: 59px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-image: linear-gradient(41deg, #4c4c4c, #c1c1c1);
}

.iconlist li+li {
    margin-top: 1.2rem !important;
}

#section-sobre .content-wrap {
    padding-top: 25rem;
    padding-bottom: 20\rem;
}

.simbolo-apol {
    /* position: absolute;
    width: 57rem;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    z-index: 1; */

    position: absolute;
    width: 48rem;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    z-index: 1;
}

.sobre-content {
    z-index: 2;
    position: relative;
}

.sobre-content h1 {
    justify-content: center;
    font-weight: 700 !important;
    color: rgb(70, 70, 70);
    /* font-family: 'Inter'; */
    letter-spacing: 10px;
}

.sobre-content-description {
    text-align: center;
    font-size: 1.3rem;
    font-family: 'Montserrat';
    max-width: 580px;
    margin: 0 auto;
}

.sobre-content a {
    margin: 0 auto;
    width: fit-content;
    margin-top: 4rem;
}

#card-banner {
    margin-top: -8rem;
}


.fbox-content p {
    display: none;
}

.slider-inner {
    height: 70vh;
}

.more-link {
    color: #313054 !important;
    font-family: Verdana, sans-serif;
    font-size: 0.9rem;
}

.fbox-plain .fbox-icon i,
.fbox-plain .fbox-icon img {
    color: #313054 !important;
}

.associe-se-aviso {
    margin-bottom: 2rem;
    border-bottom: 2px solid #b39700;
    padding-bottom: 2rem;
    background: white;
    padding: 1rem;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 2px -2px 10px rgba(0 0 0 / 0.05);
}

.highlight-ec-2 {
    color: #b39700;
}

.associe-se-aviso i {
    margin-right: 5px;
    color: #b39700;
    box-shadow: 2px -2px 10px rgba(0 0 0 / 0.05);
}

#section-sobre {
    background-image: url(../image/marble.jpg);
    background-size: cover;
}

.sb-msg {
    margin-top: 1rem;
}

.slider-caption {
    padding-bottom: 2rem !important;
}

#section-sobre {
    position: relative;
}

#section-sobre::before {
    content: "";
    background-color: #ffffff33 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.fw-500 {
    font-weight: 500;
}

a.bg-sports {
    padding: 0.15rem 0.4rem !important;
    color: white;
    background-color: black;
}

.entry-categories {
    margin-bottom: 8px;
}


.link-noticias {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

.text-overlay-mask {
    background: linear-gradient(rgb(0 0 0 / 0%) 0px, rgb(11, 9, 23), rgb(11, 9, 23) 100%) !important;
    /* background-image: linear-gradient(rgb(0 0 0 / 0%) 0px, #8965017a, #5e46007a 100%) !important; */
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #0b0917  100%) !important; */
}

.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: rgb(11, 9, 23) !important;
}

.owl-item:hover .bg-overlay-content {
    background-image: linear-gradient(rgb(0 0 0 / 0%) 0px, #c592007a, #c592007a 100%) !important;
    transition: all .2s ease !important;
}

.entry-heading .entry-title h2 {
    border-bottom: #b7912c 2px solid;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.entry-heading .entry-meta {
    right: 0;
    position: absolute;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
}

/* .titular-sub-title {
    background: #ffffff4f;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 0.9rem;
    width: fit-content;
    box-shadow: 0px 2px 4px rgba( 0 0 0 / .2);
    margin: 0 auto;
} */

.ultimas-noticias-sub {
    background: #ffffff;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 0.5rem 1.1rem;
    width: fit-content;
    box-shadow: 0px 2px 4px rgba(0 0 0 / .2);
    margin: 0 auto;
}


.titulo-sub-noticias {
    color: #b7912c !important;
    background: #ffffff8a;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 0.5rem 1rem;
    box-shadow: 0px 2px 4px rgba(0 0 0 / .2);
    width: fit-content;
    font-size: .825rem;
    margin-bottom: .5rem !important;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.titular-sub-title {
    background: #ffffff;
    color: #b7912c !important;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 0.5rem 1rem;
    box-shadow: 0px 2px 4px rgba(0 0 0 / .2);
    width: fit-content;
    font-size: .825rem;
    margin-bottom: .5rem !important;
    margin: 0 auto;
}

.titulo-noticias {
    margin-bottom: 2rem !important;
}

#shape-divider-8435.shape-divider svg {
    width: calc(100% + 1.5px);
    height: 150px;
}

#noticias {
    background: #fbfbfb;
    padding: 2rem 0 4rem 0;
}

.titulo-sub-noticias+.row {
    margin-bottom: 0.5rem !important;
}

.whatsapp-btn {
    position: fixed;
    bottom: 40px;
    filter: drop-shadow(2px 4px 3px rgba(0 0 0 / 0.2));
    right: 20px !important;
    z-index: 999998 !important;
    width: 60px !important;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}

.whatsapp-btn:hover {
    transform: scale(1.10) rotate(-2.5deg);
}

body .whatsapp-btn.active {
    bottom: 110px;
}

.shape-divider,
.shape-divider svg {
    overflow: visible !important;
}


.shape-divider path:first-child {
    filter: drop-shadow(0px -6px 8px rgba(0 0 0 / 0.2));
}

html {
    overflow-x: hidden;
}

#card-banner {
    background-color: #fbfbfb;
}

#sobre-interno {
    position: relative;
}

.bg-sobre-interno {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.1;
}

.cta-ec {
    padding-top: 8rem !important;
}

.section-contato {
    background-image: linear-gradient(351deg, #ffffff 0%, #e3e3e3 80%);
    overflow: visible !important;
}

.section-contato .card-body {
    box-shadow: var(--cnvs-box-shadow-lg) !important;
    position: absolute;
    bottom: -140px;
    z-index: 22;
    border-radius: 20px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    padding-bottom: 1rem;
    padding: 2rem 2rem 1rem 2rem !important;
    /* background: linear-gradient(45deg, #f7f7f7, white) !important; */
    background: linear-gradient(45deg, #dddddd, white) !important;
}

.shape-divider-inverted {
    transform: scale(-1);
}

.shape-divider-2 {
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    clip-path: polygon(41% -50%, 123% 0, 100% 98%, 50% 38%, 0% 98%, 0 0);
    background: #E3E3E3;
}

.placeholder-noticia {
    position: absolute;
    color: white;
    font-weight: 500;
    font-size: 1.5rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 3px;
}

.shape-divider-2 {
    background-color: #efefef;
}

.shape-divider-2:nth-child(2) {
    fill: #e7e7e7 !important;
}

.shape-divider-2:first-child {
    fill: #ffffff !important;
}

.logo-contato {
    width: 9rem;
    margin-bottom: 1rem;
    filter: drop-shadow(2px 4px 4px rgba(0 0 0 / 0.15));
}

.btn-contato-footer {
    background: white !important;
    width: 19rem !important;
    border: 2px solid #e7e7e7;
    height: fit-content;
    background-image: linear-gradient(233deg, #002f7d, #031d49) !important;
    color: white !important;
}

label {
    font-family: 'Montserrat' !important;
}

input {
    font-family: 'Montserrat';
}

.gallery-title h1 {
    /* border-bottom: 2px solid #bb9a00; */
    font-family: Montserrat !important;
    color: rgb(70, 70, 70);
    margin: 0 auto;
    font-weight: 600 !important;
    width: fit-content;
    margin-bottom: 6rem !important;
    position: relative;
}

.gallery-title h1:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 200px;
    height: 2px;
    background: #bb9a00;
    display: block;
    transform: translateX(-50%);
}

.section-contato h1,
.section-contato h2 {
    font-family: Montserrat !important;
    color: rgb(70, 70, 70);
    margin: auto;
    font-weight: 600 !important;
    width: fit-content;
    position: relative;
    margin-bottom: 1.75rem;
}

.entre-em-contato-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.entre-em-contato-div.text-center.dark.mb-5:after {
    content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: radial-gradient(#a37e00ba, #ffffff00 70%);
    display: block;
    transform: translateX(-50%);
}

.body-login {
    transition: .3s all ease;
    /* background-image: linear-gradient(90deg, rgb(15, 18, 44) 30%, rgb(255, 158, 34) 100%) !important; */
    /* background: radial-gradient(#6d4eab, #3D2C60); */
    box-sizing: border-box;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    gap: 10px;
    font-family: 'Poppins', sans-serif !important;
    backdrop-filter: brightness(1.3);
    background-image: linear-gradient(233deg, #003793, #c59200) !important;
    /* background-image: url(../images/pcms.jpg); */
    position: relative;
    overflow: hidden;
}

/* .body-login::after {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    background: black;
    width: 100%;
    height: 100%;
    opacity: .2;
} */

.result-message .success {
    display: none;
    border-radius: 1.5rem;
    background: #9BC555;
    padding: 0.75rem 1.5rem;
    color: white;
    box-shadow: 0px 2px 4px rgba(0 0 0 / .1);
    font-size: 20px !important;
    font-weight: 400;
    font-family: 'Montserrat';
}

.result-message .failure {
    display: none;
    border-radius: 1.5rem;
    background: #c55555;
    padding: 0.75rem 1.5rem;
    color: white;
    box-shadow: 0px 2px 4px rgba(0 0 0 / .1);
    font-size: 20px !important;
    font-weight: 400;
    font-family: 'Montserrat';
}

.result-message {
    position: fixed;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1111;
}

.logo-wrapper {
    position: relative;
}

/* .body-login .logo-wrapper::after {
    content: "";
    position: absolute;
    top: -10%;
    left: -24%;
    width: 150%;
    z-index: -1;
    height: 120%;
    background: #0606062e;
    backdrop-filter: blur(9px);
    padding: 1rem;
    border: 4px solid #cfcfcf;
    border-radius: 4px;
} */

.body-login .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    position: relative;
    width: 100%;
}

.body-login .form-group i {
    position: absolute;
    left: 12px;
    bottom: 15px;
    color: #d7d7d7;
    top: 53%;
}

input::placeholder {
    padding: 10px 0;
}

.body-login label {
    font-weight: 400;
    padding-left: 4px;
    padding-bottom: 1px;
    color: white;
}

.body-login input,
button {
    font-family: 'Poppins', sans-serif !important;
}

.body-login input:not(:last-child) {
    padding: 10px 20px 10px 35px;
    border: 2px solid #bebebe;
    border-radius: 4px;
}

.body-login input[type=submit] {
    border: 2px solid #bebebe;
    border-radius: 4px;
    padding: 10px 20px 10px 20px;
    background: #212529;
    color: white;
    cursor: pointer;
}

.realizar-cadastro,
.fazer-login {
    text-decoration: underline;
    color: #d7d7d7;
    text-align: center;
}

.realizar-cadastro {
    margin-bottom: 10px;
}

.body-login a {
    color: white !important;
    text-decoration: unset !important;
    font-weight: 400 !important;
}

.body-login {
    margin: 0 !important;
    font-family: montserrat !important;
}

.copyright {
    z-index: 5;
    position: relative;
    text-align: center;
}

.copyright span {
    color: white;
}

.logo-login-apol {
    filter: drop-shadow(2px 4px 6px rgba(0 0 0 / .25));
    width: 36rem !important;
    position: absolute;
    left: 50% !important;
    top: 51% !important;
    transform: translate(-50%, -50%);
    z-index: -1;
}

#form-login {
    z-index: 5;
}

.apol-titulo-login {
    color: white;
    font-family: Montserrat;
    z-index: 2;
    filter: drop-shadow(0px 2px 6px rgba(255 255 255 / .1)) !important;
    font-size: 4rem !important;
    text-shadow: none !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-image: linear-gradient(89deg, #f1d045, white);
    font-weight: 500;
    margin-bottom: 1rem;
    letter-spacing: 0;
}


.body-login .login-form-wrapper {
    animation: appear 2s ease;
    backface-visibility: hidden;
    position: relative;
}

@keyframes appear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.dataTables_length label {
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    width: 22%;
    display: flex;
    gap: 10px;
    align-items: center;
}

.dataTables_length select {
    width: fit-content;
}

#datatable1_filter {
    text-align: right;
}

#datatable1_filter label {
    display: flex;
    gap: 10px;
}

.highlight-ec-darker {
    color: #d3b019 !important;
    font-size: unset !important;
}

#top-login.painel-logout a {
    font-family: "Montserrat";
    color: white;
    font-weight: 600;
    padding: .5rem;
    background: #c55555;
    margin-left: 5px;
}

.tabela-vazia {
    background: black;
    background-color: #EEE;
    font-weight: 500;
    padding: 1rem 2rem;
    border: 2px #d9d9d9d1 solid;
    text-align: center;
}

.login-form-wrapper-cadastro .logo-login-apol {
    width: 39rem !important;
}


.button.button-3d:hover {
    background-color: white !important;
    color: black !important;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

.localizacao-como-chegar {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 1rem 1.5rem;
    box-shadow: 0px 2px 4px rgba(0 0 0 / .2);
    width: fit-content;
    margin: 0 auto;
    font-weight: 500;
    color: black !important;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.body-como-chegar .content-wrap {
    padding: 0 0 2rem 0 !important;
}

.body-como-chegar iframe {
    border-top: #9c9c9c 5px solid !important;
}

#localizacao-como-chegar-link:hover div {
    background-color: #b7912c;
    color: white !important;
    transition: .3s all ease;
}

.link-creditos img {
    width: 2.3rem;
    margin-left: 2px;
    margin-bottom: 3.1px;
}

.team.card .bg-overlay-content {
    display: none;
}

.noticia-elipse i {
    font-size: 0.6rem;
    margin-right: 0.3rem;
    color: #404040 !important;
}

.container-noticias {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.cnvs-hamburger .cnvs-hamburger-inner,
.cnvs-hamburger .cnvs-hamburger-inner::after,
.cnvs-hamburger .cnvs-hamburger-inner::before {
    background: white !important;
}


.primary-menu-active {
    display: block !important;
}

#page-menu-trigger,
.primary-menu-trigger {
    pointer-events: auto !important;
}

@media (max-width: 1560px) {
    .primary-menu.style-2 {
        display: none;
    }

    #page-menu-trigger,
    .primary-menu-trigger {
        display: flex !important;
        opacity: 1 !important;
    }

    #header {
        width: 100%;
    }

    .header-row #logo a {
        padding-right: 1rem;
    }
}

@media (max-width: 1500px) {
    .video-wrap video {
        top: 0 !important;
    }

    .hero-text-wrapper p {
        font-size: 1.3rem !important;
    }

    #header-wrap {
        backdrop-filter: blur(33px) !important;
    }

    .menu-item:not(:first-child) {
        border-top: 1px solid white !important;
    }
}

@media (min-width: 991px) and (max-width: 1560px) {
    .menu-link {
        background: white !important;
        color: black !important;
        border: 2px solid #c5c5c5 !important;
    }

    .menu-item {
        position: relative;
        width: 100%;
        text-align: center;
    }

    .menu-container {
        flex-direction: column;
        position: absolute;
        top: 58px;
        z-index: 9999;
        width: 70%;
        margin-right: 0;
        right: 0;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .entry-content {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    h1,
    h2 {
        line-height: normal;
    }

    #contato .titular-sub-title {
        margin-bottom: 8rem !important;
    }

    html body .hero-logo-wrapper h2 {
        font-size: 6rem !important;
    }

    html body .hero-logo-wrapper img {
        width: 6rem;
    }
}

@media (max-width: 768px) {
    input::placeholder {
        font-size: 16px;
    }

    .entry-heading .entry-meta {
        position: absolute;
        top: -30%;
        margin: 0;
        transform: translateY(-50%);
        left: 0;
    }

    html body #contato .card-body {
        padding: 2.5rem !important;
    }

    .btn-contato-footer {
        width: 100% !important;
    }

    #contato .titular-sub-title {
        margin-bottom: 21rem !important;
    }

    html body .hero-logo-wrapper h2 {
        font-size: 4rem !important;
    }

    .simbolo-apol {
        position: absolute;
        width: 46rem;
        top: -100px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 1;
        z-index: 1;
        max-width: none;
    }
}

.botao-ver-galeria {
    width: 50%;
}

@media (max-width: 575px) {
    html body .hero-logo-wrapper img {
        width: 8rem;
    }

    .banner-interno video {
        top: 90px !important;
        transform: scale(1.5);
    }

    .page-title-content {
        flex-direction: column;
    }

    .page-title-content-text {
        border: none !important;
        padding-top: 1rem;
        padding-left: 0 !important;
    }

    .banner-interno {
        padding-top: 8rem !important;
    }

    #contato .titular-sub-title {
        margin-bottom: 22rem !important;
    }

    .logo-contato {
        margin-bottom: 3rem;
        margin-top: -2rem;
        width: 12rem !important;
    }

    .botao-ver-galeria {
        width: 100% !important;
    }

    .hero-logo-wrapper {
        flex-direction: column;
    }

    .sobre-content-description {
        font-size: unset;
    }

    .hero-text-wrapper p {
        display: block !important;
        font-size: 1.1rem !important;
        margin: 2rem 2rem;
    }

    #slider {
        height: 86vh;
    }

    .simbolo-apol {
        position: absolute;
        width: 48rem;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        opacity: 1;
        z-index: 1;
        max-width: none;
    }
}

.footer-home {
    padding-top: 100px;
}

#gotoTop:hover {
    background-color: #b7912c;
}

.breadcrumb a:hover {
    color: #b7912c;
}

.mfp-arrow-right::before {
    content: ">";
}

.mfp-arrow-left::before {
    content: "<";
}

.table-responsive a {
    color: #797979 !important;
    cursor: pointer;
}

.nota-conjunto-wrapper {
    gap: 20px;
    display: flex;
}

.nota-conjunto-wrapper img {
    width: 50%;
}

.painel-selector {
    margin-top: 3rem;
    display: flex;
    border-bottom: #484848 solid 4px;
}

.painel-selector a {
    font-size: 30px;
    font-family: 'Montserrat';
    color: white;
    font-weight: 600;
    padding: 15px 25px;
}

.painel-selector a {
    color: #484848;
    background: #efefef;
}

.painel-selector a.active {
    background: #D3B019;
    color: white;
}

.container-cadastrar-associado,
.container-inserir-noticia,
.container-inserir-imagem {
    display: none;
}

.container-cadastrar-associado.active {
    display: block;
}

.container-inserir-noticia.active {
    display: block;
}

.container-inserir-imagem.active {
    display: block;
}

.fa-circle {
    font-size: 10px;
    vertical-align: middle;
    margin-right: 5px;
    color: #ccc;
}

.content-wrap p {
    font-family: 'Montserrat' !important;
}

@media (max-width: 1024px) {
    .painel-selector {
        flex-direction: column;
    }
}

.fr-wrapper div:first-child {
    display: none
}