/* INICIO ELEMENTOR */
.page-id-212 {
  /* CONTADORES */
  /* SHORTCODE MAPA */
  /* BLOG */
  /**
    *   Boton 'Leer noticia' en 'custom.scss' 
    */
  /* SHORTCODE CONTACTFORM */
}
.page-id-212 .seccion-contadores {
  display: none !important;
}
.page-id-212 .wpgmp_map_container {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.page-id-212 .wpgmp_map_container .wp-maps-location-infowindow-inner {
  display: flex;
}
.page-id-212 .wpgmp_map_container .wp-maps-location-infowindow-inner .location-col {
  display: flex;
  flex-direction: column;
}
.page-id-212 .wpgmp_map_container .wp-maps-location-infowindow-inner .location-col .location-logo img {
  max-width: 150px;
}
.page-id-212 .wpgmp_map_container .wp-maps-location-infowindow-inner .location-col .location-title {
  font-weight: bold;
  font-size: 1.3em;
}
.page-id-212 .wpgmp_map_container .wp-maps-location-infowindow-inner .location-col .location-category {
  display: flex;
  margin-bottom: 10px;
}
.page-id-212 .wpgmp_map_container .wp-maps-location-infowindow-inner .location-col .location-category span {
  background-color: var(--c1);
  padding: 6px 13px;
  display: flex;
  color: white;
  font-size: 12px;
  line-height: 1;
  border-radius: 5px;
}
.page-id-212 .wpgmp_map_container .wp-maps-location-infowindow-inner .location-col .location-address, .page-id-212 .wpgmp_map_container .wp-maps-location-infowindow-inner .location-col .location-short-description {
  margin-bottom: 10px;
}
.page-id-212 .wpgmp_map_container .wp-maps-location-infowindow-inner .location-col .location-action-button {
  display: flex;
  justify-content: flex-end;
}
.page-id-212 .wpgmp_map_container .wp-maps-location-infowindow-inner .location-col .location-action-button a {
  background-color: var(--c2);
  border-color: var(--c2);
  font-size: 14px;
  border-radius: 5px;
  padding: 3px 15px;
  color: white;
}
.page-id-212 .wpgmp_map_container .wp-maps-location-infowindow-inner .location-col .location-action-button a:hover {
  background-color: var(--c2-dark);
}
.page-id-212 .wpgmp_map_container .wpgmp_filter_wrappers {
  background-color: transparent;
  margin-bottom: 0px;
  padding: 0px 20px;
  grid-column: 2/3;
  grid-row: 1;
  /* Titulo */
  /* Barra busqueda */
  /* Filtros */
}
.page-id-212 .wpgmp_map_container .wpgmp_filter_wrappers .wpgmp_before_listing {
  color: var(--black);
  font-size: 24px;
  padding-bottom: 50px;
}
.page-id-212 .wpgmp_map_container .wpgmp_filter_wrappers .wpgmp_before_listing:before {
  content: "";
  background-color: var(--gray-font);
  width: 100%;
  height: 1px;
  position: relative;
  display: block;
  top: 45px;
  left: 0px;
}
.page-id-212 .wpgmp_map_container .wpgmp_filter_wrappers .wpgmp_before_listing:after {
  content: "";
  background-color: var(--c4);
  width: 25px;
  height: 3px;
  position: relative;
  display: block;
  top: 19px;
  left: 0px;
}
.page-id-212 .wpgmp_map_container .wpgmp_filter_wrappers .wpgmp_listing_header .wpgmp_search_form input {
  height: 40px;
  border: 1px var(--gray-border) solid;
  margin-bottom: 20px;
}
.page-id-212 .wpgmp_map_container .wpgmp_filter_wrappers .wpgmp_listing_header .wpgmp_search_form:after {
  content: unset;
}
.page-id-212 .wpgmp_map_container .wpgmp_filter_wrappers .categories_filter {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  /* Sector */
  /* Borrar filtros */
}
.page-id-212 .wpgmp_map_container .wpgmp_filter_wrappers .categories_filter select {
  max-width: none;
  border-radius: var(--br-2);
  margin: 0px 0px 20px 0px !important;
}
.page-id-212 .wpgmp_map_container .wpgmp_filter_wrappers .categories_filter .categories_filter_reset {
  display: flex;
  justify-content: flex-end;
}
.page-id-212 .wpgmp_map_container .wpgmp_filter_wrappers .categories_filter .categories_filter_reset input.categories_filter_reset_btn {
  width: 200px;
  border-radius: var(--br-2);
  margin: 0px 0px 20px 0px !important;
}
.page-id-212 .wpgmp_map_container .wpgmp_map_parent {
  grid-column: 1/2;
  grid-row: 1;
}
.page-id-212 .wpcf7 {
  display: none !important;
}
.page-id-212 .wpcf7 .responsive-form {
  background-color: white;
  max-width: 550px;
  padding: 32px;
  box-shadow: 0px 0px 12px rgba(66, 66, 66, 0.12);
}
.page-id-212 .wpcf7 .responsive-form.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.page-id-212 .wpcf7 .responsive-form .form-row .column {
  padding: 0.65rem;
  position: relative;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.page-id-212 .wpcf7 .responsive-form .form-row .column.full {
  width: 100%;
}
.page-id-212 .wpcf7 .responsive-form .form-row .column.half {
  width: 50%;
}
.page-id-212 .wpcf7 .responsive-form .form-row .column input, .page-id-212 .wpcf7 .responsive-form .form-row .column textarea {
  width: 100%;
  padding: 10px 15px;
  resize: none;
}
.page-id-212 .wpcf7 .responsive-form p:has(input[type="submit"]) {
  text-align: center;
  padding-top: 20px;
}
/* =================================== */
/*            MEDIA QUERIES            */
/* =================================== */
@media (max-width: 1024px) {
  /* INICIO ELEMENTOR */
  .page-id-212 {
    /* SHORTCODE MAPA */
  }
  .page-id-212 .wpgmp_map_container .wp-maps-location-infowindow-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }
  .page-id-212 .wpgmp_map_container .wp-maps-location-infowindow-inner .location-col {
    gap: 10px;
    align-items: center;
  }
}
@media (max-width: 768px) {
  /* ========================= INICIO ========================= */
  .page-id-212 {
    /* MAPA */
    /*! MAPA */
  }
  .page-id-212 .wpgmp_map_container {
    display: flex;
    flex-direction: column;
  }
  .page-id-212 .wpgmp_map_container [role="dialog"] {
    max-width: initial !important;
    width: 400px;
  }
  .page-id-212 .wpgmp_map_container [role="dialog"] .wpgmp_iw_content {
    width: 94%;
  }
  .page-id-212 .wpgmp_before_listing {
    text-align: center !important;
  }
  .page-id-212 .categories_filter_reset {
    justify-content: center !important;
  }
}
@media (max-width: 480px) {
  .page-id-212 {
    /* MAPA */
  }
  .page-id-212 .wpgmp_map_container [role="dialog"] {
    width: 300px;
  }
}
