 	/* TABBER */ 
.hs-tabs__item{
  display: none;
  padding: 20px;
}
.hs-tabs__item--active{
  display: block;
}
.hs-tabs__item img{ 
  max-width: 100%;
  height: auto;
}
.hs-tabs__nav{
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: -1px;
  text-align: center;
}
.hs-tabs__nav li{
  display: inline-block;
}
.hs-tabs__navitem{
  text-decoration: none;
  display: block;
  padding: 1px 40px;
  box-shadow: rgb(0 0 0 / 6%) 0px 3px 4px 0px;
  transition: all 0.2s linear 0s;
}

.hs-tabs__navitem *{
  pointer-events: none;
}

 	/* TESTIMONIAL */ 

.testimonial {  
  position: relative;
}
.testimonial-widget {
  font-style: normal;
}
.quote-box {
  display: flex;
  padding: 0 50px;
}
.quote-box div {
  padding: 1em 1em;
  line-height: 1.3;
  
  position: relative;
  font-style: normal!important;
  font-weight: 700;
}
.text-textimonial {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.details {
    background-color: #fafafa;
    padding: 26px 50px 35px;
    font-size: 15px;
    line-height: 18px;
    display: block;
    width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
   
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.details-name {
    font-size: 18px;
    line-height: 22px;
    display: block;
    margin-bottom: 5px;
    font-weight: 900;
    color: #333;
}
.quote-box {
    padding-left: 0;
    box-shadow: 0px 7px 21px rgb(0 0 0 / 8%);
}
.quote-arrows .previous{
  left: -35px
}
.quote-arrows .next{
  right: -35px!important;
}
.quote-arrows .next, .quote-arrows .previous {
  box-shadow: 0px 5px 10px rgb(0 0 0 / 11%);
    top: 50%;
    font-size: 32px;
    width: 72px!important;
    height: 72px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    padding: 0!important;
}
.quote-box img {
     width: 275px;
    height: 380px!important;
    object-fit: cover; 
}
.details-tipo {
    font-size: 16px;
    line-height: 22px;
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
}
.quote-box div::before, .quote-box div::after {
  top: 50%;
  position: absolute;
  margin-top:-48px;
}
.details{
bottom: 20px;
}
.quote-arrows .previous, .quote-arrows .next {
  cursor: pointer;
  position: absolute;
  width: auto;
  margin-top: -30px;
  font-weight: bold;
  border-radius: 50%;
  user-select: none;
}
.quote-arrows .next {
  position: absolute;
  right: 10px;
  border-radius: 50%;
}

.hs-tabs.filter_tab  .hs-tabs__navitem--active:after{
  display: none;
}
.hs-tabs.filter_tab .hs-tabs__navitem{
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-align: center;
    padding: 0 1.5rem;
    margin: 0 4.5px;
    border-radius: 9px;
    -webkit-box-shadow: 0 3px 4px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 3px 4px 0 rgb(0 0 0 / 6%);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    min-width: 98px;
    cursor: pointer;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    line-height: 40px;
    border: none;
}
@media (max-width: 768px) {
  .quote-box {
    padding: 0 0px;
  }
  .quote-box blockquote {
  	padding: 1em;
  }
  .quote-box blockquote::before, .quote-box blockquote::after {
  	top: auto;
  }
  .quote-box .text-detail{
    font-size: 16px!important;
  }
  .text-detail{
    margin-bottom: 60px;
  }
  .quote-box img{
    width: 100%;
    height: 120px;
  }
  .quote-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .quote-arrows .next, .quote-arrows .previous {
    width: 60px!important;
    height: 60px!important;
    font-size: 28px!important;
  }
  .quote-arrows .next {
    right:-20px!important;
  }
  .quote-arrows .previous {
    left:-20px!important;
  }
}


.quote-arrows .previous:hover, .quote-arrows .next:hover {
    background: rgb(255 255 255)!important;
    color: rgba(204, 2, 1, 1.0)!important;
}
