@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
}

body, html {
  overflow-x: hidden;
}

.max-50 {
  max-width: 870px !important;
}

.max-25 {
  max-width: 435px !important;
}

.wp-block-themepunch-revslider {
  max-width: 100%;
  overflow-x: hidden;
}

/* ********************** Cabecera ********************** */
.elementor-column.elementor-col-100 .sobrecabecera {
  min-height: 12px;
  position: relative;
}

.elementor-column.elementor-col-100 .sobrecabecera::before {
  position: absolute;
  content: " ";
  display: block;
  top: 0;
  height: 100%;
  background: black;
  width: 300vw;
  left: -100vw;
}

.pagina-oficial p {
  margin: 0;
}

.pagina-oficial p:nth-child(1) {
  margin-top: 1rem;
}

.pagina-oficial p:nth-child(2) {
  margin-top: -0.8rem;
}

.pagina-oficial p:nth-child(1) strong {
  color: #000;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  line-height: 0.9rem;
  display: inline-block;
  padding-top: 0.45rem;
  max-width: 15rem;
}

.pagina-oficial p:nth-child(2) strong {
  color: #00499d;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  line-height: 1em;
  display: inline-block;
  padding-top: 0;
  max-width: 15rem;
  font-size: 0.55rem;
  margin-top: -1rem;
}

@media (max-width: 1066px) {
  .pagina-oficial p:nth-child(1) strong {
    font-size: 0.8rem;
  }

  .pagina-oficial p:nth-child(2) strong {
    font-size: 0.6rem;
  }
}
@media (max-width: 492px) {
  .texto-sobrecabecera {
    font-size: 0.51rem !important;
    width: 100%;
  }
}
/* ********************** /Cabecera ********************** */
button.sub-menu-toggle {
  display: none;
}

.page-id-1373 .elementor-motion-effects-layer,
.page-id-1877 .elementor-motion-effects-layer,
.page-id-1881 .elementor-motion-effects-layer,
.page-id-1367 .elementor-motion-effects-layer,
.page-id-1270 .elementor-motion-effects-layer,
.page-id-1879 .elementor-motion-effects-layer,
.page-id-1883 .elementor-motion-effects-layer,
.page-id-1370 .elementor-motion-effects-layer {
  filter: none !important;
}

@media (min-width: 1095px) and (max-width: 1248px) {
  .selector-idioma-escritorio a {
    margin: 0 2% !important;
  }
}
@media (min-width: 1025px) and (max-width: 1094px) {
  .selector-idioma-escritorio a {
    margin: 0 0.7% !important;
  }
}
@media (min-width: 1025px) {
  .submenu-columnas ul {
    flex-flow: column wrap;
    max-height: 20.57rem;
    height: 50vh;
  }
  .submenu-columnas ul li {
    background: white;
  }

  .elementor-sub-item.has-submenu.highlighted + ul {
    display: flex !important;
  }
}
.menu-search-box.menu-item.menu-item-type-gs_sim.menu-item-object-gs_sim {
  padding: 1rem 1.8rem;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
}
.menu-search-box.menu-item.menu-item-type-gs_sim.menu-item-object-gs_sim input {
  border-radius: 0;
  border: 1px solid #aaa;
  margin-left: 0.5rem;
  padding: 0.5rem;
}

@media (max-width: 401px) {
  .menu-search-box.menu-item.menu-item-type-gs_sim.menu-item-object-gs_sim {
    text-align: center;
  }
  .menu-search-box.menu-item.menu-item-type-gs_sim.menu-item-object-gs_sim label {
    display: none;
  }
}
.menu-search-box .search-form {
  display: flex !important;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}
.menu-search-box .search-form label {
  flex-basis: 7%;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: left;
}
.menu-search-box .search-form input[type=search] {
  flex-grow: 1;
  flex-basis: 80%;
  flex-shrink: 1;
  text-align: center;
}
.menu-search-box .search-form input[type=submit] {
  flex-basis: 13%;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
}

.menu-gtranslate {
  display: flex !important;
  flex-flow: row nowrap;
}
.menu-gtranslate a {
  flex-basis: 33.33%;
  width: 33.33%;
  text-align: center !important;
  display: inline-block !important;
}

@media (min-width: 1025px) {
  .menu-gtranslate {
    display: none !important;
  }
}
/*  ********************** Bloques **************************/
.bloque-portada.verde {
  color: #688820;
}

@media (max-width: 1850px) {
  .bloque-portada {
    padding: 2rem 1rem;
  }
}
@media (max-width: 530px) {
  .bloque-portada {
    padding: 0.3rem;
  }
}
.bloque-portada h2 {
  color: white;
  text-transform: uppercase;
  margin: 0;
  font-size: 4.5rem;
  line-height: 5.1rem;
}
@media (max-width: 946px) {
  .bloque-portada h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.bloque-portada h3 {
  color: white;
  text-transform: uppercase;
  margin: 0;
  font-size: 3.2rem;
  margin-bottom: 2rem;
}
@media (max-width: 946px) {
  .bloque-portada h3 {
    font-size: 2rem;
  }
}
.bloque-portada p {
  font-size: 1.15rem;
}
@media (max-width: 946px) {
  .bloque-portada p:last-child {
    margin-bottom: 0px;
  }
}

/* ******************* /Bloques portada *****************************/
.bloque-dividido-portada {
  color: white;
  display: flex;
  height: 100%;
  flex-flow: column nowrap;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: 1.2rem;
  line-height: 1.7rem;
  border-left: 1px solid #5e5e5e;
  overflow: hidden;
}

.bloque-dividido-portada .video-bloques-portada {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.bloque-dividido-portada .video-bloques-portada h2 {
  margin-top: 4.3rem;
  font-size: 4.4rem;
  color: #ffce08;
}
.bloque-dividido-portada .video-bloques-portada .boton-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s linear;
}
.bloque-dividido-portada .video-bloques-portada::after {
  display: block;
  content: " ";
  background: url("/wp-content-5987/uploads/2021/02/fondo-video.jpg") no-repeat center center;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  transition: transform 0.3s ease-in-out;
}
.bloque-dividido-portada .video-bloques-portada:hover::after {
  transform: scale(1.1);
}
.bloque-dividido-portada .video-bloques-portada:hover .boton-play {
  transform: translate(-50%, -50%) scale(1.1);
}

.bloque-dividido-portada > div {
  flex-basis: 50%;
  flex-shrink: 0;
  flex-grow: 1;
  padding-left: 4.5rem;
}
.bloque-dividido-portada > div:first-child {
  max-width: 47rem;
  padding-bottom: 3rem;
}
@media (max-width: 1550px) {
  .bloque-dividido-portada > div:first-child {
    padding-bottom: 3rem;
    padding-right: 3rem;
  }
}
.bloque-dividido-portada > div:first-child h2 {
  font-size: 4.3rem;
  text-transform: uppercase;
  margin-top: 2.2rem;
  margin-bottom: 2.7rem;
}
.bloque-dividido-portada > div:nth-child(2) {
  border-top: 1px solid #5e5e5e;
  padding-bottom: 38%;
}

.accesos .elementor-text-editor {
  color: white;
  text-transform: uppercase;
  padding: 0.4rem 3.5rem 14rem;
}
@media (max-width: 1705px) {
  .accesos .elementor-text-editor {
    padding: 3rem 1rem 9rem;
  }
  .accesos .elementor-text-editor h2 {
    margin-top: 0;
  }
  .accesos .elementor-text-editor h3 {
    margin-bottom: 0;
  }
}
@media (max-width: 1434px) {
  .accesos .elementor-text-editor h2 {
    font-size: 2rem !important;
  }
  .accesos .elementor-text-editor h3 {
    font-size: 1.5rem !important;
  }
}

.accesos .elementor-text-editor h2 {
  font-size: 3.5rem;
  line-height: 1em;
  margin-bottom: 0rem;
}

.accesos .elementor-text-editor h3 {
  font-size: 1.8rem;
  margin-top: 1rem;
}

div .elementor-471 .elementor-element.elementor-element-9ed961f > .elementor-container {
  min-height: 0;
}

@media (min-width: 1025px) and (max-width: 1755px) {
  .bloque-portada.verde .elementor-widget-container {
    padding: 2.45rem 23rem 0.7rem 0rem !important;
  }
}
@media (min-width: 1025px) and (max-width: 1490px) {
  .bloque-portada.verde .elementor-widget-container {
    padding: 0.5rem 12rem 0.5rem 0rem !important;
  }

  .bloque-portada.verde .elementor-widget-container h3 {
    margin-bottom: 0.5rem;
  }

  .bloque-portada.verde .elementor-widget-container p {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1335px) {
  h2 {
    font-size: 3rem !important;
    line-height: 3rem !important;
  }

  h3 {
    font-size: 2rem !important;
  }

  .bloque-portada.verde .elementor-widget-container {
    padding: 0.5rem 12rem 0.5rem 0rem !important;
  }
}
@media (max-width: 1755px) {
  .elementor-471 .elementor-element.elementor-element-321aa82 > .elementor-widget-container {
    padding: 0 0 3.4rem 0 !important;
  }
}

@media (min-width: 1025px) and (max-width: 1420px) {
  .elementor-471 .elementor-element.elementor-element-006e494:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap {
    background-position: 112% bottom !important;
  }
}
@media (min-width: 1025px) and (max-width: 1040px) {
  .elementor-471 .elementor-element.elementor-element-006e494:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap {
    background-position: 130% bottom !important;
  }
}

@media (min-width: 1025px) and (max-width: 1660px) {
  .elementor-471 .elementor-element.elementor-element-7ed67ef > .elementor-widget-container {
    margin: 0 !important;
  }
}

/* Posición del fondo del bloque naranja */
@media (min-width: 1025px) and (max-width: 1660px) {
  .elementor-471 .elementor-element.elementor-element-4cbd050:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap {
    background-position: 200% bottom !important;
  }
}
@media (min-width: 1025px) and (max-width: 1490px) {
  .elementor-471 .elementor-element.elementor-element-4cbd050:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap {
    background-position: 730% bottom !important;
  }
}
@media (min-width: 1025px) and (max-width: 1470px) {
  .elementor-471 .elementor-element.elementor-element-4cbd050:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap {
    background-position: 7rem bottom !important;
  }
}

@media (max-width: 475px) {
  .bloque-portada {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .bloque-portada h2 {
    font-size: 2rem;
    margin-bottom: 0;
    line-height: 1.4em;
  }

  .bloque-portada h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 0;
  }

  .bloque-portada p {
    font-size: 0.9rem;
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .elementor-471 .elementor-element.elementor-element-006e494 > .elementor-element-populated {
    padding: 0rem 11.5rem 0rem 0rem !important;
  }
}
@media (max-width: 530px) {
  .elementor-471 .elementor-element.elementor-element-006e494 > .elementor-element-populated {
    padding: 1rem 11.5rem 1rem 0.5rem !important;
  }
}
@media (max-width: 720px) {
  .elementor-471 .elementor-element.elementor-element-4cbd050 > .elementor-element-populated {
    background-position: 14vw bottom !important;
  }
}
@media (max-width: 580px) {
  .elementor-471 .elementor-element.elementor-element-4cbd050 > .elementor-element-populated {
    background-position: 15% bottom !important;
  }
}

.cartel-recortado, .cartel-completo {
  display: none;
}

@media (min-width: 1500px) {
  .cartel-recortado {
    display: block;
  }
}
@media (max-width: 1499px) {
  .cartel-completo {
    display: block;
    height: 100%;
    margin: 0;
  }

  .cartel-completo .elementor-widget-container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
  }
}
/* Bloque "ven a vivirlo" */
.ven-vivirlo {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

@media (max-width: 1407px) {
  .ven-vivirlo h2 {
    line-height: 1em;
    text-align: center;
  }
}
@media (max-width: 1113px) {
  .ven-vivirlo {
    padding: 0.5rem 2rem 1.5rem 2rem !important;
  }

  .ven-vivirlo h2 {
    margin-top: 1rem !important;
  }

  .ven-vivirlo p {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1024px) {
  .ven-vivirlo {
    max-width: 100% !important;
  }
}
@media (max-width: 630px) {
  .bloque-dividido-portada > div:nth-child(2) {
    padding-left: 1rem;
    padding-right: 1rem;
    min-height: 30rem;
  }
}
@media (max-width: 490px) {
  .bloque-dividido-portada > div:nth-child(2) h2 {
    font-size: 3rem !important;
    text-align: center;
  }
}
.elementor-471 .elementor-element.elementor-element-98f6a57 {
  max-width: 80rem !important;
  margin: 0 auto 3rem auto !important;
  width: 95% !important;
  padding: 0 !important;
}

.elementor-posts-container .elementor-post__thumbnail img {
  margin: 0 auto;
}

.bloque-portada, .video-bloques-portada h2, .accesos h2, .accesos h3 {
  text-shadow: 4px 4px 9px black;
}

.bloque-rollover {
  overflow: hidden;
}
.bloque-rollover .elementor-background-overlay {
  transition: transform 1s cubic-bezier(0.23, 0.24, 0, 0.55) !important;
}
.bloque-rollover:hover .elementor-background-overlay {
  transform: scale(1.05);
}

.elementor-nav-menu li.menu-search-box {
  display: none;
}
@media (max-width: 1024px) {
  .elementor-nav-menu li.menu-search-box {
    display: block;
  }
}

@media (max-width: 1463px) {
  .columna-footer-logo {
    width: 14%;
  }

  .columna-footer-copyright {
    width: 36% !important;
  }

  .columna-footer-menu {
    width: 50% !important;
  }

  .menu-footer li a {
    padding: 0 1rem 0 0 !important;
  }
}
@media (max-width: 1263px) {
  .columna-footer-logo {
    width: 10% !important;
  }

  .columna-footer-logo img {
    max-width: 100% !important;
    height: auto !important;
  }

  .columna-footer-copyright {
    width: 40% !important;
  }

  .columna-footer-menu {
    width: 50% !important;
  }
}
@media (max-width: 1263px) {
  .contenedor-columnas-footer > .elementor-container {
    flex-flow: row wrap;
    width: 100%;
  }

  .columna-footer-logo {
    width: 100% !important;
    flex-grow: 0;
    flex-shrink: 0;
  }

  .columna-footer-logo .elementor-image {
    text-align: center;
  }

  .columna-footer-logo img {
    max-width: 100% !important;
    height: auto !important;
  }

  .columna-footer-copyright {
    width: 100% !important;
    text-align: left;
    flex-grow: 0;
    flex-shrink: 0;
  }

  .columna-footer-copyright p {
    text-align: center !important;
  }

  .columna-footer-menu {
    width: 100% !important;
    text-align: center;
    flex-grow: 0;
    flex-shrink: 0;
  }

  .columna-footer-menu .elementor-nav-menu {
    width: 100%;
    display: flex;
    justify-content: center !important;
  }
}
.elementor-location-single.page p {
  color: #373737;
  line-height: 1.6em;
}

img.alignright {
  float: right;
  padding-left: 2rem;
  padding-bottom: 1rem;
}

@media (max-width: 948px) {
  img.alignright {
    display: block;
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 0;
  }
}
.elementor-widget-posts .elementor-post__thumbnail img {
  height: auto !important;
}

.boton-rrss-grupo {
  padding: 0;
}
.boton-rrss-grupo a {
  padding: 0 !important;
  width: 3rem !important;
  height: 3rem !important;
  line-height: 3rem !important;
  border-radius: 1.5rem !important;
}
.boton-rrss-grupo a .elementor-button-icon.elementor-align-icon-left {
  text-align: center !important;
  margin: 0;
}
.boton-rrss-grupo a .elementor-button-text {
  display: none !important;
}

.fila-ficha-comparsa {
  margin-bottom: 1rem !important;
}
.fila-ficha-comparsa.fila-iconos > div > div {
  display: flex;
  flex-flow: row;
  justify-content: center;
}
.fila-ficha-comparsa.fila-iconos > div > div .elementor-column {
  width: auto !important;
  margin: 0 1rem;
}
.fila-ficha-comparsa.fila-iconos > div > div a {
  transition: opacity 0.3s;
}
.fila-ficha-comparsa.fila-iconos > div > div a:hover {
  opacity: 0.8;
}

.listado-comparsas .elementor-posts-container.elementor-posts {
  display: flex;
  flex-flow: row wrap;
}
.listado-comparsas .elementor-posts-container.elementor-posts h3 {
  margin: 0;
}
.listado-comparsas .elementor-post__thumbnail__link {
  margin: 0;
}
.listado-comparsas .elementor-posts-container.elementor-posts h3 a {
  color: #111 !important;
  font-family: "Poppins", sans-serif !important;
  text-align: center !important;
  display: block;
  padding: 1.5rem;
}
.listado-comparsas .elementor-posts-container.elementor-posts .elementor-post.elementor-grid-item {
  flex-basis: 23.2%;
}
.listado-comparsas .elementor-posts-container.elementor-posts .elementor-post.elementor-grid-item .elementor-post__text {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.listado-comparsas .elementor-posts-container.elementor-posts .elementor-post.elementor-grid-item .elementor-post__text .elementor-post__excerpt {
  display: none;
}

@media (max-width: 1290px) {
  .listado-comparsas .elementor-posts-container.elementor-posts .elementor-post.elementor-grid-item {
    flex-basis: calc(25% - 1.5rem);
  }
}
@media (max-width: 1180px) {
  .listado-comparsas .elementor-posts-container.elementor-posts .elementor-post.elementor-grid-item h3 a {
    font-size: 1.3rem;
  }
}
@media (max-width: 920px) {
  .listado-comparsas .elementor-posts-container.elementor-posts .elementor-post.elementor-grid-item {
    flex-basis: calc(33% - 1.1rem);
  }
}
@media (max-width: 768px) {
  .listado-comparsas .elementor-posts-container.elementor-posts .elementor-post.elementor-grid-item {
    flex-basis: calc(50% - .95rem);
  }
}
@media (max-width: 540px) {
  .listado-comparsas .elementor-posts-container.elementor-posts .elementor-post.elementor-grid-item {
    flex-basis: 100%;
  }
}
.formulario-contacto input:not([type=submit]):not([type=checkbox]), .formulario-contacto textarea {
  padding: 0.51rem;
  border-radius: 0;
  border: 1px solid #ccc;
  margin-bottom: 1.5rem;
  width: 100%;
}
.formulario-contacto textarea {
  margin-bottom: 0;
}
.formulario-contacto span.wpcf7-list-item {
  margin-left: 0;
}

input.wpcf7-form-control.wpcf7-submit {
  background: #1da7e2;
  border: 2px solid #1da7e2;
  padding: 0.5rem 1rem;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  transition: background 0.3s, color 0.3s;
}
input.wpcf7-form-control.wpcf7-submit:hover {
  background: white;
  padding: 0.5rem 1rem;
  color: #1da7e2;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
input.wpcf7-form-control.wpcf7-submit:disabled {
  color: white;
  background: #aaa;
  border: 2px solid #aaa;
  cursor: not-allowed;
}

.download-attachments {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #ddd;
}
.download-attachments ul.da-attachments-list {
  padding: 0;
}
.download-attachments ul.da-attachments-list a {
  color: #004b9a;
  font-weight: bold;
  line-height: 1rem;
}
.download-attachments ul.da-attachments-list li {
  margin-bottom: 0.7rem;
}
.download-attachments ul.da-attachments-list span {
  font-weight: 300;
  padding-top: 0.1rem;
  display: inline-block;
}
.download-attachments h3 {
  margin: 0;
  padding: 0 !important;
  font-size: 1.8rem;
  color: #333;
}

/* Sección de eventos */
.tribe-events-cal-links {
  display: none;
}

.tribe-events-single-event-description.tribe-events-content {
  padding-bottom: 1.5rem;
}

.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix {
  width: 100%;
}
.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix .tribe-events-meta-group.tribe-events-meta-group-details, .tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix .tribe-events-meta-group.tribe-events-meta-group-venue {
  width: 20%;
  flex-basis: 20%;
}
.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix .tribe-events-meta-group.tribe-events-meta-group-gmap {
  width: 45%;
  flex-basis: 45%;
  margin-right: 0 !important;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix .tribe-events-meta-group.tribe-events-meta-group-gmap {
    width: 100%;
    flex-basis: 100%;
    order: 2;
  }
}
.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix .tribe-events-meta-group.tribe-events-meta-group-gmap .tribe-events-venue-map {
  width: 100% !important;
  max-width: 100%;
  margin-right: 0 !important;
}

.tribe-events-schedule.tribe-clearfix .tribe-event-date-start::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-right: 0.5rem;
}

.contenedor-evento {
  display: flex;
  flex-flow: wrap;
}
.contenedor-evento .contenido {
  flex-basis: 55%;
  flex-shrink: 0;
}
@media (max-width: 500px) {
  .contenedor-evento .contenido {
    flex-basis: 100%;
  }
}
.contenedor-evento .sidebar {
  flex-basis: 45%;
}
@media (max-width: 768px) {
  .contenedor-evento .sidebar {
    flex-basis: 100%;
  }
}
.contenedor-evento .tribe-events-schedule {
  margin: 0 !important;
}
.contenedor-evento .tribe-events-schedule h2 {
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 1rem;
}

h1.tribe-events-single-event-title {
  margin-bottom: 1.6rem;
  font-size: 2.3rem;
}

p.tribe-events-back {
  margin-bottom: 1rem;
  margin-top: 0;
}

/************************************/
.cabecera-evento-con-imagen {
  height: 25vh;
  margin-top: -2.5rem;
  position: relative;
  margin-bottom: 2.5rem;
}
.cabecera-evento-con-imagen .difuminado {
  backdrop-filter: blur(6px);
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 1;
}
.cabecera-evento-con-imagen .fondo {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 100vw;
  background-position: center center;
  transform: translateX(-50%);
  z-index: 0;
}
.cabecera-evento-con-imagen .contenedor-titulo {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.15);
}
.cabecera-evento-con-imagen .contenedor-titulo h1 {
  color: white;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
  z-index: 2;
  text-align: center;
}

.encabezado-ficha-evento {
  font-size: 1rem !important;
  text-transform: uppercase !important;
  margin-top: 0 !important;
  margin-bottom: 1.2rem !important;
}

ul.tribe-events-sub-nav {
  padding: 0;
}

/*********************************/
blockquote {
  border-left: 5px solid #83ceef;
  padding-left: 1rem;
  font-family: "Poppins";
}

blockquote h1 {
  font-size: 4rem;
  margin-bottom: 0;
  color: #000;
  line-height: 0.8em;
  hyphens: auto;
}
@media (max-width: 448px) {
  blockquote h1 {
    font-size: 2rem;
  }
}

body {
  font-family: "Poppins";
}

blockquote {
  margin-bottom: 4rem;
}

.estilo-contenidos h4 {
  font-size: 2rem;
  color: #000;
  margin-bottom: 0;
  margin-top: 0;
}

/* Popup galerías */
@media (max-width: 1024px) {
  body .dialog-type-lightbox {
    position: fixed !important;
  }
}
.elementor-lightbox .elementor-swiper-button:focus {
  outline: none;
}

.elementor-slideshow__title {
  display: none;
}

.elementor-slideshow__header {
  display: flex;
  flex-flow: row-reverse nowrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.elementor-slideshow__header > * {
  float: none;
  clear: both;
}

.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
  height: auto !important;
}

@media (max-width: 380px) {
  h1.elementor-heading-title.elementor-size-default {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 395px) {
  .bloque-dividido-portada > div:nth-child(2) h2 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 340px) {
  .bloque-dividido-portada > div:nth-child(2) h2 {
    font-size: 2rem !important;
  }
}
@media (min-width: 949px) {
  blockquote h1 {
    margin-top: 0;
  }
}
.elementor-nav-menu .lang-item, .elementor-nav-menu .menu-search-box {
  display: none !important;
}

@media (max-width: 1024px) {
  .elementor-nav-menu .menu-search-box {
    display: block !important;
  }

  .elementor-nav-menu .lang-item {
    display: block !important;
    text-align: center !important;
    margin: 0 auto !important;
  }

  .elementor-nav-menu .lang-item a {
    display: inline-block;
  }
}
.text-center {
  text-align: center;
}

/*# sourceMappingURL=estilo-carnaval.css.map */

.single-post.postid-11739 table {
    width: 100%;
    border-collapse: collapse;
}

.single-post.postid-11739 table td {
    border: 1px solid;
    padding: 1rem;
}