@charset "UTF-8";
/**/
/**/
/*RESET*/
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, td, video, tt, u, ul, var {
  background: transparent;
  border: 0 none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table, table td {
  padding: 0;
  border: none;
  border-collapse: collapse;
}

body {
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: top;
}

embed {
  vertical-align: top;
}

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
  display: block;
}

mark, rp, rt, ruby, summary, time {
  display: inline;
}

/* no incluir rutas a fuentes en exportación final, se añaden en /inline.css*/
@font-face {
  font-family: "Montserrat Light";
  src: url("/static/fonts/montserrat/montserrat-light-webfont.woff2") format("woff2"), url("/static/fonts/montserrat/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/static/fonts/montserrat/montserrat-regular-webfont.woff2") format("woff2"), url("/static/fonts/montserrat/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Bold";
  src: url("/static/fonts/montserrat/montserrat-bold-webfont.woff2") format("woff2"), url("/static/fonts/montserrat/montserrat-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Extra Bold";
  src: url("/static/fonts/montserrat/montserrat-extrabold-webfont.woff2") format("woff2"), url("/static/fonts/montserrat/montserrat-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat light", sans-serif;
  font-size: 1em;
  line-height: 1.65;
  color: #0e1515;
}
@media (max-width: 59.99em) {
  body {
    font-size: 1.0625rem;
  }
}
@media (max-width: 21.25em) {
  body {
    font-size: 1em;
  }
}
@media (min-width: 60em) {
  body {
    font-size: 1.125rem;
  }
}
@media (min-width: 112.5em) {
  body {
    font-size: 1.1875rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.15;
  letter-spacing: 0.5px;
  margin-bottom: 0.5em;
  font-weight: normal;
  font-family: "Montserrat";
  color: rgb(79.9014084507, 17.4647887324, 13.0985915493);
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-family: "Montserrat";
  font-weight: normal;
  font-size: inherit;
}

* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 1em;
}

h1 {
  font-size: 1.563rem;
  font-family: "Montserrat";
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.15rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.8rem;
}

h6 {
  font-size: 1rem;
  font-size: 0.8rem;
}

@media (min-width: 25em) {
  h1 {
    font-size: 1.953rem;
  }
  h2 {
    font-size: 1.563rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1.15rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 1rem;
  }
}
@media (min-width: 37.4em) {
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.953rem;
  }
  h3 {
    font-size: 1.563rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.15rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  color: #E15248;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: rgb(167.5352112676, 36.6197183099, 27.4647887324);
  text-decoration: underline;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}

strong {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

address {
  font-style: normal;
}

/* BODY */
body.noscroll {
  overflow: hidden;
}

/*CONTENEDOR*/
#contenedor {
  margin: 0 auto;
  height: auto;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#contenido {
  min-height: 100vh;
  width: 100%;
  position: relative;
  top: 3.5rem;
}
@media only screen and (min-width: 600px) {
  #contenido {
    top: 3.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  #contenido {
    top: 6rem;
  }
}
@media only screen and (min-width: 1280px) {
  #contenido {
    top: 6rem;
  }
}

#header {
  background: #fff;
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}

#footer {
  position: relative;
  background: #555;
  top: 3.5rem;
}
@media only screen and (min-width: 600px) {
  #footer {
    top: 3.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  #footer {
    top: calc(6rem + 2rem);
  }
}
@media only screen and (min-width: 1280px) {
  #footer {
    top: 6rem;
  }
}

.bloque {
  height: auto;
  width: 100%;
  padding: 2rem 1rem;
  clear: both;
}
.bloque.fondo {
  background: inherit;
}
.bloque.nopad {
  padding: 0 !important;
}
@media only screen and (min-width: 340px) {
  .bloque {
    padding: calc(1.5 * 1rem);
  }
  .bloque.fondo {
    background: inherit;
  }
}
@media only screen and (min-width: 400px) {
  .bloque {
    padding: 2rem;
  }
  .bloque.fondo {
    background: inherit;
  }
}
@media only screen and (min-width: 960px) {
  .bloque {
    padding: calc(3 * 1rem);
  }
  .bloque.fondo {
    background: inherit;
  }
}
@media only screen and (min-width: 1280px) {
  .bloque {
    width: 100%;
    padding: calc(4 * 1rem) calc((100% - 1200px) / 2);
  }
  .bloque.fondo {
    background: inherit;
  }
}
@media only screen and (min-width: 1440px) {
  .bloque {
    width: 100%;
    padding: calc(6 * 1rem) calc((100% - 1200px) / 2);
  }
  .bloque.fondo {
    background: inherit;
  }
}
@media only screen and (min-width: 1600px) {
  .bloque {
    padding: calc(6 * 1rem) calc((100% - 1356px) / 2);
  }
  .bloque.fondo {
    background: inherit;
  }
}

#contenido .bloque:nth-child(even) {
  background-color: none;
}

@media only screen and (min-width: 960px) {
  .seccion {
    padding: 0 3rem;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .seccion #principal {
    margin-right: 1.5rem;
    background: inherit;
  }
  .seccion #columna {
    margin-left: 1.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .seccion {
    padding: 0 calc((100% - 1280px) / 2);
  }
  .seccion #principal {
    margin-right: 2rem;
  }
  .seccion #columna {
    margin-left: 2rem;
  }
  .seccion #columna .sticker {
    position: sticky;
    top: calc(6rem + 0.1rem);
  }
}
@media only screen and (min-width: 1440px) {
  .seccion {
    padding: 0 calc((100% - 1200px) / 2);
  }
}
@media only screen and (min-width: 1600px) {
  .seccion {
    padding: 0 calc((100% - 1356px) / 2);
  }
}

@media only screen and (max-width: 959px) {
  #principal {
    width: 100% !important;
  }
}
@media only screen and (min-width: 960px) {
  #principal .bloque {
    width: 100%;
    padding: 3rem 0;
  }
}
@media only screen and (min-width: 960px) {
  #columna .bloque {
    width: 100%;
    padding: 2rem 0;
  }
  #columna .bloque:first-child {
    padding-top: 4rem;
  }
}
#columna .bloque.etiquetas {
  margin: 0;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 959px) {
  #columna {
    width: 100% !important;
  }
}

.caja1,
.caja2,
.caja3,
.caja4,
.caja5,
.caja6,
.caja23,
.caja24,
.caja34 {
  height: auto;
}

.caja1 {
  width: 100%;
}

.caja2 {
  width: 50%;
}

.caja3 {
  width: 33.333%;
}

.caja23 {
  width: 66.666%;
}

.caja24 {
  width: 49%;
}

.caja4 {
  width: 25%;
}

.caja34 {
  width: 75%;
}

.caja5 {
  width: 20%;
}

.caja6 {
  width: 16.666%;
}

.bloque .titulo_bloque {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#columna .bloque .titulo_bloque:after,
.bloque.ultimas_noticias_relacionadas .titulo_bloque:after {
  content: normal;
}

.separa {
  width: 100vw;
  height: 3rem;
  z-index: 1000;
  position: relative;
  margin-top: -3rem;
  overflow: hidden;
}
.separa svg {
  width: 120%;
  height: 3.125rem;
}
.separa.invertir {
  margin-top: 0;
  margin-bottom: -3rem;
}
.separa.invertir svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 3rem;
}
.separa.margen_superior {
  margin-top: 2rem;
}
.separa.margen_inferior {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1280px) {
  .separa {
    height: 4rem;
    margin-top: -4rem;
  }
  .separa svg {
    width: 100%;
    height: 4.125rem;
  }
  .separa.invertir {
    margin-top: 0;
    margin-bottom: -4rem;
  }
  .separa.invertir svg {
    height: 4rem;
  }
  .separa.margen_superior {
    margin-top: 3rem;
  }
  .separa.margen_inferior {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1440px) {
  .separa {
    height: 5rem;
    margin-top: -5rem;
  }
  .separa svg {
    height: 5.125rem;
  }
  .separa.invertir {
    margin-top: 0;
    margin-bottom: -5rem;
  }
  .separa.invertir svg {
    height: 5rem;
  }
  .separa.margen_superior {
    margin-top: 3rem;
  }
  .separa.margen_inferior {
    margin-bottom: 3rem;
  }
}

img.lazyload,
img.lazyloading {
  opacity: 0;
}

img.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.85, 0, 0.15, 1);
  transition: opacity 0.3s cubic-bezier(0.85, 0, 0.15, 1);
}

/*HEADER*/
#header .centrar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 3.5rem;
  width: calc(100% - 2rem);
  margin: 0 auto;
}
@media only screen and (min-width: 340px) {
  #header .centrar {
    width: calc(100% - 3rem);
  }
}
@media only screen and (min-width: 400px) {
  #header .centrar {
    width: calc(100% - 4rem);
  }
}
@media only screen and (min-width: 960px) {
  #header .centrar {
    width: calc(100% - 6rem);
  }
}
@media only screen and (min-width: 1280px) {
  #header .centrar {
    height: 6rem;
  }
}
@media only screen and (min-width: 1280px) {
  #header .centrar {
    height: 6rem;
    width: 100%;
    padding: 0 calc((100% - 1200px) / 2);
  }
}
@media only screen and (min-width: 1440px) {
  #header .centrar {
    height: 6rem;
    width: 100%;
    padding: 0 calc((100% - 1200px) / 2);
  }
}
@media only screen and (min-width: 1600px) {
  #header .centrar {
    padding: 0 calc((100% - 1356px) / 2);
  }
}

/*LOGO*/
#header {
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  line-height: 1;
}
#header #logo {
  display: inline-block;
  text-align: left;
  margin: auto;
}
@media only screen and (min-width: 1280px) {
  #header #logo {
    margin-right: 4rem;
  }
}
#header #logo a {
  display: block;
}
#header #logo img, #header #logo svg {
  width: auto;
  height: 2.5rem;
}
@media only screen and (min-width: 960px) {
  #header #logo img, #header #logo svg {
    margin: 0;
    width: auto !important;
  }
}
@media only screen and (min-width: 1280px) {
  #header #logo img, #header #logo svg {
    height: 4rem;
  }
}
@media only screen and (min-width: 1280px) {
  #header #logo img, #header #logo svg {
    height: 4rem;
  }
}
#header #logo svg {
  margin-top: 5px;
}

.button_container {
  position: relative;
  height: 1.25rem;
  width: 1.5rem;
  cursor: pointer;
  z-index: 15000;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.activo .top {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
          transform: translateY(8px) translateX(0) rotate(45deg);
  width: 100%;
}
.button_container.activo .middle {
  opacity: 0;
  background: #fff;
}
.button_container.activo .bottom {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
          transform: translateY(-8px) translateX(0) rotate(-45deg);
  width: 100%;
}
.button_container span {
  background: rgb(211.3521126761, 46.1971830986, 34.6478873239);
  border: none;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
  height: 0.2rem;
}
.button_container.activo span {
  background: #fff;
}
.button_container span.middle {
  top: 0.5rem;
}
.button_container span.bottom {
  top: 1rem;
}
.button_container strong {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .button_container {
    display: none;
  }
}

#header.submenu .redes {
  border: 0 none;
  padding: 0;
  margin-left: auto;
}
#header.submenu .centrar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 960px) {
  #header.submenu .redes {
    margin-left: auto;
  }
}
@media only screen and (min-width: 1280px) {
  #header.submenu .centrar {
    height: 6rem;
  }
}
#header.submenu #submenus {
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0.3rem 0;
  width: 100%;
  height: 2rem;
  background: #E15248;
}
@media only screen and (max-width: 1099px) {
  #header.submenu #submenus {
    display: none;
  }
}
#header.submenu #submenus .centrar {
  height: auto !important;
}
#header.submenu #submenus .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header.submenu #submenus .submenu .telefono {
  line-height: 1;
  position: relative;
  text-transform: none;
  opacity: 0.85;
  margin: 0 2rem 0 0;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 0.9rem;
}
#header.submenu #submenus .submenu .telefono i {
  font-size: 0.75rem;
  margin-right: 0.15rem;
  opacity: 0.5;
}
#header.submenu #submenus .submenu a {
  color: #fff;
  opacity: 0.85;
  font-size: 0.95rem;
}
#header.submenu #submenus .submenu a:hover {
  opacity: 1;
  text-decoration: none;
}
#header.submenu #submenus .enlaces {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header.submenu #submenus .enlaces a {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  margin-left: 2rem;
}

a.reservar {
  display: none;
}
@media only screen and (min-width: 600px) and (max-width: 1279px) {
  a.reservar {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    display: inline-block;
    background: #E15248;
    color: #fff;
    font-size: 0.8rem;
    text-transform: uppercase;
    border-radius: 1rem;
    line-height: 1.75rem;
    width: 7rem;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-right: -7rem;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
  a.reservar:hover {
    color: #fff;
    text-decoration: none;
  }
}

.enlaces_movil {
  margin: auto;
  position: relative;
}
.enlaces_movil a {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  margin: 0 0.5rem;
  color: rgb(211.3521126761, 46.1971830986, 34.6478873239);
}
.enlaces_movil a img {
  width: 2rem;
}
.enlaces_movil a i {
  font-size: 1.2rem;
}
.enlaces_movil a span {
  display: none;
}
@media only screen and (min-width: 370px) {
  .enlaces_movil {
    margin: 0 2rem 0 auto;
  }
}
@media only screen and (min-width: 600px) {
  .enlaces_movil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .enlaces_movil a {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
  }
  .enlaces_movil a span {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-left: 0.25rem;
  }
  .enlaces_movil a:first-child span {
    letter-spacing: 1px;
  }
  .enlaces_movil a i {
    font-size: 1rem;
  }
  .enlaces_movil a img {
    width: 1.5rem;
  }
}
.enlaces_movil.abierto {
  position: fixed;
  z-index: 13001;
  right: 2.5rem;
}
@media only screen and (min-width: 340px) {
  .enlaces_movil.abierto {
    right: 3rem;
  }
}
@media only screen and (min-width: 400px) {
  .enlaces_movil.abierto {
    right: 3.5rem;
  }
}
@media only screen and (min-width: 960px) {
  .enlaces_movil.abierto {
    right: 4.5rem;
  }
}
.enlaces_movil.abierto a {
  color: #fff;
}
@media only screen and (min-width: 1280px) {
  .enlaces_movil {
    display: none;
  }
}

/*FOOTER*/
#footer {
  position: relative;
  margin: 0 auto;
  z-index: 5;
  padding: 0;
  width: 100%;
}
#footer .bloque {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  #footer .bloque {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .bloque .columna {
    width: 100%;
  }
  #footer .bloque .columna:first-child {
    width: 100%;
  }
  #footer .bloque .columna:nth-child(2) {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  #footer .bloque {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #footer .bloque .columna {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 2rem;
  }
  #footer .bloque .columna:first-child {
    width: 12rem;
  }
}
@media only screen and (min-width: 1280px) {
  #footer .bloque {
    padding: calc(4 * 1rem) calc((100% - 1200px) / 2);
  }
}
@media only screen and (min-width: 1600px) {
  #footer .bloque {
    padding: calc(4 * 1rem) calc((100% - 1356px) / 2);
  }
}
#footer .bloque .logo {
  text-align: center;
  margin-bottom: 1rem;
}
#footer .bloque .logo img {
  width: 12rem;
}
@media only screen and (min-width: 960px) {
  #footer .bloque .logo {
    margin: 0;
    text-align: left;
  }
}
#footer .bloque address {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1rem;
  color: #dc8f89;
}
@media only screen and (min-width: 600px) {
  #footer .bloque address {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 960px) {
  #footer .bloque address {
    text-align: left;
    margin-bottom: 0;
  }
}
#footer .bloque address strong {
  color: #fff;
}
#footer .bloque address span {
  display: block;
}
#footer .bloque address h4 {
  font-size: 1.5rem;
  font-family: "Montserrat Light", sans-serif;
}
#footer .bloque address h4 strong {
  font-family: "Montserrat", sans-serif;
}
#footer .bloque .redes {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}
#footer .bloque .redes a span {
  color: inherit;
}
@media only screen and (min-width: 960px) {
  #footer .bloque .redes {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #footer .bloque .redes a span {
    width: auto;
    margin-right: 1rem;
    color: inherit;
  }
  #footer .bloque .redes a:hover span {
    background: transparent;
    color: #E15248;
  }
}
@media only screen and (min-width: 1280px) {
  #footer .bloque .redes a span {
    font-size: 1.1rem;
  }
}
#footer .bloque .redes strong {
  width: 100%;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 1280px) {
  #footer .bloque .redes strong {
    margin: auto;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-family: "Montserrat Light", sans-serif;
    font-size: 1.563rem;
    text-transform: none;
    line-height: 1.15;
    letter-spacing: 0.5px;
    margin-bottom: 0.5em;
    font-weight: normal;
  }
}
#footer .bloque ul {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1rem;
}
@media only screen and (min-width: 960px) {
  #footer .bloque ul {
    margin-bottom: 0;
  }
}
#footer .bloque ul li {
  margin-bottom: 0.5rem;
  font-family: "Montserrat", sans-serif;
}
#footer .bloque ul li h4 {
  font-size: 1.2rem;
}
#footer .bloque ul li h4 i {
  opacity: 0.65;
  font-size: 1.1rem;
  line-height: 1;
  vertical-align: top;
}
#footer .bloque ul li a {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#footer .bloque ul li a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  #footer .bloque ul {
    text-align: left;
  }
}
#footer #cierre {
  font-size: 0.8rem;
}
#footer #cierre p {
  text-align: center;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 340px) {
  #footer #cierre p {
    padding: 1rem 1.5rem;
  }
}
@media only screen and (min-width: 400px) {
  #footer #cierre p {
    padding: 1rem calc(4rem / 2);
  }
}
@media only screen and (min-width: 960px) {
  #footer #cierre p {
    padding: 1rem calc(6rem / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1280px) {
  #footer #cierre p {
    width: 100%;
    padding: 1rem calc(3 * 1rem);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1280px) {
  #footer #cierre p {
    padding: 1rem calc((100% - 1200px) / 2);
  }
}
@media only screen and (min-width: 1600px) {
  #footer #cierre p {
    padding: 1rem calc((100% - 1356px) / 2);
  }
}
#footer #cierre p a {
  opacity: 0.6;
  display: inline-block;
  margin: 0.35rem 0.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-right: 0.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
@media only screen and (min-width: 600px) {
  #footer #cierre p a {
    margin: 0 0.5rem;
    padding-right: 1rem;
  }
}
#footer #cierre p a:first-of-type {
  margin-left: 0;
}
#footer #cierre p a:last-of-type {
  padding: 0;
  border: none;
}
#footer #cierre p #copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  line-height: 1.25rem;
  margin-top: 0.75rem;
  font-size: 0.75rem;
  width: 100%;
}
#footer #cierre p #copy a {
  opacity: 1;
  margin: 0.5rem 0 0;
}
#footer #cierre p #copy img {
  vertical-align: middle;
}
@media only screen and (min-width: 600px) {
  #footer #cierre p #copy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #footer #cierre p #copy a {
    margin: 0 0 0 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  #footer #cierre p #copy {
    font-size: 0.8rem;
    width: auto;
    margin: 0 0 0 auto;
  }
}

#footer {
  background: #5C221D;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #E15248;
}

#footer .redes a span {
  background: transparent;
}

#footer #cierre {
  background: transparent;
  color: #fff;
}
#footer #cierre a {
  color: #fff;
}

/*FIN FOOTER*/
#menu {
  text-align: center;
  width: 100%;
}

#nav {
  list-style: none;
  position: relative;
  z-index: 1200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-left: 2rem;
}
#nav li:first-child {
  margin: 0;
}
#nav li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  color: rgb(123.7183098592, 27.0422535211, 20.2816901408);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8rem;
  padding: 0.65rem 0;
  line-height: inherit;
}
@media only screen and (min-width: 1280px) {
  #nav li a {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 1440px) {
  #nav li a {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 1280px) {
  #nav li a:after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #E15248;
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
    transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms, -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
    height: 3px;
  }
  #nav li a:hover {
    text-decoration: none;
    color: #0e1515;
  }
  #nav li a:hover:after {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scale(1);
            transform: scale(1);
    background: rgb(239.3661971831, 164.8450704225, 159.6338028169);
  }
  #nav li a.activo, #nav li a:hover {
    color: #0e1515;
  }
  #nav li a.activo:after, #nav li a:hover:after {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scale(1);
            transform: scale(1);
    width: 60%;
    left: 20%;
    background: #E15248;
  }
}
#nav li#ultimo a {
  background: #fff;
  padding: 0.65rem 1.25rem;
}
#nav li#ultimo a:after {
  content: none;
}

#nav li #logo {
  margin: auto;
}
#nav li #logo a {
  padding: 0;
}
#nav li #logo a:after {
  content: none;
}
#nav li #logo a img {
  height: 95px;
  margin-top: 1rem;
}

/**/
/**/
#nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#nav li a span {
  display: inline-block;
  position: relative;
  width: 0.25rem;
  height: 1rem;
}
#nav li a span:after {
  position: absolute;
  font-family: "infotelecom";
  content: "\e81b";
  font-size: 0.5rem;
}
#nav li ul {
  background: #E15248;
  visibility: hidden;
  opacity: 0;
  width: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 0;
  left: 0;
  display: none;
  position: absolute;
  min-width: 10rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 1px 2px 2px rgba(14, 21, 21, 0.6);
          box-shadow: 1px 2px 2px rgba(14, 21, 21, 0.6);
}
#nav li ul li {
  display: block;
  margin: 0;
}
#nav li ul li:first-child {
  display: block;
}
#nav li ul a {
  padding: 0.3rem 1rem;
  display: block;
  white-space: nowrap;
  font-family: "Montserrat Light", sans-serif;
  line-height: 2rem;
  color: #fff;
  text-align: left;
  font-size: 0.8rem;
}
#nav li ul a:after {
  content: none;
}
#nav li ul a:hover {
  text-decoration: none;
  background: rgba(211.3521126761, 46.1971830986, 34.6478873239, 0.6);
  color: #fff;
}
#nav li ul a.activo, #nav li ul a.activo:hover {
  background: #fff;
  color: #E15248;
}
#nav li:hover > ul, #nav li ul:hover {
  visibility: visible;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}
#nav li:hover > a:after {
  background: #E15248;
  width: 60%;
  left: 20%;
  bottom: 0;
}

/* menú móvil sin js*/
@media only screen and (max-width: 1279px) {
  #menu {
    position: fixed;
    background: rgb(167.5352112676, 36.6197183099, 27.4647887324);
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 13000;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 3rem 20%;
  }
  #menu.abierto {
    opacity: 1;
    left: 0;
    visibility: visible;
    height: 100%;
    overflow-y: auto;
    -webkit-animation: fadeInRight 0.5s ease forwards;
            animation: fadeInRight 0.5s ease forwards;
  }
  #menu.abierto li {
    opacity: 0;
    -webkit-animation: fadeInRight 0.5s ease forwards;
            animation: fadeInRight 0.5s ease forwards;
  }
  #menu.abierto li:nth-child(1) {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
  }
  #menu.abierto li:nth-child(2) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  #menu.abierto li:nth-child(3) {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }
  #menu.abierto li:nth-child(4) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  #menu.abierto li:nth-child(5) {
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s;
  }
  #menu.abierto li:nth-child(6) {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  #menu.abierto li:nth-child(7) {
    -webkit-animation-delay: 1.05s;
            animation-delay: 1.05s;
  }
  #menu.abierto li:nth-child(8) {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  #menu.abierto li:nth-child(9) {
    -webkit-animation-delay: 1.35s;
            animation-delay: 1.35s;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 600px) {
  #menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 600px) and (max-width: 959px) {
  #menu {
    padding: 3rem 10%;
  }
}
@media only screen and (max-width: 1279px) {
  #menu #nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #menu #nav li {
    margin: 0 0 1rem;
    width: 100%;
    display: block;
    text-align: left;
  }
  #menu #nav li a {
    display: inline-block;
    text-align: left;
    line-height: 1;
    font-size: 1rem;
    color: #fff;
    letter-spacing: 2px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
  }
  #menu #nav li a:after {
    content: none;
  }
  #menu #nav li a i {
    display: inline-block;
    margin-right: 0.15rem;
    opacity: 0.65;
  }
  #menu #nav li a.activo {
    background: transparent;
    position: relative;
  }
  #menu #nav li a.activo:before {
    content: "";
    display: block;
    width: 0.75rem;
    height: 2px;
    background: #E15248;
    position: absolute;
    left: -1rem;
    top: 1rem;
  }
  #menu #nav li#conlogo {
    display: none;
    visibility: hidden;
  }
  #menu #nav li#ultimo {
    margin: 2rem 0 0;
  }
  #menu #nav li#ultimo a {
    background: transparent;
    border-color: inherit;
  }
  #menu #nav li#ultimo a.activo {
    color: #fff;
  }
}
@media only screen and (max-width: 599px) {
  #menu {
    padding: 3rem;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 1099px) {
  #menu {
    display: none;
  }
  #menu.abierto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*COLUMNAS*/
.columnas {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}
.columnas .paginacion, .columnas .titulo_bloque, .columnas .cierre {
  grid-column-start: 1;
  grid-column-end: -1;
}
.columnas .columna {
  margin-bottom: 2rem;
}
.columnas .columna .texto p {
  text-align: justify;
}
.columnas .columna .foto {
  width: 100%;
  margin-bottom: 1rem;
}
.columnas .columna .foto img {
  width: 100%;
}
.columnas .columna:last-child {
  margin-bottom: 0;
}
.columnas.bordes .columna {
  border: 1px solid;
  padding: 1rem;
}
@media only screen and (min-width: 960px) {
  .columnas {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
  .columnas .paginacion, .columnas .titulo_bloque, .columnas .cierre {
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .columnas .columna {
    margin-bottom: 0;
  }
  .columnas.n3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
  .columnas.n3 .paginacion, .columnas.n3 .titulo_bloque, .columnas.n3 .cierre {
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .columnas.bordes .columna {
    padding: 1.25rem;
  }
}
@media only screen and (min-width: 1280px) {
  .columnas {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 3rem;
    grid-row-gap: 0rem;
  }
  .columnas .paginacion, .columnas .titulo_bloque, .columnas .cierre {
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .columnas.n3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
  .columnas.n3 .paginacion, .columnas.n3 .titulo_bloque, .columnas.n3 .cierre {
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .columnas.n4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 3rem;
    grid-row-gap: 0rem;
  }
  .columnas.n4 .paginacion, .columnas.n4 .titulo_bloque, .columnas.n4 .cierre {
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .columnas.bordes .columna {
    padding: 1.25rem;
  }
}
@media only screen and (min-width: 1440px) {
  .columnas.bordes .columna {
    padding: 1.5rem;
  }
}

/* FALLBACK IE 11 */
@media only screen and (-ms-high-contrast: none) {
  .columnas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (-ms-high-contrast: none) and (min-width: 960px) {
  .columnas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .columnas .columna {
    width: calc(50% - 0.75rem);
  }
  .columnas.n3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .columnas.n3 .columna {
    width: calc(33.33% - 0.75rem);
  }
  .columnas.n4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (-ms-high-contrast: none) and (min-width: 1280px) {
  .columnas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .columnas .columna {
    width: calc(50% - 1rem);
  }
  .columnas.n3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .columnas.n3 .columna {
    width: calc(33.33% - 1.33rem);
  }
  .columnas.n4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .columnas.n4 .columna {
    width: calc(25% - 1.25rem);
  }
}
/* TEXTOS*/
.textos p {
  margin-bottom: 1.65rem;
}
.textos p a:not(.boton):not(#aceptar-mensaje-cookies):not(.boton-borde):not(.boton-grande):not(.boton-medio) {
  text-decoration: underline;
  color: rgb(123.7183098592, 27.0422535211, 20.2816901408);
  text-decoration-color: #E15248;
}
.textos p a:not(.boton):not(#aceptar-mensaje-cookies):not(.boton-borde):not(.boton-grande):not(.boton-medio):hover {
  color: #E15248;
  text-decoration-color: rgb(211.3521126761, 46.1971830986, 34.6478873239);
}

.textos *:last-child,
.textos p:last-child,
.textos p:last-of-type {
  margin-bottom: 0 !important;
}

/*LISTADOS*/
.textos ul,
.textos ol {
  margin: 0 0 2rem 1rem;
  list-style-position: outside;
}

.textos ul li,
.textos ol li {
  margin: 0;
  padding: 0;
}

.textos ul a,
.textos ol a {
  font-weight: normal;
  color: inherit;
}

.textos ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1.2rem;
}

.textos ul li {
  list-style-type: disc;
  padding: 0;
  margin: 0 0 1rem;
}

.textos ol li {
  padding: 0;
  margin: 0 0 1rem;
}

.textos ul ul,
.textos ol ul {
  list-style-type: circle;
  margin: 1rem 0 0 1rem;
}

.textos dl dt {
  padding-bottom: 0;
  font-style: normal;
}

.textos dl dd {
  padding-bottom: 1rem;
}

/*RULER / SEPARADOR */
.textos hr {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto 2rem;
  border: 0;
  height: 0.25rem;
}
.textos hr:before {
  content: "";
  position: absolute;
  width: 8rem;
  height: 0.25rem;
  left: 0;
  background-color: #E15248;
}

/*FLORITURAS*/
.first:first-letter {
  font-size: 3.5rem;
  float: left;
  display: block;
  margin: 0.5rem 0.5rem 0 0;
  font-family: "Montserrat";
  line-height: 0.8;
}

/*TEXTO COLUMNAS*/
.textos p.columnado {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  -webkit-column-rule: 1px outset #ccc;
     -moz-column-rule: 1px outset #ccc;
          column-rule: 1px outset #ccc;
  margin: 3rem 0;
}
@media only screen and (max-width: 767px) {
  .textos p.columnado {
    -webkit-column-count: 1 !important;
       -moz-column-count: 1 !important;
            column-count: 1 !important;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-column-rule: 0 none;
       -moz-column-rule: 0 none;
            column-rule: 0 none;
  }
}

/*TEXTOS + FOTOS*/
.textos .texto_imagen {
  display: block;
  margin: 0 0 2rem;
  max-width: 900px !important;
  width: 100%;
}
.textos .texto_imagen .caption {
  font-size: 0.95rem;
}
.textos .texto_imagen img {
  position: relative;
  width: 100%;
  max-width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.textos.formato_centrado .texto_imagen {
  margin-left: auto;
  margin-right: auto;
}

.foto_flotada_izquierda_portada,
.foto_flotada_derecha_portada {
  width: 100% !important;
  padding: 0;
  position: relative;
}
.foto_flotada_izquierda_portada .texto_columna,
.foto_flotada_derecha_portada .texto_columna {
  width: calc(100% - 2rem);
  margin: 0 auto;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 340px) {
  .foto_flotada_izquierda_portada .texto_columna,
  .foto_flotada_derecha_portada .texto_columna {
    width: calc(100% - 4rem);
    padding-bottom: 4rem;
  }
}
.foto_flotada_izquierda_portada .texto_imagen,
.foto_flotada_derecha_portada .texto_imagen {
  position: relative;
  max-width: 100% !important;
  width: 100%;
}
.foto_flotada_izquierda_portada .texto_imagen .caption,
.foto_flotada_derecha_portada .texto_imagen .caption {
  font-size: 0.95rem;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
.foto_flotada_izquierda_portada .texto_columna h1 strong,
.foto_flotada_derecha_portada .texto_columna h1 strong {
  display: block;
  text-transform: uppercase;
  color: rgb(211.3521126761, 46.1971830986, 34.6478873239);
}
.foto_flotada_izquierda_portada .texto_columna h2,
.foto_flotada_derecha_portada .texto_columna h2 {
  display: block;
  margin-top: 0;
  margin-bottom: 2rem !important;
}
.foto_flotada_izquierda_portada .texto_columna h3 strong,
.foto_flotada_derecha_portada .texto_columna h3 strong {
  display: block;
  font-family: "Montserrat Light", sans-serif;
  text-transform: uppercase;
  margin-bottom: 1rem !important;
  font-size: 1rem;
  color: rgb(211.3521126761, 46.1971830986, 34.6478873239);
}
.foto_flotada_izquierda_portada .texto_columna a.boton, .foto_flotada_izquierda_portada .texto_columna a#aceptar-mensaje-cookies, .foto_flotada_izquierda_portada .texto_columna a.boton-borde, .foto_flotada_izquierda_portada .texto_columna .fichas_normal .ficha a.mas, .fichas_normal .ficha .foto_flotada_izquierda_portada .texto_columna a.mas, .foto_flotada_izquierda_portada .texto_columna a.boton-grande, .foto_flotada_izquierda_portada .texto_columna a.boton-medio, .foto_flotada_izquierda_portada .texto_columna .enlace-reservas a, .enlace-reservas .foto_flotada_izquierda_portada .texto_columna a,
.foto_flotada_derecha_portada .texto_columna a.boton,
.foto_flotada_derecha_portada .texto_columna a#aceptar-mensaje-cookies,
.foto_flotada_derecha_portada .texto_columna a.boton-borde,
.foto_flotada_derecha_portada .texto_columna .fichas_normal .ficha a.mas,
.fichas_normal .ficha .foto_flotada_derecha_portada .texto_columna a.mas,
.foto_flotada_derecha_portada .texto_columna a.boton-grande,
.foto_flotada_derecha_portada .texto_columna a.boton-medio,
.foto_flotada_derecha_portada .texto_columna .enlace-reservas a,
.enlace-reservas .foto_flotada_derecha_portada .texto_columna a {
  margin-top: 2rem;
}

/*
.foto_flotada_izquierda_portada .texto_imagen {
    padding-right: 1rem;

    @media only screen and (min-width: 340px) {
        padding-right: 2rem;
    }
}

.foto_flotada_derecha_portada .texto_imagen {
    padding-left: 1rem;

    @media only screen and (min-width: 340px) {
        padding-left: 2rem;
    }
}*/
.foto_flotada_derecha_portada .texto_imagen .caption {
  left: 2rem;
}
@media only screen and (min-width: 340px) {
  .foto_flotada_derecha_portada .texto_imagen .caption {
    left: 3rem;
  }
}
@media only screen and (min-width: 960px) {
  .foto_flotada_derecha_portada .texto_imagen .caption {
    left: 4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .foto_flotada_derecha_portada .texto_imagen .caption {
    left: 6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .foto_flotada_derecha_portada .texto_imagen .caption {
    left: 7rem;
  }
}

.formato_centrado,
.formato_titulo_seccion {
  text-align: center;
}
.formato_centrado p,
.formato_titulo_seccion p {
  text-align: center;
}

.formato_titulo_seccion,
#principal .formato_titulo_seccion {
  background-color: inherit;
}

.textos ~ .formato_titulo_seccion,
#principal .formato_titulo_seccion ~ .textos {
  padding-bottom: 0;
}

#principal .formato_titulo_seccion {
  text-align: left;
}
#principal .formato_titulo_seccion p {
  text-align: left;
}

@media only screen and (min-width: 960px) {
  .foto_flotada_derecha,
  .foto_flotada_izquierda,
  .formato_centrado {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .foto_flotada_derecha {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .formato_centrado {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .formato_centrado .texto_imagen {
    margin-bottom: 1.5rem;
    width: 100%;
    max-height: auto !important;
  }
  .formato_centrado .texto_columna,
  .textos .texto_columna {
    margin: 0 auto;
    width: 100%;
    max-width: 45em;
  }
  .foto_flotada_derecha .texto_imagen,
  .foto_flotada_izquierda .texto_imagen {
    margin-bottom: 0;
    width: 50%;
    max-height: auto !important;
  }
  .foto_flotada_derecha .texto_columna,
  .foto_flotada_izquierda .texto_columna {
    margin: 0;
    width: 50%;
    padding: 0 0 0 3rem;
  }
  .foto_flotada_derecha .texto_columna {
    padding: 0 3rem 0 0;
  }
  .foto_flotada_derecha .texto_imagen img,
  .foto_flotada_izquierda .texto_imagen img {
    width: 100%;
  }
  #principal .foto_flotada_derecha, #principal .foto_flotada_izquierda, #principal .formato_centrado {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #principal .foto_flotada_derecha .texto_imagen, #principal .foto_flotada_derecha .texto_columna, #principal .foto_flotada_izquierda .texto_imagen, #principal .foto_flotada_izquierda .texto_columna, #principal .formato_centrado .texto_imagen, #principal .formato_centrado .texto_columna {
    width: 100%;
    padding: 0;
  }
  #principal .foto_flotada_derecha .texto_imagen, #principal .foto_flotada_izquierda .texto_imagen, #principal .formato_centrado .texto_imagen {
    margin-bottom: 3rem;
  }
  .foto_flotada_izquierda_portada,
  .foto_flotada_derecha_portada {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 3rem 0;
  }
  .foto_flotada_izquierda_portada .texto_columna,
  .foto_flotada_derecha_portada .texto_columna {
    padding: 3rem;
    margin: 0;
    width: 40%;
  }
  .foto_flotada_izquierda_portada .texto_imagen,
  .foto_flotada_derecha_portada .texto_imagen {
    width: 60%;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    margin: 0;
  }
  .foto_flotada_izquierda_portada .texto_imagen img,
  .foto_flotada_derecha_portada .texto_imagen img {
    width: 100%;
    max-width: 100% !important;
    -o-object-position: center;
       object-position: center;
  }
  .foto_flotada_derecha_portada {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
@media only screen and (min-width: 1280px) {
  .foto_flotada_derecha,
  .foto_flotada_izquierda,
  .formato_centrado {
    width: 100%;
  }
  .foto_flotada_derecha,
  .foto_flotada_izquierda {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .foto_flotada_izquierda .texto_columna {
    padding: 0 0 0 4rem;
  }
  .foto_flotada_derecha .texto_columna {
    padding: 0 4rem 0 0;
  }
  .foto_flotada_izquierda_portada,
  .foto_flotada_derecha_portada {
    padding: 5rem calc((100% - 1200px) / 2);
  }
  .foto_flotada_izquierda_portada .texto_columna,
  .foto_flotada_derecha_portada .texto_columna {
    padding: 5rem;
  }
  .foto_flotada_izquierda_portada .texto_columna {
    padding-right: 0;
  }
  .foto_flotada_derecha_portada .texto_columna {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .foto_flotada_izquierda_portada,
  .foto_flotada_derecha_portada {
    padding: 6rem calc((100% - 1200px) / 2);
  }
  .foto_flotada_izquierda .texto_columna {
    padding: 0 0 0 6rem;
  }
  .foto_flotada_derecha .texto_columna {
    padding: 0 6rem 0 0;
  }
  .foto_flotada_izquierda_portada,
  .foto_flotada_derecha_portada {
    padding: 6rem calc((100% - 1200px) / 2);
  }
  .foto_flotada_izquierda_portada .texto_columna {
    padding: 6rem;
    padding-right: calc((100% - 1200px) / 2);
  }
  .foto_flotada_derecha_portada .texto_columna {
    padding-right: 6rem;
    padding-left: calc((100% - 1200px) / 2);
  }
}
@media only screen and (min-width: 1600px) {
  .foto_flotada_derecha .texto_columna,
  .foto_flotada_izquierda .texto_columna {
    padding: 0 calc(6 * 1rem) 0 0;
  }
  .foto_flotada_izquierda_portada,
  .foto_flotada_derecha_portada {
    padding: 6rem calc((100% - 1356px) / 2);
  }
  .foto_flotada_izquierda .texto_columna {
    padding: 0 0 0 calc(6 * 1rem);
  }
  .foto_flotada_izquierda_portada .texto_columna {
    padding-right: calc((100% - 1356px) / 2);
  }
  .foto_flotada_derecha_portada .texto_columna {
    padding-left: calc((100% - 1356px) / 2);
  }
}
@media only screen and (min-width: 1600px) {
  #principal .foto_flotada_derecha .texto_imagen img, #principal .foto_flotada_izquierda .texto_imagen img {
    width: 100%;
    left: 0;
  }
}

@media only screen and (min-width: 960px) {
  .formato_titulo_seccion .texto_columna {
    width: 100%;
  }
}
blockquote {
  font-family: "Montserrat";
  margin: 3rem 0;
  padding: 1.5rem 2rem;
  padding-left: 2rem;
  text-indent: 0;
  letter-spacing: 0px;
  font-size: 1.2rem;
  position: relative;
}
@media only screen and (min-width: 960px) {
  blockquote {
    font-size: 1.3rem;
  }
}
blockquote:before {
  content: "“";
  position: absolute;
  font-style: normal;
  font-size: 10rem;
  line-height: 1;
  top: 0;
  padding: 0 0.5rem;
  border-radius: 50px;
  height: 4rem;
  opacity: 0.25;
  left: -3.5rem;
}
@media only screen and (min-width: 480px) {
  blockquote:before {
    left: 0;
  }
}
blockquote p {
  font-size: 1.5rem;
}
blockquote strong {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
}
@media only screen and (min-width: 480px) {
  blockquote {
    padding-left: 6rem;
  }
}
@media only screen and (min-width: 960px) {
  blockquote {
    margin-left: -2rem;
  }
}
@media only screen and (min-width: 1280px) {
  blockquote {
    margin-left: -6rem;
  }
}

/* TABLAS */
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.tabla {
  width: 100%;
  margin-bottom: 2rem;
  overflow-x: scroll;
}

.tabla th,
.tabla td {
  padding: 0.5rem;
  line-height: 1.2;
  text-align: left;
  border-top: 1px solid #ccc;
}

.tabla th {
  font-family: "Montserrat Bold", sans-serif;
  font-weight: normal;
  vertical-align: bottom;
}

.tabla td {
  vertical-align: top;
}

.tabla thead:first-child tr th,
.tabla thead:first-child tr td {
  border-top: 0;
}

.tabla tbody + tbody {
  border-top: 2px solid #ccc;
}

.tabla-condensada tbody tr:nth-child(odd) td,
.tabla-condensada tbody tr:nth-child(odd) th {
  background-color: #EBEBEB;
}

.tabla-bordes {
  border: 1px solid #ccc;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-radius: 0.5rem;
}

.tabla-bordes th + th,
.tabla-bordes td + td,
.tabla-bordes th + td,
.tabla-bordes td + th {
  border-left: 1px solid #ccc;
}

.tabla-bordes thead:first-child tr:first-child th,
.tabla-bordes tbody:first-child tr:first-child th,
.tabla-bordes tbody:first-child tr:first-child td {
  border-top: 0;
}

.tabla-bordes thead:first-child tr:first-child th:first-child,
.tabla-bordes tbody:first-child tr:first-child td:first-child {
  border-radius: 0.5rem 0 0 0;
}

.tabla-bordes thead:first-child tr:first-child th:last-child,
.tabla-bordes tbody:first-child tr:first-child td:last-child {
  border-radius: 0 0.5rem 0 0;
}

.tabla-bordes thead:last-child tr:last-child th:first-child,
.tabla-bordes tbody:last-child tr:last-child td:first-child {
  border-radius: 0 0 0 0.5rem;
}

.tabla-bordes thead:last-child tr:last-child th:last-child,
.tabla-bordes tbody:last-child tr:last-child td:last-child {
  border-radius: 0 0 0.5rem 0;
}

.tabla-cabeceras thead th,
.tabla-cabeceras tbody tr td:first-child {
  background-color: #EBEBEB;
}

.formato_faq h3 {
  margin: 0 0 1rem;
  padding: 0 0 1rem 2.5rem;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.25rem;
}

.formato_faq h3:before {
  font-family: "infotelecom";
  content: "\f13a";
  position: absolute;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1;
  left: 2px;
  top: 0;
  color: #999999;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  will-change: auto;
}

.formato_faq h3:hover,
.formato_faq h3.categoria:hover {
  cursor: pointer;
  color: #E15248;
}

.formato_faq h3:hover:before,
.formato_faq h3.categoria:hover:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #666;
}

.formato_faq h3.categoria_actual:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #E15248;
}

.formato_faq h3.categoria_actual,
.formato_faq h3.categoria_actual:hover {
  color: rgb(211.3521126761, 46.1971830986, 34.6478873239);
  cursor: default;
  padding-bottom: 1rem;
}

.formato_faq p {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5rem;
  padding-left: 2.5rem;
}

@media only screen and (min-width: 960px) {
  .formato_faq h3 {
    font-size: 1.35rem;
  }
  .formato_faq h3:before {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .foto_flotada_derecha,
  .foto_flotada_izquierda {
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .foto_flotada_derecha .texto_imagen,
  .foto_flotada_izquierda .texto_imagen {
    position: sticky;
    top: calc(6rem + 3rem);
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1280px) {
  .foto_flotada_derecha .texto_imagen,
  .foto_flotada_izquierda .texto_imagen {
    top: calc(6rem + 4rem);
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1440px) {
  .foto_flotada_derecha .texto_imagen,
  .foto_flotada_izquierda .texto_imagen {
    top: calc(6rem + 6rem);
  }
}
/*banner*/
.banner {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.banner.parallax {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (max-width: 599px) {
  .banner.parallax .enlace-reservas {
    position: relative;
    padding: 3rem;
    min-height: 50vh;
  }
}

.banner .tinta {
  background: rgba(225, 82, 72, 0.8);
  height: 100%;
  left: 0;
  overflow: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.enlace-reservas {
  text-align: center;
  padding: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  bottom: 0;
  padding: 5vh 3rem;
  color: #fff;
}

.enlace-reservas h3 {
  text-align: center;
  color: #fff;
  width: 100%;
}

.enlace-reservas h3 span {
  font-size: inherit;
  line-height: inherit;
  color: #fff;
  display: block;
  line-height: 1.2;
}

.enlace-reservas a {
  margin-top: 2rem;
}

.banner img,
.banner .progressive img {
  width: 100% !important;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (max-width: 599px) {
  .enlace-reservas {
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner img,
  .banner .progressive img {
    height: 70vh;
  }
}
@media only screen and (min-width: 600px) {
  .cabecera,
  .banner img,
  .banner .progressive img {
    min-height: 320px;
    max-height: 40vh;
  }
  .enlace-reservas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3rem 6rem;
  }
}
@media only screen and (min-width: 600px) and (orientation: portrait) {
  .cabecera,
  .banner img,
  .banner .progressive img {
    min-height: 320px;
  }
}
@media only screen and (min-width: 1280px) {
  .cabecera,
  .banner img,
  .banner .progressive img {
    height: 50vh;
  }
  .enlace-reservas {
    padding: 4rem 8rem;
  }
}
@media only screen and (-ms-high-contrast: none) {
  .banner img,
  .banner .progressive img {
    min-height: auto;
    max-height: 100vh;
    height: auto !important;
  }
}
.banner_externo {
  padding: 1.5rem;
  text-align: center;
}
.banner_externo img {
  width: 6rem;
}
.banner_externo h3 a {
  font-size: 1rem;
  display: inline-block;
}
.banner_externo h3 a strong {
  display: block;
  text-transform: uppercase;
  font-size: 1.15rem;
  color: rgb(167.5352112676, 36.6197183099, 27.4647887324);
  margin: 0.25rem;
}
@media only screen and (min-width: 600px) {
  .banner_externo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2rem;
    text-align: left;
  }
  .banner_externo img {
    margin-right: 2rem;
  }
  .banner_externo h3 {
    margin: 0;
  }
}

.boton, #aceptar-mensaje-cookies, .textos p strong em, .boton-borde, .fichas_normal .ficha a.mas, .boton-grande, .boton-medio, .enlace-reservas a {
  text-decoration: none !important;
  text-align: center;
  display: inline-block;
  position: relative;
  border: none;
  line-height: 1;
  border-radius: 0.25rem;
  padding: 0.75rem 1.5rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 1rem;
  color: rgb(123.7183098592, 27.0422535211, 20.2816901408);
  background: #fff;
  border: 1px solid;
  border-color: rgb(123.7183098592, 27.0422535211, 20.2816901408);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.boton:hover, #aceptar-mensaje-cookies:hover, .textos p strong em:hover, .boton-borde:hover, .fichas_normal .ficha a.mas:hover, .boton-grande:hover, .boton-medio:hover, .enlace-reservas a:hover {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  background: rgb(123.7183098592, 27.0422535211, 20.2816901408);
  border-color: rgb(123.7183098592, 27.0422535211, 20.2816901408);
}
.boton:active, #aceptar-mensaje-cookies:active, .textos p strong em:active, .boton-borde:active, .fichas_normal .ficha a.mas:active, .boton-grande:active, .boton-medio:active, .enlace-reservas a:active, .boton:focus, #aceptar-mensaje-cookies:focus, .textos p strong em:focus, .boton-borde:focus, .fichas_normal .ficha a.mas:focus, .boton-grande:focus, .boton-medio:focus, .enlace-reservas a:focus {
  outline: none;
}
.boton:disabled, #aceptar-mensaje-cookies:disabled, .textos p strong em:disabled, .boton-borde:disabled, .fichas_normal .ficha a.mas:disabled, .boton-grande:disabled, .boton-medio:disabled, .enlace-reservas a:disabled {
  cursor: normal !important;
  color: #ccc;
  background: #EBEBEB;
  border-color: #ccc;
}
@media only screen and (min-width: 960px) {
  .boton, #aceptar-mensaje-cookies, .textos p strong em, .boton-borde, .fichas_normal .ficha a.mas, .boton-grande, .boton-medio, .enlace-reservas a {
    padding: 1rem 1.5rem;
  }
}

.boton-medio {
  padding: 1.25rem 4.5rem;
  font-size: 1.4rem;
}

.boton-grande {
  padding: 1.5rem 5rem;
  font-size: 1.5rem;
}

.boton-borde, .fichas_normal .ficha a.mas {
  border: 2px solid #0e1515;
  background: #fff;
  color: #0e1515;
}
.boton-borde:hover, .fichas_normal .ficha a.mas:hover {
  border-color: #E15248;
}

/*Más colores*/
.btn-verde {
  background: #2CA966;
}
.btn-verde:hover {
  background: rgb(35.5718309859, 136.6281690141, 82.461971831);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-verde:active {
  background: rgb(17.661971831, 67.838028169, 40.9436619718);
}

.btn-azul {
  background: #2191fb;
}
.btn-azul:hover {
  background: rgb(4.3044247788, 124.8283185841, 238.8955752212);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-azul:active {
  background: rgb(2.7699115044, 80.3274336283, 153.7300884956);
}

.btn-amarillo {
  background: #FF9F1C;
}
.btn-amarillo:hover {
  background: rgb(242.2, 139.7718061674, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-amarillo:active {
  background: rgb(155.5, 89.7378854626, 0);
}

.btn-rojo {
  background: #DA2424;
}
.btn-rojo:hover {
  background: rgb(182.9826771654, 30.2173228346, 30.2173228346);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-rojo:active {
  background: rgb(108.5708661417, 17.9291338583, 17.9291338583);
}

.radius {
  border-radius: 50px;
}

.inscripcion {
  display: block;
  text-align: center;
  margin: 3rem auto;
}

.textos p strong em {
  font-style: normal;
  color: #fff;
}

.volver-arriba {
  position: fixed;
  right: 0;
  bottom: 0;
  text-decoration: none;
  display: none;
  width: 36px;
  height: 33px;
  padding-top: 3px;
  font-size: 0.8rem;
  text-align: center;
  opacity: 0.7;
  border-radius: 0.25rem 0.25rem 0 0;
  background-color: rgb(211.3521126761, 46.1971830986, 34.6478873239);
  color: #fff;
}

#footer a.volver-arriba span {
  display: none;
}

#footer a.volver-arriba {
  color: #fff;
}

.volver-arriba:hover {
  opacity: 1;
}

#mensaje-cookies {
  padding: 1rem 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 90000;
  -webkit-box-shadow: 0 0 10px rgba(14, 21, 21, 0.25);
          box-shadow: 0 0 10px rgba(14, 21, 21, 0.25);
  background: rgb(211.3521126761, 46.1971830986, 34.6478873239);
  color: #f5f5f5;
  border-top: 1px solid rgb(211.3521126761, 46.1971830986, 34.6478873239);
}

#env-mensaje-cookies {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: calc(100% - 2rem);
}
@media only screen and (min-width: 960px) {
  #env-mensaje-cookies {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 900px;
  }
}

#texto-mensaje-cookies {
  font-size: 0.8rem;
  display: inline-block;
}
@media only screen and (min-width: 960px) {
  #texto-mensaje-cookies {
    font-size: 0.85rem;
    padding-right: 2rem;
  }
}

#mas-info-mensaje-cookies {
  text-decoration: none;
  font-family: "Montserrat Bold", sans-serif;
  color: #EBEBEB;
}

#mas-info-mensaje-cookies:hover {
  text-decoration: underline;
}

#aceptar-mensaje-cookies {
  color: #fff;
  font-size: 0.8rem;
  background: #2191fb;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0.75rem;
  margin: 0.5rem 0 0;
}

#aceptar-mensaje-cookies:hover {
  background: rgb(3.2212389381, 93.4159292035, 178.7787610619);
  cursor: pointer;
}

/* COMPARTIR */
.compartir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem;
}
.compartir a {
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2.25rem;
  line-height: 2.25rem;
  display: inline-block;
  margin: 0 0.25rem;
  text-align: center;
  font-size: 0.9rem;
}
.compartir a span {
  display: none;
}
.compartir a:hover {
  color: #fff;
  background: #E15248;
  text-decoration: none;
}
.compartir span.comparte {
  width: 100%;
  margin: 0.25rem;
  text-align: left;
}
.compartir span.comparte span {
  font-family: "Montserrat Bold", sans-serif;
  text-transform: uppercase;
  color: rgb(211.3521126761, 46.1971830986, 34.6478873239);
  font-size: 1rem;
  text-align: left;
  /* position: relative;
   padding-left: 1.5rem;
   margin-left: -1.5rem; // 1.5 paddin

  &:before {
       position: absolute;
       font-family: "infotelecom";
       content: "\f1e0";
       top: .125rem;
       left: 0;
       font-size: 1.2rem;
       line-height: 1;
       color: rgba($base, .2);
   } */
}
.compartir span.comparte i {
  display: none;
}
@media only screen and (min-width: 340px) {
  .compartir {
    padding: 2rem 1.75rem;
  }
}
@media only screen and (min-width: 960px) {
  .compartir {
    padding: 2rem 3rem;
  }
}
@media only screen and (min-width: 1280px) {
  .compartir {
    padding: 4rem calc((100% - (1200px + 0.5rem)) / 2);
  }
}

a.facebook {
  background: #306199;
}

a.twitter {
  background: #26C4F1;
}

a.pinterest {
  background: #B81621;
}

a.linkedin {
  background: #007BB6;
}

a.whatsapp {
  background: #189D0E;
}

a.email {
  background: #0A88FF;
}

.fecha_noticia_superior .compartir span.comparte {
  display: none;
}
.fecha_noticia_superior .compartir a {
  color: rgb(211.3521126761, 46.1971830986, 34.6478873239);
  background: transparent;
}
.fecha_noticia_superior .compartir a:hover {
  color: #fff;
}
.fecha_noticia_superior .compartir a.facebook:hover {
  background: #306199;
}
.fecha_noticia_superior .compartir a.twitter:hover {
  background: #26C4F1;
}
.fecha_noticia_superior .compartir a.pinterest:hover {
  background: #B81621;
}
.fecha_noticia_superior .compartir a.linkedin:hover {
  background: #007BB6;
}
.fecha_noticia_superior .compartir a.whatsapp:hover {
  background: #189D0E;
}
.fecha_noticia_superior .compartir a.email:hover {
  background: #0A88FF;
}

/*DESCARGAS*/
.descargas ul, .descargas_seccion ul {
  list-style: none;
}
.descargas ul li, .descargas_seccion ul li {
  width: 100%;
  display: block;
  margin: 0 0 1rem;
}
.descargas a, .descargas_seccion a {
  display: inline-block;
  font-weight: normal;
  color: inherit;
  background: transparent;
  text-decoration: none;
  position: relative;
  padding-left: 2rem;
}
.descargas a i, .descargas_seccion a i {
  position: absolute;
  left: 0;
}
.descargas a.pdf i, .descargas_seccion a.pdf i {
  color: #EA4C3A;
}
.descargas a.word i, .descargas_seccion a.word i {
  color: #2372BA;
}
.descargas a.image i, .descargas_seccion a.image i {
  color: #6A4197;
}
.descargas a.excel i, .descargas_seccion a.excel i {
  color: #08743B;
}
.descargas a.powerpoint i, .descargas_seccion a.powerpoint i {
  color: #DD5B26;
}
.descargas a.video i, .descargas_seccion a.video i {
  color: #474A55;
}
.descargas a.video, .descargas_seccion a.video {
  display: inline-block;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  padding-left: 2rem !important;
}
@media only screen and (min-width: 576px) {
  .descargas ul, .descargas_seccion ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .descargas ul li, .descargas_seccion ul li {
    width: 50%;
  }
}

.descargas_seccion {
  background: #f5f5f5;
  max-width: 45em;
  margin: 0 auto;
  padding: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 340px) {
  .descargas_seccion {
    padding: 1rem 1.5rem;
  }
}
@media only screen and (min-width: 400px) {
  .descargas_seccion {
    padding: 1rem 2rem;
  }
}
@media only screen and (min-width: 960px) {
  .descargas_seccion {
    margin-top: -2rem;
  }
}
.descargas_seccion .titulo_bloque {
  text-align: left;
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid;
}

@media only screen and (min-width: 960px) {
  .descargas, .descargas_seccion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .descargas .titulo_bloque, .descargas_seccion .titulo_bloque {
    width: 33.33%;
    margin: 0;
    text-align: left;
  }
  .descargas ul, .descargas_seccion ul {
    width: 66.66%;
  }
}

/*CABECERA*/
.cabecera_foto {
  width: 100vw;
  margin: 0 auto 2rem;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 960px) {
  .cabecera_foto {
    margin: 0 auto;
  }
}

.cabecera_foto img {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: center;
     object-position: center;
}

.cabecera_foto img,
.cabecera_foto .progressive,
.cabecera_foto .progressive img {
  height: 40vh;
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}

.titulo_seccion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100vw;
}
.titulo_seccion .texto_columna :last-child {
  margin-bottom: 0 !important;
}
.titulo_seccion h1 strong {
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .titulo_seccion {
    position: absolute;
    z-index: 2;
    top: 0;
    overflow: hidden;
    height: 60vh;
    color: #fff;
  }
}

.caja34 .titulo_seccion {
  height: auto;
  position: relative;
  width: 100%;
  height: auto;
  background: transparent;
  padding: inherit;
}

.centrado-inferior {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (min-width: 768px) {
  .cabecera_foto,
  .cabecera_foto img,
  .cabecera_foto .progressive,
  .cabecera_foto .progressive img,
  .titulo_seccion {
    height: 60vh;
  }
}
@media only screen and (min-width: 960px) {
  .cabecera_foto,
  .cabecera_foto img,
  .cabecera_foto .progressive,
  .cabecera_foto .progressive img,
  .titulo_seccion {
    height: calc(100vh - 6rem);
  }
}
@media only screen and (min-width: 1280px) {
  .cabecera_foto,
  .cabecera_foto img,
  .cabecera_foto .progressive,
  .cabecera_foto .progressive img,
  .titulo_seccion {
    height: calc(100vh - 6rem);
  }
}
@media only screen and (min-width: 1440px) {
  .cabecera_foto,
  .cabecera_foto img,
  .cabecera_foto .progressive,
  .cabecera_foto .progressive img,
  .titulo_seccion {
    height: calc(100vh - 6rem);
  }
}
#menu .idiomas {
  position: absolute;
  top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#menu .idiomas li {
  margin-right: 1rem;
}
#menu .idiomas li a {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 1px;
}
#menu .idiomas li a.activo {
  color: #fff;
}
@media only screen and (max-width: 370px) {
  #menu .idiomas {
    left: 1.25rem;
  }
}
@media only screen and (min-width: 600px) {
  #menu .idiomas {
    top: 3rem;
  }
}

#idiomas {
  display: none;
}

@media only screen and (min-width: 1100px) {
  #menu .idiomas {
    display: none;
  }
  #idiomas {
    padding: 0;
    margin: 0 2rem 0 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #idiomas li {
    margin-left: 1rem;
  }
  #idiomas a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2rem;
    line-height: 2rem;
    margin: 0;
    font-size: 0.8rem;
    color: #5C221D;
    text-transform: uppercase;
  }
  #idiomas a.activo {
    color: #E15248;
  }
}
@media only screen and (min-width: 1280px) {
  #idiomas {
    margin: 0 0 0 1rem;
  }
}
/*redes sociales*/
.redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.redes a {
  display: inline-block;
  margin: 0 0.25em;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-align: left;
  color: #0e1515;
}
.redes a span {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
  color: rgb(211.3521126761, 46.1971830986, 34.6478873239);
  background: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  text-align: center;
}
.redes a span strong, .redes a span.nombre-red {
  display: none;
}
.redes span.sigue {
  display: inline;
  padding-right: 1em;
}
.redes a:hover span {
  color: #fff;
  background: rgb(211.3521126761, 46.1971830986, 34.6478873239);
}

#menu .redes,
#menu .redes-movil strong {
  display: none;
}

@media (max-width: 1279px) {
  #menu .redes {
    display: block;
  }
}
.redes.rounded a span {
  border-radius: 50%;
}

.redes.stroke a span {
  line-height: 38px;
  line-height: 2.375rem;
  border: 2px solid;
  border-color: rgb(211.3521126761, 46.1971830986, 34.6478873239);
}

#submenus .redes a {
  margin: 0;
}
#submenus .redes a span {
  height: 2rem;
  width: 2rem;
  line-height: 2rem;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}
#submenus .redes a:hover span {
  color: #fff;
  background: rgb(167.5352112676, 36.6197183099, 27.4647887324);
}

.titulo_bloque {
  clear: left;
  margin: 0 auto;
  margin-bottom: 1rem;
  width: 100%;
}
@media only screen and (min-width: 340px) {
  .titulo_bloque {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 400px) {
  .titulo_bloque {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 960px) {
  .titulo_bloque {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1280px) {
  .titulo_bloque {
    margin-bottom: calc(1rem * 3);
  }
}
.titulo_bloque h2 {
  margin: 0 0 0.5em;
}
.titulo_bloque p {
  max-width: 45rem;
  margin: auto;
}
.titulo_bloque :last-child {
  margin-bottom: 0;
}

#columna .titulo_bloque {
  text-align: left;
  border-bottom: 2px solid #E15248;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}
#columna .titulo_bloque h4 {
  font-family: "Montserrat Bold", sans-serif;
  text-transform: uppercase;
  color: rgb(211.3521126761, 46.1971830986, 34.6478873239);
  font-size: 1rem;
}

/*
.texto_columna,
.titulo_bloque,
.lslide .caption .texto_columna,
.clone .caption .texto_columna {
    & h1 {
        //font-family: $font-title;
        text-transform: lowercase;
        font-size: 2.5rem;
        margin: 0;
    }

    // para un solo título h1 + strong
    & h1 strong,
    & h2 {
        display: block;
       // font-family: $font-title-bold;
        text-transform: uppercase;
        font-size: 1rem;
    }

    // para botón en p
    & p {
        margin-top: 2rem;
    }

    @media only screen and (min-width: 960px) {
        & h1 {
            font-size: 3.5rem;
        }

        // para un solo título h1 + strong
        & h1 strong,
        & h2 {
            font-size: 1.25rem;
        }
    }

    @media only screen and (min-width: 1280px) {
        & h1 {
            font-size: 4.5rem;
        }

        // para un solo título h1 + strong
        & h1 strong,
        & h2 {
            font-size: 1.5rem;
        }
    }
}*/
/* GALERIA DE FOTOS */
.galeria {
  background-color: #ffdcda;
}
.galeria ul {
  /* display: grid;
  grid-template-columns: 1fr;  // en fr para que gap funcioni sin overflow
  grid-gap: 1rem; */
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-auto-flow: dense;
}
.galeria ul .paginacion, .galeria ul .titulo_bloque, .galeria ul .cierre {
  grid-column-start: 1;
  grid-column-end: -1;
}
@media only screen and (min-width: 600px) {
  .galeria ul {
    /*  grid-template-columns: repeat(2, 1fr);
    // en fr para que gap funcioni sin overflow */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .galeria ul .paginacion, .galeria ul .titulo_bloque, .galeria ul .cierre {
    grid-column-start: 1;
    grid-column-end: -1;
  }
}
@media only screen and (min-width: 960px) {
  .galeria ul {
    /* grid-template-columns: repeat(3, 1fr);
    // en fr para que gap funcioni sin overflow */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .galeria ul .paginacion, .galeria ul .titulo_bloque, .galeria ul .cierre {
    grid-column-start: 1;
    grid-column-end: -1;
  }
}
@media only screen and (min-width: 1280px) {
  .galeria ul {
    /* grid-template-columns: repeat(4, 1fr);
    // en fr para que gap funcioni sin overflow */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .galeria ul .paginacion, .galeria ul .titulo_bloque, .galeria ul .cierre {
    grid-column-start: 1;
    grid-column-end: -1;
  }
}
.galeria ul li {
  display: blocK;
  width: 100%;
  position: relative;
  padding-top: 66.66%;
}
.galeria ul li img {
  width: 100%;
  max-width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  position: absolute;
  top: 0;
}
.galeria ul li:hover {
  cursor: pointer;
}
.galeria ul li:hover img {
  opacity: 0.5;
}

@media only screen and (min-width: 600px) {
  .galeria li {
    position: relative;
  }
  .galeria li:before {
    font-family: "infotelecom";
    content: "\e825";
    position: absolute;
    font-style: normal;
    font-size: 3em;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(255, 255, 255, 0);
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    top: 0;
  }
  .galeria li:hover, .galeria li:active {
    cursor: pointer;
  }
  .galeria li:hover:before, .galeria li:active:before {
    color: rgba(0, 0, 0, 0.9);
    background: rgba(255, 255, 255, 0.5);
  }
}
@supports (display: grid) {
  .galeria.metro {
    background-color: #ffdcda;
  }
  .galeria.metro ul {
    /*  grid-template-columns: repeat(2, 1fr);
    // en fr para que gap funcioni sin overflow */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    grid-auto-flow: dense;
  }
  .galeria.metro ul .paginacion, .galeria.metro ul .titulo_bloque, .galeria.metro ul .cierre {
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .galeria.metro ul li:nth-child(13n+1), .galeria.metro ul li:nth-child(6n+1), .galeria.metro ul li:first-child {
    grid-row-end: span 2;
    grid-column-end: span 2;
  }
  .galeria.metro ul li img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  @media only screen and (min-width: 768px) {
    .galeria.metro ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 0.5rem;
      grid-row-gap: 0.5rem;
      /*  & li:first-child {
          grid-row-end: span 3;
          grid-column-end: span 3;
      } */
    }
    .galeria.metro ul .paginacion, .galeria.metro ul .titulo_bloque, .galeria.metro ul .cierre {
      grid-column-start: 1;
      grid-column-end: -1;
    }
  }
  @media only screen and (min-width: 1280px) {
    .galeria.metro ul {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 0.5rem;
      grid-row-gap: 0.5rem;
    }
    .galeria.metro ul .paginacion, .galeria.metro ul .titulo_bloque, .galeria.metro ul .cierre {
      grid-column-start: 1;
      grid-column-end: -1;
    }
  }
}
@supports (display: grid) {
  .galeria.square {
    background: #fff;
  }
  .galeria.square ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    grid-auto-flow: dense;
  }
  .galeria.square ul .paginacion, .galeria.square ul .titulo_bloque, .galeria.square ul .cierre {
    grid-column-start: 1;
    grid-column-end: -1;
  }
  @media only screen and (min-width: 600px) {
    .galeria.square ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 1rem;
      grid-row-gap: 1rem;
    }
    .galeria.square ul .paginacion, .galeria.square ul .titulo_bloque, .galeria.square ul .cierre {
      grid-column-start: 1;
      grid-column-end: -1;
    }
  }
  @media only screen and (min-width: 960px) {
    .galeria.square ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 1rem;
      grid-row-gap: 1rem;
    }
    .galeria.square ul .paginacion, .galeria.square ul .titulo_bloque, .galeria.square ul .cierre {
      grid-column-start: 1;
      grid-column-end: -1;
    }
  }
  @media only screen and (min-width: 1280px) {
    .galeria.square ul {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 1rem;
      grid-row-gap: 1rem;
    }
    .galeria.square ul .paginacion, .galeria.square ul .titulo_bloque, .galeria.square ul .cierre {
      grid-column-start: 1;
      grid-column-end: -1;
    }
  }
  .galeria.square ul li {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
  }
  .galeria.square ul li img {
    position: absolute;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.galeria.masonry {
  background: #333;
}
@media only screen and (min-width: 400px) {
  .galeria.masonry ul {
    display: block;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .galeria.masonry ul li {
    margin-bottom: 1rem;
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .galeria.masonry ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}

.galeria.no-gap ul {
  grid-gap: 0;
}

.masonry.no-gap ul {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.masonry.no-gap ul li {
  margin-bottom: 0;
}

.bloque.vw {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 340px) {
  .bloque.vw .titulo_bloque {
    padding: 0 calc(1.5 * 1rem);
  }
}
@media only screen and (min-width: 400px) {
  .bloque.vw .titulo_bloque {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 960px) {
  .bloque.vw .titulo_bloque {
    padding: 0 calc(3 * 1rem);
  }
}
@media only screen and (min-width: 1280px) {
  .bloque.vw .titulo_bloque {
    padding: 0 calc((100% - 1200px) / 2);
  }
}

.grupo_fichas {
  width: 100%;
  margin: 0 auto;
  clear: both;
}

.grupo_fichas .cierre {
  text-align: center;
}

.grupo_fichas .ficha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.grupo_fichas .ficha .foto {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 100%;
  margin-bottom: 1.5rem;
  margin-bottom: 0;
  position: relative;
  padding-top: 100%;
}
.grupo_fichas .ficha .foto img {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grupo_fichas .ficha .texto {
  padding: 1.5rem 0 0.5rem;
}
.grupo_fichas .ficha .texto h3 {
  margin: 0;
  font-size: 1.5rem;
}
@media only screen and (min-width: 600px) {
  .grupo_fichas .ficha .texto h3 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 960px) {
  .grupo_fichas .ficha .texto h3 {
    font-size: 2.25rem;
  }
}
.grupo_fichas .ficha .texto p {
  display: inline-block;
  margin-top: 1rem;
}

.fichas_normal .ficha {
  width: 100%;
  margin: 0 0 2rem;
  background: #fff;
  -webkit-box-shadow: 0 10px 20px -5px #ccc;
          box-shadow: 0 10px 20px -5px #ccc;
  border-radius: 10px;
  overflow: hidden;
}
.fichas_normal .ficha .texto {
  padding: 1rem;
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 370px) {
  .fichas_normal .ficha .texto {
    padding: 1.5rem;
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 600px) {
  .fichas_normal .ficha .texto {
    padding: 2rem;
  }
}
.fichas_normal .ficha a.mas {
  border-width: 1px;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-transform: uppercase;
  font-size: 0.75rem;
}
@media only screen and (min-width: 370px) {
  .fichas_normal .ficha a.mas {
    font-size: 0.9rem;
  }
}

.ficha .contenido_ficha {
  margin: 0.5rem 0 0;
  padding: 0;
}

.ficha .titulo_ficha,
.ficha .cargo {
  display: block;
  font-weight: normal;
  margin-bottom: 0.3rem;
  text-transform: none;
}

.ficha .titulo_ficha {
  font-size: 1.1rem;
}

.ficha .cargo {
  color: rgb(158.7718309859, 34.7042253521, 26.0281690141);
}

.ficha .contenido_ficha p {
  margin: 0;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .grupo_fichas {
    /*  grid-template-columns: repeat(2, 1fr);
    // en fr para que gap funcioni sin overflow */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .grupo_fichas .paginacion, .grupo_fichas .titulo_bloque, .grupo_fichas .cierre {
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .grupo_fichas .titulo_bloque {
    width: 100%;
  }
  .fichas_normal {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
  .fichas_normal .paginacion, .fichas_normal .titulo_bloque, .fichas_normal .cierre {
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .fichas_normal .ficha {
    margin: 0;
  }
  .fichas_normal .ficha .foto {
    padding-top: 66%;
  }
  .fichas_normal .ficha .texto {
    position: relative;
    height: 100%;
    padding-bottom: 4rem;
  }
  .fichas_normal .ficha .texto a.mas {
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
  }
}
@media only screen and (min-width: 960px) {
  .grupo_fichas {
    /*  grid-template-columns: repeat(2, 1fr);
    // en fr para que gap funcioni sin overflow */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
  .grupo_fichas .paginacion, .grupo_fichas .titulo_bloque, .grupo_fichas .cierre {
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .fichas_normal {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
  .fichas_normal .paginacion, .fichas_normal .titulo_bloque, .fichas_normal .cierre {
    grid-column-start: 1;
    grid-column-end: -1;
  }
}
@media only screen and (min-width: 1280px) {
  .grupo_fichas {
    /*  grid-template-columns: repeat(2, 1fr);
    // en fr para que gap funcioni sin overflow */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
  .grupo_fichas .paginacion, .grupo_fichas .titulo_bloque, .grupo_fichas .cierre {
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .fichas_normal {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }
  .fichas_normal .paginacion, .fichas_normal .titulo_bloque, .fichas_normal .cierre {
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .grupo_fichas.row {
    /*  grid-template-columns: repeat(2, 1fr);
    // en fr para que gap funcioni sin overflow */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
  .grupo_fichas.row .paginacion, .grupo_fichas.row .titulo_bloque, .grupo_fichas.row .cierre {
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .grupo_fichas.row .ficha {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .grupo_fichas.row .ficha:nth-child(2n+1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .grupo_fichas.row .ficha .texto {
    padding: 0 4rem;
    height: auto;
    width: 66%;
  }
  .grupo_fichas.row .ficha .texto h3 {
    margin-bottom: 2rem;
  }
  .grupo_fichas.row .ficha .foto {
    width: 33%;
  }
  .grupo_fichas.row .ficha .foto img {
    border-radius: 50%;
  }
}
@media only screen and (min-width: 1440px) {
  .fichas_normal {
    padding: 6rem calc((100% - 1200px) / 2);
  }
}
/* FICHAS DESTACADAS*/
.bloque.fichas_destacadas {
  margin: 0;
}
.bloque.fichas_destacadas .titulo_bloque {
  text-align: center;
}

.fichas_destacadas .ficha {
  padding: 1.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  padding: 3rem 1.5rem;
  margin: 0;
  border-bottom: 1px solid rgb(132.5384615385, 203.9230769231, 241.4615384615);
}
.fichas_destacadas .ficha:last-of-type {
  border-bottom: none;
}
.fichas_destacadas .ficha.sin-foto .texto {
  padding: 0;
}
.fichas_destacadas .ficha.sin-foto .texto strong {
  color: #E15248;
}
@media only screen and (min-width: 400px) {
  .fichas_destacadas .ficha {
    padding: 3rem 2rem;
  }
}
@media only screen and (min-width: 600px) {
  .fichas_destacadas .ficha {
    padding: 4rem;
  }
}
.fichas_destacadas .ficha .foto img {
  background: inherit;
  border-radius: 50%;
}

@media only screen and (min-width: 960px) {
  .grupo_fichas.fichas_destacadas {
    /*  grid-template-columns: repeat(2, 1fr);
    // en fr para que gap funcioni sin overflow */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }
  .grupo_fichas.fichas_destacadas .paginacion, .grupo_fichas.fichas_destacadas .titulo_bloque, .grupo_fichas.fichas_destacadas .cierre {
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .grupo_fichas.fichas_destacadas .ficha {
    border-bottom: none;
    border-right: 1px solid rgb(132.5384615385, 203.9230769231, 241.4615384615);
    border-top: 1px solid rgb(132.5384615385, 203.9230769231, 241.4615384615);
  }
  .grupo_fichas.fichas_destacadas .ficha:nth-of-type(2), .grupo_fichas.fichas_destacadas .ficha:nth-of-type(3) {
    border-top: none;
  }
  .grupo_fichas.fichas_destacadas .ficha:nth-of-type(2n+1) {
    border-right: none;
  }
}
@media only screen and (min-width: 1280px) {
  .grupo_fichas.fichas_destacadas {
    /*  grid-template-columns: repeat(2, 1fr);
    // en fr para que gap funcioni sin overflow */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }
  .grupo_fichas.fichas_destacadas .paginacion, .grupo_fichas.fichas_destacadas .titulo_bloque, .grupo_fichas.fichas_destacadas .cierre {
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .grupo_fichas.fichas_destacadas .ficha:nth-of-type(4) {
    border-top: none;
  }
  .grupo_fichas.fichas_destacadas .ficha:nth-of-type(2n+1) {
    border-right: 1px solid rgb(132.5384615385, 203.9230769231, 241.4615384615);
  }
  .grupo_fichas.fichas_destacadas .ficha:nth-of-type(3n+1) {
    border-right: none;
  }
}
/*MARCAS*/
.fichas_marcas {
  margin: 0 auto;
}
.fichas_marcas ul {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fichas_marcas ul li {
  width: calc(50% - 0.5rem);
  margin-bottom: 1rem;
}
.fichas_marcas ul li a {
  display: block;
}
.fichas_marcas ul li img {
  width: 100%;
}
.fichas_marcas .titulo {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .fichas_marcas {
    display: block;
  }
  .fichas_marcas ul {
    /*  grid-template-columns: repeat(2, 1fr);
    // en fr para que gap funcioni sin overflow */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .fichas_marcas ul .paginacion, .fichas_marcas ul .titulo_bloque, .fichas_marcas ul .cierre {
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .fichas_marcas ul li {
    width: 100%;
    margin: 0;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media only screen and (min-width: 960px) {
  .fichas_marcas ul {
    /*  grid-template-columns: repeat(4, 1fr);
    // en fr para que gap funcioni sin overflow */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .fichas_marcas ul .paginacion, .fichas_marcas ul .titulo_bloque, .fichas_marcas ul .cierre {
    grid-column-start: 1;
    grid-column-end: -1;
  }
}
@media only screen and (min-width: 1280px) {
  .fichas_marcas ul {
    /*  grid-template-columns: repeat(5, 1fr);
    // en fr para que gap funcioni sin overflow */
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
  .fichas_marcas ul .paginacion, .fichas_marcas ul .titulo_bloque, .fichas_marcas ul .cierre {
    grid-column-start: 1;
    grid-column-end: -1;
  }
}

/* FALLBACK IE 11 */
@media only screen and (-ms-high-contrast: none) and (min-width: 600px) {
  .fichas_marcas ul {
    display: -ms-flexbox;
    -ms-flex-direction: row;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
  }
  .fichas_marcas ul li {
    width: calc(33.33% - 0.5rem);
    margin-bottom: 1rem;
  }
}
@media only screen and (-ms-high-contrast: none) and (min-width: 960px) {
  .fichas_marcas ul li {
    width: calc(25% - 0.5rem);
  }
}
@media only screen and (-ms-high-contrast: none) and (min-width: 1280px) {
  .fichas_marcas ul li {
    width: calc(20% - 0.5rem);
  }
}
/*TESTIMONIOS*/
.fichas_testimonios {
  text-align: center;
  background: rgba(225, 82, 72, 0.1);
}
.fichas_testimonios .titulo {
  color: #02b0dc;
}
.fichas_testimonios ul {
  width: 100%;
  margin: 0;
}
.fichas_testimonios ul li {
  display: block;
  /*& blockquote:before {
      content:"";
      font-family: sans-serif;
      top: -1rem;
      left: .5rem;
      font-size: 16rem;
      background: transparent;
      color: rgba($blanco, .1); //azul marca #3394C1
      line-height: 1;
  }*/
}
.fichas_testimonios ul li blockquote {
  display: block;
  margin: 1rem;
  font-style: normal;
  padding-left: 4rem;
  border: 0;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: #fff;
  padding-left: 2rem;
  margin: 0;
}
.fichas_testimonios ul li blockquote:before {
  content: none;
}
.fichas_testimonios ul li blockquote p {
  margin: 2rem 0;
  text-align: center;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
}
.fichas_testimonios ul li blockquote strong {
  font-family: "Montserrat Bold", sans-serif;
  font-weight: normal;
}
.fichas_testimonios ul li blockquote img {
  width: 6rem;
  height: 6rem;
  margin: 1rem auto 0;
  border-radius: 50%;
}
.fichas_testimonios ul li blockquote cite {
  font-size: 1rem;
  font-style: normal;
}
.fichas_testimonios ul li blockquote cite strong {
  display: block;
  margin: 1rem 0 0;
  font-size: 1.1rem;
  font-family: "Montserrat Bold", sans-serif;
  font-weight: normal;
}
.fichas_testimonios ul li blockquote cite p {
  margin: 0 0 1rem;
  text-align: center;
  font-size: 1rem;
  opacity: 0.7;
  padding: 0;
  background: transparent;
}

@media only screen and (max-width: 959px) {
  .fichas_testimonios ul li blockquote:after {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent rgba(255, 255, 255, 0.6) transparent transparent;
    position: absolute;
    left: calc(50% - 10px);
    top: 100%;
    z-index: -1;
  }
}
@media only screen and (min-width: 600px) {
  .fichas_testimonios {
    display: block;
    padding: 3rem calc((100% - 600px) / 2) 5rem;
  }
  .fichas_testimonios .titulo {
    max-width: 600px !important;
    margin: 0 auto 1rem;
  }
  .fichas_testimonios ul {
    margin: 0;
  }
  .fichas_testimonios ul li {
    display: inline;
    margin: 0;
  }
  .fichas_testimonios ul li blockquote {
    margin: 0 0 1rem;
    padding: 1.5rem 3rem;
  }
  .fichas_testimonios ul li blockquote p {
    font-size: 1.05rem;
  }
  .fichas_testimonios ul li blockquote cite p {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 960px) {
  .fichas_testimonios {
    padding: 3rem calc((100% - 800px) / 2) 5rem;
  }
  .fichas_testimonios ul li {
    /*& blockquote footer:after {
        position: absolute;
        content: "";
        border-style: solid;
        border-width: 0 20px 20px 0;
        border-color: transparent rgba($base-dark, .6) transparent transparent;
        position: absolute;
        left: -10px;
        top: calc(50% - 10px);
        z-index: 1;
        transform: rotate(45deg);
    }*/
  }
  .fichas_testimonios ul li blockquote {
    padding: 1.5rem 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fichas_testimonios ul li blockquote p {
    width: 60%;
    font-size: 1.1rem;
    margin: 0;
  }
  .fichas_testimonios ul li blockquote footer {
    width: 40%;
    border-left: 1px solid rgba(211.3521126761, 46.1971830986, 34.6478873239, 0.25);
    margin-left: 2rem;
    position: relative;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fichas_testimonios ul li blockquote cite {
    margin: auto;
  }
  .fichas_testimonios ul li blockquote cite p {
    width: 100%;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1280px) {
  .fichas_testimonios {
    padding: 6rem calc((100% - 960px) / 2) 5rem;
  }
  .fichas_testimonios ul li blockquote {
    padding: 3rem 4rem;
  }
}
/*testimonios controls*/
.fichas_testimonios .lSAction > .lSPrev,
.fichas_testimonios .lSAction > .lSNext {
  opacity: 1;
}

/*MAPA*/
.mapa, .mapa_grande, .mapa_medio {
  background: #fff;
  padding: 0.5rem !important;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mapa iframe, .mapa_grande iframe, .mapa_medio iframe {
  height: 20em;
  width: 100%;
}
.mapa_grande, .mapa_medio {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}
@media only screen and (min-width: 960px) {
  .mapa, .mapa_grande, .mapa_medio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1280px) {
  .mapa, .mapa_grande, .mapa_medio {
    max-width: 1200px;
    margin: auto;
  }
  .mapa iframe, .mapa_grande iframe, .mapa_medio iframe {
    height: 20em;
  }
}

.mapa_medio {
  border: none;
}
.mapa_medio .contacto_mapa {
  width: 100%;
  padding: 3rem 2rem;
  text-align: center;
  background: #E15248;
  color: #fff;
}
.mapa_medio .contacto_mapa h3 {
  color: #fff;
}
@media only screen and (min-width: 576px) {
  .mapa_medio .contacto_mapa {
    padding: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .mapa_medio .contacto_mapa {
    padding: 4rem 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .mapa_medio .contacto_mapa {
    width: 50%;
    padding: 6rem 4rem;
  }
}
.mapa_medio .contacto_mapa img {
  width: 10rem;
  margin: 0 auto 1rem;
}
.mapa_medio .contacto_mapa p {
  margin: 0 0 1rem;
  text-align: center;
}
.mapa_medio .contacto_mapa p.horario strong {
  color: #666;
}
.mapa_medio .contacto_mapa .boton, .mapa_medio .contacto_mapa .enlace-reservas a, .enlace-reservas .mapa_medio .contacto_mapa a, .mapa_medio .contacto_mapa .boton-medio, .mapa_medio .contacto_mapa .boton-grande, .mapa_medio .contacto_mapa .boton-borde, .mapa_medio .contacto_mapa .textos p strong em, .textos p strong .mapa_medio .contacto_mapa em, .mapa_medio .contacto_mapa #aceptar-mensaje-cookies, .mapa_medio .contacto_mapa .fichas_normal .ficha a.mas, .fichas_normal .ficha .mapa_medio .contacto_mapa a.mas {
  margin-top: 1rem;
  border: none;
}
@media only screen and (min-width: 960px) {
  .mapa_medio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mapa_medio .contacto_mapa {
    width: 40%;
  }
  .mapa_medio iframe {
    min-height: 20em;
    height: auto;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    width: 60%;
  }
}
@media only screen and (min-width: 1280px) {
  .mapa_medio .contacto_mapa, .mapa_medio iframe {
    width: 50%;
  }
}

@font-face {
  font-family: "infotelecom";
  src: url("/static/fonts/infotelecom.woff2?98110325") format("woff2"), url("/static/fonts/infotelecom.woff?98110325") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'infotelecom';
    src: url('../font/infotelecom.svg?98110325#infotelecom') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "infotelecom";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap 
  line-height: 1em; */
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed 
  margin-left: .2em; */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-th-large:before {
  content: "\e800";
} /* '' */
.icon-th-list:before {
  content: "\e802";
} /* '' */
.icon-ok:before {
  content: "\e803";
} /* '' */
.icon-ok-circled:before {
  content: "\e804";
} /* '' */
.icon-ok-circled2:before {
  content: "\e805";
} /* '' */
.icon-cancel:before {
  content: "\e806";
} /* '' */
.icon-cancel-circled:before {
  content: "\e807";
} /* '' */
.icon-cancel-circled2:before {
  content: "\e808";
} /* '' */
.icon-plus-circled:before {
  content: "\e809";
} /* '' */
.icon-eye:before {
  content: "\e80a";
} /* '' */
.icon-eye-off:before {
  content: "\e80b";
} /* '' */
.icon-heart:before {
  content: "\e80c";
} /* '' */
.icon-heart-empty:before {
  content: "\e80d";
} /* '' */
.icon-star:before {
  content: "\e80e";
} /* '' */
.icon-star-empty:before {
  content: "\e80f";
} /* '' */
.icon-star-half:before {
  content: "\e810";
} /* '' */
.icon-user:before {
  content: "\e811";
} /* '' */
.icon-users:before {
  content: "\e812";
} /* '' */
.icon-thumbs-up:before {
  content: "\e813";
} /* '' */
.icon-thumbs-down:before {
  content: "\e814";
} /* '' */
.icon-location:before {
  content: "\e815";
} /* '' */
.icon-attention:before {
  content: "\e816";
} /* '' */
.icon-attention-circled:before {
  content: "\e817";
} /* '' */
.icon-comment:before {
  content: "\e818";
} /* '' */
.icon-chat:before {
  content: "\e819";
} /* '' */
.icon-calendar:before {
  content: "\e81a";
} /* '' */
.icon-down-open:before {
  content: "\e81b";
} /* '' */
.icon-left-open:before {
  content: "\e81c";
} /* '' */
.icon-right-open:before {
  content: "\e81d";
} /* '' */
.icon-up-open:before {
  content: "\e81e";
} /* '' */
.icon-zoom-in:before {
  content: "\e81f";
} /* '' */
.icon-phone:before {
  content: "\e820";
} /* '' */
.icon-trash-empty:before {
  content: "\e821";
} /* '' */
.icon-cog:before {
  content: "\e822";
} /* '' */
.icon-off:before {
  content: "\e823";
} /* '' */
.icon-mail:before {
  content: "\e824";
} /* '' */
.icon-search:before {
  content: "\e825";
} /* '' */
.icon-blogger:before {
  content: "\e826";
} /* '' */
.icon-export:before {
  content: "\e827";
} /* '' */
.icon-check:before {
  content: "\e828";
} /* '' */
.icon-move:before {
  content: "\f047";
} /* '' */
.icon-check-empty:before {
  content: "\f096";
} /* '' */
.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-rss:before {
  content: "\f09e";
} /* '' */
.icon-certificate:before {
  content: "\f0a3";
} /* '' */
.icon-menu:before {
  content: "\f0c9";
} /* '' */
.icon-mail-alt:before {
  content: "\f0e0";
} /* '' */
.icon-linkedin:before {
  content: "\f0e1";
} /* '' */
.icon-comment-empty:before {
  content: "\f0e5";
} /* '' */
.icon-chat-empty:before {
  content: "\f0e6";
} /* '' */
.icon-sitemap:before {
  content: "\f0e8";
} /* '' */
.icon-doc-text:before {
  content: "\f0f6";
} /* '' */
.icon-plus-squared:before {
  content: "\f0fe";
} /* '' */
.icon-angle-double-left:before {
  content: "\f100";
} /* '' */
.icon-angle-double-right:before {
  content: "\f101";
} /* '' */
.icon-angle-double-up:before {
  content: "\f102";
} /* '' */
.icon-angle-double-down:before {
  content: "\f103";
} /* '' */
.icon-mobile:before {
  content: "\f10b";
} /* '' */
.icon-circle-empty:before {
  content: "\f10c";
} /* '' */
.icon-quote-left:before {
  content: "\f10d";
} /* '' */
.icon-quote-right:before {
  content: "\f10e";
} /* '' */
.icon-code:before {
  content: "\f121";
} /* '' */
.icon-star-half-alt:before {
  content: "\f123";
} /* '' */
.icon-calendar-empty:before {
  content: "\f133";
} /* '' */
.icon-angle-circled-left:before {
  content: "\f137";
} /* '' */
.icon-angle-circled-right:before {
  content: "\f138";
} /* '' */
.icon-angle-circled-up:before {
  content: "\f139";
} /* '' */
.icon-angle-circled-down:before {
  content: "\f13a";
} /* '' */
.icon-rss-squared:before {
  content: "\f143";
} /* '' */
.icon-ok-squared:before {
  content: "\f14a";
} /* '' */
.icon-doc-text-inv:before {
  content: "\f15c";
} /* '' */
.icon-thumbs-up-alt:before {
  content: "\f164";
} /* '' */
.icon-thumbs-down-alt:before {
  content: "\f165";
} /* '' */
.icon-youtube:before {
  content: "\f167";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-tumblr:before {
  content: "\f173";
} /* '' */
.icon-plus-squared-alt:before {
  content: "\f196";
} /* '' */
.icon-wordpress:before {
  content: "\f19a";
} /* '' */
.icon-file-pdf:before {
  content: "\f1c1";
} /* '' */
.icon-file-word:before {
  content: "\f1c2";
} /* '' */
.icon-file-excel:before {
  content: "\f1c3";
} /* '' */
.icon-file-powerpoint:before {
  content: "\f1c4";
} /* '' */
.icon-file-image:before {
  content: "\f1c5";
} /* '' */
.icon-file-archive:before {
  content: "\f1c6";
} /* '' */
.icon-file-audio:before {
  content: "\f1c7";
} /* '' */
.icon-file-video:before {
  content: "\f1c8";
} /* '' */
.icon-file-code:before {
  content: "\f1c9";
} /* '' */
.icon-share:before {
  content: "\f1e0";
} /* '' */
.icon-trash:before {
  content: "\f1f8";
} /* '' */
.icon-street-view:before {
  content: "\f21d";
} /* '' */
.icon-pinterest:before {
  content: "\f231";
} /* '' */
.icon-whatsapp:before {
  content: "\f232";
} /* '' */
.icon-user-plus:before {
  content: "\f234";
} /* '' */
.icon-user-times:before {
  content: "\f235";
} /* '' */
.icon-vimeo:before {
  content: "\f27d";
} /* '' */
/*REVEAL*/
/* progressive image CSS */
.progressive {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none;
}

.progressive img {
  display: block;
  width: 100%;
  max-width: none;
  height: inherit;
  border: 0 none;
}

.progressive img.preview {
  -webkit-filter: blur(2vw);
          filter: blur(2vw);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.progressive img.reveal {
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform, opacity;
  -webkit-animation: progressiveReveal 1s ease-out;
          animation: progressiveReveal 1s ease-out;
}

@-webkit-keyframes progressiveReveal {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes progressiveReveal {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/*! lightgallery - v1.2.14 - 2016-01-18

* http://sachinchoolur.github.io/lightGallery/

* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
@font-face {
  font-family: "lg";
  src: url("/static/lightgallery/lg.eot?n1z373");
  src: url("/static/lightgallery/lg.eot?#iefixn1z373") format("embedded-opentype"), url("/static/lightgallery/lg.woff?n1z373") format("woff"), url("/static/lightgallery/lg.ttf?n1z373") format("truetype"), url("/static/lightgallery/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: "lg";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 0.5rem;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 1rem;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 1rem;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1080;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
  -webkit-transition: opacity 250ms, -webkit-transform 250ms ease 0s !important;
  transition: opacity 250ms, -webkit-transform 250ms ease 0s !important;
  transition: transform 250ms ease 0s, opacity 250ms !important;
  transition: transform 250ms ease 0s, opacity 250ms, -webkit-transform 250ms ease 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("/static/lightgallery/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("/static/lightgallery/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("/static/lightgallery/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("/static/lightgallery/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("/static/lightgallery/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s ease 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s ease 0s !important;
  transition: transform 0.3s ease 0s, opacity 0.15s !important;
  transition: transform 0.3s ease 0s, opacity 0.15s, -webkit-transform 0.3s ease 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
          box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
          box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("/static/lightgallery/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 5px;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}


@media only screen and (max-width: 767px) {
  .lg-outer .lg-video {
    top: 20%;
    padding-bottom: 100%;
  }
}
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.lSSlideWrapper ul {
  margin-bottom: 0;
}

.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}

.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #ccc;
  border-radius: 30px;
  display: inline-block;
  overflow: hidden;
  text-indent: -999em;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  margin-top: 5px;
  width: 13px;
  height: 13px;
  border: 1px solid #ccc;
}

.lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #FF8200;
  border-color: #FF8200;
}

.lSSlideOuter .lSPager.lSpg > li.active:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #111;
  border-color: #111;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  opacity: 0.7;
  overflow: hidden;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 60px;
  display: block;
  top: 50%;
  height: 100px;
  background-image: url(/static/lightgallery/controles.png);
  cursor: pointer;
  position: absolute;
  z-index: 2;
  margin-top: -50px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
  opacity: 1;
}

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 1rem;
}

.lSAction > .lSNext {
  background-position: -60px 0;
  right: 1rem;
}

.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .lSAction > a {
    width: 42px;
    display: block;
    top: 50%;
    margin-top: -35px;
    height: 70px;
    background-image: url(/static/lightgallery/controles.png);
    background-size: 84px 70px;
  }
  .lSAction > a:hover {
    opacity: 1;
  }
  .lSAction > .lSPrev {
    background-position: 0 0;
    left: 50px;
  }
  .lSAction > .lSNext {
    background-position: -42px 0;
    right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .lSSlideOuter .lSPager.lSpg > li {
    padding: 5px 8px;
  }
  .lSSlideOuter .lSPager.lSpg > li a {
    margin-top: 5px;
    width: 12px;
    height: 12px;
  }
  .lSAction > a {
    width: 24px;
    display: block;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    background-image: url(/static/lightgallery/controles.png);
    background-size: 48px 40px;
  }
  .lSAction > a:hover {
    opacity: 1;
  }
  .lSAction > .lSPrev {
    background-position: 0 0;
    left: 16px;
  }
  .lSAction > .lSNext {
    background-position: -24px 0;
    right: 16px;
  }
}
/*SLIDER SUPERIOR*/
#slider2 {
  position: relative;
  background-color: rgba(14, 21, 21, 0.05);
}

#slider2 #imageGallery {
  z-index: 4;
}

#slider2 .lSAction > a {
  z-index: 5;
}

#slider2 .lSSlideOuter .lSPager.lSpg > li a {
  width: 0.75rem;
  height: 0.75rem;
}

#slider2 .lSSlideOuter .lSPager {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  z-index: 100;
}

#slider2 .lightSlider li {
  /*background-color:#fc0;*/
}

#slider2 .lightSlider li img,
#slider2 img.imagen {
  width: 100% !important;
  height: 100% !important;
  max-width: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 599px) {
  #slider2 .lightSlider li img,
  #slider2 img.imagen {
    height: 50vh !important;
  }
}

.slider .lightSlider li img,
.slider img.imagen {
  width: 100% !important;
  height: 100% !important;
  max-width: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.galeria_responsive.borde_bajo {
  background: #EBEBEB;
  min-height: 70vh;
}
@media only screen and (min-width: 600px) {
  .galeria_responsive.borde_bajo {
    min-height: 50vh;
  }
}
@media only screen and (min-width: 960px) {
  .galeria_responsive.borde_bajo {
    min-height: 80vh;
  }
}
@media only screen and (min-width: 1600px) {
  .galeria_responsive.borde_bajo {
    min-height: 70vh;
    height: calc(100vh - 6rem);
  }
  .galeria_responsive.borde_bajo #slider2 .lightSlider li {
    height: calc(100vh - 6rem);
  }
}

/*portada*/
/*SLIDER PORTADA*/
.lslide,
.clone {
  position: relative;
}

.lslide .caption,
.clone .caption {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 40vh;
  background: #fff;
}

.lslide .caption .texto_columna,
.clone .caption .texto_columna {
  width: 100%;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 340px) {
  .lslide .caption .texto_columna,
  .clone .caption .texto_columna {
    padding: 0 1.5rem;
  }
}
@media only screen and (min-width: 400px) {
  .lslide .caption .texto_columna,
  .clone .caption .texto_columna {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 960px) {
  .lslide .caption .texto_columna,
  .clone .caption .texto_columna {
    padding: 0 3rem;
  }
}

.lslide .caption,
.clone .caption {
  /*& h1 {
  	font-size: 1.75rem;
  }

  & h2 {
  	font-size: 1.5rem;
  }

  & h3 {
  	font-size: 1.25rem;
  }

  & h4 {
  	text-transform: none;
  	font-size: 1.1rem;
  }*/
}
.lslide .caption h1, .lslide .caption h2,
.clone .caption h1,
.clone .caption h2 {
  font-size: 2rem;
  margin: 0;
}
@media only screen and (min-width: 600px) {
  .lslide .caption h1, .lslide .caption h2,
  .clone .caption h1,
  .clone .caption h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 960px) {
  .lslide .caption h1, .lslide .caption h2,
  .clone .caption h1,
  .clone .caption h2 {
    font-size: 3.5rem;
  }
}
.lslide .caption h1 strong, .lslide .caption h2 strong, .lslide .caption p,
.clone .caption h1 strong,
.clone .caption h2 strong,
.clone .caption p {
  display: block;
  font-size: 1rem;
}
@media only screen and (min-width: 960px) {
  .lslide .caption h1 strong, .lslide .caption h2 strong, .lslide .caption p,
  .clone .caption h1 strong,
  .clone .caption h2 strong,
  .clone .caption p {
    font-size: 1.25rem;
  }
}
.lslide .caption * + h2, .lslide .caption * + h3, .lslide .caption * + h4, .lslide .caption * + h5, .lslide .caption * + h6, .lslide .caption :first-child,
.clone .caption * + h2,
.clone .caption * + h3,
.clone .caption * + h4,
.clone .caption * + h5,
.clone .caption * + h6,
.clone .caption :first-child {
  margin-top: 0;
}
.lslide .caption :last-child,
.clone .caption :last-child {
  margin-bottom: 0;
}

.lslide .caption span.mes,
.clone .caption span.mes,
.caption span.mes {
  display: inline-block;
  margin: 1rem 0 0;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  background: #E15248;
  color: #fff;
  font-size: 0.9rem;
  line-height: 2rem;
  padding: 0 1rem;
}

@media only screen and (min-width: 600px) {
  .lslide .caption,
  .clone .caption {
    min-height: 30vh;
    height: auto;
  }
}
@media screen and (orientation: landscape) {
  .lslide .caption,
  .clone .caption {
    position: absolute;
    height: 100%;
    width: 100%;
    /*padding:2em 4em;*/
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(14, 21, 21, 0.5);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(14, 21, 21, 0)), color-stop(50%, rgba(14, 21, 21, 0)), to(rgba(14, 21, 21, 0.6)));
    background: linear-gradient(rgba(14, 21, 21, 0) 0, rgba(14, 21, 21, 0) 50%, rgba(14, 21, 21, 0.6));
  }
  .lslide .caption .texto_columna,
  .clone .caption .texto_columna {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /**/
    margin-bottom: 5rem;
    width: 100%;
    margin: 2rem;
    padding: 2rem;
  }
  .lslide .caption p:last-child,
  .clone .caption p:last-child {
    margin-bottom: 0;
  }
  .lslide .caption h1,
  .clone .caption h1,
  .lslide .caption h2,
  .clone .caption h2,
  .lslide .caption h3,
  .clone .caption h3,
  .lslide .caption p,
  .clone .caption p {
    color: #fff;
  }
}
@media only screen and (min-width: 1280px) {
  .lslide .caption .texto_columna,
  .clone .caption .texto_columna {
    padding: 3rem;
  }
  .lslide .caption,
  .clone .caption {
    /*& h1 {
    	font-size: 2.8rem;
    	margin-bottom: .3em;
    }

    & h2 {
    	font-size: 2.4rem;
    	margin-bottom: .3em;
    }

    & h3 {
    	font-size: 2.2rem;
    	margin-bottom: .3em;
    }

    & h4 {
    	font-size: 2rem;
    	margin-bottom: .3em;
    }

    & p {
    	font-size: 1.1rem;
    	margin-bottom: 1.5em;
    }*/
  }
}
@media only screen and (min-width: 1440px) {
  .lslide .caption .texto_columna,
  .clone .caption .texto_columna {
    padding: 4rem;
  }
}
/*
@media only screen and (min-width:1500px) {

	.lslide .caption .texto_columna,
	.clone .caption .texto_columna {
		align-self: center;
		margin-bottom: 0;
	}
} */
@media only screen and (max-width: 767px) {
  .lSSlideOuter .lSPager.lSpg > li {
    padding: 5px 8px;
  }
  .lSSlideOuter .lSPager.lSpg > li a {
    margin-top: 5px;
    width: 12px;
    height: 12px;
  }
  .lSAction > a {
    width: 40px;
    display: block;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    background-image: url(/static/lightgallery/controles.png);
    background-size: 80px auto;
  }
  .lSAction > a:hover {
    opacity: 1;
  }
  .lSAction > .lSPrev {
    background-position: 0 0;
    left: 0;
  }
  .lSAction > .lSNext {
    background-position: -40px 0;
    right: 0;
  }
}
/**/
.lSSlideOuter .lSPager.lSpg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 1rem 0 0;
}

.lSSlideOuter .lSPager.lSpg > li {
  padding: 0 0.25rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lSSlideOuter .lSPager.lSpg > li a {
  margin-top: 0;
  width: 0.5rem;
  height: 0.5rem;
  will-change: contents;
}

.lSSlideOuter .lSPager.lSpg > li.active a {
  margin-top: 0 !important;
  width: 0.75rem;
  height: 0.75rem;
}

.lSAction > a {
  width: 35px;
  margin-top: -30px;
  height: 60px;
  background-size: 70px auto;
}

.lSAction > a:hover {
  opacity: 1;
}

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 0;
}

.lSAction > .lSNext {
  background-position: -105px 0;
  right: 0;
}

@media only screen and (min-width: 600px) {
  .lSAction > .lSPrev {
    left: 0;
  }
  .lSAction > .lSNext {
    right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .lSAction > a {
    width: 45px;
    margin-top: -40px;
    height: 80px;
    background-size: 90px auto;
  }
  .lSAction > a:hover {
    opacity: 1;
  }
  .lSAction > .lSPrev {
    background-position: 0 0;
    left: 0;
  }
  .lSAction > .lSNext {
    background-position: -135px 0;
    right: 0;
  }
}