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

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

a{
    text-decoration: none;
}

html{
    background: #fff;
	
	scroll-behavior: smooth;

}

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

@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: 1215px;
    min-width: 280px;
    margin: 0 auto;
    height: auto;
    display: block;
    position: relative;
}
.center-absolute {
    position: absolute;
    width: 95%;
    max-width: 1200px;
    min-width: 280px;
    /* margin: 0 auto; */
	margin-left: 1.7%;
	top: 22%;
    transform: translateY(-50%);
    height: auto;
    display: block;
}
@media screen and (max-width: 1780px ){
	.center-absolute{
		margin-left: 1.5%;
	}
}

@media screen and (max-width: 1650px ){
	.center-absolute{
		margin-left: 1.2%;
	}
}

@media screen and (max-width: 1550px ){
	.center-absolute{
		margin-left: 1%;
	}
}
@media screen and (max-width: 1450px ){
	.center-absolute{
		margin-left: 0.7%;
	}
}
@media screen and (max-width: 1350px ){
	.center-absolute{
		margin-left: 0.5%;
	}
}
@media screen and (max-width: 1250px ){
	.center-absolute{
		margin-left: 30px;
	}
}
@media screen and (max-width: 1400px){
	.center-absolute {
		top: 20%;
	}
}
@media screen and (max-width: 1300px){
	.center-absolute {
		top: 15%;
	}
}
@media screen and (max-width: 1200px){
	.center-absolute {
		top: 8%;
	}
}
@media screen and (max-width: 1000px){
	.center-absolute {
		top: 4%;
	}
}*/

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

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

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

.paginacao {
        font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 1.2em;
}

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

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

.paginacao .container a {
    width: 45px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7C6567;
    color: #fff;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}

.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: #928588;
}

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

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

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

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


/* =============== 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%;
}


/* =============== PADDING =============== */

.pt-10{
    padding-top: 10px;
}
.pt-20{
    padding-top: 20px;
}
.pt-30{
    padding-top: 30px;
}
.pt-40{
    padding-top: 40px;
}
.pt-50{
    padding-top: 50px;
}
.pt-60{
    padding-top: 60px;
}
.pt-70{
    padding-top: 70px;
}
.pt-80{
    padding-top: 80px;
}
.pt-90{
    padding-top: 90px;
}
.pt-100{
    padding-top: 100px;
}

.pb-10{
    padding-bottom: 10px;
}
.pb-20{
    padding-bottom: 20px;
} 
.pb-30{
    padding-bottom: 30px;
}
.pb-40{
    padding-bottom: 40px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-60{
    padding-bottom: 60px;
}
.pb-70{
    padding-bottom: 70px;
}
.pb-80{
    padding-bottom: 80px;
}
.pb-90{
    padding-bottom: 90px;
}
.pb-100{
    padding-bottom: 100px;
}





