/* padrões */
.texto-padrao p,
.texto-padrao ul {
  font-size: 14px;
  color: #444444;
  /* text-align: justify; */
}

@media (max-width: 1024px) {
  .ocultar {
    display: none;
  }
  .exibir {
    display: block !important;
  }
}

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

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

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

.clear {
  clear: both;
}

.break-all {
  word-break: break-all;
}

p {
  line-height: 180%;
}

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

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

.captcha {
  margin: 20px 0 40px 0;
}

.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-topo {
  width: 95%;
  /* max-width: 1300px; */
  max-width: 1200px;
  min-width: 280px;
  margin: 0 auto;
  height: auto;
  display: block;
  position: relative;
}

.center-topo-menu {
  width: 100%;
  /* max-width: 1300px; */
  max-width: 1200px;
  min-width: 280px;
  margin: 0 auto;
  height: auto;
  display: block;
  position: relative;
}

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

.center-maior {
  width: 100%;
  max-width: 1540px;
  min-width: 280px;
  margin: 0 auto;
  height: auto;
  display: block;
  position: relative;
}

.center-menor {
  width: 95%;
  max-width: 1120px;
  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: 1120px;
  min-width: 280px;
  margin: 0 auto;
  height: auto;
  display: block;
  position: relative;
}

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

/* =============== 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 =============== */

/*padding top*/

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

.pt-200 {
  padding-top: 200px !important;
}
.pt-pv {
  padding-top: 20px !important;
}

/*padding bottom*/

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

@media (max-width: 425px) {
  .pb-50 {
    padding-bottom: 0px;
  }
}

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

/*margin top*/

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

/*margin bottom*/

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

.mr-80 {
  margin-right: 80px;
}

.ml-80 {
  margin-left: 80px;
}

@media (max-width: 768px) {
  .center {
    width: 92%;
    flex-direction: column;
  }

  /* =============== PADDING =============== */
  /*padding top*/
  .ptm-10 {
    padding-top: 10px !important;
  }
  .ptm-20 {
    padding-top: 20px !important;
  }
  .ptm-30 {
    padding-top: 30px !important;
  }
  .ptm-40 {
    padding-top: 40px !important;
  }
  .ptm-50 {
    padding-top: 50px !important;
  }
  .ptm-60 {
    padding-top: 60px !important;
  }
  .ptm-70 {
    padding-top: 70px !important;
  }
  .ptm-80 {
    padding-top: 80px !important;
  }
  .ptm-90 {
    padding-top: 90px !important;
  }
  .ptm-100 {
    padding-top: 100px !important;
  }
  .ptm-150 {
    padding-top: 150px !important;
  }
  /*padding bottom*/
  .pbm-0 {
    padding-bottom: 0px !important;
  }
  .pbm-10 {
    padding-bottom: 10px !important;
  }
  .pbm-20 {
    padding-bottom: 20px !important;
  }
  .pbm-30 {
    padding-bottom: 30px !important;
  }
  .pbm-40 {
    padding-bottom: 40px !important;
  }
  .pbm-50 {
    padding-bottom: 50px !important;
  }
  .pbm-60 {
    padding-bottom: 60px !important;
  }
  .pbm-70 {
    padding-bottom: 70px !important;
  }
  .pbm-80 {
    padding-bottom: 80px !important;
  }
  .pbm-90 {
    padding-bottom: 90px !important;
  }
  .pbm-100 {
    padding-bottom: 100px !important;
  }
  /*margin top*/
  .mtm-10 {
    margin-top: 10px !important;
  }
  .mtm-20 {
    margin-top: 20px !important;
  }
  .mtm-30 {
    margin-top: 30px !important;
  }
  .mtm-40 {
    margin-top: 40px !important;
  }
  .mtm-50 {
    margin-top: 50px !important;
  }
  .mtm-60 {
    margin-top: 60px !important;
  }
  .mtm-70 {
    margin-top: 70px !important;
  }
  .mtm-80 {
    margin-top: 80px !important;
  }
  .mtm-90 {
    margin-top: 90px !important;
  }
  .mtm-100 {
    margin-top: 100px !important;
  }
  /*margin bottom*/
  .mbm-10 {
    margin-bottom: 10px !important;
  }
  .mbm-20 {
    margin-bottom: 20px !important;
  }
  .mbm-30 {
    margin-bottom: 30px !important;
  }
  .mbm-40 {
    margin-bottom: 40px !important;
  }
  .mbm-50 {
    margin-bottom: 50px !important;
  }
  .mbm-60 {
    margin-bottom: 60px !important;
  }
  .mbm-70 {
    margin-bottom: 70px !important;
  }
  .mbm-80 {
    margin-bottom: 80px !important;
  }
  .mbm-90 {
    margin-bottom: 90px !important;
  }
  .mbm-100 {
    margin-bottom: 100px !important;
  }
}
