:root {
  --color-default: #222222;
  --color-primary: #008374;
  --color-secondary: #CD3433;
}

.btn-red {
  background-color: #CD3433;
  color: white;
}

.btn-red-white {
  color: #CD3433;
  border: 1px #CD3433 solid;
}

.btn-red-white:hover {
  background-color: #CD3433;
  color: white;
}

h5 {
  text-align: justify;
}

.text-nossas-empresas {
  text-transform: uppercase;
  text-align: center;
  color: #CD3433;
  font-weight: bold;
}

.nossas-empresas img {
  width: 150px;
}

.card-empresa {
  padding: 30px;
  margin: 30px;
  box-shadow: 1px 1px 5px #bfbfbf;
}

@media (min-width: 768px) {
  .card-empresa {
    height: 380px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide .banner {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menuTop {
  margin: 0 5px 0 5px;
  color: white;
}

.menuTop .fa-whatsapp {
  color: green;
  font-size: 17px;
}


.serviceDescription {
  overflow: hidden;
  /* remove o estouro do elemento */
  text-overflow: ellipsis;
  /* adiciona “...” no final */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* quantidade de linhas */
  -webkit-box-orient: vertical;
  /* conteúdo será apresentado verticalmente */
  margin-top: 15px;
  text-align: center;
  height: 100px;
}

.linkCard:hover {

  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transform: scale(1.03);
  transition: 0.5s;
}

#categorias {
  width: 80%;
}

#meetings {
  display: flex;
  justify-content: center;
}

.footer_area {
  margin-top: 60px;
  background-color: white;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 8px 48px 8px rgba(47, 91, 234, 0.175);
  padding: 60px;
}



.single-footer-widget .copywrite-text a {
  color: #747794;
  font-size: 1rem;
}

.single-footer-widget .copywrite-text a:hover,
.single-footer-widget .copywrite-text a:focus {
  color: rgb(26, 167, 26);
}

.single-footer-widget .widget-title {
  color: #CD3433;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.single-footer-widget .footer_menu li a {
  color: #747794;
  margin-bottom: 1rem;
  display: block;
  font-size: 1rem;
}

.single-footer-widget .footer_menu li a:hover,
.single-footer-widget .footer_menu li a:focus {
  color: #CD3433;
}

.single-footer-widget .footer_menu li:last-child a {
  margin-bottom: 0;
}

.footer_social_area {
  position: relative;
  z-index: 1;
}

.footer_social_area a {
  color: #CD3433;
  border-radius: 50%;
  height: 40px;
  text-align: center;
  width: 40px;
  display: inline-block;
  background-color: #f5f5ff;
  line-height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 10px;
}

.footer_social_area a i {
  line-height: 36px;
}

.footer_social_area a:hover,
.footer_social_area a:focus {
  color: #ffffff;
  background-color: #CD3433;
}

@-webkit-keyframes bi-cycle {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

@keyframes bi-cycle {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

ol li,
ul li {
  list-style: none;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 5px;
  z-index: 99999;
  background: green;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgb(85, 165, 85);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}
.contactIcon {
  padding: 8px;
  width: 180px;
  height: 50px;
  text-align: center;
  color: white !important;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#whatsaIcon {
  background-color: #29a71a;
}

.showIcon {
  width: 75px;
  border: none;
}

.showImg{
  border-radius: 20px;
}

.busca .input-group-text {
  background-color: #CD3433;
  color: white
}

.d-flex #v-pills-tab .active {
  background-color: white;
  border: solid 1px rgb(209, 209, 209);
  border-radius: 10px;

}

.d-flex #v-pills-tab .nav-link {
  padding: 5px;
}

.logoCatalogo {
  width: 100px;
}
.divisor{
  display: grid;
  justify-content: center !important; 
  text-align: center;
}

.card{
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  margin-bottom: 20px;
  text-align: center;
  
}
.logoCatalogo{
  width: 120px;
}

.buttons{
  margin-top: 20px;
  display: flex;
}
/* INPUT NUMBER*/
#inputNumber {
  font-size: 20px;
  padding:6px;
  width: 140px;
  height: 50px;
  border-radius: 10px;
  text-align: center;
  color: #444444;
  border: solid 4px #29a71a;
}

#inputNumber[type=number]::-webkit-inner-spin-button { 
all: unset; 
min-width: 21px;
min-height: 45px;
margin: 17px;
padding: 0px;
background-image: 
linear-gradient(to top, transparent 0px, transparent 16px, #fff 16px, #fff 26px, transparent 26px, transparent 35px, #000 35px,#000 36px,transparent 36px, transparent 40px),
linear-gradient(to right, transparent 0px, transparent 10px, #000 10px, #000 11px, transparent 11px, transparent 21px);
transform: rotate(90deg) scale(0.8, 0.9);
cursor:pointer;
border: none !important;
}
#btnComprar{
  margin-left: 10px;
  font-size: 16px;
  padding:6px;
  width: 140px;
  height: 50px;
  border-radius: 10px;
  text-align: center;
  color: white;
  max-width: 140px;
  background-color: #29a71a;
  border: solid 5px #29a71a;
}
#btnComprar:hover{
  transform: scale(1.05);
  transition: all 0.6s;
}

#btnCarrinho{
  margin-left: 10px;
  font-size: 16px;
  padding:6px;
  width: 250px;
  height: 50px;
  border-radius: 10px;
  text-align: center;
  color: #29a71a;
  background-color: white;
  border: solid 3px #29a71a;
}
#btnCarrinho:hover{
  transform: scale(1.05);
  transition: all 0.5s;
  background-color: #29a71a;
  color: white;
}

.iconMain{
  width: 30px;
}

.filterAvanced ul li button{
  width: 170px;
  height: 45px;
  margin: 0.5px;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 15px !important;
  border-top-left-radius: 15px !important;
}

#btnRed{
  width: 180px;
  height: 40px;
  border-radius: 15px;
  background-color: #CD3433;
  border: 0px;
  color: white;
  font-size: 12px;
  text-align: center;
}


.filterAvanced ul li .active{
  background-color: #CD3433 !important;
  width: 100%!important;
}
.filterAvanced ul li .nav-link{
  background-color: #6b6b6b;
  width: 100%!important;
}

.textMain{
  margin-left: 6px;
  color: white !important;
  font-size: 13px;
}
.filterAvanced{
  margin-top: 30px;
}


#pills-tabContent .active{
  background-color: #444444;
  min-height: 170px;
  margin-top: -17px;
  display: flex !important;
  align-items: center !important; 
  justify-content: center !important; 
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#pills-tabContent {
  width: 100%;
}

#settings {
  height: 170px;  min-height: 170px;
}
.form-select{
  width: 210px;
  margin: 15px;
  border-radius: 10px;
  font-size: 14px;
}




.liPull2 {
  padding: 15px;
  list-style: none;
  height: auto;
  font-size: 12px;
  
  margin: 0 3% 0 3%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  color: rgb(0, 0, 0);
}

#pull2 ul li a {
  color: rgb(0, 0, 0);
  height: 40px !important;
}

#pull2 ul li a {
  text-decoration: none;
  margin-left: 20px;
}

.menuUL2{
  width: 100%;
  margin-left: -20px;
  display: flex;
  justify-content: center;
}

.icon2{
  width: 24px;
  margin-top: -2px;
  margin-left: auto;
  margin-right: auto;
}



.busca{
  margin-top: 20px;
  margin-left: 30px;
}

#buscarMedida{
  margin-top: 100px;
}
#buscarMedida .col-md-2{
  margin: 0 2% 0 2%;
}
#settings{
 
      transform: none !important;
      transition: all 0ms !important;
}


@media (max-width: 767px) {
  .nav-pills {
    background-color: #6b6b6b;
    border-radius: 10px;
  }

  #pills-tabContent .active{
    background-color: #444444;
    height: 350px;
  }

  #receberImg {
    padding-top:40px;
  }

  .nav-pills .nav-item {
    width: 100%;
  }
}

#events{
  margin-top: -100px;
}

.events .container-fluid {
  padding: 0;
}

.events .event-item {
  background-size: cover;
  background-position: center;
  height: 600px;
  padding: 30px;
}

.events .event-item:hover:before {
  content: "";
  background: rgba(0, 0, 0, 0.19);
  position: absolute;
  inset: 0;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
  .events .event-item {
    min-height: 500px;
  }
}

.events .event-item:before {
  content: "";
  background: rgba(0, 0, 0, 0.39);
  position: absolute;
  inset: 0;
}

.events .event-item h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
}

.events .event-item .price {
  color: #fff;
  border-bottom: 2px solid var(--color-primary);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}

.events .event-item p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}

@media (min-width: 1200px) {
  .events .swiper-slide-active+.swiper-slide {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 1;
  }
}

.events .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.events .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #d1d1d7;
  opacity: 1;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #CD3433;
}

/*--------------------------------------------------------------
# Chefs Section
--------------------------------------------------------------*/
.menu .chef-member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(55, 55, 63, 0.08);
  transition: 0.3s;
  margin: 0 10px;
  height: 100%;
  width: 100%;
}

.menu .chef-member .member-img {
  position: relative;
  overflow: hidden;
}

.menu .chef-member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.menu .chef-member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.menu .chef-member .social a {
  transition: color 0.3s;
  color: rgba(55, 55, 63, 0.4);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.menu .chef-member .social a:hover {
  color: rgba(55, 55, 63, 0.9);
}

.menu .chef-member .social i {
  font-size: 18px;
}

.menu .chef-member .member-info {
  padding: 10px 15px 20px 15px;
}

.menu .chef-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: var(--color-secondary);
}

.menu .chef-member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: rgba(33, 37, 41, 0.4);
}

.member-info p {
  overflow: hidden; /* remove o estouro do elemento */
   text-overflow: ellipsis; /* adiciona “...” no final */
   display: -webkit-box;
   -webkit-line-clamp: 4; /* quantidade de linhas */
   -webkit-box-orient: vertical; /* conteúdo será apresentado verticalmente */; 
   min-height:120px;
   font-size: 14px;
   padding-top: 15px;
   line-height: 26px;
   
   color: #8d8d9b;
   margin-bottom: 5px;
 }

.menu .chef-member:hover {
  transform: scale(1.05);
  box-shadow: 0px 0 30px rgba(55, 55, 63, 0.15);
}

.menu .chef-member:hover .social {
  right: 8px;
  opacity: 1;
}
.eventoTitulo {
  margin-top: 30% !important;
  height: 60px !important;
  overflow: hidden !important;
  /* remove o estouro do elemento */
  text-overflow: ellipsis !important;
  /* adiciona “...” no final */
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  /* quantidade de linhas */
  -webkit-box-orient: vertical !;
  /* conteúdo será apresentado verticalmente */

  text-align: left !important;
}

.events .event-item p  {
  overflow: hidden;
  /* remove o estouro do elemento */
  text-overflow: ellipsis;
  /* adiciona “...” no final */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* quantidade de linhas */
  -webkit-box-orient: vertical;
  /* conteúdo será apresentado verticalmente */
  height: 100px;
  margin-top: 15px;
  text-align: left;
}

.page_servicos .icon img{
  width: 50px;
}
.page_service_item {
  margin:20px;
}

.servicos_pneubec {
  padding-top:80px;
}