/*
 * Theme Name: Orgullosos del HUT
 * Description: Tema del site
 * Author: Metricsalad
*/
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: "Frutiger";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Frutiger.woff") format("woff"); }

@font-face {
  font-family: "Frutiger_bold";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Frutiger_bold.woff") format("woff"); }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  font-family: "Frutiger"; }

h1, h2, h3, h4 {
  font-family: "Frutiger_bold";
  margin: 0;
  padding: 0; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 32px; }

.contenedor {
  max-width: 1280px;
  margin: auto;
  position: relative; }

/* Import */
.bloque {
  padding: 45px 0;
  position: relative; }

section h2 {
  color: #f9b524; }
  section h2:after {
    content: '';
    display: block;
    height: 1px;
    width: 100px;
    margin: 15px auto 0 auto;
    background-color: #0e5396; }

.video__play {
  transform: translateY(65px); }

.animacion-1 {
  opacity: 0;
  transform: translateY(-30px);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .animacion-1.way {
    opacity: 1;
    transform: translateY(0px); }

.boton {
  margin: auto;
  text-align: center; }

.boton__turquesa {
  background: #0e5396;
  padding: 20px 45px;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  margin: auto;
  display: inline-block; }
  .boton__turquesa:hover {
    background: #f9b524; }

.boton__amarillo {
  background: #f9b524;
  padding: 20px 45px;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  margin: auto;
  display: inline-block; }
  .boton__amarillo:hover {
    background: #c1d4e5; }

.info {
  max-width: 600px;
  margin: auto;
  font-size: 1.2em; }
  .info .mas__texto strong {
    color: #f9b524; }

.mas__texto {
  text-align: center;
  display: none; }
  .mas__texto.active {
    display: block; }
  .mas__texto ul li {
    color: #f9b524;
    text-align: left; }

.mas__texto__boton {
  display: block;
  max-width: 200px;
  position: relative;
  cursor: pointer;
  margin: 15px auto 0 auto; }
  .mas__texto__boton span:last-of-type {
    display: none; }
  .mas__texto__boton.active span:first-of-type {
    display: none; }
  .mas__texto__boton.active span:last-of-type {
    display: inline-block; }

.cabecera {
  padding: 180px 0;
  background: #0e5396;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center; }
  .cabecera p {
    font-size: 26px; }
  .cabecera div {
    text-align: center;
    color: #FFFFFF;
    z-index: 1; }
    .cabecera div .play {
      position: relative;
      opacity: .75;
      width: 80px;
      height: 80px;
      margin: auto; }
      .cabecera div .play img {
        cursor: pointer; }
    .cabecera div h2 {
      color: #FFFFFF;
      font-size: 52px; }
      .cabecera div h2:after {
        display: none; }
  .cabecera .cabecera__imagen, .cabecera .cabecera__video {
    z-index: 0;
    opacity: .7;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%; }
  .cabecera .cabecera__imagen {
    object-fit: cover; }
  .cabecera .cabecera__video {
    object-fit: contain;
    background-color: #0e5396;
    opacity: 0; }
    .cabecera .cabecera__video.active {
      opacity: 1; }
  .cabecera .flecha {
    cursor: pointer;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    z-index: 1; }
  .cabecera + .bloque {
    top: -110px; }
    .cabecera + .bloque h2 {
      top: 0;
      position: relative;
      text-align: center;
      background: #FFFFFF;
      padding: 15px;
      max-width: 500px;
      width: 100%;
      margin: auto; }

.cabecera__post {
  position: relative;
  display: flex;
  align-items: stretch; }
  .cabecera__post h1 {
    font-size: 42px; }
  .cabecera__post .cabecera__post__imagen {
    width: 60%;
    overflow: hidden; }
    .cabecera__post .cabecera__post__imagen img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .cabecera__post .cabecera__post__texto {
    width: 40%;
    padding: 120px 60px 60px 60px;
    background-color: #0e5396;
    color: #FFFFFF;
    position: relative; }
    .cabecera__post .cabecera__post__texto .pretitulo, .cabecera__post .cabecera__post__texto p:first-of-type {
      margin: 0 0 30px 0; }
    .cabecera__post .cabecera__post__texto .cabecera__post__texto__pie {
      margin: 30% 0 0 0;
      display: flex;
      justify-content: space-between;
      font-size: 20px; }
      .cabecera__post .cabecera__post__texto .cabecera__post__texto__pie .cabecera__post__texto__pie__fecha,
      .cabecera__post .cabecera__post__texto .cabecera__post__texto__pie .cabecera__post__texto__pie__redes {
        width: 50%; }
      .cabecera__post .cabecera__post__texto .cabecera__post__texto__pie .cabecera__post__texto__pie__redes {
        text-align: right; }
        .cabecera__post .cabecera__post__texto .cabecera__post__texto__pie .cabecera__post__texto__pie__redes img {
          max-width: 30px; }

.datos p {
  text-align: left; }

.datos .datos__iconos {
  display: flex;
  flex-wrap: wrap;
  margin: 60px auto 0 auto; }
  .datos .datos__iconos .dato {
    width: 33%;
    margin: 0 0 60px 0;
    display: flex;
    align-items: center; }
    .datos .datos__iconos .dato .dato__imagen {
      margin: 0 15px 0 0; }
    .datos .datos__iconos .dato .dato__contenido h3 {
      font-size: 48px;
      color: #f9b524; }
    .datos .datos__iconos .dato .dato__contenido p {
      margin: 0;
      text-transform: uppercase; }

.datos.col-2 {
  background: #0e5396;
  color: #FFFFFF; }
  .datos.col-2 .contenedor {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between; }
  .datos.col-2 h2 {
    color: #FFFFFF;
    width: 100%;
    margin: 0 0 0 70%; }
    .datos.col-2 h2:after {
      content: '';
      display: block;
      height: 1px;
      width: 100%;
      margin: 15px auto 0 auto;
      background-color: #0e5396; }
  .datos.col-2 .datos__iconos {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    margin: 0; }
    .datos.col-2 .datos__iconos .dato {
      width: 50%;
      margin: 0 0 30px 0;
      padding: 0 30px 30px 0;
      display: flex;
      align-items: center;
      border-bottom: 1px solid #157adc; }
      .datos.col-2 .datos__iconos .dato .dato__imagen {
        margin: 0 15px 0 0; }
      .datos.col-2 .datos__iconos .dato .dato__contenido {
        text-align: left; }
        .datos.col-2 .datos__iconos .dato .dato__contenido h3 {
          font-size: 32px;
          color: #f9b524; }
        .datos.col-2 .datos__iconos .dato .dato__contenido p {
          margin: 0;
          text-transform: lowercase;
          text-align: left; }
  .datos.col-2 .datos__contenido {
    width: 30%; }
    .datos.col-2 .datos__contenido p {
      color: #f9b524;
      text-align: left; }
    .datos.col-2 .datos__contenido .datos__cita {
      margin: 120px 0 0 0; }
      .datos.col-2 .datos__contenido .datos__cita img {
        margin: 0 0 30px 0; }
      .datos.col-2 .datos__contenido .datos__cita blockquote {
        margin: 0;
        padding: 0;
        font-size: 28px;
        font-style: italic; }
      .datos.col-2 .datos__contenido .datos__cita p {
        color: #f9b524; }

.datos.iconos-centrados h2 {
  text-align: center; }

.datos.iconos-centrados .dato {
  flex-wrap: wrap;
  margin: 0 auto 60px auto; }
  .datos.iconos-centrados .dato .dato__imagen, .datos.iconos-centrados .dato .dato__contenido {
    width: 100%;
    margin: auto;
    text-align: center; }
  .datos.iconos-centrados .dato .dato__imagen {
    margin: 0 auto 30px auto; }
  .datos.iconos-centrados .dato .dato__contenido *, .datos.iconos-centrados .dato .dato__contenido p {
    text-align: center !important; }

.carousel {
  padding: 0;
  position: relative; }
  .carousel .owl-nav {
    margin: 0 !important;
    padding: 0 !important; }
    .carousel .owl-nav .owl-prev, .carousel .owl-nav .owl-next {
      margin: 0 !important;
      padding: 0 !important;
      margin: 0 !important;
      position: absolute;
      z-index: 2;
      width: 80px;
      top: 50%;
      background-color: transparent !important; }
      .carousel .owl-nav .owl-prev img, .carousel .owl-nav .owl-next img {
        transform: rotate(90deg);
        width: 100%; }
    .carousel .owl-nav .owl-prev {
      left: 20px; }
    .carousel .owl-nav .owl-next {
      right: 20px; }
      .carousel .owl-nav .owl-next img {
        transform: rotate(-90deg); }
  .carousel .item .item__imagen {
    height: 600px;
    overflow: hidden;
    position: relative; }
    .carousel .item .item__imagen img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .carousel .item .item__imagen .item__marcador {
      position: absolute;
      z-index: 3; }
      .carousel .item .item__imagen .item__marcador span {
        cursor: pointer;
        position: relative;
        display: inline-block;
        width: 25px;
        height: 25px;
        border-radius: 50%; }
        .carousel .item .item__imagen .item__marcador span:before, .carousel .item .item__imagen .item__marcador span:after {
          content: '';
          display: block;
          position: absolute;
          left: 50%;
          top: 50%;
          width: 15px;
          height: 2px;
          background: #FFFFFF;
          transform: translate(-50%, -50%);
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .carousel .item .item__imagen .item__marcador span:before {
          transform: translate(-50%, -40%) rotate(90deg); }
        .carousel .item .item__imagen .item__marcador span.active:before {
          opacity: 0; }
      .carousel .item .item__imagen .item__marcador .item__marcador__texto {
        background: #FFFFFF;
        padding: 10px;
        margin: 7.5px 0 0 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        opacity: 0; }
        .carousel .item .item__imagen .item__marcador .item__marcador__texto.active {
          height: 100%;
          opacity: 1; }

.carousel__texto {
  background: #f9b524;
  color: #FFFFFF;
  text-align: center;
  padding: 30px;
  position: absolute;
  top: -110px;
  left: 0;
  max-width: 500px;
  width: 100%;
  z-index: 1;
  transform: translateY(-14%); }
  .carousel__texto h2 {
    font-size: 32px; }

.imagen {
  margin: 0 !important;
  padding: 0 !important;
  position: relative; }
  .imagen .item__imagen {
    height: 600px;
    overflow: hidden;
    position: relative; }
    .imagen .item__imagen img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .imagen .item__imagen .item__marcador {
      position: absolute;
      z-index: 3; }
      .imagen .item__imagen .item__marcador span {
        cursor: pointer;
        position: relative;
        display: inline-block;
        width: 25px;
        height: 25px;
        border-radius: 50%; }
        .imagen .item__imagen .item__marcador span:before, .imagen .item__imagen .item__marcador span:after {
          content: '';
          display: block;
          position: absolute;
          left: 50%;
          top: 50%;
          width: 15px;
          height: 2px;
          background: #FFFFFF;
          transform: translate(-50%, -50%);
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .imagen .item__imagen .item__marcador span:before {
          transform: translate(-50%, -40%) rotate(90deg); }
        .imagen .item__imagen .item__marcador span.active:before {
          opacity: 0; }
      .imagen .item__imagen .item__marcador .item__marcador__texto {
        background: #FFFFFF;
        padding: 10px;
        margin: 7.5px 0 0 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        opacity: 0; }
        .imagen .item__imagen .item__marcador .item__marcador__texto.active {
          height: 100%;
          opacity: 1; }

.noticias h2 {
  color: #f9b524;
  text-align: center; }
  .noticias h2:after {
    content: '';
    display: block;
    height: 1px;
    width: 100px;
    margin: 15px auto 0 auto;
    background-color: #0e5396; }

.noticias p {
  text-align: center; }

.noticias .noticias__contenedor {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 30px 0; }
  .noticias .noticias__contenedor h3 {
    text-transform: uppercase;
    margin-bottom: 15px; }
    .noticias .noticias__contenedor h3 a {
      color: #FFFFFF;
      text-decoration: none; }
  .noticias .noticias__contenedor.no__foto .noticia:first-of-type .noticia__contenido {
    background-color: #f9b524;
    color: #FFFFFF; }
    .noticias .noticias__contenedor.no__foto .noticia:first-of-type .noticia__contenido .read-more {
      color: #FFFFFF; }
  .noticias .noticias__contenedor .noticia {
    width: 30%;
    position: relative; }
    .noticias .noticias__contenedor .noticia .noticia__imagen {
      width: 90%;
      height: 300px; }
      .noticias .noticias__contenedor .noticia .noticia__imagen img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .noticias .noticias__contenedor .noticia .noticia__contenido {
      width: 90%;
      color: #FFFFFF;
      background: #0e5396;
      position: relative;
      float: right;
      top: -9.5%;
      padding: 20px 30px 60px 30px; }
      .noticias .noticias__contenedor .noticia .noticia__contenido .pretitulo {
        margin: 0 0 15px 0; }
      .noticias .noticias__contenedor .noticia .noticia__contenido.sin__foto {
        top: 0;
        float: none;
        width: 100%;
        background-color: #c1d4e5;
        color: #0e5396; }
        .noticias .noticias__contenedor .noticia .noticia__contenido.sin__foto h3 {
          font-size: 28px;
          margin: 0 0 30px 0; }
        .noticias .noticias__contenedor .noticia .noticia__contenido.sin__foto .read-more {
          display: block;
          position: absolute;
          bottom: 20px;
          color: #0e5396; }
      .noticias .noticias__contenedor .noticia .noticia__contenido p {
        margin: 0;
        text-align: left; }
      .noticias .noticias__contenedor .noticia .noticia__contenido .noticias__contenido__redes {
        display: flex;
        position: absolute;
        right: 30px;
        bottom: 20px; }
        .noticias .noticias__contenedor .noticia .noticia__contenido .noticias__contenido__redes img {
          display: block;
          height: 25px; }
    .noticias .noticias__contenedor .noticia:nth-of-type(even) .noticia__contenido {
      background: #f9b524; }
      .noticias .noticias__contenedor .noticia:nth-of-type(even) .noticia__contenido.sin__foto {
        top: 0;
        float: none;
        width: 100%;
        background-color: #c1d4e5;
        color: #0e5396; }

.noticia__single {
  padding: 60px; }
  .noticia__single .noticia__extracto {
    font-size: 30px;
    margin: 0 0 60px 0;
    padding: 0 30px;
    color: #898a8c;
    border-left: 3px solid #0e5396;
    border-right: 3px solid #0e5396; }
  .noticia__single .noticia__contenido p, .noticia__single .noticia__contenido li {
    font-size: 18px;
    color: #898a8c; }
  .noticia__single .noticia__contenido .carousel__texto h2 {
    text-align: left;
    color: #FFFFFF; }
    .noticia__single .noticia__contenido .carousel__texto h2:after {
      display: none; }

.newsletter {
  padding: 45px 0 90px 0;
  background: #0e5396; }
  .newsletter h2 {
    text-align: center;
    margin: 0 0 30px 0;
    color: #FFFFFF; }
  .newsletter .newsletter__contenedor {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 992px;
    margin: auto; }
    .newsletter .newsletter__contenedor div {
      width: 30%;
      color: #FFFFFF; }
      .newsletter .newsletter__contenedor div a {
        color: #FFFFFF; }
    .newsletter .newsletter__contenedor form {
      display: flex;
      justify-content: space-between;
      width: 65%;
      margin: 15px 0; }
      .newsletter .newsletter__contenedor form input {
        border: 0;
        width: 100%; }
        .newsletter .newsletter__contenedor form input::-webkit-input-placeholder {
          color: #FFFFFF; }
        .newsletter .newsletter__contenedor form input:-ms-input-placeholder {
          color: #FFFFFF; }
        .newsletter .newsletter__contenedor form input::placeholder {
          color: #FFFFFF; }
        .newsletter .newsletter__contenedor form input[type='text'] {
          padding: 30px;
          background: none;
          border: 2px solid #FFFFFF;
          color: #FFFFFF;
          font-size: 24px; }
        .newsletter .newsletter__contenedor form input[type='submit'] {
          padding: 30px 20px;
          text-transform: uppercase;
          font-size: 24px;
          line-height: 1;
          color: #FFFFFF;
          max-width: 250px;
          margin: 0 0 0 30px;
          background: #0a3967; }

.mapa {
  padding: 150px 0; }
  .mapa .contenedor {
    margin: auto;
    position: relative; }
  .mapa iframe, .mapa #wpgmza_map {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0; }
  .mapa .mapa__contenedor {
    background: #f9b524;
    color: #FFFFFF;
    padding: 30px;
    max-width: 400px; }
    .mapa .mapa__contenedor h2 {
      text-align: left;
      color: #FFFFFF; }
      .mapa .mapa__contenedor h2:after {
        display: none; }
    .mapa .mapa__contenedor p {
      color: #4f3602; }

.faqs h3 {
  font-size: 32px;
  padding-bottom: 30px;
  color: #0e5396;
  font-family: "Frutiger"; }

.faqs .faqs__contenedor {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap; }
  .faqs .faqs__contenedor .faqs__contenido {
    width: 90%;
    margin: 0 auto; }
    .faqs .faqs__contenedor .faqs__contenido .faqs__filtro {
      font-size: 32px;
      border-left: 3px solid #0e5396;
      padding: 0 0 0 30px;
      margin: 0 0 30px 10px; }
      .faqs .faqs__contenedor .faqs__contenido .faqs__filtro a {
        color: #898a8c;
        text-decoration: none;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .faqs .faqs__contenedor .faqs__contenido .faqs__filtro a#edificio {
          color: #0e5396; }
        .faqs .faqs__contenedor .faqs__contenido .faqs__filtro a#accesos {
          color: #f9b524; }
        .faqs .faqs__contenedor .faqs__contenido .faqs__filtro a#servicios {
          color: #898a8c; }
        .faqs .faqs__contenedor .faqs__contenido .faqs__filtro a:hover {
          opacity: .5; }
        .faqs .faqs__contenedor .faqs__contenido .faqs__filtro a.active {
          color: #0e5396; }
          .faqs .faqs__contenedor .faqs__contenido .faqs__filtro a.active:hover {
            opacity: 1; }
    .faqs .faqs__contenedor .faqs__contenido .faqs__faq {
      display: flex;
      flex-wrap: wrap; }
      .faqs .faqs__contenedor .faqs__contenido .faqs__faq article {
        width: 44%;
        margin: 1% 3%;
        padding-right: 20px; }
        .faqs .faqs__contenedor .faqs__contenido .faqs__faq article.edificio {
          border: 1px solid #0e5396; }
        .faqs .faqs__contenedor .faqs__contenido .faqs__faq article.accesos {
          border: 1px solid #f9b524; }
        .faqs .faqs__contenedor .faqs__contenido .faqs__faq article.servicios {
          border: 1px solid #898a8c; }
        .faqs .faqs__contenedor .faqs__contenido .faqs__faq article.active {
          display: none; }
        .faqs .faqs__contenedor .faqs__contenido .faqs__faq article h4 {
          cursor: pointer;
          padding: 30px 0;
          font-size: 20px;
          font-weight: "Frutiger_bold";
          color: #000000;
          display: flex;
          align-items: center; }
          .faqs .faqs__contenedor .faqs__contenido .faqs__faq article h4 span {
            width: 90%; }
          .faqs .faqs__contenedor .faqs__contenido .faqs__faq article h4:before {
            content: '';
            display: inline-block;
            width: 40px;
            height: 40px;
            background-image: url("images/arrow-yellow.svg");
            background-repeat: no-repeat;
            background-position: center center;
            transform: rotate(-90deg);
            margin: 0 15px 0 0;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          .faqs .faqs__contenedor .faqs__contenido .faqs__faq article h4.active {
            color: #0e5396; }
            .faqs .faqs__contenedor .faqs__contenido .faqs__faq article h4.active:before {
              background-image: url("images/arrow-lightgrey.svg");
              transform: rotate(0deg);
              -webkit-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              -moz-transition: all 0.3s ease-in-out;
              -ms-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out; }
        .faqs .faqs__contenedor .faqs__contenido .faqs__faq article div {
          padding: 0 0 30px 60px;
          display: none; }
  .faqs .faqs__contenedor .faqs__formulario {
    width: 35%;
    background-color: #e5edf4;
    padding: 45px;
    position: relative; }
    .faqs .faqs__contenedor .faqs__formulario a {
      text-decoration: none;
      color: #0e5396; }
    .faqs .faqs__contenedor .faqs__formulario p {
      margin: 0 0 7.5px 0; }
    .faqs .faqs__contenedor .faqs__formulario h3 {
      margin: 0 0 60px 0; }
    .faqs .faqs__contenedor .faqs__formulario form input, .faqs .faqs__contenedor .faqs__formulario form textarea {
      display: block;
      width: 100%;
      background: transparent;
      border: 0;
      border-bottom: 1px solid #898a8c;
      margin: 0 0 30px 0;
      padding: 10px 0; }
      .faqs .faqs__contenedor .faqs__formulario form input[type=submit], .faqs .faqs__contenedor .faqs__formulario form textarea[type=submit] {
        border: 0;
        background: #f9b524;
        color: #FFFFFF;
        font-size: 20px;
        text-transform: uppercase;
        position: absolute;
        padding: 20px 60px;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 200px;
        margin: auto; }

.tabmenu {
  margin: 0;
  padding: 0; }
  .tabmenu ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex; }
    .tabmenu ul li {
      list-style: none; }
      .tabmenu ul li a {
        margin: 0;
        padding: 0;
        text-decoration: none;
        display: block;
        background-color: #FFFFFF;
        margin: 10px 30px 10px 0; }
        .tabmenu ul li a:before {
          content: '';
          display: block;
          width: 60px;
          height: 30px;
          margin: auto;
          background-color: #f9b524;
          background-size: 40px;
          background-repeat: no-repeat;
          background-position: center center; }
        .tabmenu ul li a img {
          max-width: 60px;
          display: block; }
        .tabmenu ul li a.active {
          background-color: #4f3602; }
          .tabmenu ul li a.active:before {
            content: '';
            display: block;
            width: 60px;
            height: 30px;
            margin: auto;
            background-color: #f9b524;
            background-size: 40px;
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url("images/arrow-white.svg"); }
  .tabmenu div {
    padding: 0;
    width: 100%; }
    .tabmenu div div {
      display: none; }
      .tabmenu div div strong {
        font-size: 32px; }
      .tabmenu div div * {
        display: block; }

.plantas {
  height: auto; }
  .plantas .planta__menu {
    z-index: 2;
    top: -85px; }
    .plantas .planta__menu nav {
      text-align: center; }
      .plantas .planta__menu nav a {
        background: #0e5396;
        text-decoration: none;
        color: #FFFFFF;
        display: inline-block;
        padding: 15px;
        font-size: 20px; }
        .plantas .planta__menu nav a span {
          text-transform: uppercase;
          font-size: 14px;
          display: block; }
        .plantas .planta__menu nav a.active {
          background-color: #f9b524; }
    .plantas .planta__menu.way {
      position: fixed !important;
      left: 0;
      top: 60%;
      transform: translateY(-50%);
      width: 100px;
      padding: 0; }
      .plantas .planta__menu.way a {
        margin: 0 0 5px 0;
        width: 100%;
        padding: 5px 7.5px;
        font-size: 14px; }
        .plantas .planta__menu.way a span {
          display: inline-block; }
        .plantas .planta__menu.way a:last-of-type {
          margin: 0; }
    .plantas .planta__menu.hide {
      display: none; }
  .plantas .planta__texto {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px 0;
    font-size: 32px;
    font-family: "Frutiger_bold"; }
    .plantas .planta__texto .planta__nombre {
      color: #0e5396; }
    .plantas .planta__texto .planta__metros {
      color: #f9b524; }
      .plantas .planta__texto .planta__metros span {
        font-size: 18px; }
  .plantas .planta__item {
    padding: 30px;
    margin: 0 auto 90px auto;
    height: auto; }
    .plantas .planta__item .planta__imagen {
      height: auto;
      position: relative; }
      .plantas .planta__item .planta__imagen img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .plantas .planta__item .planta__imagen img.opacity {
          opacity: .35; }
    .plantas .planta__item .planta__marcador {
      position: absolute; }
      .plantas .planta__item .planta__marcador span {
        cursor: pointer;
        position: relative;
        display: inline-block;
        width: 25px;
        height: 25px;
        border-radius: 50%; }
        .plantas .planta__item .planta__marcador span:before, .plantas .planta__item .planta__marcador span:after {
          content: '';
          display: block;
          position: absolute;
          left: 50%;
          top: 50%;
          width: 15px;
          height: 2px;
          background: #FFFFFF;
          transform: translate(-50%, -50%);
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .plantas .planta__item .planta__marcador span:before {
          transform: translate(-50%, -40%) rotate(90deg); }
        .plantas .planta__item .planta__marcador span.active {
          z-index: 1; }
          .plantas .planta__item .planta__marcador span.active:before {
            opacity: 0; }
      .plantas .planta__item .planta__marcador .planta__marcador__texto {
        position: relative;
        background: #FFFFFF;
        padding: 10px;
        margin: 7.5px 0 0 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        opacity: 0; }
        .plantas .planta__item .planta__marcador .planta__marcador__texto p {
          margin: 0; }
        .plantas .planta__item .planta__marcador .planta__marcador__texto.active {
          z-index: 2;
          height: 100%;
          opacity: 1; }
  .plantas .planta__leyenda {
    background-color: #e3e4e4;
    padding: 15px 0 10px 0; }
    .plantas .planta__leyenda ul {
      margin: 0;
      padding: 0;
      column-count: 6; }
      .plantas .planta__leyenda ul li {
        font-size: 14px;
        list-style-type: none;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        color: #898a8c;
        margin: 0 0 10px 0; }
        .plantas .planta__leyenda ul li span {
          display: inline-block;
          width: 25px;
          height: 25px;
          margin: 0 10px 0 0; }

.servicios {
  position: relative; }
  .servicios .servicios__imagen_de_fondo {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    opacity: .5; }
  .servicios .servicios__contenedor {
    background: rgba(255, 255, 255, 0.75);
    padding: 30px 60px;
    margin: 90px auto; }
    .servicios .servicios__contenedor h2 {
      top: 0px;
      position: relative;
      text-align: left;
      background: none;
      padding: 0;
      max-width: 100%;
      width: 100%;
      margin: auto;
      font-size: 70px;
      color: #0e5396; }
      .servicios .servicios__contenedor h2:after {
        display: none; }
  .servicios .servicios__servicio__contenedor {
    margin: 45px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .servicios .servicios__servicio__contenedor.cajas .servicios__servicio__titulo {
      width: 55%;
      word-break: break-word; }
      .servicios .servicios__servicio__contenedor.cajas .servicios__servicio__titulo .servicio__titulo {
        width: 49%;
        padding: 10px;
        margin: 0 0 7.5px 0;
        font-size: 15px;
        min-height: 50px;
        background-color: rgba(14, 83, 150, 0.3);
        color: #0e5396;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .servicios .servicios__servicio__contenedor.cajas .servicios__servicio__titulo .servicio__titulo:hover {
          opacity: .5;
          color: #FFFFFF;
          background-color: #0e5396; }
        .servicios .servicios__servicio__contenedor.cajas .servicios__servicio__titulo .servicio__titulo.active {
          color: #FFFFFF;
          background-color: #0e5396; }
          .servicios .servicios__servicio__contenedor.cajas .servicios__servicio__titulo .servicio__titulo.active:hover {
            color: #FFFFFF;
            background-color: #0e5396; }
    .servicios .servicios__servicio__contenedor.cajas .servicios__servicio__texto {
      width: 45%;
      padding: 0 10px; }
      .servicios .servicios__servicio__contenedor.cajas .servicios__servicio__texto p, .servicios .servicios__servicio__contenedor.cajas .servicios__servicio__texto ul {
        margin: 0 0 15px 0; }
    .servicios .servicios__servicio__contenedor .servicios__servicio__titulo,
    .servicios .servicios__servicio__contenedor .servicios__servicio__texto {
      width: 48%; }
    .servicios .servicios__servicio__contenedor .servicios__servicio__titulo {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .servicios .servicios__servicio__contenedor .servicio__titulo {
      cursor: pointer;
      width: 48%;
      margin: 0 0 30px 0;
      padding: 15px 15px 90px 15px;
      background: #0e5396;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 20px;
      font-family: "Frutiger_bold"; }
      .servicios .servicios__servicio__contenedor .servicio__titulo:hover {
        background-color: #0e5396; }
      .servicios .servicios__servicio__contenedor .servicio__titulo.active {
        background-color: #f9b524; }
    .servicios .servicios__servicio__contenedor .servicio__texto {
      display: none;
      font-size: 20px; }
      .servicios .servicios__servicio__contenedor .servicio__texto.active {
        display: block; }
    .servicios .servicios__servicio__contenedor .servicios__servicio__caja {
      width: 23%;
      margin: 0 1% 30px 1%;
      padding: 15px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .servicios .servicios__servicio__contenedor .servicios__servicio__caja .servicio__titulo {
        width: 100%;
        color: #000000;
        background-color: transparent;
        text-transform: uppercase;
        font-size: 20px;
        font-family: "Frutiger_bold";
        padding: 0;
        margin: 0 0 15px 0; }
        .servicios .servicios__servicio__contenedor .servicios__servicio__caja .servicio__titulo.active {
          background-color: transparent; }
      .servicios .servicios__servicio__contenedor .servicios__servicio__caja .servicio__texto {
        width: 100%;
        display: block;
        font-size: 14px; }

.servicios__slider .servicios__slider__slider {
  display: flex;
  justify-content: center;
  max-width: 768px;
  margin: auto; }
  .servicios__slider .servicios__slider__slider .servicios__slider__slider__titulo {
    position: relative;
    width: 100%;
    max-width: 200px;
    margin: 0;
    padding: 90px 60px 30px 30px;
    background-color: #f9b524;
    color: #FFFFFF;
    font-size: 20px;
    font-family: "Frutiger_bold";
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .servicios__slider .servicios__slider__slider .servicios__slider__slider__titulo.active {
      background-color: #0e5396; }
      .servicios__slider .servicios__slider__slider .servicios__slider__slider__titulo.active:after {
        content: '';
        position: absolute;
        right: 20px;
        bottom: 30px;
        width: 20px;
        height: 30px;
        display: block;
        background-repeat: no-repeat;
        background-image: url("images/arrow-long-white.svg"); }

.servicios__slider .servicios__slider__slider__contenido {
  display: none; }
  .servicios__slider .servicios__slider__slider__contenido ul {
    column-count: 3;
    max-width: 992px;
    padding: 0;
    margin: 60px auto 0 auto;
    list-style-type: none; }
    .servicios__slider .servicios__slider__slider__contenido ul li {
      font-size: 18px;
      margin: 0 0 7.5px 0; }
  .servicios__slider .servicios__slider__slider__contenido.active {
    display: block; }

.post-type-noticia p, .post-type-noticia li {
  font-size: 1.2em; }

.post-type-noticia blockquote {
  font-size: 22px;
  border-left: 8px solid #0e5396;
  padding: 2px 20px;
  font-style: italic; }

.mediateca .noticia__imagen .video {
  cursor: pointer;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 45%;
  top: 35%;
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .mediateca .noticia__imagen .video:hover {
    opacity: 0.5; }

.bloque__modal-video {
  z-index: -1;
  background-color: rgba(30, 33, 42, 0);
  position: fixed;
  bottom: -100vh;
  width: 100%;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .bloque__modal-video.active {
    background-color: rgba(30, 33, 42, 0.9);
    opacity: 1;
    bottom: 0;
    height: 100%;
    z-index: 5; }
  .bloque__modal-video--cerrar {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40px;
    right: 50px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .bloque__modal-video--cerrar span {
      width: 100%;
      height: 2px;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #FFFFFF;
      transform: rotate(45deg); }
      .bloque__modal-video--cerrar span:last-of-type {
        transform: rotate(-45deg); }
  .bloque__modal-video iframe {
    height: 80vh;
    width: 100%;
    max-width: 1280px;
    border: 0; }

@media only screen and (max-width: 1425px) {
  .plantas .planta__menu.way ~ .planta__item {
    padding: 30px 30px 30px 150px; }
  .plantas .planta__leyenda {
    background-color: #e3e4e4;
    padding: 15px 120px; }
    .plantas .planta__leyenda ul {
      margin: 0;
      padding: 0;
      column-count: 4; } }

@media only screen and (max-width: 1280px) {
  .bloque {
    padding: 45px; }
  .mapa {
    padding: 90px 30px; }
  .carousel {
    padding: 0; }
  .cabecera {
    justify-content: space-between;
    flex-direction: column; }
    .cabecera .flecha {
      transform: translateX(0);
      left: auto;
      position: relative;
      bottom: 0;
      margin: 0 auto 40px auto; } }

@media only screen and (max-width: 1044px) {
  .plantas .planta__menu {
    padding: 60px 15px; }
  .servicios .servicios__servicio__contenedor .servicios__servicio__caja {
    width: 31%; } }

@media only screen and (max-width: 992px) {
  .cabecera__post .cabecera__post__imagen,
  .cabecera__post .cabecera__post__texto {
    width: 50%; }
  .datos .datos__iconos .dato {
    width: 50%; }
    .datos .datos__iconos .dato .dato__contenido p {
      text-align: left; }
    .datos .datos__iconos .dato .dato__contenido h3 {
      font-size: 32px; }
  .datos.col-2 h2 {
    margin: auto;
    text-align: center;
    margin: 0 0 30px 0; }
  .datos.col-2 .datos__iconos,
  .datos.col-2 .datos__contenido {
    width: 100%; }
    .datos.col-2 .datos__iconos p,
    .datos.col-2 .datos__contenido p {
      text-align: center; }
    .datos.col-2 .datos__iconos .datos__cita,
    .datos.col-2 .datos__contenido .datos__cita {
      margin: 30px 0;
      text-align: center; }
  .noticias .noticias__contenedor {
    flex-wrap: wrap; }
    .noticias .noticias__contenedor .noticia {
      width: 100%;
      max-width: 350px;
      position: relative;
      margin: 0 auto 30px auto; }
  .faqs .faqs__contenedor .faqs__contenido,
  .faqs .faqs__contenedor .faqs__formulario {
    width: 100%;
    max-width: 576px;
    margin: auto; }
  .faqs .faqs__contenedor .faqs__contenido {
    margin: 0 auto 60px auto; }
  .servicios .servicios__contenedor h2 {
    font-size: 52px; }
  .plantas .planta__menu {
    display: none; }
    .plantas .planta__menu.way ~ .planta__item {
      padding: 30px 15px; }
  .plantas .planta__item {
    opacity: 1;
    padding: 30px 15px; }
    .plantas .planta__item.way {
      opacity: 1; }
  .plantas .planta__leyenda {
    background-color: #e3e4e4;
    padding: 15px 15px; }
    .plantas .planta__leyenda ul {
      margin: 0;
      padding: 0;
      column-count: 2; }
  .newsletter .newsletter__contenedor div, .newsletter .newsletter__contenedor form {
    width: 100%; }
  .newsletter .newsletter__contenedor div {
    text-align: center; } }

@media only screen and (max-width: 768px) {
  .cabecera__post {
    flex-wrap: wrap;
    margin: 75px 0 0 0; }
    .cabecera__post .cabecera__post__imagen,
    .cabecera__post .cabecera__post__texto {
      width: 100%; }
    .cabecera__post .cabecera__post__texto {
      padding: 30px; }
      .cabecera__post .cabecera__post__texto .cabecera__post__texto__pie {
        margin: 30px 0 0 0; }
  .datos.col-2 .datos__iconos {
    flex-wrap: wrap; }
    .datos.col-2 .datos__iconos .dato {
      width: 100%; }
  .carousel__texto {
    max-width: 100%; }
  .servicios .servicios__contenedor {
    padding: 30px; }
    .servicios .servicios__contenedor h2 {
      font-size: 42px; }
  .servicios .servicios__servicio__contenedor .servicios__servicio__titulo .servicio__titulo,
  .servicios .servicios__servicio__contenedor .servicios__servicio__texto .servicio__titulo {
    width: 100%;
    padding: 15px; }
  .servicios .servicios__servicio__contenedor .servicios__servicio__caja {
    width: 48%; }
  .servicios .servicios__servicio__contenedor.cajas .servicios__servicio__titulo,
  .servicios .servicios__servicio__contenedor.cajas .servicios__servicio__texto {
    width: 100%;
    padding: 0; }
  .servicios .servicios__servicio__contenedor.cajas .servicios__servicio__titulo {
    margin: 0 0 15px 0; }
    .servicios .servicios__servicio__contenedor.cajas .servicios__servicio__titulo .servicio__titulo {
      min-height: inherit; }
  .servicios__slider .servicios__slider__slider {
    flex-wrap: wrap; }
    .servicios__slider .servicios__slider__slider .servicios__slider__slider__titulo {
      width: 100%;
      font-size: 16px;
      max-width: inherit;
      text-align: center;
      word-break: break-word;
      padding: 15px 15px 45px 15px; }
      .servicios__slider .servicios__slider__slider .servicios__slider__slider__titulo.active:after {
        right: auto;
        left: 50%;
        bottom: 5px;
        transform: translateX(-50%); }
  .servicios__slider .servicios__slider__slider__contenido ul {
    column-count: 2; }
  .noticia .noticia__extracto {
    font-size: 24px;
    padding: 30px 0;
    border-left: 0px;
    border-right: 0px;
    border-top: 3px solid #0e5396;
    border-bottom: 3px solid #0e5396; }
  .mapa {
    padding: 60px 30px; }
    .mapa .contenedor {
      margin: 300px 0 0 0; }
      .mapa .contenedor .mapa__contenedor {
        margin: auto; }
.faqs .faqs__contenedor .faqs__contenido .faqs__faq article {width:100%;}


         }

@media only screen and (max-width: 576px) {
  .datos .datos__iconos .dato {
    width: 100%; }
    .datos .datos__iconos .dato .dato__contenido h3 {
      font-size: 24px; }
  .servicios .servicios__contenedor h2 {
    font-size: 32px; }
  .servicios .servicios__servicio__contenedor .servicios__servicio__titulo,
  .servicios .servicios__servicio__contenedor .servicios__servicio__texto {
    width: 100%; }
    .servicios .servicios__servicio__contenedor .servicios__servicio__titulo .servicio__titulo,
    .servicios .servicios__servicio__contenedor .servicios__servicio__texto .servicio__titulo {
      width: 100%;
      padding: 10px;
      margin: 0 0 10px 0; }
  .servicios .servicios__servicio__contenedor .servicios__servicio__caja {
    width: 100%;
    margin: 0 0 30px 0; }
  .servicios__slider .servicios__slider__slider__contenido ul {
    column-count: 1; } }

header {
  position: fixed;
  width: 100%;
  height: 83px;
  z-index: 5;
  top: 0;
  left: 0;
  background: #FFFFFF; }
  header .header {
    display: flex; }
    header .header h1 {
      margin: 0 0 0 45px;
      font-size: 0px;
      z-index: 2; }
      header .header h1 a {
        display: inline-block;
        padding: 15px 0 0 0;
        background: #FFFFFF; }
        header .header h1 a img {
          width: 135px; }
    header .header .menu__contenedor {
      display: flex;
      width: 100%;
      z-index: 3; }
      header .header .menu__contenedor.active {
        display: block; }
    header .header .logo-movil {
      display: none; }
    header .header .menu__hamburger {
      display: none;
      margin: 30px 20px 0 0;
      width: 30px;
      height: 20px;
      position: relative;
      z-index: 3;
      cursor: pointer; }
      header .header .menu__hamburger span {
        position: absolute;
        width: 100%;
        height: 2px;
        background: #0e5396;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        header .header .menu__hamburger span:nth-of-type(1) {
          top: 0; }
        header .header .menu__hamburger span:nth-of-type(2), header .header .menu__hamburger span:nth-of-type(3) {
          top: calc(50% - 1px); }
        header .header .menu__hamburger span:nth-of-type(4) {
          bottom: 0; }
      header .header .menu__hamburger.active span:nth-of-type(1), header .header .menu__hamburger.active span:nth-of-type(4) {
        opacity: 0; }
      header .header .menu__hamburger.active span:nth-of-type(2) {
        transform: rotate(45deg); }
      header .header .menu__hamburger.active span:nth-of-type(3) {
        transform: rotate(-45deg); }
    header .header .principal {
      display: flex;
      align-items: flex-start; }
      header .header .principal a {
        font-size: 15px;
        position: relative;
        text-transform: uppercase;
        padding: 50px 15px 0 15px;
        text-decoration: none;
        color: #000000;
        border-right: 1px solid #898a8c; }
        header .header .principal a:after {
          content: '';
          display: none;
          position: absolute;
          left: 0;
          bottom: -61%;
          height: 25px;
          width: 100%;
          background-image: url("images/arrow-white.svg");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 25px;
          background-color: #0e5396; }
        header .header .principal a.active:after {
          display: block; }
        header .header .principal a:last-child {
          border-right: 0; }
    header .header .secundario {
      display: flex;
      align-items: center; }
      header .header .secundario a {
        font-size: 14px;
        line-height: .8;
        padding: 7.5px 10px;
        background: #c1d4e5;
        color: #FFFFFF;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        header .header .secundario a:nth-of-type(even) {
          background: #0e5396; }
        header .header .secundario a:hover {
          background: #0e5396; }
    header .header .redes {
      display: flex;
      margin: 10px 0 0 0;
      border-left: 1px solid #898a8c; }
      header .header .redes a {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #c1d4e5;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin: 0 0 0 10px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        header .header .redes a:hover {
          background: #0e5396; }
        header .header .redes a img {
          max-width: 25px; }
    header .header .logos {
      display: flex;
      margin: 25px 0 0 0; }
      header .header .logos img {
        height: 40px;
        margin: 0 0 0 30px; }
  header + section {
    margin-top: 83px; }

@media only screen and (max-width: 1280px) {
  header .header h1 {
    margin: 0; }
  header .header .principal a {
    padding: 50px 20px 0 20px; } }

@media only screen and (max-width: 992px) {
  header .header {
    display: flex;
    justify-content: space-between; }
    header .header .menu__contenedor {
      position: absolute;
      width: 100%;
      height: 100vh;
      max-width: 250px;
      padding-top: 83px;
      background: #FFFFFF;
      box-shadow: 0 0 100px #0e5396;
      right: -100%;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      header .header .menu__contenedor.active {
        right: 0; }
    header .header .principal {
      display: block; }
      header .header .principal a {
        display: block;
        padding: 12px 30px;
        text-align: center;
        border-top: 1px solid rgba(137, 138, 140, 0.2);
        border-right: 0; }
        header .header .principal a:after {
          display: none;
          left: -6px;
          top: 5px;
          width: 42px;
          height: 30px;
          transform: rotate(-90deg); }
        header .header .principal a.active {
          background-color: rgba(249, 181, 36, 0.15); }
          header .header .principal a.active:after {
            display: block; }
        header .header .principal a:last-of-type {
          border-bottom: 0; }
    header .header .secundario a {
      width: 50%;
      text-align: center;
      padding: 15px; }
    header .header .redes {
      margin: 15px auto;
      border: 0; }
      header .header .redes a {
        margin: auto; }
    header .header .logos a {
      margin: auto; }
      header .header .logos a img {
        margin: auto; }
    header .header .menu__hamburger {
      display: block; } }

@media only screen and (max-width: 768px) {
  .logo-desktop {
    display: none; }
  .logo-movil {
    display: inherit !important;
    padding: 0 15px; } }

.footer .contenedor {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.footer .footer__menu ul {
  margin: 0;
  padding: 0;
  display: inline; }
  .footer .footer__menu ul li {
    display: inline;
    padding: 0 5px;
    list-style-type: none;
    margin: 0 0 15px 0; }
    .footer .footer__menu ul li a {
      color: #000000;
      font-size: 18px;
      text-decoration: none; }

.footer .footer__enlaces {
  border-left: 1px solid #898a8c;
  padding: 0 0 0 60px; }
  .footer .footer__enlaces .redes {
    display: flex;
    margin: 20px 0 0 0; }
    .footer .footer__enlaces .redes a {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #0e5396;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      margin: 0 10px 0 0;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .footer .footer__enlaces .redes a:hover {
        background: #c1d4e5; }
      .footer .footer__enlaces .redes a img {
        max-width: 25px; }
  .footer .footer__enlaces .footer__newsletter {
    margin: 20px 0 0 0; }
    .footer .footer__enlaces .footer__newsletter form {
      display: flex; }
      .footer .footer__enlaces .footer__newsletter form input {
        margin: 0;
        border: 0;
        background: #e3e4e4;
        padding: 7.5px;
        width: 100%;
        color: #FFFFFF; }
        .footer .footer__enlaces .footer__newsletter form input[type=submit] {
          background-image: url("images/rrss-icon-mail.svg");
          background-size: 30px;
          background-repeat: no-repeat;
          background-position: center center;
          min-width: 40px;
          padding: 7.5px 0;
          font-size: 0; }
        .footer .footer__enlaces .footer__newsletter form input[type=text] {
          min-width: 185px; }

.footer .footer__texto {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin: 60px 0 0 0; }
  .footer .footer__texto p {
    color: #e3e4e4; }
  .footer .footer__texto .footer__logos img {
    width: 100%;
    max-width: 130px; }

/*ajustes dani */
.datos__cita img {
  max-width: 100%; }

.info {
  max-width: 1200px; }

.bloque.datos {
  padding-bottom: 10px; }

.bloque.col3, .bloque.iconos-centrados {
  background: #FFF;
  padding-top: 30px; }

.col3 h2 {
  text-align: center; }

.info p {
  text-align: center; }

.info .columnas {
  columns: 3; }

.info .columnas strong {
  color: #f9b524; }

.info .columnas div {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; }

.post-type-noticia .noticia__contenido ul {
  list-style-image: url("images/list.png");
  padding: 10px 20px; }

.post-type-noticia .noticia__contenido a {
  text-decoration: none;
  font-weight: 600;
  color: #f9b524; }

.post-type-noticia .noticia__contenido a:hover {
  color: #0e5396; }

/* ventana contacto */
.mas__contacto {
  display: none; }

.mas__contacto.active {
  display: block;
  background: #0e5396;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  top: 26px;
  padding: 0 20px 20px; }

.mas__contacto.active .icon {
  background: url(images/smartphone.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 20px 15px;
  padding: 18px 0px 5px;
  border-top: 1px solid white;
  margin-left: 10px; }

@media (max-width: 1200px) {
  .info .columnas {
    columns: 1; }
  .mas__contacto.active {
    top: 128px; }
  .mas__contacto.active .icon {
    background: none; } }

#cmplz-document {
  margin: 0 auto;
  padding: 50px 0; }

#cmplz-document h2, #cmplz-document h3 {
  color: #0e5396;
  max-width: 600px;
  padding: 20px 0;
  border-bottom: none !important; }

#cmplz-document h2:after {
  background-color: transparent; }

#cmplz-document a, .faqs__faq a {
  color: #f9b524;
  text-decoration: none; }

footer {
  background: #f3f3f3; }

.footer__menu {
  width: 100%;
  text-align: center; }

.footer-menu {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #f9b524;
  margin-bottom: 20px; }

.footer__texto ul, .footer__texto ul li {
  display: inline;
  padding: 0 5px; }

.footer__texto a {
  text-decoration: none;
  color: #0e5396; }
