::-webkit-scrollbar {
    width: 10px;
}
/* Fundo da barra de rolagem */
::-webkit-scrollbar-track-piece {
    background-color: #333;
    border-left: 1px solid #333
}
/* Cor do indicador de rolagem */
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
	transition: .4s;
    background-color: #0781f1;
    border: 2px solid transparent;
    border-radius: 8px;
    background-clip: padding-box;
}
/* Cor do indicador de rolagem - ao passar o mouse */
::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #0781f1;
}

p{
    word-wrap: break-word !important;
}

.area-filtro .active{
    color: red!important;
    background-color: blue;
}

body {
    font-family: 'Avenir Next Rounded', sans-serif;
  }
  


.carousel-indicators button{
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
}
.carousel-indicators .active{
    background-color: rgb(255, 0, 0) !important;
}

.carousel-caption.text-right {
    text-align: left;
    top: 20%;
    color: black;
}

.carousel-caption.text-right a{
    border: 2px solid black;
}

.carousel-control-prev span, .carousel-control-next span{
    color: black;
    transform: scale(2);
}

.weight-9{font-weight: 900;}

.form-news .texto{
    padding: 15px;
    border:0;
    border-radius: 12px 0 0 12px;
    margin: 0 !important;
    width: 70%;
    background-color: #121212;
    height: auto;
}
.form-news .botao{
    padding: 15px;
    border-radius: 0px 12px 12px 0px;
    margin: 0 !important;
    width: 20%;
}

@media only screen and (max-width: 767px) {

    .form-news .texto{
        padding: 15px;
        border:0;
        border-radius: 12px 0 0 12px;
        margin: 0 !important;
        width: 60%;
        background-color: #121212;
        height: auto;
    }


    .form-news .botao{
    padding: 15px;
    border-radius: 0px 12px 12px 0px;
    margin: 0 !important;
    width: 35%;
}
 }



.black{
background-color: #000000;
}

.navfooter li{
    display: inline-block;
    margin: 0;
    padding: 0;
}

hr{
    width: 50%;
}

.socials{
    list-style: none;
}

.rounded-2{
    border-radius: 20px !important;
}
.area-filtro{
    background-color: #eeeeee !important;
    height: 100%;
    width: 100%;
    text-align: center;
}

.menu-filter{
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-filter li{
    text-decoration: none;
    list-style: none;
    margin-bottom: 15px;
    text-align: center;
}

.menu-filter li a{
    font-size: 14pt;
    text-decoration: none;
    color: black;
    text-align: center;
}
.menu-filter li:hover{
    background-color1: #496d96;
    border-radius: 2px;
    color: white;
}

.weight-1{
    font-weight: 100 !important;
}

.btn-red{
    background-color: #ff0000;
    color: white;
}

.text-red{
    color:#ff3c00
}

.banner-Single{
    overflow: hidden !important;
    max-height: 298px;
    min-height: 350px;
    position: relative;
}
.banner-info{
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;bottom: 0;
}
.banner-info div{
    display: block;
}
.banner-info .banner_info_inner{
    position:  relative !important;
    display: block !important;
}

.bg-milk{
    background-color: whitesmoke;
}
.bg-dark{
    background-color: #000000 !important;
}
.bg-milk2{
    background-color: rgb(199, 199, 199);
    text-decoration: none;
}
a{
    text-decoration: none !important;
}
.small{font-size: 9pt;}

.reg{display: none;}

.active{display: block;}

.card-favorite{
    text-align: center;
    padding: 40px
}

.card-cap-min{
    background-size: cover;
    background-position: center;

    text-transform: uppercase;
    color: white;
    font-weight: 800;
}

.card-hq .card{
    overflow: hidden !important;
    position: relative;
}
.card-hq .card img{
    transition: 0.8s;
}
.card-hq .card:hover img{
    overflow: hidden;
    transform: scale(2);
    filter: saturate(0);
}
.card-hq .card .read {
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;bottom: 0;left: 0;right: 0;
}

.card-hq .card:hover .read {
    display: flex;
    color: white;
}

*/

.messages{
	z-index: 50000 !important;
	position: fixed;
	bottom: 20px;
	left: 20px;
}




.card-guardado{
    padding: 8px;
    /*background-image: url("../img/22.jpg");*/
    background-color: #e4e4e4;
    background-position: center;
    color: black;
    border-radius: 5px;
    transition: .4s;
}
.card-guardado:hover{
    background-color: #006eff;
    transform: translateX(10px);
    color: white;
    text-decoration: nond;
}

.clicable_style{
    color: #424242;
}
.clicable_style:hover{
    color: yellow;
}
.clicable_style_active{
    color: yellow;
}













.owl-next{
    display: none;
}

.owl-prev{
    display: none;
}

















#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}




/*tiktok*/












.stepper-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  background-color: #fff !important;
  color: black;
}

.step-item {
  width: 25%;
  text-align: center;
  background-color: #fff !important;
}


.step-number {
  background-color: #333;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}

.step-label {
  font-size: 18px;
  font-weight: 100;
  margin-top: 10px;
}

.active-step {
  background-color: #333;
  color: #fff;
}

.stepper-line {
  height: 2px;
  background-color: #ddd;
  flex: 1;
}

.stepper-header::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ddd;
  transform: translateY(-50%);
}
.step-item {
  display: flex;
  align-items: center;
  position: relative;
}

.step-item::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ddd;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.step-item.active-step::before {
  background-color: #007bff;
}


.input-style input, .input-style textarea, .input-style select{
    border: none !important;
    background-color: #ddd !important;

}







.owl-carousel .owl-item {
    width: 80%;
    margin: 0 auto;
  }
  
  .owl-carousel .owl-item img {
    max-width: 100%;
    height: auto;
  }

  .banner-container {
    max-width: 960px;
    margin: 0 auto;
}



.two-line-only {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .four-line-only {
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

  
    .bg-gradient {
        background-image: linear-gradient(to bottom, #4F94CD, #63B8FF);
        background-repeat: repeat-x;
        color: #fff;
        text-shadow: none;
        border-color: #63B8FF;
      }
.bg-gradient-2 {
    background: rgb(227,115,244);
    background: radial-gradient(circle, rgba(227,115,244,1) 0%, rgba(94,108,176,1) 100%);
        background-repeat: repeat-x;
        color: #fff;
        text-shadow: none;
        border-color: #63B8FF;
}
      

.bg-gradient-simple {
    background: rgb(227,115,244);
    background: radial-gradient(circle, rgba(227,115,244,1) 0%, rgba(94,108,176,1) 100%);
    color: #fff;
    text-shadow: none;
    border-color: #63B8FF;
  }

  .row-white {
    background: rgb(227,115,244)!important;
    background: radial-gradient(circle, rgba(227,115,244,1) 0%, rgba(94,108,176,1) 100%)!important;
  }
  .row-gray {
    background-color: #ccc !important;
  }
  .row-blue {
    background: #12021411!important;
  }
  