/* =============== ESTRUTURA GERAL =============== */

* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    margin: 0;
    overflow-x: hidden;
    width: 100%;
    height: auto;
    font-family: 'Open Sans', sans-serif;
    min-width: 370px;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #CF1336;
}

* ::placeholder {
    transition: all .5s ease;
}

.g-recaptcha {
    margin: 10px 0;
    display: block;
}

.swal2-container {
    z-index: 9999999 !important;
}

.up-icone {
    width: 40px;
    height: 70px;
    position: fixed;
    bottom: 20%;
    right: 30px;
    background: #361F3C;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    display: none;
    z-index: 99999;
}

.up-icone::before {
    content: '\f106';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.8em;
    color: #ffffff;
    position: absolute;
    top: calc(50% - 5px);
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-in-out;
}

.up-icone::after {
    content: '\f106';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.8em;
    color: #ffffff;
    position: absolute;
    top: calc(50% + 6px);
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-in-out;
}

.up-icone:hover {
    background: #89840A;
}

.up-icone:hover::before, .up-icone:hover::after {
    color: #361F3C;
}

.separador {
    display: none;
}

a {
    color: inherit;
    text-decoration: none;
    list-style-type: none;
    outline: none;
}

a img {
    border: none;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.sombra {
    width: 100%;
    height: 36px;
    display: block;
    margin-bottom: 20px;
    background: url('../img/sombra.png') center top no-repeat;
}

.background {
    background: url('../img/background.png') top right no-repeat;
    background-size: 722px 450px;
}

.col-centered {
    display: block;
    margin: 0 auto;
}

.col {
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

.col-full {
    width: 100%;
    padding: 0;
}

@media (max-width: 1200px) {
    .col-md-1 {
        width: 6.86666666667%;
    }
    .col-md-2 {
        width: 15.3333333333%;
    }
    .col-md-3 {
        width: 23.8%;
    }
    .col-md-4 {
        width: 32.2666666667%;
    }
    .col-md-5 {
        width: 40.7333333333%;
    }
    .col-md-6 {
        width: 49.2%;
    }
    .col-md-7 {
        width: 57.6666666667%;
    }
    .col-md-8 {
        width: 66.1333333333%;
    }
    .col-md-9 {
        width: 74.6%;
    }
    .col-md-10 {
        width: 83.0666666667%;
    }
    .col-md-11 {
        width: 91.5333333333%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-full {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .col-sm-1 {
        width: 6.86666666667%;
    }
    .col-sm-2 {
        width: 15.3333333333%;
    }
    .col-sm-3 {
        width: 23.8%;
    }
    .col-sm-4 {
        width: 32.2666666667%;
    }
    .col-sm-5 {
        width: 40.7333333333%;
    }
    .col-sm-6 {
        width: 49.2%;
    }
    .col-sm-7 {
        width: 57.6666666667%;
    }
    .col-sm-8 {
        width: 66.1333333333%;
    }
    .col-sm-9 {
        width: 74.6%;
    }
    .col-sm-10 {
        width: 83.0666666667%;
    }
    .col-sm-11 {
        width: 91.5333333333%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-full {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 480px) {
    .col-xsm-1 {
        width: 6.86666666667%;
    }
    .col-xsm-2 {
        width: 15.3333333333%;
    }
    .col-xsm-3 {
        width: 23.8%;
    }
    .col-xsm-4 {
        width: 32.2666666667%;
    }
    .col-xsm-5 {
        width: 40.7333333333%;
    }
    .col-xsm-6 {
        width: 49.2%;
    }
    .col-xsm-7 {
        width: 57.6666666667%;
    }
    .col-xsm-8 {
        width: 66.1333333333%;
    }
    .col-xsm-9 {
        width: 74.6%;
    }
    .col-xsm-10 {
        width: 83.0666666667%;
    }
    .col-xsm-11 {
        width: 91.5333333333%;
    }
    .col-xsm-12 {
        width: 100%;
    }
    .col-xsm-full {
        width: 100%;
        padding: 0;
    }
}

.center {
    width: 95%;
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto;
    height: auto;
    display: block;
    position: relative;
}

@media (min-width: 769px) {
    .center.half {
        max-width: 600px;
    }
}

.slick-prev, .slick-next {
    display: none !important;
}

/* =============== PAGINAÇÃO =============== */

.paginacao {
    text-align: center;
    font-size: 1.2em;
}

.paginacao .container {
    width: auto;
    height: auto;
    display: inline-flex;
    margin: 0 auto;
    margin-top: 20px;
    color: #89840A;
    font-weight: bold;
    border-radius: 30px;
}

.paginacao .container strong {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6A756;
    color: #955BA1;
}

.paginacao .container a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    transition: all .5s ease-in-out;
}

.paginacao .container span a {
    font-size: 1.3em;
}

.paginacao .container span.first, .paginacao .container span.first a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.paginacao .container span.last, .paginacao .container span.last a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.paginacao .container span.first a::before {
    content: '\f100';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.paginacao .container span.last a::before {
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.paginacao .container a[rel="prev"], .paginacao .container a[rel="next"] {
    font-size: 1.3em;
}

.paginacao .container a[rel="prev"]::before {
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.paginacao .container a[rel="next"]::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.paginacao .container :first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.paginacao .container :last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.paginacao .container a:hover {
    background: #F6A756;
    color: #955BA1;
}

/* =============== SEÇÕES =============== */

section {
    width: 100%;
    height: auto;
    display: inline-block;
    padding-bottom: 40px;
}

section.interna {
    background-color: #89840A;
    margin-top: 105px;
}

section.quem-somos{
    padding: 20px 0 80px 0;
}

section.topo {
    padding: 0;
}

section.sobre {
    padding: 0;
    background-color: #F7F7F7;
}

section.sobre.interna {
    padding: 60px 0;
}

section.serv {
    padding-bottom: 0;
    background-color: #F7F7F7;
}

section.serv.interna {
    padding: 60px 0;
}

section.blogs {
    padding: 0 0 60px 0;
}

section.blogs.interna {
    padding: 20px 0 60px 0;
}

section.blogs.detalhe {
    background-color: #F3F6F8;
    padding: 60px 0 0 0;
}

section.mais {
    margin-top: 60px;
    padding: 0 0 20px 0;
}

section.capelas{
    padding-bottom: 60px;
    background-color: #F7F7F7;
}
}

section.missao {
    padding: 80px 0;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/missao.jpg);
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}

section.contato {
    padding-bottom: 60px;
    background-color: #f7f7f7;
}

/* =============== TITULO E TEXTOS =============== */

.titulo {
    font-family: 'Poppins', 'sans-serif';
    color: #444348;
    display: block;
    font-size: 2em;
    font-weight: lighter;
    line-height: 120%;
    text-align: center;
    position: relative;
}

.titulo.sem-efeito::before {
    content: '';
    width: 120px;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #89840A;
    background-size: 200% 100%;
    background-position: left bottom;
    transition: all .3s ease-in-out;
}

.titulo.sem-efeito:hover::before {
    background-position: right bottom;
}

footer .titulo{
    margin-bottom: 40px;
}

footer .titulo::before {
    content: '';
    width: 120px;
    height: 3px;
    position: absolute;
    bottom: -10px;
    background: #89840A;
    background-size: 200% 100%;
    background-position: left bottom;
    transition: all .3s ease-in-out;
}

footer .titulo:hover::before {
    background-position: right bottom;
}

.titulo.detalhe-center::before {
    content: '';
    width: 120px;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #89840A;
    background-size: 200% 100%;
    background-position: left bottom;
    transition: all .3s ease-in-out;
}

.titulo.detalhe-center:hover::before {
    background-position: right bottom;
}

.titulo.detalhe-left::before {
    content: '';
    width: 120px;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #89840A;
    background-size: 200% 100%;
    background-position: left bottom;
    transition: all .3s ease-in-out;
}

.titulo.detalhe-left:hover::before {
    background-position: right bottom;
}

.titulo.detalhe-left.alternativo::before {
    content: '';
    width: 120px;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background: rgba(137, 133, 10, 0.5);
}

.texto {
    font-family: 'Open Sans', sans-serif;
    width: 60%;
    display: block;
    margin: 0 auto;
    color: #444346;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 180%;
    margin-top: 40px;
}

.texto-centralizado {
    text-align: center;
}

.texto-justificado {
    text-align: justify;
}

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

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

.texto-esquerda h2{
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .texto {
        width: 100%;
    }
}

/* =============== BOTÕES =============== */

.botao {
    width: auto;
    min-width: 160px;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    font-size: 1.1em;
    color: #89840A;
    background: #ffffff;
    border: 2px solid #89840A;
    border-radius: 30px;
    background-image: linear-gradient(#89840A, #89840A);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    margin-top: 20px;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.botao:not(.blog):hover {
    color: #ffffff;
    background-size: 100% 100%;
}

.botao.alternativo {
    color: #89840A;
    background: #ffffff;
    border: 2px solid #89840A;
    background-image: linear-gradient(#89840A, #89840A);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
}

.botao.alternativo:hover {
    color: #ffffff;
    background-size: 100% 100%;
}

/* =============== ALERTA =============== */

.alerta {
    width: auto;
    max-width: 85%;
    font-weight: bold;
    padding: 10px;
    display: table;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 20px;
}

.alerta.sucesso {
    color: #ffffff;
    background: #35ad5d;
}

.alerta.erro {
    color: #ffffff;
    background: #dc4747;
}

.alerta.neutro {
    color: #ffffff;
    background: #e2b54a;
}

.alerta span {
    width: 90%;
    white-space: pre-line;
    display: table-cell;
    vertical-align: middle;
    padding-right: 30px;
}

.alerta i {
    width: 10%;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

/* =============== RODAPE =============== */

footer {
    width: 100%;
    display: inline-block;
}

footer .titulo {
    font-size: 25px;
    color: #444347;
    display: block;
    text-transform: none;
}

footer ul {
    width: 100%;
    padding: 0;
    list-style: none;
}

footer ul li {
    font-weight: normal;
    font-size: 1em;
    position: relative;
    margin: 15px 0;
    padding-left: 10px;
    color: #444347;
}

footer ul li::before {
    transition: all .3s ease-in-out;
}

footer ul li a {
    display: inline-block;
}

.footer-institucional, .footer-atendimento, .footer-facebook {
    margin-bottom: 40px;
}

.footer-institucional ul li::before {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 0.4em;
    color: #89840A;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.footer-institucional ul li a {
    padding-left: 25px;
}

.footer-institucional .redes-sociais {
    width: auto;
    display: inline-block;
    padding-left: 10px;
}

.footer-institucional .redes-sociais .rede {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 5px;
    background: #89840A;
    color: #ffffff;
    font-size: 1em;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.footer-institucional .redes-sociais .rede i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-atendimento ul li.endereco::before {
    content: '\f015';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.3em;
    color: #361F3C;
    position: absolute;
    top: 0;
}

.footer-atendimento ul li.email::before {
    content: '\f0e0';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-size: 1.3em;
    color: #361F3C;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.footer-atendimento ul li.telefone::before {
    content: '\f025';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.3em;
    color: #361F3C;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.footer-atendimento ul li.whatsapp::before {
    content: '\f232';
    font-family: 'Font Awesome 5 Brands';
    font-weight: 900;
    font-size: 1.3em;
    color: #361F3C;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.footer-atendimento ul li a {
    padding-left: 40px;
}

.footer-institucional .redes-sociais .rede:hover {
    background: #F6A756;
    color: #955BA1;
}

footer ul li.active::before, footer ul li.endereco.active::before, footer ul li.email.active::before, footer ul li.telefone.active::before, footer ul li.whatsapp.active::before {
    color: #89840A;
}

.copyright {
    width: 100%;
    float: left;
    padding: 30px 0;
    background: #361F3C;
    color: #FFFFFF;
    font-family: 'Open Sans', 'sans-serif';
}

.copyright h2 {
    font-weight: normal;
    font-size: 0.9em;
    float: left;
}

.copyright .hostche {
    float: right;
}

@media(max-width:768px) {
    .copyright {
        padding: 10px 0;
    }
    .copyright h2, .copyright .hostche {
        float: none;
        display: block;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1200px) {
    footer .separador {
        display: block;
    }
}

/* =============== TABELA =============== */

table, td, th {
    border: 3px solid #FFFFFF;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Open Sans', sans-serif;
}

th {
    height: 50px;
    background-color: #CF1336;
    font-size: 1em;
    color: #FFFFFF;
}

th:first-of-type {
    width: 10%;
}

th:nth-of-type(2) {
    width: 60%;
}

tr td:first-of-type, tr td:last-of-type {
    text-align: center;
}

tr {
    background-color: #f6bfc9;
    transition: background .5s ease;
}

tr:hover {
    background-color: #CF1336;
}

tr:hover td, tr:hover td a {
    color: #FFFFFF;
}

td {
    padding: 10px 20px;
}

td, td a {
    font-size: 1em;
    color: #CF1336;
    transition: color .5s ease;
}