@charset "UTF-8";
body {
  /* Reseteo de estilos */
  /* Cabecera de página */
  /* Elementos comunes */
}
body .elementor-widget-html {
  line-height: 0;
  font-size: 0;
}
body .elementor-widget-text-editor p:last-child {
  margin: 0;
}
body .elementor-location-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15) !important;
}
body .elementor-location-header .hamburger .close {
  display: none;
}
body .elementor-location-header .hamburger.active .open {
  display: none;
}
body .elementor-location-header .hamburger.active .close {
  display: block;
}
body .elementor-location-header .main-menu {
  display: none;
}
body .elementor-location-header .main-menu.active {
  display: block;
}
body .elementor-location-header .gtranslate_wrapper {
  font-size: 0;
  line-height: 0;
  display: flex;
  gap: 6px;
}
body .elementor-location-header .gtranslate_wrapper > a {
  font-size: 0;
  line-height: 0;
  display: inline-block;
}
body .elementor-location-header .gtranslate_wrapper > a.gt-current-lang {
  display: none;
}
body .elementor-location-header .gtranslate_wrapper > a img {
  height: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  body .elementor-location-header .gtranslate_wrapper > a img {
    height: 20px;
    width: 20px;
  }
}
body .ayg-theme .ayg-player .ayg-player-container {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
body .ayg-theme .ayg-player .ayg-player-description-more {
  display: inline;
}
body .ayg-theme .ayg-player .ayg-player-description-toggle-btn {
  display: none;
}
body .ayg-theme .ayg-videos {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 15px;
}
@media (max-width: 767px) {
  body .ayg-theme .ayg-videos {
    grid-template-columns: repeat(2, 1fr);
  }
}
body .ayg-theme .ayg-videos .ayg-video {
  display: flex;
  width: 100%;
}
body .ayg-theme .ayg-videos .ayg-video .ayg-thumbnail {
  gap: 0;
  margin: 0;
  background-color: #e9e9e9;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
body .ayg-theme .ayg-videos .ayg-video .ayg-thumbnail .ayg-thumbnail-caption {
  padding: 15px;
}
body .ayg-theme .ayg-videos .ayg-video .ayg-thumbnail .ayg-thumbnail-title {
  font-size: 14px;
}
@media (max-width: 767px) {
  body .ayg-theme .ayg-videos .ayg-video .ayg-thumbnail .ayg-thumbnail-title {
    font-size: 13px;
  }
}
body .map-wrapper {
  height: 250px !important;
}
body #cmplz-cookiebanner-container * {
  font-family: "Open Sans" !important;
}
body p a {
  font: inherit !important;
}
