.elementor-786 .elementor-element.elementor-element-490e3be{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-786 .elementor-element.elementor-element-490e3be{--width:75%;}}/* Start custom CSS for html, class: .elementor-element-7f031f5 */.rc-glossary {
  padding: 4vw 6vw;
  font-family: 'Red Hat Display', sans-serif;
  color: #000;
}

.rc-glossary__title {
  font-size: 2.5vw;
  font-weight: 800;
  justify-content: center;
  margin-bottom: 3vw;

}

.rc-glossary__list {
  border-top: 1px solid #000;
}

.rc-glossary__item {
  border-bottom: 1px solid #000;
}

.rc-glossary__header {
  width: 100%;
  background: transparent ;
  border: none;
  padding: 2vw 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  text-align: left;
  color: #000;
  font-family: 'Red Hat Display', sans-serif;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}


.rc-glossary__header:hover,
.rc-glossary__header:focus,
.rc-glossary__header:active,
.rc-glossary__header:focus-visible {
  
  background: transparent;
  outline: none;
  box-shadow:none;
}

.rc-glossary__header *,
.rc-glossary__header:hover *,
.rc-glossary__header:focus *,
.rc-glossary__header:active * {
  color: #000 ;
  text-decoration: none;
}


.rc-glossary__header:hover {
  opacity: 0.65;
}



.rc-glossary__text strong {
  font-size: 1.4vw;
  font-weight: 600;
}

.rc-glossary__text p {
  margin-top: 0.6vw;
  font-size: 1.3vw;
  line-height: 1.6;
}

.rc-arrow {
  font-size: 1.4vw;
  margin-left: 2vw;
  transition: transform 0.3s ease;
}

.rc-glossary__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.rc-glossary__content p {
  font-size: 1.4vw;
  line-height: 1.7;
  padding-bottom: 2vw;
  max-width: 60vw;
}

/* Abierto */
.rc-glossary__item.active .rc-glossary__content {
  max-height: 30vw;
}

.rc-glossary__item.active .rc-arrow {
  transform: rotate(90deg);
}

/* 📱 Mobile */
@media (max-width: 768px) {

  .rc-glossary {
    padding: 8vw 6vw;
  }

  .rc-glossary__title {
    font-size: 6vw;
    margin-bottom: 6vw;
  }

  .rc-glossary__text strong {
    font-size: 4.5vw;
  }

  .rc-glossary__text p,
  .rc-glossary__content p {
    font-size: 3.8vw;
  }

  .rc-arrow {
    font-size: 4.5vw;
  }

  .rc-glossary__item.active .rc-glossary__content {
    max-height: 120vw;
  }
}


/* ===============================
   CONTROL DE ANCHO Y CORTE
================================ */
.rc-glossary__header {
  overflow: hidden;
}

.rc-glossary__text {
  max-width: 75vw;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.rc-glossary__content p {
  max-width: 75vw;
  word-wrap: break-word;
  overflow-wrap: break-word;
}


.rc-arrow {
  font-size: 1.8vw;
  margin-left: 2vw;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.3s ease, opacity 0.2s ease;
}


.rc-glossary__header:hover .rc-arrow {
  opacity: 0.7;
}

@media (max-width: 768px) {

  .rc-glossary__text,
  .rc-glossary__content p {
    max-width: 100%;
  }

  .rc-arrow {
    font-size: 6vw;
    margin-left: 3vw;
  }
}


..rc-glossary__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.rc-glossary__text {
  flex: 1;
  min-width: 0;
  max-width: calc(100% - 4vw);
  white-space: normal;
}

.rc-arrow {
  flex-shrink: 0;
  align-self: flex-start;
  margin-left: 2vw;
}


.rc-glossary__title {
  display: flex;
  align-items: center;
  gap: 1vw;
}

.rc-glossary__icon {
  width: 5vw;
  height: auto;
}/* End custom CSS */