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

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

html{
    background: #fff;
}

p{
    line-height: 180%;
}

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

* ::placeholder {
    transition: all 0.5s ease;
}

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

.row::after {
    content: "";
    display: table;
    clear: both;
}

.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;
}

.active{
    background: #1c7171;
}

.redes-sociais{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.redes-sociais a{
    text-decoration: none;
}

.redes-sociais-right{
    height: auto;
    position: fixed;
    top: calc(50% - 20px);
    right: 10px;
    transform: translate(0, -50%) !important;
    z-index: 999;
    display: flex;
    flex-direction: column;
}

.redes-sociais-right a{
    text-decoration: none;
    margin-top: 18px;
}

.bolinha-social{
    background: #efefef;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 24px;
    color: #989898;
    margin: 0 5px;
    transition: 0.5s;
}

.bolinha-social i{
    font-size: 20px;
}

.redes-sociais-right .fa-facebook-f{
    color: #fff;
}

.redes-sociais-right .fa-envelope{
    color: #fff;
}

.redes-sociais-right .fa-linkedin-in{
    color: #fff;
}

.redes-sociais-right .fa-instagram{
    color: #fff;
    font-size: 19px;
}

.redes-sociais-right .fa-whatsapp{
    color: #fff;
    font-size: 18px;
}

.bolinha-facebook{
    background: #3b5998 !important;
    border: solid 2px #5a79b9;
}

.bolinha-linkedin{
    background: #2867B2 !important;
    border: solid 2px #3d7fce;
}

.bolinha-instagram{
    background: #C13584 !important;
    border: solid 2px #da62a6;
}

.bolinha-twitter{
    background: #1DA1F2 !important;
    border: solid 2px #39b4ff;
}

.bolinha-whatsapp{
    background: #25D366 !important;
    border: solid 2px #81f5ac;
}

.bolinha-social:hover {
    background: #dcd4d4; 
    color: #008b8b;
}

.redes-sociais-right .bolinha-social:hover{
    transform: scale(1.2);
}

.redes-sociais-right .bolinha-social{
    width: 35px;
    height: 35px;
    font-size: 16px;
}


@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;
    }

    .col {
        padding: 0 5px;
    }
}

@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;
}

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

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

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

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

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

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

.paginacao .container strong {
    width: 45px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2d728f;
}

.paginacao .container a {
    width: 45px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    background: darkcyan;
}

.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;
    font-family: "Poppins";
}

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

.paginacao .container a:hover {
    background: #2d728f;
}

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

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

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

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

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

    .mobile-center{
        justify-content: center;
        display: flex;
    }
}

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

.alerta {
    width: auto;
    max-width: 85%;
    padding: 10px;
    display: table;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 40px;
    border-radius: 10px;
}

.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;
}

/* =============== FLEX =============== */

.flex{
    display: flex;
}

.flex-wrap{
    flex-wrap: wrap;
}

.flex-v-center{
    display: flex;
    justify-content: center;
}

.flex-h-center{
    display: flex;
    align-items: center;
}

.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-column{
    flex-direction: column;
}



/* =============== FLOAT =============== */

.float-left{
    float: left;
}

.float-right{
    float: right;
}

.height-100{
    height: 100%;
}