@charset "utf-8";
/* CSS Document */

/* @Leandro Castro */

.perm-toast {
    position: fixed !important;
    bottom: 24px !important;
    right: 24px !important;
    z-index: 99999 !important;
    background: #1a2235 !important;
    color: #fff !important;
    padding: 13px 18px !important;
    border-radius: 12px !important;
    font-size: 13px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    box-shadow: 0 6px 28px rgba(0,0,0,0.22) !important;
    border-left: 3px solid #f59e0b !important;
    min-width: 260px !important;
    max-width: 360px !important;
    transition: opacity 0.3s !important;
}

.content.fadeIn {
    overflow: visible !important;
}

@font-face {
  font-weight: normal;
  font-style: normal;
}

.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/*********** Text Color **********/
.text-black {
  color: #000;
}

.text-black-clear {
  color: #333;
}

.text-white {
  color: #fff;
}

.text-brown {
  color: #434343;
}
/*********** Padding Left and Right **********/

.p-sides10 {
  padding-left: 10px;
  padding-right: 10px;
}
.p-sides25 {
  padding-left: 25px;
  padding-right: 25px;
}
.p-sides15 {
  padding-left: 15px;
  padding-right: 15px;
}
.p-sides30 {
  padding-left: 30px;
  padding-right: 30px;
}
/*********** paragrafos ***********/

p {
  word-wrap: break-word;
}
/*********** position Fixed **********/

.pos-fixed {
  position: fixed;
}
/*********** Fonts **********/

.font10 {
  font-size: 10px;
}
.font11 {
  font-size: 11px;
}
.font12 {
  font-size: 12px;
}
.font13 {
  font-size: 13px;
}
.font14 {
  font-size: 14px;
}
.font15 {
  font-size: 15px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font25 {
  font-size: 25px;
}
.font30 {
  font-size: 30px;
}
.font35 {
  font-size: 35px;
}
/*********** border-radius **********/

.b-radius2 {
  border-radius: 2px;
}
/*********** padding Top**********/

.p-top0 {
  padding-top: 0px;
}
.p-top5 {
  padding-top: 5px;
}
.p-top10 {
  padding-top: 10px;
}
.p-top20 {
  padding-top: 20px;
}
.p-top30 {
  padding-top: 30px;
}
.p-top40 {
  padding-top: 40px;
}
.p-top50 {
  padding-top: 50px;
}
/*********** padding Bottom **********/

.p-bottom0 {
  padding-bottom: 0px;
}
.p-bottom5 {
  padding-bottom: 5px;
}
.p-bottom15 {
  padding-bottom: 15px;
}
.p-bottom10 {
  padding-bottom: 10px;
}
.p-bottom20 {
  padding-bottom: 20px;
}
.p-bottom25 {
  padding-bottom: 25px;
}
/*********** padding Right **********/

.p-right0 {
  padding-right: 0px;
}
.p-right10 {
  padding-right: 10px;
}
/*********** padding Left **********/

.p-left0 {
  padding-left: 0;
}
.p-left5 {
  padding-left: 5px;
}
.p-left10 {
  padding-left: 10px;
}
.p-left20 {
  padding-left: 20px;
}
/*********** padding All **********/

.p-all0 {
  padding: 0px;
}
.p-all2 {
  padding: 2px;
}
.p-all5 {
  padding: 5px;
}
.p-all10 {
  padding: 10px;
}
.p-all15 {
  padding: 15px;
}
.p-all20 {
  padding: 20px;
}
.p-all25 {
  padding: 25px;
}
.p-all30 {
  padding: 30px;
}
.p-all50 {
  padding: 50px;
}
/********** min-top **********/

@media (min-width: 768px) {
  .min-top170 {
    margin-top: 170px;
  }
}
@media (max-width: 767px) {
  .max-top160 {
    margin-top: 160px;
  }
}
/********** Margin **********/
.m-0 {
  margin: 0;
}
/********** Margin Left **********/

.m-left0 {
  margin-left: 0px;
}
.m-left5 {
  margin-left: 5px;
}
.m-left10 {
  margin-left: 10px;
}
.m-left25 {
  margin-left: 25px;
}
.m-left30 {
  margin-left: 30px;
}
.m-left50 {
  margin-left: 50px;
}
.m-left100 {
  margin-left: 100px;
}
/********** margin top **********/

.m-top-5 {
  margin-top: -5px;
}
.m-top-10 {
  margin-top: -10px;
}
.m-top-20 {
  margin-top: -20px;
}
.m-top-25 {
  margin-top: -25px;
}
.m-top-30 {
  margin-top: -30px;
}
.m-top-50 {
  margin-top: -50px;
}
.m-top-60 {
  margin-top: -60px;
}
.m-top0 {
  margin-top: 0;
}
.m-top5 {
  margin-top: 5px;
}
.m-top10 {
  margin-top: 10px;
}
.m-top15 {
  margin-top: 15px;
}
.m-top20 {
  margin-top: 20px;
}
.m-top25 {
  margin-top: 25px;
}
.m-top30 {
  margin-top: 30px;
}
.m-top35 {
  margin-top: 35px;
}
.m-top40 {
  margin-top: 40px;
}
.m-top45 {
  margin-top: 45px;
}
.m-top50 {
  margin-top: 50px;
}
.m-top55 {
  margin-top: 55px;
}
.m-top60 {
  margin-top: 60px;
}
.m-top70 {
  margin-top: 70px;
}
.m-top80 {
  margin-top: 80px;
}
.m-top100 {
  margin-top: 100px;
}
.m-top110 {
  margin-top: 110px;
}
.m-top130 {
  margin-top: 130px;
}
.m-top140 {
  margin-top: 140px;
}
.m-top150 {
  margin-top: 150px;
}
.m-top160 {
  margin-top: 160px;
}
.m-top170 {
  margin-top: 170px;
}
.m-top200 {
  margin-top: 200px;
}
/********** margin right **********/

.m-right0 {
  margin-right: 0;
}
.m-right5 {
  margin-right: 5px;
}
.m-right10 {
  margin-right: 10px;
}
.m-right12 {
  margin-right: 12px;
}
.m-right15 {
  margin-right: 15px;
}
.m-right30 {
  margin-right: 30px;
}
/********** margin bottom **********/

.m-bottom0 {
  margin-bottom: 0;
}
.m-bottom5 {
  margin-bottom: 5px;
}
.m-bottom10 {
  margin-bottom: 10px;
}
.m-bottom15 {
  margin-bottom: 15px;
}
.m-bottom20 {
  margin-bottom: 20px;
}
.m-bottom30 {
  margin-bottom: 30px;
}
.m-bottom35 {
  margin-bottom: 35px;
}
.m-bottom40 {
  margin-bottom: 40px;
}
.m-bottom50 {
  margin-bottom: 50px;
}

/********** opacity **********/

.op5 {
  opacity: 0.5;
}
.op10 {
  opacity: 0.1;
}
/********** inline block **********/

.inline-block {
  display: inline-block;
  zoom: 1;
}

/********* Background Color **********/
.bg-white {
  background-color: #fff;
}

/********** Texturas **********/
.bg-txt-back_claro {
  background: url(../texturas/bg_back_claro.png);
}

/********** Border **********/
.no-border {
  border: none !important;
}

/********** Font Weight **********/
.font_bold {
  font-weight: bold;
}
.font_100 {
  font-weight: 100;
}
.font_400 {
  font-weight: 400;
}
/********** Max Width **********/
.max-width {
  width: 10px;
}
