.glosario-sorriso .contenido h2{
  color:#FF4713;
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0em;
  text-align: center;
  font-family:"poppins";
  margin-bottom: 40px;
}

.glosario-sorriso .contenido .tab-header{
  display: flex;
  justify-content: space-evenly;
  font-family:"poppins";
}

.glosario-sorriso .contenido .tab-header a{
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: center;
  color: #53575A;
  width: 34px;
  height: 32px;
    font-family:"poppins";

}

.glosario-sorriso .contenido .tab-header a:hover{
  color: #FF4713;
}

.glosario-sorriso .contenido .tab-header a.active{
  color: #FF4713;
  position: relative;
}

.glosario-sorriso .contenido .tab-header a.disabled{
    opacity: 0.32; 
    pointer-events: none !important;
}

.glosario-sorriso .contenido .tab-header a.active::before{
  content: ' ';
  position: absolute;
  background: #FF4713;
  height: 4px;
  width: 100%;
  left: 0;
  bottom: -5px;
}

.glosario-sorriso .contenido .tab-content .tab-pane{
  margin-top: 80px;
  display: none;
  border-bottom: 1px solid #53575A;
  padding-bottom: 30px;
}

.glosario-sorriso .contenido .tab-content .tab-pane.active{
  display: block !important;
}

.glosario-sorriso .contenido .tab-content .tab-pane h3{
  position: relative;
  font-size: 34px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0em;
  text-align: left;
  padding-right: 60px;
  color: #53575A;
  cursor:pointer;
  font-family:"poppins";

}

.glosario-sorriso .contenido .tab-content .tab-pane h3::after{
  content: '';
  position: absolute;
  top: 25px;
  right: 3px;
  background: #FF4713;
  width: 30px;
  height: 5px;
  transform: rotate(130deg);
  transition: 0.5s ease-in-out;
}

.glosario-sorriso .contenido .tab-content .tab-pane h3::before{
  content: '';
  position: absolute;
  top: 25px;
  right: 20px;
  background: #FF4713;
  width: 30px;
  height: 5px;
  transform: rotate(230deg);
  transition: 0.5s ease-in-out;
}

.glosario-sorriso .contenido .tab-content .tab-pane h3.tab-title.active::after{
  transform: rotate(50deg);
}

.glosario-sorriso .contenido .tab-content .tab-pane h3.tab-title.active::before{
  transform: rotate(130deg);
}


.glosario-sorriso .contenido .tab-content .tab-pane .tab-description{
  display: none;
}

.glosario-sorriso .contenido .tab-content .tab-pane .tab-description.active{
  display: block;
}

.glosario-sorriso .contenido .tab-content .tab-pane p{
  font-family:"poppins";
  font-size: 20px;
  max-width: 95%;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #53575A;
}


@media(max-width: 767px){
    .glosario-sorriso .contenido .tab-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    /* padding: 10px; */
}
.glosario-sorriso .contenido .tab-content .tab-pane h3 {
    position: relative;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #53575A;
    cursor: pointer;
    font-family: "poppins";
    max-width: 100%;
}
.glosario-sorriso .contenido .tab-content .tab-pane p {
    font-family: "poppins";
    font-size: 16px;
    /* max-width: 95%; */
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #53575A;
    padding-right: 30px;
}
.glosario-sorriso .contenido .tab-content .tab-pane h3::after{
  content: '';
  position: absolute;
  top: 15px;
  right: 3px;
  background: #FF4713;
  width: 30px;
  height: 5px;
  transform: rotate(130deg);
  transition: 0.5s ease-in-out;
}
.glosario-sorriso .contenido .tab-content .tab-pane h3::before{
  content: '';
  position: absolute;
  top: 15px;
  right: 20px;
  background: #FF4713;
  width: 30px;
  height: 5px;
  transform: rotate(230deg);
  transition: 0.5s ease-in-out;
}
}
