@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
:root {
  --white: #ffffff;
  --black: #000000;
  --gray-100: #f5f5f5;
  --gray-200: #e0e0e0;
  --gray-300: #c6c6c6;
  --gray-400: #a2a2a2;
  --gray-500: #7a7a7a;
  --gray-600: #545454;
  --gray-700: #333333;
  --gray-800: #212121;
  --gray-900: #222d42;
  --blue: #0066cc;
}

html {
  scroll-behavior: smooth;

  box-sizing: border-box;
  overscroll-behavior: none;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  letter-spacing: -0.02em;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  text-decoration: none;
  text-transform: none;
  color: var(--gray-700);
  text-rendering: optimizeSpeed;
}
.logos-confianza {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 3rem;
}
.logos-confianza li img {
  display: block;
  width: 100%;
  height: 100px;
}
.paragraph-id--40 h3 {
  color: var(--white);
}
img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto;
  display: block;
}

blockquote {
  font-size: 2rem;
  text-align: center;
  width: 70%;
  display: block;
  margin: 0 auto;
}

blockquote span {
  font-size: 1.1rem;
}

h1,
h2,
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: var(--gray-800);
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2em;
  line-height: 1.2;
}

h3 {
  font-size: 2.5em;
}

h4 {
  margin: 0;
}
.pagina-contacto {
  background-color: #f5f5f5;
}
.titulo-pagina {
  text-align: center;
  position: relative;
  background-color: transparent;
  padding-bottom: 1rem;

  padding-top: 3rem;
}
ul#escalanada {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 2.5rem;
}
ul#escalanada li:nth-child(2) {
  padding-left: 6rem;
}
ul#escalanada li:nth-child(3) {
  padding-left: 12rem;
}
strong {
  font-weight: 700;
  color: var(--black);
}

a {
  text-decoration: none;
  color: var(--blue);
}

.button {
  background-color: #932929;
  display: block;
  padding: 0 30px;
  line-height: calc(3rem + 5px);
  color: #fff;
  border-radius: 100px;
  border: none !important;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: max-content;
  color: var(--white);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  height: auto;
}

.button::after {
  content: "\e606";
  font-family: "simple-line-icons";
  font-size: 16px;
  position: absolute;
  right: 24px;
}

.button:hover {
  background-color: #166183;
}
.perfil .contenedor {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}

.perfil .imagen img {
  max-width: 300px;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.perfil .texto {
  flex: 1;
  min-width: 300px;
  font-size: 1rem;
}

.perfil h2 {
  margin-top: 0;
}

.container {
  max-width: 1400px;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.exposiciones-content {
  display: flex;
  align-items: top;
  justify-content: space-between;
  padding: 3.5rem 0px;
  grid-gap: 50px;
}

.exposiciones-right__inner {
  padding: 20px;
  border-radius: 6px;
  border: solid 1px #cdcdcd;
  background-color: #f5f5f5;
  font-size: 0.9rem;
}

.exposiciones-right__inner .field {
  margin: 10px 0px;
}

.img-left-exp {
  position: relative;
  margin-top: 2rem;
}

.buy-exposicion {
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.buy-exposicion a {
  background-color: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 12px;
  justify-content: center;
  border-radius: 50%;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}

.buy-exposicion a:hover {
  background-color: var(--blue-dark);
}

.exposiciones-right__inner .field__label {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--black);
}

.exposiciones-left,
.exposiciones-right {
  width: 25%;
}

.exposiciones-center {
  width: 50%;
}

.exposiciones-center h1 {
  margin-top: 0;
}

.general-button {
  display: inline-flex;
  background-color: var(--red);
  color: var(--white);
  padding: 14px 60px 14px 30px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 20px;

  border-radius: 30px;
}

.general-button::after {
  content: "\e606";
  font-family: "simple-line-icons";
  font-size: 16px;
  position: absolute;
  right: 24px;
}

.general-button:hover {
  background-color: var(--black);
}

.img-left-exp img {
  display: block;
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.exposicion-gallery {
  padding: 2.5rem 0px;
  background-color: var(--gray-500);
}

.exposicion-gallery img {
  width: 100%;
  display: block;
  height: 400px;
  object-fit: cover;
}

.exposicion-gallery h2 {
  color: var(--white);
}

.exposicion-gallery ul {
  list-style: none;
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

ul.lista-actividades {
  margin: 0;
  padding: 0;
}

ul.lista-actividades li:hover a img,
ul.lista-actividades-page li:hover a img {
  transform: scale(1.1);
}

ul.lista-actividades li img,
ul.lista-actividades-page li img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  transform: scale(1);
  height: 272px;
}

#block-general-page-title h1 {
  width: 100%;
  margin: 0 auto;
  display: block !important;
  display: contents;
  z-index: 1;
  position: relative;
}

ul.lista-actividades li a,
ul.lista-actividades-page li a {
  background-color: #e5f2f7;
  display: block;
  color: #333;
  /* box-shadow: 2px 4px 12px rgba(0, 0, 0, .08); */
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);

  overflow: hidden;
  min-height: 720;
}

ul.lista-actividades li a:hover,
ul.lista-actividades-page li a:hover {
  background-color: #fff;
}

#block-views-block-actividades-block-1 h2 {
  text-align: center;
}

ul.lista-actividades h3,
ul.lista-actividades-page h3 {
  margin: 0px 0px 14px 0px;
  font-size: 1.66667rem;
  line-height: 1.2;
  font-size: 30px;
  font-weight: normal;
  color: rgba(0, 102, 102, 1);
}

ul.lista-actividades-page {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  list-style: none;
  flex-wrap: wrap;
}

ul.lista-actividades-page li {
  flex-basis: calc(32.33% - 10px);
  margin: 10px;
}

.view-actividades {
  background-color: #e5e5e5;
  padding: 4.5rem 0px;
}

.teaser__content {
  padding: 30px;
}

.teaser__content span {
  color: var(--red-dark);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.teaser__content span::before {
  content: "\e075";
  font-family: "simple-line-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.teaser__content p {
  margin-top: 0px;
}

.teaser__imagen {
  position: relative;
  height: 272px;
  overflow: hidden;
}

.content__inner {
  display: flex;
  margin-bottom: 3rem;
}

.col__left {
  flex: 0.5;
}

.col__right {
  flex: 1;
}

.col__right .lista-actividades-page {
  gap: 14px;
}

.col__right .lista-actividades-page li {
  flex-basis: calc(100%);
  margin: 0;
}

.col__right .lista-actividades-page li a {
  display: flex;
  height: auto;
  flex-direction: row;
  align-items: center;
}

.col__right .lista-actividades-page li a .teaser__imagen {
  height: auto;
  width: 160px;
}

.col__right .lista-actividades-page li a .teaser__content {
  width: 70%;
  padding: 0px 20px;
}

.col__right .lista-actividades-page li a .teaser__content h3 {
  font-size: 1rem;
}

.col__right .lista-actividades-page li a img {
  height: 100px;
  width: 100px;
  object-fit: cover;
}
.wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  line-height: 0;

  background-color: #f5f5f5;
}
.wave-bottom-header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  line-height: 0;
  z-index: 0;
  background-color: #ffffff;
}

.wave-bottom svg,
.wave-bottom-header svg {
  display: block;
  width: 100%;
  height: 100%;
}
.col__center {
  flex: 2;
}

/*HEADER*/
header {
  background-color: #fff;
  position: relative;
}
.node--type-landing {
  background-color: #f5f5f5;
}
.region-header-right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

#block-general-menuheader ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
  justify-content: end;
}

#block-general-menuheader ul li a {
  color: var(--gray-100);
}

#block-general-menuheader li#buscar {
  position: relative;
  margin-left: 30px;
  width: 40px;
}

#block-general-menuheader li#buscar a {
  font-size: 0;
}

#block-general-menuheader li#buscar a::before {
  content: "\e090";
  font-family: "simple-line-icons";
  font-size: 20px;
  position: absolute;
  top: -4px;
}

header a.site-logo img {
  width: 340px;
}

.header__navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#block-general-main-menu ul {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
}
ul.lista-de-noticias {
  padding: 0;
  list-style-type: 0;
  display: grid;
  align-items: initial;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px calc(3rem * 2);
  padding-left: 0;
  margin: 0 auto;
  width: 1100px;
}
ul.lista-de-noticias li {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
ul.lista-de-noticias a {
  color: var(--gray-900);
  text-decoration: none;
}
ul.lista-de-noticias a span {
  color: var(--blue);
  text-decoration: underline;
  display: block;
  margin-top: 14px;
}
#filtros-agenda,
.container-resultados-anclas,
.container-resultados-filtros {
  display: none;
}
ul.lista-de-noticias h3 {
  margin-bottom: 0;
  line-height: 1.2;
  margin-bottom: 20px;
}
ul.lista-de-noticias p {
  margin: 10px 0px;
}
ul.lista-de-noticias li:nth-child(2n) {
  margin-block-start: calc(3rem * 1.5);
}
ul.lista-de-quienes-somos {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
ul.lista-de-quienes-somos:not(ul ul) > li {
  padding: 40px 0px;
  border-bottom: solid 1px #cdcdcd;
}
ul.lista-de-quienes-somos:not(ul ul) > li:last-child {
  border-bottom: none;
}
.q-global {
  display: grid;
  grid-template-columns: 25% 75%;
  gap: 20px;
}
.q-global h3 {
  font-size: 22px;
  font-weight: 700;
}
ul.categorias-actividades {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 0 3rem 0px;
  padding: 0;
  gap: 20px;
  list-style: none;
}

ul.categorias-actividades li img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  transform: scale(1);
  height: 390px;
  object-fit: contain;
}

ul.categorias-actividades li:hover a img {
  transform: scale(1.1);
}

.teaser__imagen__categorias {
  position: relative;
  height: 200px;
  overflow: hidden;
}

ul.categorias-actividades li a {
  background-color: #fff;
  display: block;
  color: #333;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
}

ul.categorias-actividades li h2 {
  margin: 10px 0px;
  color: var(--white);
  font-weight: normal;
  font-size: 1.2rem;
}

ul.categorias-actividades li .teaser__content {
  /*position: absolute;*/
  bottom: 0;
  background-color: #4595ba;
  max-width: 100%;
  display: block;
  color: var(--black);
  padding: 10px 30px;
}

ul.categorias-actividades li .teaser__content h4 {
  font-size: 2rem;
  margin-bottom: 10px;
}

ul.categorias-actividades li .teaser__content .autor {
  margin-bottom: 10px;
}

.container-testimonio .galeria__custom li {
  height: 300px;
}

.container-testimonio .galeria__custom li img {
  height: 300px;
  object-fit: contain;
}

.add-testimonio {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 40px;
}
.q-imagen img {
  width: 250px;
}
.add-testimonio a {
  background-color: #4595ba;
  padding: 14px 30px;
  border-radius: 40px;
  color: #fff;
}
.resumen__actividades .blog-right1 {
  border-left: 4px solid #ccc;
  padding-left: 1rem;
  font-style: italic;
  color: #000000;
}

.resumen__actividades blockquote {
  font-size: 1rem;
  text-align: left;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.path-actividades {
  background-color: var(--gray--600);
}

/*HEADER*/
/*FOOTER*/
footer {
  background-color: #f5f5f5;
  padding: 1rem 0px;
  position: relative;
  color: var(--white);
  font-family: "Lato", sans-serif;
}

.region-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.article-image img {
  object-fit: cover;
}
.footer-bottom {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: relative;
  z-index: 1;
}
.footer-bottom p {
  margin: 40px 0 0 0;
}
.logo-mc {
  width: 340px;
}

ul.social-network {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style-type: none;
  justify-content: right;
}
a.boton {
  background-color: #932929;
  display: block;
  padding: 0 30px;
  line-height: calc(3rem + 5px);
  color: #fff;
  border-radius: 100px;
  border: none !important;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: max-content;
  color: var(--white);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
  text-decoration: none;
  font-family: "Lato", sans-serif;
}
ul.social-network li {
  display: flex;
  margin-right: 10px;
}

ul.social-network .icon-twitter::before {
  content: "";
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  position: relative;
  background-image: url("../images/x_twitter.svg");
  background-repeat: no-repeat;
  display: block;
}

ul.social-network .icon-instagram::before {
  content: "";
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  position: relative;
  background-image: url("../images/instagram.svg");
  background-repeat: no-repeat;
  display: block;
}

ul.social-network .icon-facebook::before {
  content: "";
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  position: relative;
  background-image: url("../images/facebook.svg");
  background-repeat: no-repeat;
  display: block;
}

ul.social-network .icon-linkedin::before {
  content: "";
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  position: relative;
  background-image: url("../images/linkedin.svg");
  background-repeat: no-repeat;
  display: block;
  margin-top: -2px;
}

ul.social-network .icon-youtube::before {
  content: "";
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  position: relative;
  background-image: url("../images/youtube.svg");
  background-repeat: no-repeat;
  display: block;
}

ul.social-network .icon-tiktok::before {
  content: "";
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  position: relative;
  background-image: url("../images/tiktok.svg");
  background-repeat: no-repeat;
  display: block;
}

ul.social-network li a {
  font-size: 0;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 20px;
}

footer ul li a {
  color: var(--black);
  padding: 4px 0px;
  display: block;
}

footer h2 {
  font-size: 0.8rem;
  font-weight: normal;
  text-transform: uppercase;
  color: var(--white);
}

/*ENDFOOTER*/

.social-media-sharing ul {
  padding: 0px 2rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.path-servicios .region-content {
  background-color: #f0f8f8;
  padding: 3rem 0px;
}

.global-expert {
  position: relative;
}

.expert-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

ul.lista-expertos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-expert img {
  height: 400px;
  object-fit: cover;
}

.global-expert {
  color: var(--white);
  font-size: 1.5rem;
}

#block-views-block-expertos-en-ventas-block-1 h2 {
  text-align: center;
}

ul.mi-contacto .js-form-type-checkbox {
  display: flex;
  align-items: center;
  flex-direction: row;
}
ul.mi-contacto {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  grid-gap: 20px;
  margin: 0 auto;
}

ul.mi-contacto li {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 100%;
  margin: 0;
}

ul.mi-contacto label,
legend {
  font-weight: 700;
  margin-bottom: 6px;
  display: block;
  font-family: "Lato", sans-serif;
}

#edit-actions {
  width: fit-content;
}

input {
  height: 44px;
  border: solid 1px #cdcdcd;
  border-radius: 8px;
  display: block;

  padding: 0px 10px;
  font-family: "Lato", sans-serif;
}

textarea {
  border: solid 1px #cdcdcd;
  border-radius: 8px;
  width: 96%;
  display: block;
  padding: 20px 10px;
  font-family: "Lato", sans-serif;
}

ul.articulos {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: inherit;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  text-align: left;
  list-style-type: none;
  color: #fff;
}

ul.articulos li {
  padding: 20px 0px;
}

.blog-content {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 30px;
}

.blog-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 66%;
}

ul.articulos li a .blog-right {
  overflow: hidden;
}

.blog-right {
  width: 34%;
}
#block-views-block-blog-block-1 h2 {
  text-align: center;
  margin-top: 0;
}
#paragraph-53 {
  background-color: #f0f8f8;
}
ul.articulos h3 {
  margin: 0px 0px 10px 0px !important;
  width: 100% !important;
}
#block-views-block-blog-block-1 .page-node-type-article .article-image img {
  height: 400px;
  object-fit: contain;
}

ul.articulos li a img {
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  height: 300px;
  object-fit: cover;
}

ul.articulos a {
  color: var(--gray-500);
  overflow: hidden;
}

ul.articulos li a:hover img {
  transform: scale(1.1);
}

.expert-image::before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #212121, #03030366);
  inset: 0;
}

.media-custom-texto blockquote {
  font-size: 1.5em;
}

.paragraph .form-group h2 {
  width: 50%;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
/*Galeria*/
.galeria__custom ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.galeria__custom ul li {
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 2px;
  width: calc(33.333% - 10px);
  box-sizing: border-box;
}
.galeria__custom ul li a {
  display: block;

  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  overflow: hidden;
  position: relative;
}
.galeria__custom ul li a img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform: scale(1);
}
.galeria__custom ul li a:hover img {
  transform: scale(1.1);
}
.paragraph--type--galeria {
  padding: 3rem 0px;
}
label,
legend {
  font-weight: 700;
  margin-bottom: 6px;
  display: block;
  font-family: "Lato", sans-serif;
}
#block-fichafamiliarformblock input,
#block-views-block-testimonios-block-1 input {
  margin-bottom: 20px;
  margin-top: 10px;
}

/*** enventosss ****/
.evento-contenido {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}

.evento-header {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  align-content: center;
  justify-content: center;
}

.evento-columna {
  flex: 1 1 100%;
}

.evento-imagen img {
  max-width: 100%;
  height: auto;
  display: block;
}

.evento-detalles {
  flex: 1 1 100%;
}

.evento-titulo {
  margin: 0 0 1rem 0;
  font-size: 2rem;
}

.evento-subtitulo {
  font-size: 25px;
  font-weight: 600;
  margin: 50px 0px;
}

.evento-lugar {
  font-size: 22px;
  font-weight: 600;
  margin: 50px 0px;
}
.evento-direccion {
  font-size: 20px;
  font-weight: 400;
}
.evento-fecha {
  font-size: 20px;
  font-weight: 400;
}

/*.evento-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.evento-info li {
  margin-bottom: 0.5rem;
}

.evento-columna-title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
  word-break: break-word;
  white-space: normal;
}*/

@media only screen and (max-width: 767px) {
  .texto-imagen-content {
    min-height: none !important;
  }

  .texto-imagen-texto {
    left: auto !important;
    padding: 0 15px !important;
  }

  .texto-imagen-imagen {
    height: 300px !important;
    margin-top: 40px !important;
  }
  h1 {
    font-size: 2em;
  }
  #block-general-page-title h1 {
    width: 100%;
    padding: 0px 30px;
    text-align: center;
    box-sizing: border-box;
  }
  h2 {
    font-size: 1.5em;
    line-height: 1.2;
  }
  .titulo-pagina {
    height: auto;
  }
  header a.site-logo img {
    width: 160px;
  }
  input {
    width: 80%;
  }

  .evento-header {
    display: block;
  }

  .evento-columna {
    flex: 0 0 50%;
  }
  .evento-columna-contenido {
    display: block;
  }
  .evento-columna-imagen,
  .info-evento {
    width: 100%;
  }
  ul.lista-de-noticias {
    display: block;
    width: 100%;
  }
  ul.categorias-actividades {
    display: block !important;
  }
  ul.categorias-actividades li {
    margin-bottom: 20px;
  }
  .ck-reset {
    width: 80% !important;
  }

  .tbm-submenu-toggle {
    background-color: inherit !important;
  }
  .tbm-column ul {
    align-items: flex-end !important;
  }
}

#paragraph-118 .contenedor-panel {
  align-items: flex-start;
}

#paragraph-118 .contenedor-panel ul li {
  padding-bottom: 10px;
}
.right-footer img {
  width: 100px;
}
#paragraph-120 {
  padding: 3rem 0px;
}
