.contenedor.width1210 {
  max-width: 1210px;
}

.fusion-page-title-bar {
  background-size: cover;
  height: 0 !important;
  padding-bottom: 21.45% !important;
  position: relative;
}

.fusion-page-title-bar > .fusion-page-title-row {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100% !important;
  left: 50%;
  max-height: 410px;
  position: absolute;
  top: 0;
  max-width: 1900px !important;
  width: 100%;
}

.fusion-page-title-bar > .fusion-page-title-row .fusion-page-title-captions {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100% !important;
  margin: 0 auto;
  max-width: 1210px;
}

.fusion-page-title-bar > .fusion-page-title-row .fusion-page-title-captions > h1 {
  text-transform: uppercase;
  font-size: 5rem !important;
  font-weight: 600 !important;
  line-height: 125% !important;
}

.fusion-page-title-bar > .fusion-page-title-row .fusion-page-title-captions > h3 {
  font-size: 2.5rem !important;
  font-weight: 400 !important;
  line-height: 125% !important;
}

.fusion-page-title-bar > .fusion-page-title-row .fusion-page-title-captions > .fusion-page-title-secondary {
  background: #faf9f8;
  bottom: -35px;
  left: 0;
  padding: 5px 15px;
  position: absolute;
  width: 100%;
  z-index: 99999;
}

.fusion-page-title-bar > .fusion-page-title-row .fusion-page-title-captions > .fusion-page-title-secondary .fusion-breadcrumbs {
  color: #013a56;
  margin: 0 auto;
  max-width: 1210px;
  text-align: left;
}

.fusion-page-title-bar > .fusion-page-title-row .fusion-page-title-captions > .fusion-page-title-secondary .fusion-breadcrumbs span {
  color: #5f8fd1;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  line-height: 125% !important;
}

.fusion-page-title-bar > .fusion-page-title-row .fusion-page-title-captions > .fusion-page-title-secondary .fusion-breadcrumbs a {
  color: #005471;
}

.fusion-page-title-bar > .fusion-page-title-row .fusion-page-title-captions > .fusion-page-title-secondary .fusion-breadcrumbs a > span {
  color: inherit;
}

.fusion-page-title-bar > .fusion-page-title-row .fusion-page-title-captions > .fusion-page-title-secondary .fusion-breadcrumbs a:hover {
  color: #5f8fd1;
}

#main > .fusion-row {
  margin-top: 50px;
}

/* Estilos ficha establecimientos */
#contenidoEstablecimientos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#contenidoEstablecimientos > .colFlex:nth-child(5) {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

#contenidoEstablecimientos > .colFlex:nth-child(5) > article > header > h1 {
  color: #005471;
  font-size: 2.5rem !important;
  font-weight: 600 !important;
  line-height: 125% !important;
}

#contenidoEstablecimientos > .colFlex:nth-child(5) > article > header + * {
  margin: 36px 0 0 0;
}

#contenidoEstablecimientos > .colFlex:nth-child(2) {
  margin: 40px 0 0 0;
}

#contenidoEstablecimientos > .colFlex > .flexslider {
  margin: 0 0 18px 0;
}

#contenidoEstablecimientos > .colFlex #carousel {
  margin: 0;
}

#contenedorCaracteristicas {
  margin: 36px 0 0 0;
}

#contenedorCaracteristicas > h3.tituloApartado {
  color: #000;
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  line-height: 125% !important;
}

#contenedorCaracteristicas > ul {
  margin: 36px 0 0 0;
}

#contenedorCaracteristicas > ul .caracteristica {
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  line-height: 125% !important;
}

#contenedorCaracteristicas > ul .caracteristica > * {
  display: inline-block;
  margin: 0;
}

#contenedorCaracteristicas > ul .caracteristica > img {
  -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(58%) saturate(3535%) hue-rotate(176deg) brightness(89%) contrast(104%);
  filter: brightness(0) saturate(100%) invert(18%) sepia(58%) saturate(3535%) hue-rotate(176deg) brightness(89%) contrast(104%);
}

#contenedorCaracteristicas > ul .caracteristica > span {
  color: #005471;
  margin-left: 16px;
}

#contenedorCaracteristicas > ul .caracteristica > span.dosPuntos:after {
  content: ": ";
}

#contenedorCaracteristicas > ul .caracteristica > p {
  display: inline;
  font-weight: 400 !important;
}

#contenedorCaracteristicas > ul > li {
  border-bottom: 4px solid #e6e6e6;
  padding-bottom: 12px;
}

#contenedorCaracteristicas > ul > li + li {
  margin-top: 12px;
}

#botones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0 0 0;
}

#botones > a {
  border-radius: 8px;
  color: 005471;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  padding: 8px 24px 12px 24px;
  padding: 8px 12px;
  vertical-align: middle;
  border: 2px solid #005471 !important;
}

#botones > a:hover {
  background-color: #005471;
  color: #fff;
}

#botones > a:hover:before {
  color: #fff;
}

#botones > a.comoLlegar:before {
  content: "\f276";
  margin-right: 14px;
  vertical-align: middle;
  font-size: 2.4rem !important;
  font-weight: 600 !important;
  line-height: 100% !important;
}

#botones > a.comoLlegar > span {
  font-size: 1.8rem !important;
  font-weight: 400 !important;
  line-height: 125% !important;
}

#botones > a.sitioWeb:before {
  content: "\f0ac";
  margin-right: 14px;
  vertical-align: middle;
  font-size: 2.4rem !important;
  font-weight: 600 !important;
  line-height: 100% !important;
}

#botones > a.sitioWeb > span {
  font-size: 1.8rem !important;
  font-weight: 400 !important;
  line-height: 125% !important;
}

/* Fin estilos ficha establecimientos */
/* Estilos para lugares */
#contenedorLugaresInteres {
  padding: 32px 0 0 0;
}

#contenedorLugaresInteres > header > h2 {
  color: #000;
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  line-height: 125% !important;
}

#contenedorLugaresInteres > div {
  margin: 24px 0 0 0;
}

#contenedorLugaresInteres > div > .colFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#contenedorLugaresInteres > div > .colFlex > header {
  margin: 20px 0 0 0;
  text-align: center;
}

#contenedorLugaresInteres > div > .colFlex > header > h3 {
  color: #005471;
  font-size: 2.1rem !important;
  font-weight: 600 !important;
  line-height: 125% !important;
}

#contenedorLugaresInteres > div > .colFlex > figure {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

#contenedorLugaresInteres > div > .colFlex + .colFlex {
  margin: 32px 0 0 0;
}

/* Fin de los estilos para lugares */
/* Media queries */
@media only screen and (min-width: 640px) {
  /* Estilos para lugares */
  #contenedorLugaresInteres {
    padding: 40px 0 0 0;
  }
  #contenedorLugaresInteres > header > h2 {
    font-size: 2.1rem !important;
    font-weight: 600 !important;
    line-height: 125% !important;
  }
  #contenedorLugaresInteres > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 24px 0 0 0;
  }
  #contenedorLugaresInteres > div > .colFlex {
    width: 48%;
  }
  #contenedorLugaresInteres > div > .colFlex > header > h3 {
    font-size: 2.5rem !important;
    font-weight: 600 !important;
    line-height: 125% !important;
  }
  #contenedorLugaresInteres > div > .colFlex + .colFlex {
    margin: 0;
  }
  #contenedorLugaresInteres > div > .colFlex:nth-child(n+3) {
    margin: 32px 0 0 0;
  }
  /* Fin de estilos para lugares */
  /* Estilos ficha de establecimientos */
  #contenedorCaracteristicas > h3.tituloApartado {
    font-size: 2.1rem !important;
    font-weight: 600 !important;
    line-height: 125% !important;
  }
  #contenedorCaracteristicas > ul .caracteristica {
    font-size: 1.8rem !important;
    font-weight: 600 !important;
    line-height: 125% !important;
  }
  /* Fin de los estilos ficha de establecimientos */
}

@media only screen and (min-width: 992px) {
  /* Estilos para lugares */
  #contenedorLugaresInteres {
    padding: 48px 0 0 0;
  }
  #contenedorLugaresInteres > div > .colFlex {
    width: 31%;
  }
  #contenedorLugaresInteres > div > .colFlex:nth-child(n+3) {
    margin: 0;
  }
  /* Fin de estilos para lugares */
  /* Estilos para la ficha de establecimientos */
  #contenidoEstablecimientos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #contenidoEstablecimientos > .colFlex:nth-child(2) {
    margin-top: 0;
    width: 56%;
  }
  #contenidoEstablecimientos > .colFlex:nth-child(5) {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
    width: 40%;
  }
  #contenidoEstablecimientos > .colFlex:nth-child(5) > article > header > h1 {
    font-size: 2.5rem !important;
    font-weight: 600 !important;
    line-height: 125% !important;
  }
  #contenidoEstablecimientos > .colFlex:nth-child(5) > article > header + * {
    margin: 36px 0 0 0;
  }
  #botones > a {
    padding: 8px 24px 12px 24px;
  }
  #botones > a.comoLlegar > span {
    font-size: 1.8rem !important;
    font-weight: 400 !important;
    line-height: 125% !important;
  }
  #botones > a.sitioWeb > span {
    font-size: 1.8rem !important;
    font-weight: 400 !important;
    line-height: 125% !important;
  }
  /* Fin de los estilos para la ficha de establecimientos. */
}

@media only screen and (min-width: 1790px) {
  #contenedorSingleEstablecimiento {
    background: url("/wp-content/themes/Avada-Child-Theme/img/contenido/establecimientos/rayas2.png") top left no-repeat;
  }
  #contenedorSingleEstablecimiento > div {
    background: url("/wp-content/themes/Avada-Child-Theme/img/contenido/establecimientos/rayas3.png") bottom right no-repeat;
  }
}

/* Fin de las media queries */
