* {
    outline: none;
}
ul {
    padding: 0;
}
li {
    list-style: none;
}
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
html{
    scroll-behavior: smooth;
}
button:focus {
    outline: none;
}
path {
    transition: .5s;
}
a,
a:hover,
button {
    text-decoration: none!important;
    cursor: pointer!important;
    transition: .5s;
}
.container {
    max-width: 1200px!important;
    width: 100%;
}

/* Geral */
h1.titulo-geral {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px; /* 100% */
    text-transform: uppercase;
    display: table;
    margin: 0 auto 30px;
}
h1.titulo-geral:after {
    display: block;
    content: '';
    width: 51px;
    height: 2px;
    background: #FFF;
    margin: 10px auto 0;
}
.btn-geral {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: table;
    background: url(../img/bg-btn-geral.svg) no-repeat;
    background-size: cover;
    padding: 10px 20px;
}
.btn-geral:hover {
    color: #1F1B5F;
}
div.owl-theme .owl-dots .owl-dot.active span, div.owl-theme .owl-dots .owl-dot:hover span {
    background: #FFF;
    border: 2px solid #FFF;
}
div.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px;
    background: transparent;
    border: 2px solid #FFF;
    display: block;
    -webkit-backface-visibility: visible;
    transition: .5s;
    border-radius: 30px;
}

/* header */
header.fixar {
    position:fixed;
    top: 0;
    z-index: 9999;
    height: 40px;
    background: #21448E;
}
header.fixar .navbar-brand img {
    max-width: 130px;
}
header.fixar .navbar-nav .nav-item .nav-link {
    font-size: 12px;
    line-height: 14px;
}
header.fixar .navbar-nav .nav-item .btn-facaparte {
    font-size: 12px;
    line-height: 14px;
    padding: 5px 10px;
}

header {
    position: relative;
    z-index: 10;
    background: transparent;
    box-shadow: none;
    width: 100%;
    height: 88px;
    display: flex;
    align-items: center;
    transition: .5s;
}
header .navbar-brand{
    margin-right: 0.4rem;
    transition: .5s;
    font-size: 0;
}
header .navbar-brand img{
    transition: .5s;
}
header .navbar-nav {
    align-items: center;
}
header .navbar-nav .nav-item .nav-link {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    position: relative;
    display: table;
}
header .navbar-nav .nav-item .nav-link:hover {
    color: #FFF;
    font-weight: bold;
    border-bottom: 2px solid #fff;
}
header .fa {
    font-size: 22px;
}

section.vitrine {
    margin-top: -88px;
}

/* SOBRE */
.sobre {
    padding: 60px 0 80px;
}
.sobre h1.titulo-geral {
    color: var(--3457-a-2, #3457A2);
}
.sobre h1.titulo-geral:after {
    background: var(--3457-a-2, #3457A2);
}
.sobre p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #828282;
    margin: 0;
}

.filiese {
    background: url(../img/bg-filiese.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0 60px;
}
.filiese h1.titulo-geral {
    text-align: left;
    margin: 0 0 20px;
}
.filiese h1.titulo-geral:after {
    margin: 10px 0 0;
}
.filiese h4 {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 138.462% */
    margin: 0 0 10px;
}
.filiese p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}
.filiese .box {
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    width: 80%;
    margin: 0 auto;
}
.filiese input {
    font-size: 16px;
    line-height: 19px;
    color: #828282;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 15px;
    margin-bottom: 15px;
}
.filiese button {
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    width: 100%;
    height: 50px;
    border-radius: 15px;
    background: var(--3457-a-2, #3457A2);
    border: 1px solid #3457A2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filiese button:hover {
    color: #3457A2;
    background: #fff;
}

.votacao {
    background: url(../img/bg-votacao.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 85px 0 100px;
}
.votacao .logo-premios {
    display: table;
    margin: 0 auto 80px;
}
.votacao h4 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin: 0 0 40px;
}
.votacao h4 span {
    color: #D6A15A;
}
.votacao .btn-geral {
    color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px; /* 250% */
    text-transform: uppercase;
    border-radius: 5px;
    background: var(--3457-a-2, #3457A2);
    border: 1px solid #3457A2;
    padding: 10px 40px;
    display: table;
    margin: 30px auto 0;
}
.votacao .btn-geral:hover    {
    background: transparent;
}

.acoes {
    background: url(../img/bg-acoes.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}
.acoes .col {
    border-left: 1px solid #fff;
    height: 160px;
}
.acoes .col:first-child {
    border-left: none;
}
.acoes p {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    margin: 0;
}
.acoes h2 {
    color: #FFF;
    text-align: center;
    font-size: 80px;
    font-style: normal;
    font-weight: 900;
    line-height: 80px; /* 100% */
    margin: 0;
}
.acoes h4 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    margin: 50px 0 40px;
}
.acoes .owl-fotos img {
    height: 200px;
    object-fit: cover;
}

.filiados {
    padding: 100px 0 50px;
}
.filiados h1.titulo-geral {
    color: var(--3457-a-2, #3457A2);
}
.filiados h1.titulo-geral:after {
    background: var(--3457-a-2, #3457A2);
}
.filiados a img {
    filter: saturate(0);
    opacity: .5;
    display: table;
    margin: 0 auto;
    transition: .5s;
}
.filiados a:hover img {
    filter: saturate(100%);
    opacity: 1;
}

.equipe {
    padding: 50px 0;
    background: #3558A2;
}
.equipe img {
    width: 100%;
    margin: 30px 0 15px;
}
.equipe h2 {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 88.889% */
    margin: 0 0 10px;
}
.equipe h4 {
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    margin: 0 0 10px;
}
.equipe p {
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    margin: 0;
}

.lide-rn {
    padding: 50px 0 100px;
    background: #1A3A7E;
}
.lide-rn h4 {
    color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 100% */
    margin: 0 0 10px;
}
.lide-rn p {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 10px;
}
.lide-rn img {
    border-radius: 5px;
}

.rodape {
    padding: 20px 0;
}
.rodape a {
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    text-transform: uppercase;
    padding: 15px 50px;
    border-radius: 5px;
    border: 1px solid #3457A2;
    background: var(--3457-a-2, #3457A2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.rodape a:hover {
    color: #3457A2;
    background: #fff;
}

.btn-whatsapp {
    position: fixed;
    z-index: 9999;
    bottom: 5px;
    right: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    
}
@media (min-width: 768px) and (max-width: 991px) {
    header.fixar .navbar-nav .nav-item .btn-facaparte {
        font-size: 10px;
        line-height: 12px;
        padding: 5px;
    }
    header.fixar .navbar-nav .nav-item .nav-link {
        font-size: 10px;
        line-height: 13px;
    }
    header .navbar-nav .nav-item .nav-link {
        font-size: 10px;
    }
    header .navbar-nav .nav-item .btn-facaparte {
        font-size: 10px;
        padding: 10px 5px;
    }
    
}
@media (min-width: 768px) {
    .menu-mobile {
        display: none;
    }
}
@media(max-width: 767px) {
    .menu-mobile {
        position: fixed;
        z-index: 9999;
        width: 90%;
        height: 100vh;
        right: -100%;
        top: 0;
        background: #3457A2;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
        transition: .5s;
        overflow: scroll;
    }
    .menu-mobile.active {
        right: 0;
    }
    .menu-mobile .card {
        border: none;
    }
    #close-menu-mobile {
        width: 58px;
        height: 51px;
        background: #828282;
        box-shadow: 0px 4px 6px rgb(0 0 0 / 25%);
        border-radius: 0 50px 50px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 5px;
        margin: 30px 0;
    }
    #close-menu-mobile i {
        font-size: 30px;
        color: #fff;
    }
    .menu-mobile .card-body {
        padding: 0;
    }
    .menu-mobile ul.d-table.navbar-nav {
        padding-left: 30px;
    }
    .menu-mobile .nav-link {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        color: #FFFFFF;
        text-align: center;
        position: relative;
        display: table;
        padding: 10px;
    }
    header.fixar {
        position: relative;
        height: 70px;
    }
    header {
        height: 70px;
    }
    nav.container.navbar.navbar-expand-md {
        justify-content: space-between;
    }
    header .navbar-brand img {
        max-width: 166px;
    }
    header i.fa.fa-bars {
        font-size: 34px;
        color: #fff;
    }
    .vitrine .owl-theme .owl-dots {
        top: 25%;
        padding: 5px 2px;
    }
    .sobre {
        padding: 30px 0;
    }
    .sobre p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 15px;
    }
    .sobre h4 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 10px;
    }
    a.btn-whatsapp img {
        width: 150px;
    }
    h1.titulo-geral {
        font-size: 22px;
        line-height: 24px;
        margin: 0 auto 20px;
    }
    .filiese {
        background: url(../img/bg-filiese.jpg) no-repeat;
        background-size: cover;
        background-position: left;
        padding: 30px 0;
    }
    .filiese h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .filiese p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 20px;
    }
    .votacao {
        background: url(../img/bg-votacao.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        padding: 30px 0;
    }
    .votacao .logo-premios {
        margin: 0 auto 30px;
        width: 70%;
    }
    .votacao h4 {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 30px;
    }
    .votacao .btn-geral {
        font-size: 18px;
        line-height: 40px;
        padding: 10px 30px;
        margin: 20px auto 0;
    }
    .acoes h4 {
        font-size: 16px;
        line-height: 26px;
        margin: 0px 0 30px;
    }
    .acoes .owl-fotos img {
        height: 120px;
    }
    .acoes h2 {
        font-size: 60px;
        line-height: 60px;
    }
    .acoes {
        padding: 30px 0 15px;
    }
    .acoes p {
        font-size: 12px;
        line-height: 20px;
        margin: 0 0 10px;
    }
    .acoes .col {
        border-left: 1px solid transparent;
        height: 120px;
    }
    .acoes .row.align-items-center.mt-4 {
        display: table;
        margin: 0 auto;
    }
    .filiados {
        padding: 30px 0 0;
    }
    .equipe {
        padding: 30px 0;
    }
    .equipe h4 {
        font-size: 16px;
    }
    .equipe p {
        font-size: 14px;
        line-height: 16px;
    }
    .equipe p span {
        font-size: 12px;
        line-height: 14px;
    }
    .lide-rn {
        padding: 30px 0;
        background: #1A3A7E;
    }
    .lide-rn p {
        font-size: 14px;
        line-height: 24px;
    }
    .contato,
    .fotos {
        padding: 30px 0;
    }
    .contato a {
        font-size: 16px;
        line-height: 20px;
        padding: 15px 30px;
    }
    img.logo-futuro {
        margin-top: 30px;
    }
    .rodape {
        padding: 20px 0 100px;
    }
    .rodape a {
        font-size: 16px;
        line-height: 20px;
        padding: 15px 30px;
    }
    .fotos iframe {
        width: 100%;
        height: 200px;
    }
}