@charset "UTF-8";

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
  vertical-align: baseline;
}
body{
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  font-style: normal;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
}
.center{
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1240px){
  .center{
    width: 100%;
    padding: 0 20px;
  }
}
h1, h2, h3, h4, h5, h6, p, span, strong, label, a{
  margin: 0;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
}
a{
  text-decoration: none !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus{
  -webkit-text-fill-color: #464a5d;
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
  transition: background-color 5000s ease-in-out 0s;
}
ul, li{
  list-style: none;
  margin-bottom: 0;
}
.clearfloat{ 
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0;
}
.overflow{
  overflow: hidden;
}
::-webkit-scrollbar-track{
  background-color: #dedede;
}
::-webkit-scrollbar{
  width: 6px;
  height: 2px;
  background: #F4F4F4;
}
::-webkit-scrollbar-thumb{
  background: #4e4e4e;
  border-radius: 15px;
}
.seo-view{
  display: none !important;
}
@keyframes blinker{
  100% { opacity: 1; }
  50% { opacity: 0.6; }
  0% { opacity: 1; }
}
.load-show{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  animation: maskLoad 2s infinite;
  opacity: 1;
}
@keyframes maskLoad{
  100% { background-color: #F9F9F9; }
  50% { background-color: #F2F2F2; }
  0% { background-color: #F9F9F9; }
}
.load-show{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  animation: maskLoad 2s infinite;
  opacity: 1;
}
@keyframes maskLoad{
  100% { background-color: #F9F9F9; }
  50% { background-color: #F2F2F2; }
  0% { background-color: #F9F9F9; }
}
@keyframes pulse{
  to {
    box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
  }
}
.pag-default{
  flex: 1;
  padding: 50px 0;
}
.title-default{
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #414042;
  position: relative;
}
/* END Reset */

header{
  user-select: none;
  background-color: #000000;
  position: relative;
  z-index: 9;
}
header .center{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 102px;
}
header .cont-logo{
  width: 231px;
  height: 60px;
}
header .cont-logo .logo{
  text-indent: -5000px;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background: url(../images/logo-2.png);
}
header .c-right{
  display: flex;
  align-content: center;
}
header nav .fundo,
header .show-menu,
header nav .menu .nav-mobile{
  display: none;
}
header nav{
  display: flex;
  align-items: center;
}
header .menu{
  display: flex;
  align-items: center;
  margin-right: 60px;
}
header .menu li{
  margin-right: 50px;
}
header .menu li:last-child{
  margin-right: 0;
}
header .menu li a{
  font-weight: 400;
  font-size: 16px;
  color: #cecece;
}
header .menu li.nav-marketplace a{
  color: #ffb8bb;
}
header .menu li a:hover,
header .menu li a:focus,
header .menu li a.ativo{
  color: #FFFFFF;
}
header .cont-auth{
  display: flex;
  align-items: center;
}
header .cont-auth a{
  font-weight: 400;
  font-size: 16px;
  color: #cecece;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .cont-auth .nav-bg{
  min-width: 124px;
  margin-right: 18px;
  background-color: #EBEAEF;
  color: #000000;
  border-radius: 5px;
}
header .cont-auth .nav-bg:hover,
header .cont-auth .nav-bg:focus,
header .cont-auth .nav-bg.ativo{
  background-color: #fe291b;
  color: #FFFFFF;
}
header .cont-auth .a-user strong{
  text-transform: capitalize;
  white-space: nowrap;
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}
/**/

.cont-banner{
  position: relative;
  z-index: 1;
  background-color: #ebeaef4f;
}
.cont-banner .full-bg{
  display: flex;
  justify-content: center;
}
.cont-banner .full-bg{
  display: flex;
}
.cont-banner .full-bg img{
  width: 100%;
  max-width: 1920px;
}
.cont-banner .cont-text{
  position: absolute;
  top: 110px;
  right: 0;
  left: 0;
  padding-left: 20px;
  height: max-content;
}
.cont-banner .cont-text h5{
  font-size: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 8px;
}
.cont-banner .cont-text h3{
  font-size: 43px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.06;
}
.cont-banner .cont-text h3 span{
  display: block;
  font-size: 28px;
  font-weight: 500;
}
/**/

.cont-informacoes{
  position: relative;
  z-index: 4;
  margin-top: -74px;
}
.cont-informacoes .center{
  display: flex;
  justify-content: space-between;
}
.cont-informacoes .flex-row{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.cont-informacoes .flex-row article,
.cont-informacoes .flex-row a{
  width: 270px;
  border-radius: 6px;
  padding: 56px 24px 42px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cont-informacoes .flex-row article h3,
.cont-informacoes .flex-row a h3{
  margin: 30px 0 8px 0;
  font-size: 18px;
  font-weight: 600;
}
.cont-informacoes .flex-row article p,
.cont-informacoes .flex-row a p{
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
}
.cont-informacoes .flex-row article p strong,
.cont-informacoes .flex-row a p strong{ font-weight: 700; }
.cont-informacoes .flex-row article.a1,
.cont-informacoes .flex-row a.a1{
  background-color: #091B31;
  width: 288px;
}
.cont-informacoes .flex-row a.a1{
  transition: all 0.5s ease;
}
.cont-informacoes .flex-row a.a1:hover,
.cont-informacoes .flex-row a.a1:focus{
  background-color: #05101e;
}
.cont-informacoes .flex-row article.a1 h3,
.cont-informacoes .flex-row article.a1 p,
.cont-informacoes .flex-row a.a1 h3,
.cont-informacoes .flex-row a.a1 p{
  color: #FFA02F;
}
.cont-informacoes .flex-row article.a2,
.cont-informacoes .flex-row a.a2{
  background-color: #EDF3FE;
  margin: 0 12px;
}
.cont-informacoes .flex-row article.a2 h3,
.cont-informacoes .flex-row article.a2 p,
.cont-informacoes .flex-row a.a2 h3,
.cont-informacoes .flex-row a.a2 p{
  color: #006BF8;
}
.cont-informacoes .flex-row article.a3,
.cont-informacoes .flex-row a.a3{
  background-color: #ECFBF0;
}
.cont-informacoes .flex-row article.a3 h3,
.cont-informacoes .flex-row article.a3 p,
.cont-informacoes .flex-row a.a3 h3,
.cont-informacoes .flex-row a.a3 p{
  color: #35C643;
}
.cont-informacoes .c-left .cont-txt{
  padding: 32px 32px 0 32px;
}
.cont-informacoes .c-left .cont-txt h4{
  font-size: 20px;
  color: #707070;
  font-weight: 400;
}
.cont-informacoes .c-left .cont-txt p{
  line-height: 1.2;
  font-size: 13.5px;
  color: #707070;
  margin: 10px 0 20px 0;
}
.cont-informacoes .c-left .cont-txt .cont-cta{
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00AEE7;
  font-size: 14px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 8px;
  padding: 0 20px;
  width: max-content;
}
.cont-informacoes .c-left .cont-txt .cont-cta:hover,
.cont-informacoes .c-left .cont-txt .cont-cta:focus{
  background-color: #00759b;
}
.cont-informacoes .c-right{
  min-width: 320px;
  max-width: 320px;
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.23);
  position: relative;
  margin: -62px 0 0 27px;
  padding: 30px 24px 24px 24px;
}
.cont-informacoes .c-right form{
  display: flex;
  flex-direction: column;
}
.cont-informacoes .c-right form h4{
  font-weight: 400;
  font-size: 17px;
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
  color: #091B31;
}
.cont-informacoes .c-right form h4 strong{
  font-weight: 600;
  font-size: 19px;
  margin-top: 5px;
}
.cont-informacoes .c-right form label{
  margin: 6px 0 7px 0;
  font-size: 12px;
  color: #707070;
  display: block;
  line-height: 1.3;
}
.cont-informacoes .c-right form .msg-info{
  margin: 15px 0 7px 0;
  font-size: 12px;
  color: #707070;
  display: block;
  line-height: 1.3;
}
.cont-informacoes .c-right form input,
.cont-informacoes .c-right form select{
  background-color: #EDF1F5;
  border-radius: 8px;
  width: 100%;
  height: 45px;
  padding: 0 20px;
  border: 0;
  outline: none;
  font-size: 13.5px;
  font-family: 'Poppins', sans-serif !important;
  color: #3C3C3C;
  margin: 0 0 10px 0;
}
.cont-informacoes .c-right form select{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 13px);
  background-position-y: 50%;
  background-size: 15px;
  background-image: url(../../../images/i-arrow.png);
}
.cont-informacoes .c-right form input:-webkit-autofill,
.cont-informacoes .c-right form input:-webkit-autofill:hover, 
.cont-informacoes .c-right form input:-webkit-autofill:focus,
.cont-informacoes .c-right form select:-webkit-autofill,
.cont-informacoes .c-right form select:-webkit-autofill:hover,
.cont-informacoes .c-right form select:-webkit-autofill:focus{
  -webkit-text-fill-color: #3C3C3C;
  -webkit-box-shadow: 0 0 0px 1000px #EDF1F5 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.cont-informacoes .c-right form input::placeholder,
.cont-informacoes .c-right form select:required:invalid{
  color: #707070;
  font-size: 13.5px;
  font-family: 'Poppins', sans-serif !important;
}
.cont-informacoes .c-right form input:disabled{
  cursor: no-drop;
  opacity: 0.8;
}
.cont-informacoes .c-right form button{
  margin-top: 15px;
  background-color: #1F2F43;
  color: #FFFFFF;
  border-radius: 8px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  border: 0;
  width: 100%;
  font-family: 'Poppins', sans-serif !important;
}
.cont-informacoes .c-right form button span{
  animation: blinker 1.5s infinite;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
}
.cont-informacoes .c-right form button .fa-spinner{
  width: 26px;
  left: -7px;
  position: relative;
}
.cont-informacoes .c-right form button:hover,
.cont-informacoes .c-right form button:focus{
  background-color: #000000;
}
/**/

.cont-leiloeiros{
  padding: 40px 0 0 0;
  position: relative;
}
.cont-leiloeiros h2{
  padding-left: 32px;
  font-size: 18px;
  color: #091B31;
  font-weight: 400;
}
.cont-leiloeiros h2 strong{
  font-weight: 700;
}
.cont-leiloeiros .item{
  min-width: 246px;
  max-width: 246px;
  padding: 45px 0 60px 0;
  margin: 0 0 0 50px; 
  opacity: 0;
}
.cont-leiloeiros .item.slick-active{
  opacity: 1;
}
.cont-leiloeiros .item article{
  width: 100%;
}
.cont-leiloeiros .item article a{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cont-leiloeiros .item article .cont-foto{
  min-width: 188px;
  max-width: 188px;
  min-height: 188px;
  max-height: 188px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #ebeaef4f;
}
.cont-leiloeiros .item article .cont-foto img{
  object-fit: cover;
  width: 188px;
  height: 188px;
}
.cont-leiloeiros .item article h3{
  font-size: 22px;
  font-weight: 400;
  color: #091B31;
  margin: 12px 0 5px 0;
  text-align: center;
  line-height: 1.2;
}
.cont-leiloeiros .item article p{
  font-size: 15px;
  font-weight: 400;
  color: #091B31;
}
.cont-leiloeiros .b-x{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 9;
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background-color: #434040;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont-leiloeiros .b-x.b-left{ left: -40px; }
.cont-leiloeiros .b-x.b-right{ right: -40px; }
/**/

.cont-noticias h2{
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #091B31;
  margin-bottom: 24px;
}
.cont-noticias .cont-bg{
  background-color: #F4F6F9;
  padding: 40px 0;
}
.cont-noticias .flex-noticias{
  display: flex;
  padding: 0 30px;
}
.cont-noticias .flex-noticias article{
  width: 360px;
  border-radius: 12px;
  background-color: #FFFFFF;
  overflow: hidden;
  box-shadow: 0 3px 20px -8px rgba(0, 0, 0, 0.10);
  margin-right: 30px;
}
.cont-noticias .flex-noticias article:last-child{ margin-right: 0; }
.cont-noticias .flex-noticias article .cont-img{
  background-color: #ebeaef4f;
  min-height: 270px;
  max-height: 270px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.cont-noticias .flex-noticias article .cont-img a{
  flex: 1;
  display: flex;
  flex-direction: column;
}
.cont-noticias .flex-noticias article .cont-img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  flex: 1;
}
.cont-noticias .flex-noticias article .cont-infos{
  padding: 23px 30px 30px 30px;
  display: flex;
  flex-direction: column;
}
.cont-noticias .flex-noticias article .cont-infos .flex-1{
  flex: 1;
  display: flex;
  flex-direction: column;
}
.cont-noticias .flex-noticias article .cont-infos .row-1{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont-noticias .flex-noticias article .cont-infos .row-1 .c-left a{
  font-weight: 200;
  color: #0D1B31;
  font-size: 13px;
}
.cont-noticias .flex-noticias article .cont-infos .row-1 .c-stars{
  display: flex;
  align-items: center;
  height: 24px;
}
.cont-noticias .flex-noticias article .cont-infos .row-1 .c-stars li{
  margin: 0 1.7px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont-noticias .flex-noticias article .cont-infos .row-1 .c-stars li:first-child{ margin-left: 0; }
.cont-noticias .flex-noticias article .cont-infos .row-1 .c-stars li:last-child{ margin-right: 0; }
.cont-noticias .flex-noticias article .cont-infos .row-1 .c-stars li i{
  font-size: 11px;
  line-height: 1;
}
.cont-noticias .flex-noticias article .cont-infos .row-1 .c-stars li i.fas{ color: #FEB537; }
.cont-noticias .flex-noticias article .cont-infos .row-1 .c-stars li i.far{ color: #dbdbdb; }
.cont-noticias .flex-noticias article .cont-infos h3 a{
  display: block;
  margin: 10px 0 20px 0;
  color: #0D1B31;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
}
.cont-noticias .flex-noticias article .cont-infos .desc{
  font-size: 13px;
  color: #0D1B31;
  display: block;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.cont-noticias .flex-noticias article .row-end{
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #E8EDF4;
}
.cont-noticias .flex-noticias article .row-end a{
  display: flex;
  align-items: center;
}
.cont-noticias .flex-noticias article .row-end a i{
  color: #1C68F8;
  font-size: 12.5px;
  width: 19px;
}
.cont-noticias .flex-noticias article .row-end a span{
  font-size: 13px;
  color: #0D1B31;
}
/**/

.cont-golpes{
  padding: 40px 0;
}
.cont-golpes h2{
  color: #091B31;
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 60px 0;
  text-align: center;
}
.cont-golpes h2 strong{
  font-weight: bold;
  font-size: 24px;
}
.cont-golpes .flex-itens{
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
}
.cont-golpes .flex-itens article{
  width: 255px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
}
.cont-golpes .flex-itens article:first-child{ margin-left: 0; }
.cont-golpes .flex-itens article:last-child{ margin-right: 0; }
.cont-golpes .flex-itens article .cont-icon{
  margin-bottom: 35px;
}
.cont-golpes .flex-itens article p{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #696969;
  text-align: center;
}
/**/


/* Action Efects */
header .menu li a,
header .cont-auth .nav-bg,
.cont-informacoes .c-left .cont-txt .cont-cta,
.cont-informacoes .c-right form button,
.cont-leiloeiros .item,
.cont-informacoes .c-right form input{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Media Query */
@media screen and (min-width: 980px) and (max-width: 1090px){
  header .menu li,
  header .menu{
    margin-right: 30px;
  }
}
@media screen and (min-width: 825px) and (max-width: 979px){
  header .center{
    height: 80px;
  }
  header .cont-logo {
    width: 190px;
    height: 60px;
  }
  header .menu li,
  header .menu{
    margin-right: 22px;
  }
  header .menu li a,
  header .cont-auth a{
    font-size: 14px;
    height: 37px;
  }
  header .cont-auth .nav-bg{
    min-width: 92px;
    margin-right: 12px;
  }
}
@media screen and (min-width: 741px) and (max-width: 824px){
  header .center{
    height: 80px;
  }
  header .cont-logo {
    width: 160px;
    height: 60px;
  }
  header .menu li,
  header .menu{
    margin-right: 18px;
  }
  header .menu li a,
  header .cont-auth a{
    font-size: 13px;
    height: 34px;
  }
  header .cont-auth .nav-bg{
    min-width: 85px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 740px){
  header .menu{
    position: fixed;
    right: 0;
    width: 70%;
    top: 0;
    bottom: 0;
    background-color: #FFFFFF;
    z-index: 999;
    padding: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    transform: translateX(100%);
    transition: all 0.5s ease;
    margin: 0;
  }
  header .menu.ativo{
    transform: translateX(0);
  }
  header .menu li{
    margin: 0;
    width: 100%;
  }
  header .menu li a{
    padding: 0;
    display: flex;
    justify-content: left;
    height: 40px;
    color: #363636;
  }
  header .menu li a:hover,
  header .menu li a:focus,
  header .menu li a.ativo{
    color: #000000;
  }
  header .menu li.nav-marketplace a {
    color: #29a2f0;
  }
  header nav .menu .nav-mobile .nav-close{
    position: fixed;
    background-color: #FFFFFF;
    font-size: 16px;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    margin: auto;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.21);
    cursor: pointer;

    display: none;
  }
  header nav .menu .nav-mobile{ display: block; position: relative; }
  header nav .menu .nav-mobile .l-mobile a{
    text-indent: -5000px;
    overflow: hidden;
    width: 48px;
    height: 48px;
    display: block;
    background-size: contain;
    margin: 20px 0;
    background-repeat: no-repeat;
  }
  header nav .fundo{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -99;
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }
  header nav .fundo.ativo{ z-index: 99; background-color: rgba(0, 0, 0, 0.7); display: block; }
  header .show-menu{
    display: block;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    right: 15px;
    height: 27px;
    top: 50%;
    transform: translateY(-50%);
  }
  header .cont-auth{
    margin-right: 45px;
  }
}
@media screen and (max-width: 520px){
  header .cont-logo {
    width: 170px;
    height: 60px;
  }
  header .cont-auth{
    margin-right: 38px;
  }
  header .cont-auth a{
    font-size: 14px;
  }
  header .cont-auth .nav-bg{
    margin-right: 12px;
    min-width: 90px;
    height: 38px;
  }
}
@media screen and (max-width: 400px){
  header .center{
    height: auto;
    flex-direction: column;
    padding: 10px 15px;
  }
  header .c-right{
    width: 100%;
    margin-top: 10px;
  }
  header .show-menu{
    bottom: 17px;
    right: 15px;
    transform: initial;
    top: initial;
  }
  header .cont-auth .a-user strong{
    text-align: left;
  }
}
/**/

@media screen and (min-width: 1100px) and (max-width: 1320px){
  .cont-banner .cont-text h5{
    padding: 0 40px;
  }
  .cont-banner .cont-text h3{
    padding: 0 40px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1099px){
  .cont-banner .cont-text{
    top: 70px;
  }
  .cont-banner .cont-text h5{
    padding: 0 50px;
  }
  .cont-banner .cont-text h3{
    padding: 0 50px;
  }
}
@media screen and (min-width: 660px) and (max-width: 899px){
  .cont-banner .cont-text{
    top: 60px;
  }
  .cont-banner .cont-text h5{
    padding: 0 50px;
    font-size: 18px;
  }
  .cont-banner .cont-text h3{
    padding: 0 50px;
    font-size: 33px;
  }
  .cont-banner .cont-text h3 span{
    font-size: 23px;
  }
}
@media screen and (min-width: 470px) and (max-width: 659px){
  .cont-banner .cont-text{
    top: 40px;
  }
  .cont-banner .cont-text h5{
    padding: 0 25px;
    font-size: 16px;
  }
  .cont-banner .cont-text h3{
    padding: 0 25px;
    font-size: 26px;
  }
  .cont-banner .cont-text h3 span{
    font-size: 20px;
  }
  .b-s.b-left{ left: 10px !important; }
  .b-s.b-right{ right: 10px !important; }
  .b-s{
    width: 32px !important;
    height: 32px !important;
  }
}
@media screen and (max-width: 469px){
  .cont-banner .cont-text{
    top: 50%;
    transform: translateY(-50%);
    padding-left: 0;
  }
  .cont-banner .cont-text h5{
    padding: 0;
    font-size: 14px;
    text-align: center;
  }
  .cont-banner .cont-text h3{
    padding: 0;
    font-size: 22px;
    text-align: center;
  }
  .cont-banner .cont-text h3 span{
    font-size: 16px;
  }
  .b-s.b-left{ left: 10px !important; }
  .b-s.b-right{ right: 10px !important; }
  .b-s{
    width: 32px !important;
    height: 32px !important;
  }
}
/**/

@media screen and (min-width: 980px) and (max-width: 1240px){
  .cont-informacoes .flex-row{
    width: 100%;
    padding-right: 15px;
    flex-wrap: wrap;
  }
  .cont-informacoes .flex-row article,
  .cont-informacoes .flex-row a{
    padding: 30px;
  }
  .cont-informacoes .flex-row article h3,
  .cont-informacoes .flex-row a h3{
    margin: 16px 0 8px 0;
  }
  .cont-informacoes .flex-row article.a1,
  .cont-informacoes .flex-row a.a1{
    width: 100%;
    margin-bottom: 15px;
  }
  .cont-informacoes .flex-row article.a2,
  .cont-informacoes .flex-row a.a2{
    width: calc(50% - 7.5px);
    margin: 0 7.5px 0 0;
  }
  .cont-informacoes .flex-row article.a3,
  .cont-informacoes .flex-row a.a3{
    width: calc(50% - 7.5px);
    margin: 0 0 0 7.5px;
  }
  .cont-informacoes .c-left .cont-txt{
    padding: 20px 32px 0 32px;
  }
  .cont-informacoes .c-right{
    min-width: 40%;
    max-width: 40%;
    margin-left: 0;
    padding: 35px;
  }
  .cont-informacoes .c-right form h4{
    margin-bottom: 30px;
    font-size: 20px;
  }
  .cont-informacoes .c-right form h4 strong{
    font-size: 25px;
  }
  .cont-informacoes .c-right form .msg-info{
    margin-bottom: 9px;
  }
  .cont-informacoes .c-right form input,
  .cont-informacoes .c-right form select{
    margin-bottom: 15px;
    height: 50px;
  }
  .cont-informacoes .c-right form button{
    height: 50px;
  }
}
@media screen and (min-width: 785px) and (max-width: 979px){
  .cont-informacoes{
    margin-top: -32px;
  }
  .cont-informacoes .flex-row{
    width: 100%;
    padding-right: 15px;
    flex-wrap: wrap;
  }
  .cont-informacoes .flex-row article,
  .cont-informacoes .flex-row a{
    padding: 20px;
  }
  .cont-informacoes .flex-row article p,
  .cont-informacoes .flex-row a p{
    font-size: 12px;
  }
  .cont-informacoes .flex-row article h3,
  .cont-informacoes .flex-row a h3{
    margin: 16px 0 8px 0;
    text-align: center;
  }
  .cont-informacoes .flex-row article.a1,
  .cont-informacoes .flex-row a.a1{
    width: 100%;
    margin-bottom: 15px;
  }
  .cont-informacoes .flex-row article.a2,
  .cont-informacoes .flex-row a.a2{
    width: calc(50% - 7.5px);
    margin: 0 7.5px 0 0;
  }
  .cont-informacoes .flex-row article.a3,
  .cont-informacoes .flex-row a.a3{
    width: calc(50% - 7.5px);
    margin: 0 0 0 7.5px;
  }
  .cont-informacoes .c-left .cont-txt{
    padding: 20px 32px 0 0;
  }
  .cont-informacoes .c-right{
    min-width: 40%;
    max-width: 40%;
    margin-left: 0;
    padding: 20px;
  }
}
@media screen and (min-width: 550px) and (max-width: 784px){
  .cont-informacoes{
    margin-top: -32px;
  }
  .cont-informacoes .center{
    flex-direction: column;
  }
  .cont-informacoes .flex-row{
    width: 100%;
    padding-right: 0;
    flex-wrap: wrap;
  }
  .cont-informacoes .flex-row article,
  .cont-informacoes .flex-row a{
    padding: 20px;
  }
  .cont-informacoes .flex-row article p,
  .cont-informacoes .flex-row a p{
    font-size: 12px;
  }
  .cont-informacoes .flex-row article h3,
  .cont-informacoes .flex-row a h3{
    margin: 16px 0 8px 0;
    text-align: center;
  }
  .cont-informacoes .flex-row article.a1,
  .cont-informacoes .flex-row a.a1{
    width: 100%;
    margin-bottom: 15px;
  }
  .cont-informacoes .flex-row article.a2,
  .cont-informacoes .flex-row a.a2{
    width: calc(50% - 7.5px);
    margin: 0 7.5px 0 0;
  }
  .cont-informacoes .flex-row article.a3,
  .cont-informacoes .flex-row a.a3{
    width: calc(50% - 7.5px);
    margin: 0 0 0 7.5px;
  }
  .cont-informacoes .c-left .cont-txt{
    padding: 20px 30px 0 30px;
  }
  .cont-informacoes .c-right{
    min-width: calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding: 30px;
    margin: 25px 30px 0 30px;
  }
}
@media screen and (max-width: 549px){
  .cont-informacoes{
    margin-top: 15px;
  }
  .cont-informacoes .center{
    flex-direction: column;
  }
  .cont-informacoes .flex-row{
    width: 100%;
    padding-right: 0;
    flex-wrap: wrap;
  }
  .cont-informacoes .flex-row article,
  .cont-informacoes .flex-row a{
    padding: 20px;
  }
  .cont-informacoes .flex-row article p,
  .cont-informacoes .flex-row a p{
    font-size: 12px;
  }
  .cont-informacoes .flex-row article h3,
  .cont-informacoes .flex-row a h3{
    margin: 16px 0 8px 0;
    text-align: center;
  }
  .cont-informacoes .flex-row article.a1,
  .cont-informacoes .flex-row a.a1{
    width: 100%;
    margin-bottom: 15px;
  }
  .cont-informacoes .flex-row article.a2,
  .cont-informacoes .flex-row a.a2{
    width: 100%;
    margin: 0 0 15px 0;
  }
  .cont-informacoes .flex-row article.a3,
  .cont-informacoes .flex-row a.a3{
    width: 100%;
    margin: 0;
  }
  .cont-informacoes .c-left .cont-txt{
    padding: 20px 0 0 0;
  }
  .cont-informacoes .c-right{
    min-width: 100%;
    max-width: 100%;
    padding: 30px;
    margin: 25px 0 0 0;
  }
}

@media screen and (max-width: 1100px){
  .cont-noticias .flex-noticias{
    padding: 0;
  }
}
@media screen and (min-width: 850px) and (max-width: 1100px){
  .cont-noticias .flex-noticias article .cont-img{
    min-height: 240px;
    max-height: 240px;
  }
  .cont-noticias .flex-noticias article .cont-infos{
    padding: 15px 20px 20px 20px;
  }
  .cont-noticias .flex-noticias article{
    margin-right: 20px;
  }
  .cont-noticias .flex-noticias article .cont-infos .row-1{
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  .cont-noticias .flex-noticias article .cont-infos h3 a{
    font-size: 14px;
  }
  .cont-noticias .flex-noticias article .cont-infos .row-1 .c-left a,
  .cont-noticias .flex-noticias article .cont-infos .row-1 .c-stars{
    height: 15px;
  }
  .cont-noticias .flex-noticias article .cont-infos h3 a{
    margin: 6px 0 14px 0;
  }
  .cont-noticias .flex-noticias article .cont-infos .desc{
    font-size: 12px;
  }
  .cont-noticias .flex-noticias article .row-end{
    padding-top: 12px;
    margin-top: 12px;
  }
}
@media screen and (min-width: 650px) and (max-width: 849px){
  .cont-noticias .flex-noticias article:nth-child(3){ display: none; }
  .cont-noticias .flex-noticias article:nth-child(2){ margin-right: 0; }
  .cont-noticias .flex-noticias article .cont-img{
    min-height: 240px;
    max-height: 240px;
  }
  .cont-noticias .flex-noticias article{
    margin-right: 20px;
    width: 50%;
  }
}
@media screen and (min-width: 600px) and (max-width: 649px){
  .cont-noticias .flex-noticias article:nth-child(3){ display: none; }
  .cont-noticias .flex-noticias article:nth-child(2){ margin-right: 0; }
  .cont-noticias .flex-noticias article .cont-img{
    min-height: 240px;
    max-height: 240px;
  }
  .cont-noticias .flex-noticias article{
    margin-right: 20px;
    width: 50%;
  }
  .cont-noticias .flex-noticias article .cont-infos{
    padding: 15px 20px 20px 20px;
  }
  .cont-noticias .flex-noticias article .cont-infos .row-1{
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  .cont-noticias .flex-noticias article .cont-infos h3 a{
    font-size: 14px;
  }
  .cont-noticias .flex-noticias article .cont-infos .row-1 .c-left a,
  .cont-noticias .flex-noticias article .cont-infos .row-1 .c-stars{
    height: 15px;
  }
  .cont-noticias .flex-noticias article .cont-infos h3 a{
    margin: 6px 0 14px 0;
  }
  .cont-noticias .flex-noticias article .cont-infos .desc{
    font-size: 12px;
  }
  .cont-noticias .flex-noticias article .row-end{
    padding-top: 12px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 599px){
  .cont-noticias .flex-noticias{
    flex-direction: column;
  }
  .cont-noticias .flex-noticias article{
    width: 100%;
    margin: 0 0 20px 0;
  }
  .cont-noticias .flex-noticias article:last-child{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 350px){
  .cont-noticias .flex-noticias article .cont-infos{
    padding: 15px 20px 20px 20px;
  }
  .cont-noticias .flex-noticias article .cont-infos .row-1{
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  .cont-noticias .flex-noticias article .cont-infos h3 a{
    font-size: 14px;
  }
  .cont-noticias .flex-noticias article .cont-infos .row-1 .c-left a,
  .cont-noticias .flex-noticias article .cont-infos .row-1 .c-stars{
    height: 15px;
  }
  .cont-noticias .flex-noticias article .cont-infos h3 a{
    margin: 6px 0 14px 0;
  }
  .cont-noticias .flex-noticias article .cont-infos .desc{
    font-size: 12px;
  }
  .cont-noticias .flex-noticias article .row-end{
    padding-top: 12px;
    margin-top: 12px;
  }
}

@media screen and (min-width: 675px) and (max-width: 1030px){
  .cont-golpes .flex-itens{
    flex-wrap: wrap;
  }
  .cont-golpes .flex-itens article{
    margin: 0 0 40px 0;
    width: 50%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 674px){
  .cont-golpes .flex-itens{
    flex-wrap: wrap;
  }
  .cont-golpes .flex-itens article{
    margin: 0 0 40px 0;
    width: 100%;
    padding: 0 20px;
  }
}


@media screen and (min-width: 520px) and (max-width: 1290px){
  .cont-leiloeiros .b-x.b-left{
    left: 0px;
  }
  .cont-leiloeiros .b-x.b-right {
    right: 0px;
  }
  .cont-leiloeiros .item{
    min-width: 248px;
    max-width: 248px;
    margin: 0 0 0 46px;
  }
}
@media screen and (max-width: 954px){
  .cont-leiloeiros .item{
    opacity: 1 !important;
  }
}
@media screen and (max-width: 519px){
  .cont-leiloeiros .b-x.b-left{
    left: 0px;
  }
  .cont-leiloeiros .b-x.b-right {
    right: 0px;
  }
  .cont-leiloeiros .item{
    opacity: 0 !important;
  }
  .cont-leiloeiros .item.slick-current{
    opacity: 1 !important;
  }
  .cont-noticias{
    padding-top: 40px;
  }
  .cont-leiloeiros .b-x{
    width: 31px;
    height: 31px;
  }
}


.pag-codigoEtica{
  padding: 50px 0;
}
.reset-txt .row-title{
  font-size: 24px;
  color: #000000;
  letter-spacing: 0.5px;
  margin: 30px 0 15px 0;
  line-height: 1.4;
  text-align: justify;
}
.reset-txt p{
  font-size: 20px;
  color: #000000;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  line-height: 1.3;
  text-align: justify;
}
.reset-txt ul li{
  font-size: 18px;
  color: #000000;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
  line-height: 1.3;
  text-align: justify;
}
.reset-txt strong{
  font-weight: bold;
}
/**/

.pag-comissaoEtica .flex-01{
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
}
.pag-comissaoEtica .flex-01 article{
  background-color: #FFFFFF;
  width: 285px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.10);
  padding: 10px;
  display: flex;
  flex-direction: column;
  margin: 0 20px 20px 0;
}
.pag-comissaoEtica .flex-01 article:nth-child(4n),
.pag-comissaoEtica .flex-01 article:last-child{
  margin-right: 0;
}
.pag-comissaoEtica .flex-01 article .cont-foto{
  width: 100%;
  min-height: 250px;
  max-height: 250px;
  background-color: #f8f8f8;
  margin-bottom: 10px;
}
.pag-comissaoEtica .flex-01 article .cont-info{
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.pag-comissaoEtica .flex-01 article .cont-info h4{
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  padding: 0 10px;
  flex: 1;
}
.pag-comissaoEtica .flex-01 article .cont-info span{
  margin-top: 10px;
  padding: 0 10px;
  font-size: 15px;
  color: #969696;
}
/**/

.pag-leiloeiros{
  padding: 50px 0;
}
.pag-leiloeiros .flex-leiloeiros{
  display: flex;
  flex-direction: column;
}
.pag-leiloeiros .flex-leiloeiros article{
  background-color: #FFFFFF;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.10);
  padding: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pag-leiloeiros .flex-leiloeiros article .c-left{
  min-width: 190px;
  max-width: 190px;
  background-color: whitesmoke;
}
.pag-leiloeiros .flex-leiloeiros article .c-right{
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 15px;
}
.pag-leiloeiros .flex-leiloeiros article .c-right h3{
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
}
.pag-leiloeiros .flex-leiloeiros article .c-right ul li{
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.5px;
  margin-bottom: 1px;
  line-height: 1.3;
}
.pag-leiloeiros .flex-leiloeiros article .c-right ul li a{
  color: red;
}


.h-pag{
  padding: 18px 0;
  background-color: #f8f8f8;
}
.h-pag .center{
  display: flex;
  align-items: center;
}

@media (max-width: 600px){
  .pag-comissaoEtica .flex-01{
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .pag-comissaoEtica .flex-01 article{
    margin: 0 0 20px 0;
  }
}

footer{
  background-color: #000000;
  padding: 60px 0 100px 0;
}
footer .center{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .cont-logoFooter{
  width: 231px;
  height: 60px;
}
footer .cont-logoFooter .logoFooter{
  text-indent: -5000px;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background: url(../images/logo-2.png);
}
footer .cont-cols{
  display: flex;
  justify-content: space-between;
}
footer .cont-cols h6{
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 25px;
  letter-spacing: 0.02em;
}
footer .cont-cols .menu-footer{
  display: flex;
  flex-direction: column;
}
footer .cont-cols .menu-footer li{
  margin-bottom: 3px;
}
footer .cont-cols .menu-footer li a{
  color: #a6a6a6;
  font-size: 13.5px;
  letter-spacing: 0.02em;
}
footer .cont-cols .logo-sl{
  margin-top: 20px;
}
footer .cont-cols .col-1{ width: 220px; }
footer .cont-cols .col-2{ width: 200px; }
footer .cont-cols .col-3{ width: 250px; }
footer .cont-cols .col-4{ width: 110px; }
footer .cont-cols .cont-endereco{
  color: #a6a6a6;
  font-size: 13.5px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
footer .cont-cols .cont-contatos{
  display: flex;
  flex-direction: column;
}
footer .cont-cols .cont-contatos a{
  color: #a6a6a6;
  font-size: 13.5px;
  letter-spacing: 0.02em;
  margin-bottom: 7px;
}
footer .cont-cols .menu-footer li a:hover,
footer .cont-cols .menu-footer li a:focus,
footer .cont-cols .cont-contatos a:hover,
footer .cont-cols .cont-contatos a:focus{
  color: #FFFFFF;
}
footer .cont-cols .col-4 .nav-rss{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .cont-cols .col-4 .nav-rss li{ margin-right: 15px; }
footer .cont-cols .col-4 .nav-rss li:last-child{ margin-right: 0; }
footer .cont-cols .col-4 .nav-rss li a{
  font-size: 14.5px;
  color: #FFFFFF;
}
footer .cont-cols .col-4 .nav-rss li a:hover,
footer .cont-cols .col-4 .nav-rss li a:focus{
  opacity: 0.7;
}

/* Action Efects */
footer .cont-cols .menu-footer li a,
footer .cont-cols .cont-contatos a,
footer .cont-cols .col-4 .nav-rss li a{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (min-width: 830px) and (max-width: 1070px){
  footer .center{
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .cont-logoFooter{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  footer .cont-logoFooter .logoFooter{
    width: 286px;
  }
}
@media screen and (min-width: 450px) and (max-width: 829px){
  footer .center{
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .cont-logoFooter{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  footer .cont-logoFooter .logoFooter{
    width: 286px;
  }
  footer .cont-cols{
    flex-wrap: wrap;
  }
  footer .cont-cols .col{
    width: 50%;
    text-align: center;
  }
  footer .cont-cols .col-4 .nav-rss{
    width: max-content;
    margin: auto;
  }
  footer .cont-cols .col-3,
  footer .cont-cols .col-4{
    margin-top: 30px;
  }
  footer .cont-cols h6{
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 449px){
  footer .center{
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .cont-logoFooter{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  footer .cont-logoFooter .logoFooter{
    width: 200px;
  }
  footer .cont-cols{
    flex-wrap: wrap;
  }
  footer .cont-cols .col{
    width: 100%;
    text-align: center;
  }
  footer .cont-cols .col-4 .nav-rss{
    width: max-content;
    margin: auto;
  }
  footer .cont-cols .col-2,
  footer .cont-cols .col-3,
  footer .cont-cols .col-4{
    margin-top: 30px;
  }
  footer .cont-cols h6{
    margin-bottom: 12px;
  }
}