.glosario-sorriso .contenido h2{
  color: var(--Azul-Escuro, #1226AA);
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 15px;
}

.glosario-sorriso .contenido .tab-header{
  display: flex;
  justify-content: space-evenly;
  font-family:"poppins";
  padding-bottom: 64px;
}

.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: #1226AA;
}

.glosario-sorriso .contenido .tab-header a.active{
  color: #1226AA;
  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: #1226AA;
  height: 4px;
  width: 100%;
  left: 0;
  bottom: -5px;
}

.glosario-sorriso .contenido .tab-content .tab-pane{
  margin-top: 32px;
  display: none;
  border-bottom: 1px solid #53575A;
  padding-bottom: 16px;
}

.glosario-sorriso .contenido .tab-content .tab-pane.active{
  display: block !important;
}

.glosario-sorriso .contenido .tab-content .tab-pane h3{
  position: relative;
  line-height: 54px;
  letter-spacing: 0em;
  text-align: left;
  cursor:pointer;
  color: var(--Grey, #53575A);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.glosario-sorriso .contenido .tab-content .tab-pane h3::after{
    content: '';
    position: absolute;
    top: 25px;
    right: 5px;
    background: #1226AA;
    width: 20px;
    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: 15px;
    background: #1226AA;
    width: 20px;
    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: 17px;
  max-width: 95%;
  font-weight: 600;
  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: 20px;
    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: #1226AA;
  width: 20px;
  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: 14px;
        background: #1226AA;
        width: 20px;
        height: 5px;
        transform: rotate(230deg);
        transition: 0.5s ease-in-out;
    }
}
