section#galeria {
    background-color: white;
}

.f--field.f--section-title.mt-5.text-start.english-title {
    padding-left: 0 !important;
}

.cc--heading-description .inner-wrapper {
    padding-left: 5%;
}
.contenedor_blog_listado {
    background-color: #efefef;
    padding: 0% 16% 5% 16%;
}

.contenedor_noticias_listado {
    /* background-color: #efefef; */
    padding: 0% 16% 5% 16%;
}
.bg-idiomas{background-color:#006FB5 !important;}
.col-12 ul {
    list-style: disc !important;
}
/* Hide the original text for specific label */
#body-add-more-wrapper .form-type--textarea label.form-item__label {
  font-size: 0;  /* Makes the original text invisible */
}

/* Add new text using pseudo-element */
#body-add-more-wrapper .form-type--textarea label.form-item__label::after {
  content: "Título";
  font-size: 0.889rem;
}
table {
    min-width: fit-content !important;
}