@charset "UTF-8";
/*------------------------------------------------------------------------------
Ejemplo Fuente custom CSS
------------------------------------------------------------------------------*/
@font-face {
  font-family: "Mercury";
  src: url("font/MercuryDisplay-Roman.woff2") format("woff2"), url("font/MercuryDisplay-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Mercury";
  src: url("font/MercuryTextG4-Roman.woff2") format("woff2"), url("font/MercuryTextG4-Roman.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Mercury";
  src: url("font/Mercury-TextG1Roman.woff2") format("woff2"), url("font/Mercury-TextG1Roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Mercury";
  src: url("font/Mercury-TextG1Semibold.woff2") format("woff2"), url("font/Mercury-TextG1Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
/* CAMBIAMOS LA FUENTE CORPORATIVA A UNA GOOGLE FONT PARA PODER INCLUIR PESOS, NEGRITAS Y CURSIVAS */
/* LA LLAMADA LA TIPO NUEVA (JOST) ESTÁ EN EL HEADER */
/* PONEMOS UN GENÉRICO PARA ACTIVAR LA CURSIVA */
EM {
  font-style: italic;
  font-weight: 300;
}

/*
@font-face {
    font-family: 'Hurme Geometric Sans 1';
    src: url('font/HurmeGeometricSans1-Light.woff2') format('woff2'),
        url('font/HurmeGeometricSans1-Light.woff') format('woff'),
        url('font/HurmeGeometricSans1-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Hurme Geometric Sans 2';
    src: url('font/HurmeGeometricSans2-Regular.woff2') format('woff2'),
        url('font/HurmeGeometricSans2-Regular.woff') format('woff'),
        url('font/HurmeGeometricSans2-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Hurme Geometric Sans 4';
    src: url('font/HurmeGeometricSans4-Bold.woff2') format('woff2'),
        url('font/HurmeGeometricSans4-Bold.woff') format('woff'),
        url('font/HurmeGeometricSans4-Bold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Hurme Geometric Sans 4';
    src: url('font/HurmeGeometricSans4-Light.woff2') format('woff2'),
        url('font/HurmeGeometricSans4-Light.woff') format('woff'),
        url('font/HurmeGeometricSans4-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
*/
/*------------------------------------------------------------------------------
Reset CSS
------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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 {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background: blue;
}

::selection {
  background: blue;
}

html, body {
  height: 100%;
}

p a {
  text-decoration: underline;
}

/*------------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------------*/
header {
  background-color: #232739;
  overflow: hidden;
  margin-bottom: 500px;
  height: 100vh;
}

.estrellas {
  position: static;
  z-index: -999999;
  overflow: hidden;
  margin: 0 auto;
}

.estrellas .scene {
  width: 100%;
  margin: 0 0 0 0px;
}

nav {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
}

nav li {
  display: inline-block;
  float: left;
  margin-top: 5px;
  padding: 9px;
}

nav li a {
  font-size: 1.3em;
  text-decoration: none;
  color: #FFF;
  padding: 15px;
}

nav li a.active {
  opacity: 0.5;
}

.logo img {
  padding-top: 40px;
  width: 25%;
  float: left;
  display: inline-block;
  margin-right: 20px;
}

.idiomas a {
  border-left: 0px solid #f55244;
  font-family: Helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 4px;
}

li.idiomas {
  width: 50px !important;
}

.intro {
  color: #FFF;
  font-size: 3.5em;
  top: 150px;
  position: absolute;
  font-weight: 400;
  top: 35%;
}

.intro p:nth-child(2) {
  margin-top: 70px;
  width: 50%;
}

img.estrella {
  margin-top: -274px;
  width: 25%;
  margin-left: 880px;
}

.saber-mas {
  position: absolute;
  bottom: 109px;
  font-size: 1em;
  left: 0;
  right: 0px;
  color: #f55244;
  text-decoration: none;
  text-align: center;
}

.flex-grid .col {
  flex: 1;
}

.flex-grid-thirds {
  display: flex;
  justify-content: space-between;
  margin-top: -607px;
  margin-bottom: -250px;
  position: relative;
  z-index: 9999999999999;
}

.flex-grid-thirds .col {
  width: 32%;
}

.flex-grid {
  margin: 0 0 20px 0;
}

.col {
  background: #77aceb;
}

.col h2 {
  padding: 40px;
}

.col a h2 {
  color: #0073ce;
  font-size: 2.2em;
  font-weight: 600;
}

.col img {
  with: 80%;
  padding: 40px;
}

.col p {
  color: #0073ce;
  background-color: #b6d0ee;
  width: 100%;
  padding: 30px;
  font-size: 1.5em;
  line-height: 1.4em;
  min-height: 175px;
}

.ejes {
  background-color: #232739;
  z-index: 9999;
  position: static;
}

.ejes h2 a:hover {
  opacity: 0.4;
}

.ejes h2 a {
  transition: opacity 0.5s;
}

.estrellas-fundacion {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 80vh;
}

.ruta {
  margin-top: 170px;
}

/*------------------------------------------------------------------------------
MENU
------------------------------------------------------------------------------*/
.burguer, #burguer {
  display: none;
}

.menu {
  width: auto;
  float: right;
  text-align: right;
  margin-top:  25px !important;
}

.menu .fab {
  color: #FFF;
  font-size: 1.1em;
}

.menu .rrss {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}

.menu a {
  padding: 10px;
  display: block;
  height: 100%;
  box-sizing: border-box;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  transition: color 0.5s;
}

.menu a.redes:hover {
  opacity: 0.5;
}

.header2 .menu a:hover, .header2 .menu a:focus {
  opacity: 0.7;
}

.menu > li {
  float: left;
  width: auto;
  box-sizing: border-box;
}

.submenu {
  display: none;
}

.submenu a {
  border: none;
}

.submenu li {
  width: 100%;
  margin-top: 3px;
  padding: 5px;
}

.menu > li:hover .submenu {
  display: block;
}

a.animated {
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: relative;
}

a.animated:after {
  width: 0%;
  height: 5px;
  background: #FFF;
  content: "";
  position: absolute;
  left: 0;
  bottom: 127px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a.animated:hover {
  color: rgba(255, 255, 255, 0.9);
}

a.animated:hover:after {
  width: 100%;
}

.infor {
  position: absolute;
  top: 30%;
}

.fundacion {
  margin-top: 0px;
}

.texto-int {
  float: left;
  font-size: 2.6em;
  width: 40%;
  line-height: 1.4em;
}

.imgen-int {
  float: left;
  width: 40%;
}

.imgen-int img {
  width: 80%;
  margin: -95px auto 0 225px;
}

.container-full {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}

.container-full.hazana {
  font-size: 2.5em;
  background-color: #7ca9d6;
  color: #000;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  position: relative;
}

.relato, .navegante, .elbarco, .viaje {
  float: left;
  padding: 0px;
  text-align: center;
  width: 25%;
}

.raya {
  border-top: 2px solid #000;
  width: 20%;
  text-align: center;
  margin: -20px auto 0 auto;
}

.container-full.hazana a {
  text-decoration: none;
  color: #000;
}

.ruta h3 {
  margin: 0 auto;
  font-size: 0.4em;
  text-align: center;
}

.direccion {
  width: 641px;
  margin: 23px auto -400px auto;
}

.direccion img {
  width: 23%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}

.contenido-caja a.leer {
  color: #000;
}

.mapa-paradas {
  margin-top: 345px;
  padding-bottom: 171px;
}

.mapa-paradas img {
  width: 100%;
}

/*------------------------------------------------------------------------------
EL RELATO
------------------------------------------------------------------------------*/
.elrelato {
  margin: 0 auto;
  text-align: center;
  padding-top: 220px;
}

.elrelato h1 {
  font-size: 2.5em;
  color: #000;
  margin: 40px;
}

.elrelato p {
  width: 40%;
  margin: 20px auto;
  font-size: 1.5em;
  line-height: 1.3em;
}

.elrelato .raya {
  width: 5%;
}

a.scroll.smooth-scroll img {
  transform: rotate(90deg);
  width: 7%;
  margin: 100px auto 0 auto;
}

.rela {
  height: auto;
}

.relato-sep {
  margin-top: -100px;
  padding-bottom: 100px;
  background: #223f68;
  z-index: -999;
  position: relative;
}

.relato02 {
  width: 100%;
  height: 800px;
  float: left;
}

.menu-elkano .raya {
  border-color: #FFF;
  margin: 9px auto 0 auto;
}

.separador-menu img {
  transform: rotate(180deg);
  margin-bottom: -10px;
  margin-top: -50px;
}

.separador-menu01 {
  margin-bottom: -100px;
}

.relato, .navegante, .elbarco, .viaje {
  transition: opacity 0.5s;
}

.relato:hover, .navegante:hover, .elbarco:hover, .viaje:hover {
  opacity: 0.5;
}

DIV.texto, DIV.imagen {
  width: 50%;
  float: left;
}

DIV.imagen IMG {
  width: 100%;
}

.cosas {
  height: 100vh;
}

.texto {
  padding: 0px 115px 0 115px;
}

.texto p {
  font-size: 1.3em;
  line-height: 1.3em;
  color: #FFF;
  margin-top: 50px;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
}

.texto h2 {
  font-size: 2.2em;
  line-height: 1.4em;
  color: #FFF;
  font-weight: 600;
  margin-top: 50px;
}

.texto h3 {
  font-size: 1.8em;
  line-height: 1.4em;
  color: #FFF;
  margin-top: 50px;
}

ARTICLE:first-of-type .texto > H2:first-child, ARTICLE:first-of-type .texto > P:first-child {
  padding-top: 70px;
}

ARTICLE:last-of-type .texto > H2:last-child, ARTICLE:last-of-type .texto > P:last-child {
  margin-bottom: 150px;
}

.marca-elkano {
  height: 600px;
  margin-top: -245px;
}

.color1 {
  background: #223f68;
}

.menu-hazana {
  background: #232739;
  font-size: 1em;
  color: #FFF;
  height: 600px;
  height: 450px;
  margin-top: -165px;
}

.menu-elkano {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 180px 0;
  overflow: hidden;
}

.menu-elkano a {
  color: #FFF;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
}

.noselect * {
  user-select: none;
}

/*------------------------------------------------------------------------------
COLORES
------------------------------------------------------------------------------*/
/*color corporativo*/
/* fondo corporativo*/
/* fondo corporativo*/
/*color corporativo*/
/*------------------------------------------------------------------------------
CSS
------------------------------------------------------------------------------*/
body {
  font-family: "Mercury", times, serif;
  font-size: 16px;
  /* 1em = 16px */
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  background-color: #232739;
}

.container {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 20px;
}

strong {
  font-weight: 600;
}

.oculto {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.5s;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------------------------------------------------
LEER MÁS
------------------------------------------------------------------------------*/
a.leer {
  color: #FFF;
  font-size: 1.3em;
  text-decoration: none;
  padding: 8px 40px;
  border: 1px solid white;
  border-radius: 37px;
}

a.contact__banner-btn {
  color: #FFF;
  font-size: 1.3em;
  text-decoration: none;
  padding: 8px 40px;
  border: 1px solid white;
  border-radius: 37px;
  line-height: 105px;
}

.mision1 a.leer {
  border: 1px solid #000;
}

.leer {
  line-height: 105px;
}

a.leer:hover {
  opacity: 0.7;
}

/*------------------------------------------------------------------------------
SHARE
------------------------------------------------------------------------------*/
.share {
  margin-top: 10px;
}

.share ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.share ul li {
  font-size: 18px;
}

.share img {
  width: 75% !important;
}

.share.blog-compartir {
  margin: 50px auto 90px auto;
}

.share.blog-compartir ul {
  justify-content: unset !important;
}

.share.blog-compartir ul li {
  margin-right: 20px;
}

/*------------------------------------------------------------------------------
DIAGONALES
------------------------------------------------------------------------------*/
.diagonal-text {
  transform: rotate(-4deg) skew(-4deg);
  -webkit-transform: rotate(-4deg) skew(-4deg);
  -moz-transform: rotate(-4deg) skew(-4deg);
  -o-transform: rotate(-4deg) skew(-4deg);
  -ms-transform: rotate(-4deg) skew(-4deg);
  height: auto;
  min-height: 100vh;
  overflow: hidden;
}

.diagonal {
  width: 100%;
  transform: rotate(4deg) skew(4deg);
  -webkit-transform: rotate(4deg) skew(4deg);
  -moz-transform: rotate(4deg) skew(4deg);
  -o-transform: rotate(4deg) skew(4deg);
  -ms-transform: rotate(4deg) skew(4deg);
}
.diagonal .container {
  padding: 0 100px 100px 100px;
}

.altura {
  height: 80vh;
}

.caja {
  height: 100%;
  background-color: #7ca9d6;
  width: 100%;
  z-index: 10;
}

.marca {
  float: left;
  width: 40%;
  margin-top: 65px;
}

.marca h2 {
  font-size: 1.7em;
  text-transform: uppercase;
  font-weight: 600;
}

.marca p {
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: 400;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
  font-weight: 600;
}

.logo-elkano {
  float: right;
  width: 40%;
  margin-top: 200px;
}

.diagonal-text h2 {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 600;
}

.diagonal-text p {
  font-size: 1.4em;
  line-height: 1.4em;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
  font-weight: 600;
}

.fundacion1 {
  color: #FFF;
  background: #232739 url("../img/background-elkano.jpg") repeat bottom;
  margin-top: -32px;
}

.fundacion-aside {
  width: 50%;
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
}

.mision1 {
  color: #000;
  background: #7ca9d6;
}

#mision, #patronos, #fundacion {
  height: 100vh;
}

.mision-aside, .patronos-logos {
  width: 40%;
  float: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
}

.mision1 a {
  color: #000;
}

.mision-estrellas {
  width: 40%;
  float: right;
  margin-top: 20%;
}

.patronos-aside {
  width: 40%;
  float: right;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
}

.patronos1 {
  color: #fff;
  background: #223f68;
}

.patronos1 p {
  font-size: 1.3em;
}

.patronos1 a {
  color: #FFF;
}

.guion {
  height: 40px;
  border-left: 3px solid #f55244;
  margin: 25px 0;
}

.cap, .capw {
  float: left;
  font-size: 1em;
  width: 15%;
  transform: rotate(90deg);
  margin: 35% auto 0 -86px;
}

.cap img, .capw img {
  width: 35%;
  margin-bottom: -3px;
}

a .cap {
  color: #FFF;
}

a .capw {
  color: black;
}

.capitulo1 {
  margin-top: 10%;
}

.separador1 {
  margin-top: -20px;
}

/*.relato-sep{height: 100vh; overflow: scroll; position: relative;}*/
.contact {
  background: #232739;
  height: 100%;
  padding-bottom: 720px;
}

.contacto {
  position: absolute;
  top: 200px;
  color: #FFF;
  text-align: center;
  left: 0;
  right: 0;
  background: #232739;
}

.contacpto h1, .contacto h2 {
  font-size: 3em;
  font-weight: 600;
}

.contacto p {
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 200;
  text-align: center;
  margin: 20px auto;
  opacity: 0.7;
}

.reclamos-contact {
  width: 60%;
  margin: 0 auto;
  font-size: 1.4em;
  text-align: center;
  margin-top: 100px;
  padding-bottom: 100px;
}

.reclamos-contact DIV {
  float: left;
  display: block;
  padding: 10px;
  width: 30%;
  color: #FFF;
  transition: opacity 0.5s;
}

.reclamos-contact IMG {
  width: 25%;
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}

.reclamos-contact A {
  text-indent: none;
}

.reclamos-contact DIV:hover {
  opacity: 0.5;
}

.contacto .mensajes P {
  display: none;
}

.contacto P.ok {
  color: #16c560;
  opacity: 0.8;
}

.contacto P.error {
  color: #e23912;
  opacity: 0.8;
}

.form-contact {
  clear: both;
  padding-top: 120px;
  border-top: 1px solid #FFF;
  margin-top: 150px;
}

.formulario {
  width: 50%;
  margin: 0 auto;
}

input {
  width: 100%;
  height: 45px;
  margin: 20px auto;
  border: none;
  border-bottom: 2px solid rgba(155, 155, 155, 0.7);
  background: none;
  padding: 40px;
  font-size: 1.5em;
  text-align: center;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFF;
  opacity: 0.7;
  font-family: "Mercury";
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
  font-family: "Mercury";
  opacity: 0.7;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF;
  font-family: "Mercury";
  opacity: 0.7;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
  font-family: "Mercury";
  opacity: 0.7;
}

input#campoNombre, input#campoEmail, input#campoEmpresa, input#campoMensaje {
  color: #FFF;
  font-family: "Mercury";
}

#botonEnviarForm {
  border: 1px solid #FFF;
  color: #FFF;
  font-family: "Mercury";
  border-radius: 50px;
  padding: 20px 10px 50px 10px;
  width: 40%;
  margin-top: 40px;
  transition: opacity 0.5s;
  cursor: pointer;
}

#botonEnviarForm:hover {
  opacity: 0.6;
}

/*------------------------------------------------------------------------------
BUSCADOR
------------------------------------------------------------------------------*/
.search__list {
  border-left: 3px solid #f55244;
  padding: 9px 15px;
  top: 8px;
  position: relative;
  padding-right: 0;
}

.search__trigger {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s ease-in;
  outline: 0;
}

.search__trigger:hover {
  opacity: 0.7;
}

.search__wrap {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #232739;
  z-index: 9999999999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}

.search__wrap.is--active {
  opacity: 1;
  pointer-events: all;
}

.search__wrap input {
  font-family: "Jost", Arial, sans-serif;
  font-weight: 500;
  font-size: 100px;
  padding: 75px 0;
  text-align: left;
  border-bottom: 2px solid #009ee0;
  color: rgba(255, 255, 255, 0.3);
  outline: 0;
}

.search__wrap input::placeholder {
  font-family: "Jost", Arial, sans-serif;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
}

.search__display {
  position: relative;
  top: 200px;
  color: #FFF;
  left: 0;
  right: 0;
  background: #232739;
}

.search__display h1 {
  font-family: "Jost", Arial, sans-serif;
  font-weight: 500;
  text-align: left;
  border-bottom: 2px solid #009ee0;
  color: rgba(255, 255, 255, 0.3);
  padding: 0 0 10px 0;
  font-size: 50px;
}

.search__display h1:first-letter {
  text-transform: uppercase;
}

.search__results {
  margin-top: 100px;
}

.search__results ul li {
  position: relative;
  font-size: 30px;
  font-weight: 100;
  padding-left: 50px;
  margin-bottom: 30px;
}

.search__results ul li a {
  display: inline-block;
  transform: translate(0, 0);
  transition: all 0.2s ease-in;
}

.search__results ul li a:hover {
  transform: translate(10px, 0);
}

.search__results ul li:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 35px;
  height: 2px;
  background: #009ee0;
}

.search__results ul li p {
  font-size: 18px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Hume Geometric Sans 2", sans-serif;
}

.search__close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease-in;
}

.search__close:hover {
   opacity: 0.7;
}

/*------------------------------------------------------------------------------
COLS
------------------------------------------------------------------------------*/
.one-half, .one-third, .two-thirds, .three-fourths, .one-fourth, .one-sixth {
  float: left;
  margin-bottom: 20px;
  margin-right: 4%;
  position: relative;
}

.one-fifth {
  float: left;
  margin-bottom: 20px;
  margin-right: 2%;
  position: relative;
}

.one-half {
  width: 48%;
}

.one-third {
  width: 30.66%;
}

.two-thirds {
  width: 65.33%;
}

.one-fourth {
  width: 22%;
}

.one-fifth {
  width: 18%;
}

.three-fourths {
  width: 74%;
}

.one-third {
  width: 30.66%;
}

.one-sixth {
  width: 12%;
}

.last-col {
  clear: right;
  margin-right: 0;
}

/*------------------------------------------------------------------------------
OWL SLIDER
------------------------------------------------------------------------------*/
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
  left: 0;
}

.owl-nav button.owl-next {
  right: 0;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  display: none;
}

.owl-carousel button.owl-dot {
  background: none !important;
  border: 1px solid #000 !important;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}

.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: none;
  margin: 0 3px;
  border: 1px solid #000;
}

.owl-dots button.owl-dot.active {
  background-color: none;
  border: 2px solid #000 !important;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

span {
  font-size: 70px;
  position: relative;
  top: -5px;
}

.dia span {
  font-size: 16px;
  display: block;
  margin-top: 20px;
  opacity: 0.5;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
  text-transform: none;
}

/*------------------------------------------------------------------------------
ACTIVIDADES
------------------------------------------------------------------------------*/
.actividades .evento p {
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
}

.actualidades .evento p {
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
}

.filtro {
  float: left;
  width: 15%;
  margin-right: 6px;
  bottom: 0;
  position: relative;
  margin-top: 34px;
  height: 8px;
}

.destacado-texto .filtro {
  bottom: 22px;
  position: relative;
}

.technology {
  background-color: #f55244;
}

.factor-human {
  background-color: #b2bde8;
}

.gastro {
  background-color: #ff9aa6;
}

.comercio-int {
  background-color: #97ffae;
}

/*------------------------------------------------------------------------------
ACTIVIDADES
------------------------------------------------------------------------------*/
/*.actividad{background: #232739; height: 100%; padding-bottom: 965px;color:#FFF; min-height: 830px;} */
/*backup*/
.actividad {
  background: #232739;
  color: #FFF;
  height: auto;
  max-height: 100%;
  /*margin-top: -800px;*/
}

.actividad-margin {
  margin-top: -800px;
}

.actividades {
  position: relative;
  left: 0;
  right: 0;
  padding-top: 10px;
  border-top: 1px solid #FFF;
  height: auto;
  min-height: 200px;
  margin-bottom: 25px;
}

.actividad-actual {
  border-top: 1px solid #FFF;
}

.agenda, .dia, .evento {
  float: left;
  padding: 25px 0px;
}

.agenda .dia H2 SPAN {
  font-size: 10px;
}

.dia h2 {
  text-transform: lowercase;
}

.agenda {
  width: 20%;
  position: relative;
  float: left;
  height: 100%;
  width: 20%;
  margin-top: 20px;
}

.agenda-inner {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

.dia {
  width: 35%;
}

.evento {
  width: 60%;
}

.dias-eventos {
  float: right;
  width: 80%;
  position: relative;
}

.actividades h1, .actividades h2, .blog h2, .blog-actualidad h2 {
  font-size: 2em;
  font-weight: 600;
}

.actividades p, .sidebar p, .actualidades p {
  margin-top: 20px;
  line-height: 1.4em;
  font-size: 1em;
  font-weight: normal;
  opacity: 0.7;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
}

.evento p {
  margin-top: 20px;
  line-height: 1.4em;
  font-size: 1.2em;
}

.blog {
  border-top: 1px solid #FFF;
  padding-top: 40px;
  position: relative;
}

.blog-actualidad {
  border-top: 1px solid #FFF;
  padding-top: 40px;
  position: relative;
  margin-top: 250px;
}

.sidebar {
  float: left;
  width: 20%;
  padding-right: 25px;
  color: #FFF;
}

.contenido-blog {
  float: left;
  width: 80%;
}

.contenido-actividades {
  float: left;
  width: 80%;
}

.contenido-noticia {
  float: left;
  width: 80%;
  margin: 778px 0 50px 0;
}

.sidebar p {
  margin-bottom: 40px;
}

.sidebar-noticia-detalle {
  float: left;
  width: 20%;
  padding-right: 25px;
  margin-top: 770px;
}

.volver img {
  width: 10%;
  margin-top: 6px;
}

.sidebar a {
  font-size: 0.9em;
  display: inline-block;
  transition: opacity 0.5s;
}

.sidebar a:hover, .contenido-post h3:hover {
  opacity: 0.5;
}

.tag {
  padding: 10px;
  border: 1px solid #FFFFFF;
  margin: 5px 0px;
  border-radius: 20px;
  background: transparent;
  display: none;
}

.contenido-post {
  padding: 20px;
}

.contenido-post h3 {
  font-size: 1.7em;
  text-decoration: underline;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.4em;
  color: #474747;
}

.contenido-post img {
  width: 40%;
}

.tecnologia {
  color: #ff5c5c;
}

.humano {
  color: #b2bde8;
}

.gastronomia {
  color: #ff9aa6;
}

.comercio {
  color: #97ffae;
}

.post {
  margin-bottom: 10px;
  background: #FFF;
  width: 31%;
  margin-right: 10px;
  float: left;
  color: #000000;
}

.post .content-imagen {
  position: relative;
  text-align: center;
  display: table;
}

.post .content-imagen I.far {
  color: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 40px;
  padding-top: 45%;
}

.contenido-post p {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.4em;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
}

img.cabecera-post {
  width: 100%;
}

.contenido-post h3 {
  transition: opacity 0.5s;
}

[data-toggle=on] {
  display: block;
}

[data-toggle=off] {
  display: none;
}

.blue {
  background-color: #232739;
}

.actividad-post {
  float: left;
  width: 100%;
  /*background: #f2f2eb;*/
  margin-top: 20px;
}

.actividad-post--recurso .subtitulo {
  margin-top: 20px;
}

.actividad-post--recurso .listado-actividades2.grid-item .pic__recurso {
  display: block;
  height: 240px;
}

.actividad-post--recurso .listado-actividades2.grid-item .pic__recurso img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.actividad-post--recurso .listado-actividades2.grid-item h2 {
  font-size: 1.5em;
  text-decoration: none;
}

.actividad-post--recurso .listado-actividades2.grid-item .content-actividades {
  width: 100%;
  padding: 25px;
}

.listado-actividades.grid-item {
  background: #f2f2eb;
  float: left;
  width: 48%;
  margin: 10px 10px;
}

.listado-actividades2.grid-item {
  background: #FFFFFF;
  float: left;
  width: 30%;
  margin: 10px 10px;
}

.listado-actividades2.grid-item img {
  width: 100%;
}

.listado-actividades2.grid-item .content-actividades .subtitulo {
  font-size: 1.2em;
  margin-top: 20px;
  overflow: hidden;
  word-wrap: break-word;
}

.listado-actividades2.grid-item .content-actividades {
  padding: 25px 34px 20px 25px;
}

.version2 h2 {
  font-size: 1.7em;
}

.contacto h1 {
  font-size: 3em;
  font-weight: 700;
}

/*------------------------------------------------------------------------------
ACTUALIDAD
------------------------------------------------------------------------------*/
.actualidades {
  position: relative;
  top: 210px;
  left: 0;
  right: 0;
  padding-top: 10px;
  border-top: 1px solid #FFF;
}

.actualidades .evento p {
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
}

.post-destacado .destacado-txt {
  background: #f2f2eb;
  color: #2d2d2d;
  padding: 25px;
}

.post-destacado {
  min-height: 500px;
  height: 100%;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.destacado-img {
  width: 50%;
  float: left;
  background: pink;
  height: 500px;
  background: #232739 url("../img/construccion-elkano.jpg") repeat bottom;
  background-size: cover;
  transition: opacity 0.5s;
}

.destacado-texto {
  width: 50%;
  float: left;
  vertical-align: middle;
  background: #f2f2eb;
  color: #323232;
  padding: 30px;
  height: 500px;
}

.destacado-texto h2 {
  font-size: 2.3em !important;
  text-decoration: underline;
  transition: opacity 0.5s;
}

.content-actividades h2 {
  font-size: 2em;
  text-decoration: underline;
  transition: opacity 0.5s;
}

.destacado-texto .fecha, .content-actividades .fecha {
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
  font-size: 1em;
  opacity: 0.5;
  margin: 20px 0;
  font-weight: bold;
}

.destacado-texto .subtitulo, .content-actividades .subtitulo {
  font-size: 1.5em;
}

.destacado-texto .subtitulo {
  margin-top: 20px;
}

.destacado-texto p, .content-actividades p {
  font-family: 1.3em !important;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
  margin: 20px 0;
  line-height: 1.4em;
}

.destacado-texto .vermas, .content-actividades .vermas {
  font-weight: bold;
}

.vermas img {
  width: 10% !important;
}

.vermas {
  margin-top: 40px;
}

.evento .vermas {
  margin-top: 10px;
}

.destacado-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 85%;
}

.vermas img, .content-actividades .vermas img {
  width: 11%;
}

.vermas a:hover, .destacado-img:hover, .destacado-texto h2:hover, .content-actividades h2:hover, .listado-actividades img:hover {
  opacity: 0.5;
}

.contenido-post .proyectos-ver img {
  width: 11%;
  margin-top: 20px;
}

.clear {
  clear: both;
}

.one-half .listado-actividades {
  background-color: #f2f2eb;
  margin-top: 40px;
}

.listado-actividades img {
  width: 100%;
  transition: opacity 0.5s;
}

.content-actividades {
  color: #000;
  padding: 35px 35px 42px 35px;
  width: 90%;
}

.ver-todo {
  color: #fff;
  text-align: center;
  border: 2px solid white;
  width: 15%;
  margin: 35px auto;
  padding: 10px;
  border-radius: 20px;
  display: none;
}

.actualidades h1, .actualidades h2, .blog h2, .noticia h2 {
  font-size: 2em;
  font-weight: 600;
}

.actualidades p, .sidebar p, .noticia p {
  margin-top: 20px;
  line-height: 1.4em;
  font-size: 1em;
  font-weight: normal;
  opacity: 1;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
}

.actualidades p, .sidebar p, .noticia p a {
  opacity: 1;
}

.actualidades p, .sidebar p, .noticia p img {
  opacity: 1;
}

.actualidades p, .sidebar p, .noticia p a img {
  opacity: 1;
}

.evento p {
  margin-top: 20px;
  line-height: 1.4em;
  font-size: 1.2em;
}

/*------------------------------------------------------------------------------
BLOG
------------------------------------------------------------------------------*/
.actividad.caja-blog {
  height: 300px;
  min-height: 300px;
}

.container-full.blog-todo {
  background-color: #f2f2eb;
}

.post-blog {
  float: left;
  display: block;
  width: 31%;
  margin: 20px 15px;
  height: 540px;
  background: url(../img/construccion-elkano.jpg);
  background-size: cover;
  /*position: relative; top: 0!important;*/
}

.grid1 .blog-resumen {
  background-color: #f2f2eb;
  width: 85%;
  padding: 15px;
  height: auto;
  min-height: 215px;
  max-height: 400px;
  position: absolute;
  bottom: 0;
  background-size: cover;
}

.blog-resumen h4 {
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
  font-size: 0.8em;
  opacity: 0.5;
  font-weight: bold;
  margin-top: 10px;
  float: left;
}

.blog-resumen h2 {
  font-size: 1.4em;
  margin-top: 35px;
  line-height: 1em;
}

.blog-resumen h3 {
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
  font-size: 1em;
  opacity: 0.5;
  margin: 12px 0;
}

.tag.filter {
  float: left;
  font-size: 0.8em;
  margin-left: 30px;
  margin: 10px 7px 0 7px;
}

.post-doble {
  width: 64%;
  /* position: relative !important;*/
}

.blog-content {
  margin-top: -80px;
}

.grid2 .blog-resumen {
  width: 55%;
}

.grid2 h2 {
  width: 60%;
  clear: both;
}

.img-blog-destacado {
  width: 100%;
  background: url(../img/construccion-elkano.jpg);
  background-size: cover;
  height: 350px;
  margin-top: -110px;
}

.blog-detall {
  margin-top: -50px;
}

.content-blog-detall {
  background-color: #f2f2eb;
  width: 65%;
  float: left;
  margin-top: -170px;
}

.txt-blog-detall {
  width: 80%;
  margin-bottom: 90px;
}

.txt-blog-detall h1 {
  font-size: 3em;
  margin: 40px 0;
}

.autor-blog {
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
  font-size: 1em;
  opacity: 0.5;
  margin: 20px 0;
}

.fecha-blog {
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
  font-size: 1em;
  opacity: 0.5;
  font-weight: bold;
  margin-top: 20px;
  float: left;
}

.txt-blog-detall h2 p {
  font-size: 1.8em;
  margin: 80px 0 20px 0;
  clear: both;
  font-family: "Mercury", sans-serif;
}

.txt-blog-detall h2 cite {
  font-size: 2em;
}

.txt-blog-detall p {
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.4em;
  margin: 30px 0;
}

.txt-blog-detall img {
  width: 100%;
}

.txt-blog-detall SMALL {
  font-size: 14px;
  line-height: 90%;
  top: -20px;
}

.txt-blog-detall Q {
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
  display: inline;
  line-height: 170%;
  font-size: 24px;
}

.txt-blog-detall Q:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.sidebar-blog {
  width: 35%;
  background-color: #f2f2eb;
  float: right;
}

.sidebar-blog h2 {
  font-size: 1.8em;
  margin-top: 40px;
  padding-top: 5px;
  clear: both;
}

.post-blog.sidebar1 {
  width: 100%;
  margin: 25px 0 0 0;
  position: relative;
}

.container-full.blog-container {
  background: #f2f2eb;
}

.grid1 {
  width: 25%;
  height: 500px;
  background: #FFFFFF;
  position: relative;
  background-size: cover;
}

.grid2 {
  width: 70%;
  background-size: cover;
}

.blog-resumen {
  background: #f2f2eb;
  width: 80%;
  position: absolute;
  bottom: 0;
}

/*------------------------------------------------------------------------------
NOTICIA
------------------------------------------------------------------------------*/
.noticia {
  position: relative;
  margin-top: -650px;
  border-top: 1px solid #FFF;
  padding-top: 40px;
}

.noticia.noticia--recurso .subtitulo {
  margin-top: 25px;
}

.volver img {
  float: left;
  width: 20%;
}

.contenido-noticia {
  background-color: #f2f2eb;
  color: #000;
}

.contenido-noticia.interior-nueva {
  background-color: #FFFFFF;
}

.contenido-noticia img {
  width: 100%;
}

.texto-noticia {
  padding: 40px;
}

.texto-noticia h1 {
  font-size: 2.5em;
  font-weight: bold;
}

.texto-noticia .fecha {
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.3em;
  opacity: 0.6;
  margin: 20px 0;
}

.texto-noticia .subtitulo {
  font-size: 1.8em;
}

.texto-noticia p {
  font-size: 1.2em;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.3em;
  margin: 30px 0 30px 0;
}

.descargar-noticia {
  color: #fff;
  background: #000;
  width: 100%;
  margin-bottom: 25px;
  padding: 10px 10px 10px 20px;
  border-radius: 50px;
}

.contenido-noticia .tag {
  margin-bottom: 20px;
  font-size: 0.8em;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
  font-weight: bold;
}

.descargar-noticia img {
  width: 15%;
  margin-top: -7px;
  float: right;
}

.video-embed {
  position: relative;
  padding-top: 56.25%;
}

/*------------------------------------------------------------------------------
PRENSA
------------------------------------------------------------------------------*/
.press {
  position: relative;
  top: 20%;
  width: 1400px;
  max-width: 100%;
}

.press h1 {
  font-size: 2em;
}

.press p {
  margin-top: 20px;
  line-height: 1.4em;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
}

.press h2 {
  font-size: 2.5em;
  text-transform: none;
  font-weight: normal;
}

p.press-1 {
  font-family: "Mercury", serif;
  font-size: 1.3em;
}

.btn-press {
  background-color: #232739;
  color: #77aceb;
  border-radius: 20px;
  padding: 11px 25px 8px 35px;
  width: 45%;
  margin-top: 20px;
}

.btn-press img {
  width: 15%;
  margin-top: -6px;
  float: right;
  padding: 0px;
}

.press hr {
  color: black;
  border: 1px solid black;
  margin-bottom: 47px;
  opacity: 0.4;
}

.space {
  min-height: 1000px;
  height: 100%;
}

.btn-clear {
  background-color: #FFF;
  color: #223f68 !important;
}

.caja-prensa {
  height: auto;
}

.diagonal-text.diagonal-press {
  margin-top: -80px;
}

.prensa-mod1 {
  margin-top: -800px;
  background-color: #7CA9D6;
}

.prensa-mod2 {
  color: #FFF;
}

.prensa-mod2 hr {
  border: 1px solid #fff !important;
}

.prensa-img {
  float: left;
}

.prensa-img img {
  width: 30%;
  float: left;
  margin: 1%;
}

.prensa-img img a {
  transition: opacity 0.4;
}

.prensa-img img:hover {
  opacity: 0.4;
  color: #FFF;
  opacity: 0.4;
}

.profile-pic {
  position: relative;
  display: block;
}

.img-prensa {
  clear: both;
}

.profile-pic:hover .edit {
  display: block;
}

.edit {
  right: 0;
  top: 0;
  display: none;
}

.edit a {
  color: #000;
}

.profile-pic {
  position: relative;
  width: 30%;
  float: left;
  margin: 1%;
  margin-top: 15px;
}

.profile-pic h4 {
  margin: 5px;
}

.profile-pic img {
  width: 100%;
}

.profile-pic img:hover {
  opacity: 0.4;
}

.edit img {
  width: 20%;
  display: block;
  position: absolute;
  top: 35px;
  right: 37%;
}

/*------------------------------------------------------------------------------
AGENDA
------------------------------------------------------------------------------*/
.agenda-wrap {
  padding-bottom: 350px;
}

.agenda.agenda-page {
  margin-top: 0;
}

.agenda-page .agenda-inner {
  position: relative;
}

.listado-actividades3.grid-item {
  display: flex;
  flex-direction: column;
  width: 30%;
  margin: 10px 10px 40px 10px;
}

.listado-actividades3.grid-item .img__wrap {
  display: block;
  margin-top: 25px;
  height: 250px;
}

.listado-actividades3.grid-item .img__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listado-actividades3.grid-item .fecha {
  text-transform: uppercase;
  font-size: 1.8em;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 700;
  font-weight: 900;
  margin-bottom: 10px;
  opacity: 0.7;
}

.listado-actividades3.grid-item .ubicacion {
  font-size: 1.2em;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
}

.listado-actividades3.grid-item .content-actividades .subtitulo {
  font-size: 1.2em;
  margin-top: 20px;
  overflow: hidden;
  word-wrap: break-word;
}

.listado-actividades3.grid-item .content-actividades {
  flex: 1;
  width: 100%;
  background: #FFFFFF;
  padding: 25px 34px 90px 25px;
}

.listado-actividades3 .vermas {
  position: absolute;
  bottom: 30px;
}

.agenda-calendar {
  margin-top: 50px;
  border-top: 1px solid;
  padding-top: 20px;
  margin-right: 15px;
}

#calendar .fc-button-primary {
  background: transparent;
  border: 0;
  padding: 0;
  position: relative;
  top: 5px;
  outline: 0;
  box-shadow: none;
}

#calendar .fc-day-number {
  font-size: 20px;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 700;
  font-weight: 300;
  line-height: 30px;
  float: none;
  top: 0px;
}

#calendar .fc-dayGrid-view .fc-body .fc-row {
  min-height: 0;
}

#calendar .fc-widget-content {
  border: 0;
  background-color: transparent;
}

#calendar .fc-unthemed td.fc-today {
  background: transparent;
}

#calendar .fc-scroller {
  overflow: visible !important;
}

#calendar .fc-toolbar h2 {
  font-size: 20px;
}

#calendar .fc-toolbar.fc-header-toolbar h2:first-letter {
  text-transform: uppercase;
}

#calendar .fc-day-top {
  text-align: center;
}

#calendar .is--event {
  background-color: rgba(119, 172, 235, 0.5) !important;
  cursor: pointer;
}

.agenda-grid .content-actividades h2 {
  text-decoration: none;
  font-size: 1.3em;
  font-size: 1.7em;
}

.agenda-grid .listado-actividades3.grid-item .content-actividades {
  background: #f2f2eb;
}

/*------------------------------------------------------------------------------
INSCRIPCION
------------------------------------------------------------------------------*/
.inscription_side {
  background-color: #77aceb;
  width: 20%;
  clear: right;
  margin: 75px 0px;
  padding: 20px 2% 30px 15px;
  position: absolute;
  float: right;
  right: 20px;
  box-sizing: border-box;
}

.inscription {
  font-family: "Jost", Arial, sans-serif;
  font-weight: 500;
}

.inscription h3 {
  color: #000;
  text-align: left;
  font-size: 1.1em;
  margin-bottom: 10px;
  line-height: 1.4em;
}

.inscription form .form__upper, .inscription form .form__under {
  align-items: center;
}

.inscription form .form__under {
  margin-top: 0px;
}

.inscription form .form__under .privacy {
  display: flex;
  align-items: center;
}

.inscription form .form__under .privacy label {
  margin-left: 10px;
  color: #415573;
  position: relative;
  top: 2px;
  text-align: left;
}

.inscription form .form__under .privacy label a {
  text-decoration: underline;
  text-align: left;
}

.inscription form ::placeholder {
  font-size: 20px;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 500;
  color: #415573;
}

.raya-barco {
  border-top: 2px solid white;
  width: 100%;
  border-style: dashed;
  margin: -10px 0 75px 0;
  clear: both;
}

.inscription form .submit__wrap {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin: 20px 0px 10px;
}

.inscription form .submit__wrap input {
  cursor: pointer;
  padding: 0 55px 0 10px;
  border: 0;
}

.inscription form .submit__wrap img {
  width: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  pointer-events: none;
  transition: all 0.2s ease-in;
}

.inscription form .submit__wrap:hover img {
  right: 15px;
}

.inscription .status {
  text-align: left;
  padding-left: 10px;
  color: #000;
  font-size: 14px;
}

.inscription .status p {
  display: none;
}

.inscription .status p.error_blank, .inscription .status p.error_email {
  color: #B20000;
}

.inscription .status p img {
  vertical-align: middle;
}

.inscription .success-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #77aceb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in;
}

.inscription .success-wrap.is--active {
  opacity: 1;
}

.inscription .success-wrap .wrap {
  text-align: center;
}

.inscription .success-wrap .wrap .success {
  font-size: 24px;
  color: black;
  max-width: 65%;
  margin: 25px auto 0 auto;
  line-height: 30px;
}

.inscription-popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999999999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in;
}

.inscription-popup.is--active {
  opacity: 1;
  pointer-events: all;
}

.inscription-popup .popup-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}

.inscription-popup .popup-close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  z-index: 999999;
}

.inscription-popup .inscription > h3 {
  font-size: 36px;
  font-weight: 900;
  font-family: "Mercury", times, serif;
  margin-bottom: 15px;
}

.inscription-popup .inscription > p {
  text-align: center;
  max-width: 65%;
  margin: 0 auto 30px auto;
  font-size: 21px;
  line-height: 30px;
}

.inscription form input[type=text] {
  flex: 1;
  text-align: left;
  padding: 10px 0;
  font-size: 20px;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 500;
  outline: 0;
  border-bottom: 1px solid #000;
  margin: 5px 0;
  width: 100%;
}

.inscription form input[type=email] {
  flex: 1;
  text-align: left;
  padding: 10px 0;
  font-size: 20px;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 500;
  outline: 0;
  border-bottom: 1px solid #000;
  margin: 5px 0;
  width: 100%;
}

.inscription form input[type=submit] {
  flex: 1;
  text-align: left;
  padding: 10px 0 10px 10px;
  font-size: 20px;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 500;
  outline: 0;
  margin: 5px 0;
  width: 100%;
}

.privacy input[type=checkbox] {
  position: relative;
  cursor: pointer;
  width: 16px;
  align-items: center;
  margin: 5px;
}

.privacy input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 14px;
  left: 0;
  border: 2px solid #415573;
  background-color: #77aceb;
}

.privacy input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #415573;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 16px;
  left: 6px;
}

/*------------------------------------------------------------------------------
LEGAL
------------------------------------------------------------------------------*/
.actualidades.legal {
  padding-top: 50px;
}

.actualidades.legal h2 {
  margin-bottom: 30px;
}

.legal h3 {
  font-size: 22px;
}

.legal h4 {
  font-size: 19px;
  margin-top: 30px;
}

/*------------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------------*/
footer {
  color: #FFF;
  padding: 150px 0 115px 0;
  background: #232739 url("../img/background-footer.jpg") repeat fixed bottom;
  margin-bottom: -20px;
  margin-top: -80px;
  clear: both;
}

.newsletter {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 0px;
  background: #77aceb;
  padding: 100px;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 500;
  margin-top: 80px;
}

.newsletter h3 {
  color: #000;
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 50px;
  line-height: 1.4em;
}

.newsletter form {
  display: flex;
  flex-direction: column;
}

.newsletter form .form__upper, .newsletter form .form__under {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsletter form .form__under {
  margin-top: 40px;
}

.newsletter form .form__under .privacy {
  display: flex;
  align-items: center;
}

.newsletter form .form__under .privacy:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  border: 2px solid rgba(0, 0, 0, 0.5);
  margin-left: 10px;
  pointer-events: none;
}

.newsletter form .form__under .privacy:after {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  margin-left: 14px;
  pointer-events: none;
  opacity: 0;
}

.newsletter form .form__under .privacy.is-checked:after {
  opacity: 1;
}

.newsletter form .form__under .privacy input {
  margin: 0 0 0 10px;
  width: auto;
  padding: 0;
  height: auto;
  z-index: 1;
  cursor: pointer;
  left: 2px;
  position: relative;
  opacity: 0;
}

.newsletter form .form__under .privacy label {
  margin-left: 15px;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  top: 2px;
}

.newsletter form .form__under .privacy label a {
  text-decoration: underline;
}

.newsletter form ::placeholder {
  font-size: 20px;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}

.newsletter form input {
  flex: 1;
  text-align: left;
  padding: 10px 0;
  font-size: 20px;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 500;
  outline: 0;
  border-bottom: 1px solid #000;
  margin: 0 10px;
}

.raya-barco {
  border-top: 2px solid white;
  width: 100%;
  border-style: dashed;
  margin: -10px 0 75px 0;
  clear: both;
}

.newsletter form .submit__wrap {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin-left: 10px;
}

.newsletter form .submit__wrap input {
  cursor: pointer;
  padding: 0 55px 0 10px;
  border: 0;
}

.newsletter form .submit__wrap img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  pointer-events: none;
  transition: all 0.2s ease-in;
}

.newsletter form .submit__wrap:hover img {
  right: 15px;
}

.newsletter .status {
  text-align: left;
  padding-left: 10px;
  color: #000;
  font-size: 14px;
}

.newsletter .status p {
  display: none;
}

.newsletter .status p.error_blank, .newsletter .status p.error_email {
  color: #B20000;
}

.newsletter .status p img {
  vertical-align: middle;
}

.newsletter .success-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #77aceb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in;
}

.newsletter .success-wrap.is--active {
  opacity: 1;
}

.newsletter .success-wrap .wrap {
  text-align: center;
}

.newsletter .success-wrap .wrap .success {
  font-size: 24px;
  color: black;
  max-width: 65%;
  margin: 25px auto 0 auto;
  line-height: 30px;
}

.newsletter-popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999999999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in;
}

.newsletter-popup.is--active {
  opacity: 1;
  pointer-events: all;
}

.newsletter-popup .popup-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}

.newsletter-popup .popup-close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  z-index: 999999;
}

.newsletter-popup .newsletter > h3 {
  font-size: 36px;
  font-weight: 900;
  font-family: "Mercury", times, serif;
  margin-bottom: 15px;
}

.newsletter-popup .newsletter > p {
  text-align: center;
  max-width: 65%;
  margin: 0 auto 30px auto;
  font-size: 21px;
  line-height: 30px;
}

.contact__banner {
  text-align: center;
  background-color: #232739;
  margin-bottom: 200px;
  margin-top: -15px;
}

hr {
  border: 8;
  color: #FFF;
  background-color: #fff;
}

.barco {
  width: 100%;
  position: relative;
  float: left;
}

.barco img {
  width: 60%;
  display: block;
  margin-top: -83px;
  margin-left: -25px;
  font-weight: bold;
}

.bolita {
  position: absolute;
  margin-top: -4px;
  margin-left: 25%;
}

.punto {
  position: absolute;
  margin-top: -11px;
  float: left;
}

.dot {
  height: 15px;
  width: 15px;
  background-color: #232739;
  border-radius: 50%;
  display: inline-block;
  border: 4px solid #FFF;
}

.dot2 {
  height: 12px;
  width: 12px;
  background-color: #FFF;
  border-radius: 50%;
  display: inline-block;
}

.salida {
  float: left;
  font-size: 2em;
}

.llegada {
  float: right;
  font-size: 2em;
}

/*.quees1{margin-top: 30px;}*/
.info-foot {
  font-size: 1.2em;
  line-height: 1.4em;
  margin-top: 90px;
  font-weight: 600;
  margin-bottom: 25px;
}

.datos {
  float: left;
  width: 40%;
}

.patros {
  float: right;
  width: 50%;
  margin-top: -28px;
}

.gipuzkoa {
  width: 100%;
  float: right;
  display: block;
  margin-left: 30px;
  margin-top: 40px;
}

.donostia {
  width: 20%;
  float: right;
  display: block;
  margin-top: 30px;
}

.visited {
  opacity: 0.5;
}

.quees {
  text-align: center;
  margin: 0 auto;
  border: 1.5px solid white;
  width: 12%;
  padding: 12px;
  border-radius: 25px;
  font-weight: bold;
  transition: opacity 0.5s;
}

.quees:hover {
  opacity: 0.5;
}

.modal_texto h3, .modal_texto p {
  text-align: center;
  line-height: 1.4em;
}

.modal_texto h3 {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.5em;
}

.que {
  margin: -25px auto;
  width: 50%;
  text-align: center;
}

.clear {
  height: 20px;
}

.datos a {
  margin-right: 20px;
  font-size: 16px;
  font-family: "Jost", Arial, sans-serif;
  font-weight: 300;
}

/*------------------------------------------------------------------------------
MEDIA QUERIES
------------------------------------------------------------------------------*/
@media (max-width: 1440px) {
  .blog {
    margin-top: -300px;
  }

  .actividad-margin {
    margin-top: -287px;
  }

  .contact {
    padding-bottom: 845px;
  }

  .prensa-mod1 {
    margin-top: -650px;
  }
}
@media (max-width: 1325px) {
  .menu {
    margin-top: -97px;
  }
}
@media (max-width: 1260px) {
  .logo img {
    margin-right: 5%;
  }

  .contact {
    padding-bottom: 920px;
  }

  img.estrella {
    width: 30%;
    margin-left: 673px;
  }

  .menu > li {
    width: auto;
  }

  nav li {
    padding: 0px;
  }

  li.idiomas {
    width: 55px !important;
  }

  .barco {
    max-width: 976px;
  }

  .col p {
    min-height: 235px;
  }

  .punto p {
    font-size: 0.8em;
  }

  .btn-press {
    width: 48%;
  }

  .blog {
    border-top: 1px solid #FFF;
    padding-top: 40px;
    position: relative;
    margin-top: -20%;
  }

  .noticia {
    margin-top: -500px;
  }

  .destacado-texto, .destacado-img {
    height: 550px;
  }

  .post-blog {
    margin-top: 20px 13px;
    width: 30%;
  }

  .grid2 .blog-resumen {
    width: 90%;
  }

  .post-doble h2 {
    width: 80%;
  }

  .sidebar-noticia-detalle, .contenido-noticia {
    margin-top: 620px;
  }

  .prensa-mod1 {
    margin-top: -500px;
  }

  a.one-half.btn-press {
    width: 70%;
  }

  .listado-actividades.grid-item {
    width: 40%;
  }

  .content-actividades {
    width: 100%;
  }

  .formulario {
    width: 80%;
    padding-bottom: 0;
  }

  .prensa-mod1 {
    margin-top: -600px;
  }
}
@media (max-width: 1024px) {
  .logo img {
    margin-right: 1%;
    padding-top: 11px;
  }

  .intro {
    padding: 20px;
    top: 26%;
  }

  img.estrella {
    width: 25%;
    margin-left: 710px;
  }

  .cap, .capw {
    margin: 35% auto 0 -20px;
  }

  .imgen-int img {
    margin: -95px auto 0 20%;
  }

  .marca {
    margin-left: 48px;
  }

  .patronos-aside {
    margin-top: 5%;
  }

  .elrelato p {
    width: 70%;
  }

  .texto {
    padding: 0px 50px 0 50px;
  }

  .menu > li {
    width: auto;
  }

  .contact {
    padding-bottom: 1200px;
  }

  .texto-int {
    font-size: 2.2em;
  }

  .infor {
    top: 25%;
  }

  .cap, .capw {
    margin: 15% auto 0 -20px;
  }

  .patronos-logos {
    width: 35%;
  }

  .patronos-aside {
    width: 50%;
  }

  .contact {
    padding-bottom: 1200px;
  }

  .actividad {
    padding-bottom: 0px;
  }

  .barco, .press {
    max-width: 1024px;
  }

  .punto p {
    display: none;
  }

  .btn-press img {
    display: none;
  }

  .actividades {
    top: 115px;
  }

  .blog {
    margin-top: -12%;
  }

  .noticia {
    margin-top: -400px;
  }

  .destacado-texto, .destacado-img {
    height: 591px;
  }

  .filtro {
    margin-top: 13px;
  }

  .blog-resumen h2 {
    font-size: 1.5em;
  }

  .tag.filter {
    font-size: 0.5em;
  }

  .blog-resumen h4 {
    font-size: 0.5em;
  }

  .grid1 .blog-resumen {
    width: 84%;
  }

  .sidebar-noticia-detalle, .contenido-noticia {
    margin-top: 525px;
  }

  .prensa-mod1 {
    margin-top: -400px;
  }

  .actividad-margin {
    margin-top: -337px;
  }

  .contact {
    padding-bottom: 995px;
  }

  #botonEnviarForm {
    width: 50%;
  }

  #burguer {
    position: absolute;
    z-index: -1;
  }

  #burguer:checked ~ .menu {
    display: block;
    background: #232739;
    height: 150vh;
    width: 100%;
    margin-top: -9px;
  }

  .burguer {
    display: block;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    color: #FFF;
    font-size: 1.2em;
  }

  .burguer:hover {
    background: #232739;
  }

  .burguer:after {
    display: block;
    position: absolute;
    content: url("../img/menu.png");
    right: 15px;
    top: 20px;
    font-family: "FontAwesome", sans-serif;
  }

  .menu {
    display: none;
  }

  .menu.open {
    display: block;
  }

  .menu > li {
    width: 100%;
    border: 0;
  }

  .submenu li {
    border: 0;
    float: left !important;
    width: 25%;
    margin-top: 0px;
    padding: 0px;
  }

  .submenu li a {
    display: inline-block !important;
  }

  .header2 {
    background: #232739;
    height: 70px;
  }

  li.search__list {
    margin: 5px auto;
    text-align: center;
  }

  .submenu {
    display: initial;
  }

  .submenu li {
    width: 25%;
  }

  a.idioma-pral {
    float: left;
    width: 25%;
  }

  .idiomas a {
    border: none;
  }

  li.idiomas {
    width: 100% !important;
    margin-top: 70px;
    padding: 0 70px;
    font-size: 0.7em;
  }

  .submenu {
    display: initial;
  }

  .submenu li {
    width: 25%;
  }

  li.idiomas {
    width: 70px !important;
  }

  li.idiomas {
    width: 100% !important;
    margin-top: 70px;
    padding: 0 70px;
    font-size: 0.7em;
    margin: 15px 0 50px 0;
  }

  .menu a.redes {
    width: 33%;
  }

  .menu > li a {
    width: 100%;
  }

  .menu > li.idiomas a {
    width: auto;
  }

  /*------------------------------------------------------------------------------
  INSCRIPCION
  ------------------------------------------------------------------------------*/
  .three-fourths {
    width: 58%;
    margin-right: 4%;
  }

  .one-fourths {
    width: 38%;
  }

  .inscription_side {
    width: 30% !important;
  }
}
@media (max-width: 960px) {
  .intro {
    padding: 30px;
    font-size: 2.7em;
  }

  img.estrella {
    width: 22%;
    margin-left: 680px;
    margin-top: -225px;
    margin-left: 592px;
  }

  .logo img {
    margin-right: 4%;
    padding-left: 0px;
  }

  .menu a {
    padding: 0px 10px 0 10px;
  }

  nav li {
    margin-top: 74px;
  }

  .container-full.hazana a {
    font-size: 0.8em;
  }

  nav li a {
    font-size: 1.1em;
  }

  .texto-int {
    width: 46%;
    font-size: 2em;
  }

  .imgen-int img {
    margin: -107px auto 0 64px;
  }

  .infor {
    top: 30%;
  }

  .cap, .capw {
    width: 16%;
  }

  .capitulo1 {
    margin-top: 120px;
  }

  .fundacion-aside {
    width: 80%;
    padding-right: 45px;
  }

  .mision-estrellas {
    width: 20%;
  }

  .mision-aside {
    width: 60%;
    margin-top: 12%;
  }

  .actividad {
    padding-bottom: 0px;
  }

  .form-contact {
    margin-top: 120px;
    padding-top: 100px;
  }

  .info-foot {
    padding: 20px;
  }

  .elrelato {
    padding-top: 125px;
  }

  .form-contact {
    margin-top: 120px;
    padding-top: 100px;
  }

  DIV.imagen {
    margin-top: 55px;
  }

  .barco, .press {
    max-width: 760px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  footer {
    padding: 210px 0 85px 0;
  }

  .marca {
    width: 50%;
    margin-top: 134px;
  }

  .btn-press {
    padding: 10px;
    text-align: center;
  }

  .blog {
    margin-top: 15%;
  }

  .noticia {
    margin-top: -350px;
  }

  .destacado-content {
    width: 100%;
  }

  .filtro {
    margin-top: 33px;
  }

  .listado-actividades.grid-item {
    width: 100%;
  }

  .prensa-mod1 {
    margin-top: -375px;
  }
}
@media (max-width: 830px) {
  .grid1, .grid2 {
    width: 100%;
  }

  .post-doble h2 {
    width: 100%;
  }

  .grid1 .blog-resumen {
    width: 80%;
    height: 170px;
  }

  .actividad.caja-blog {
    height: 250px;
    min-height: 250px;
  }

  .grid1 {
    margin: 0 0 35px 0;
  }

  .blog-actualidad {
    margin-top: 580px;
  }

  .prensa-mod1 {
    margin-top: -345px;
  }

  .btn-press {
    width: 100%;
  }

  .press .one-half {
    width: 75%;
  }

  .press h2 {
    font-size: 2em;
  }

  .contact {
    padding-bottom: 1158px;
  }

  .logo img {
    width: 23%;
    margin-right: 0;
  }

  nav li {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  img.estrella {
    width: 25%;
    margin-left: 455px;
    margin-top: -225px;
  }

  .container-full.hazana a {
    font-size: 0.7em;
  }

  .diagonal-text p {
    font-size: 1.3em;
    line-height: 1.3em;
  }

  .elrelato p {
    width: 85%;
  }

  .texto {
    padding: 0px 30px 0 30px;
  }

  .menu a {
    padding: 0px;
  }

  .logo img {
    margin-right: 1%;
  }

  .menu > li {
    width: 100%;
  }

  .contacto h1, .contacto h2 {
    font-size: 2.2em;
  }

  .contacto p, #botonEnviarForm {
    width: 60%;
  }

  .reclamos-contact, .formulario {
    width: 80%;
  }

  nav li a {
    font-size: 1em;
  }

  nav li {
    margin-top: 78px;
  }

  .logo img {
    padding-top: 66px;
  }

  .contacto h1, .contacto h2 {
    font-size: 2.2em;
  }

  .contacto p, #botonEnviarForm {
    width: 60%;
  }

  .reclamos-contact, .formulario {
    width: 80%;
  }

  .col-blog1, .col-blog2, .col-blog3 {
    width: 80%;
  }

  .contenido-blog {
    width: 70%;
  }

  .sidebar {
    width: 100%;
  }

  .contenido-noticia {
    width: 100%;
  }

  .col-blog2 {
    margin: 0px;
  }

  /*.actividad {padding-bottom: 4500px;}*/
  .texto h2 {
    font-size: 1.8em;
    line-height: 1.4em;
  }

  .barco, .press {
    max-width: 650px;
  }

  .col a h2 {
    font-size: 1.8em;
  }

  .logo img {
    padding-top: 15px;
    width: 35%;
  }

  nav li a, .idiomas a {
    font-size: 1.5em;
  }

  .prensa .one-fourth {
    width: 90%;
  }

  .prensa.three-fourths {
    width: 100%;
  }

  .press hr {
    display: none;
  }

  .prensa {
    margin-top: 25px;
  }

  .press {
    top: 10%;
  }

  nav {
    top: 0;
  }

  .press h2 {
    font-size: 2em;
  }

  .prensa .one-half {
    width: 100%;
  }

  .prensa .btn-press {
    width: 60%;
  }

  .press .one-fourth {
    width: 80%;
  }

  .blog {
    margin-top: 15%;
  }

  .actividades {
    top: 135px;
  }

  .flex-grid-thirds {
    z-index: 0;
  }

  a.animated:after {
    background: none;
  }

  .space {
    min-height: 0px;
  }

  .press {
    padding: 20px;
  }

  .diagonal-press .press {
    margin-top: -100px;
  }

  .contenido-noticia {
    width: 100%;
  }

  .texto-noticia .three-fourths {
    width: 100%;
  }

  .texto-noticia .one-fourth {
    width: 50%;
  }

  .descargar-noticia img {
    margin-top: -11px;
    display: none;
  }

  .sidebar p {
    margin-bottom: 22px;
  }

  .noticia {
    margin-top: -320px;
  }

  .destacado-texto, .destacado-img {
    width: 100%;
  }

  .destacado-texto, .destacado-img {
    height: 500px;
  }

  .actividad .blog {
    margin-top: 145px;
    padding-top: 15px;
  }

  .contenido-actividades {
    width: 100%;
  }

  .content-blog-detall {
    width: 100%;
    padding: 15px;
  }

  .txt-blog-detall {
    width: 95%;
  }

  .sidebar-blog {
    width: 100%;
  }

  .listado-actividades.grid-item {
    width: 100%;
  }

  .sidebar-noticia-detalle {
    margin-top: 309px;
  }

  .contenido-noticia {
    margin-top: 20px;
  }

  .caja-prensa {
    height: auto;
    min-height: 1500px;
  }

  .post, .evento, .agenda, .dia {
    width: 100%;
  }

  .actividad-margin {
    margin-top: -510px;
  }

  input {
    padding: 35px;
  }

  .contact {
    padding-bottom: 1066px;
  }

  .sidebar-noticia-detalle {
    width: 100%;
  }

  .volver img {
    width: 8%;
    margin-top: 0px;
  }

  .marca-elkano {
    height: 825px;
  }

  .patronos-logos {
    width: 50%;
  }

  .patronos-logos img {
    width: 100%;
    margin-left: -20px;
  }

  .dias-eventos {
    float: none;
    margin-top: 150px;
  }

  .blog-actualidad {
    margin-top: 230px;
  }

  .inscription_side {
    background-color: #77aceb;
    float: left;
    width: 100% !important;
    padding: 50px 40px;
    margin: 0 -40px;
    box-sizing: content-box;
    text-align: center;
    clear: none;
    position: inherit;
    right: inherit;
  }
}
@media (max-width: 630px) {
  .texto-int {
    font-size: 1.5em;
  }

  img.estrella {
    margin-left: 315px;
    margin-top: 0px;
    width: 30%;
  }

  .col a h2 {
    font-size: 1.2em;
  }

  .col img {
    padding: 10px;
  }

  .imgen-int img {
    margin: -8px auto 0 45px;
  }

  .patronos-aside {
    font-size: 0.9em;
  }

  .elrelato p {
    font-size: 1.2em;
  }

  .texto h2 {
    font-size: 1.8em;
    line-height: 1.4em;
  }

  .texto p {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-top: 30px;
  }

  .diagonal-text h2 {
    font-size: 1.6em;
  }

  .contact {
    padding-bottom: 1250px;
  }

  /*.submenu {display: block;}*/
  nav.container {
    padding: 0;
  }

  nav li a, .idiomas a {
    font-size: 1.5em;
  }

  nav li {
    margin-top: 28px;
  }

  .actividades {
    top: 100px;
  }

  .actividades h1, .actividades h2, .blog h2 {
    font-size: 1.5em;
  }

  .col-blog1, .col-blog2, .col-blog3 {
    width: 95%;
  }

  .contenido-blog {
    width: 68%;
  }

  .container-full.hazana a {
    font-size: 0.5em;
  }

  .estrellas-fundacion {
    top: 25%;
  }

  DIV.imagen IMG {
    margin-top: 75px;
  }

  .col p {
    font-size: 1.2em;
  }

  .barco, .press {
    max-width: 510px;
  }

  a.idioma-pral {
    float: left;
    width: 25%;
  }

  .idiomas a {
    border: none;
  }

  .caja-prensa {
    height: 200vh;
  }

  .noticia {
    border: none;
  }

  .texto-noticia .one-fourth {
    width: 85%;
  }

  .descargar-noticia img {
    margin-top: -11px;
    width: 10%;
  }

  .texto-noticia .fecha {
    margin: 20px 0 50px 0;
  }

  .actualidades .agenda, .actualidades .dia, .actualidades .evento {
    width: 100%;
  }

  .actividad .blog {
    margin-top: 200px;
  }

  .actualidades {
    top: 75px;
  }

  .actividad.caja-blog {
    height: 150px;
    min-height: 150px;
  }

  .ver-todo {
    width: 35%;
  }

  .col h2 {
    padding: 20px;
  }

  .blog-actualidad {
    margin-top: 150px;
  }

  .listado-actividades2.grid-item {
    float: left;
    width: 46%;
    margin: 10px 0px;
  }

  .listado-actividades3.grid-item {
    float: left;
    width: 46%;
    margin: 10px 0px;
  }

  .newsletter {
    padding: 40px 20px;
  }

  .newsletter form {
    flex-direction: column;
  }

  .newsletter form input {
    margin: 10px 0;
  }

  .newsletter form .submit__wrap {
    margin: 50px 0 0 0;
  }

  .newsletter .status {
    padding-left: 0;
  }

  .newsletter h3 {
    margin-top: 25px;
  }

  .newsletter form .form__upper, .newsletter form .form__under {
    display: block;
  }
}
@media (max-width: 480px) {
  .estrellas {
    display: none;
  }

  nav {
    position: relative;
  }

  img.estrella {
    margin-top: -225px;
  }

  .intro {
    font-size: 2em;
  }

  .col a h2 {
    font-size: 1.5em;
  }

  .col h2 {
    padding: 24px;
  }

  img.estrella {
    margin-left: 210px;
    display: block;
  }

  input#burguer {
    display: none;
  }

  .col p {
    font-size: 1em;
    padding: 24px;
  }

  .col img {
    padding: 5px;
  }

  .salida, .llegada {
    font-size: 1em;
  }

  .info-foot {
    font-size: 1em;
  }

  .flex-grid-thirds {
    display: inline-block;
  }

  .flex-grid-thirds .col {
    width: 100%;
    margin-bottom: 20px;
  }

  .logo img {
    padding: 8px;
    width: 40%;
  }

  .intro {
    top: 20%;
  }

  .relato, .navegante, .elbarco, .viaje {
    width: 100%;
    margin-bottom: 55px;
  }

  .container-full.hazana {
    height: 100vh;
  }

  .estrellas-fundacion {
    top: 25px;
  }

  .direccion img {
    width: 64%;
    margin: 0px auto;
  }

  .imgen-int {
    display: none;
  }

  nav li a {
    font-size: 1.5em;
  }

  .menu a {
    padding: 28px;
  }

  .idiomas a {
    border: none;
    display: inline-block;
  }

  .cap, .capw {
    margin: 22% auto 0 -45px;
    width: 33%;
  }

  .texto-int {
    width: 75%;
    font-size: 1.8em;
    padding: 10px;
  }

  .diagonal-text p, .marca p {
    font-size: 1.3em;
  }

  .diagonal-text h2 {
    font-size: 1.3em;
  }

  .fundacion-aside {
    width: 88%;
    padding-right: 20px;
  }

  .mision-aside {
    width: 95%;
    padding-left: 58px;
    float: left;
  }

  .mision-estrellas {
    width: 45%;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .patronos-logos {
    width: 100%;
    margin: 0px auto 0 auto;
    text-align: center;
    height: 615px;
  }

  .patronos-logos img {
    width: 100%;
  }

  .patronos-aside {
    width: 85%;
    margin-top: -140px;
  }

  .logo-elkano {
    width: 80%;
    text-align: center;
    float: none;
    margin: 0px auto;
    padding-top: 20px;
  }

  .marca {
    margin-top: 110px;
    width: 85%;
  }

  .marca p {
    margin-bottom: 75px;
  }

  .datos {
    width: 100%;
  }

  .patros {
    width: 100%;
    margin-top: 20px;
  }

  .patros img:first-child {
    width: 50% !important;
  }

  .gipuzkoa, .donostia {
    width: 50%;
    float: left;
    margin: 0px;
    margin: 0 auto;
    text-align: center;
  }

  footer {
    padding: 200px 0 170px 0;
  }

  .info-foot {
    margin-top: 40px;
  }

  .elrelato {
    padding-top: 35px;
  }

  DIV.imagen {
    margin-top: 75px;
  }

  .texto h2 {
    font-size: 1.5em;
  }

  DIV.texto, DIV.imagen {
    width: 100%;
  }

  ARTICLE:last-of-type .texto > H2:last-child, ARTICLE:last-of-type .texto > P:last-child {
    margin-bottom: 10px;
  }

  .menu-elkano {
    padding: 40px 0;
  }

  .menu-hazana {
    margin-top: -165px;
  }

  .contacto {
    top: 110px;
  }

  .contacto h1, .contacto h2 {
    font-size: 2em;
  }

  .contacto p, #botonEnviarForm {
    width: 80%;
  }

  .contacto p {
    font-size: 1em;
  }

  .llamar img, .email img, .llegar img {
    width: 50%;
  }

  .reclamos-contact {
    width: 90%;
    font-size: 1em;
  }

  .llamar, .email, .llegar {
    width: 33%;
  }

  input {
    font-size: 1em;
    padding: 30px;
  }

  #botonEnviarForm {
    padding: 20px 10px 40px 10px;
  }

  #burguer:checked ~ .menu a {
    padding: 6px;
  }

  .logo img {
    width: 60%;
  }

  .marca-elkano {
    margin-top: 55px;
  }

  .mision-aside {
    margin-top: 0;
  }

  .diagonal-text p, .marca p {
    font-size: 1em;
    line-height: 1.3em;
  }

  .marca-elkano {
    margin-top: -25px;
  }

  .actividades {
    top: 100px;
  }

  .sidebar {
    width: 100%;
    margin: 0;
  }

  .contenido-blog {
    width: 100%;
  }

  .agenda {
    width: 45%;
    margin-right: 20px;
  }

  .actividad {
    padding-bottom: 0px;
  }

  .blog {
    top: 650px;
  }

  .barco, .press {
    max-width: 480px;
  }

  .mapa-paradas {
    margin-top: 155px;
    padding-bottom: 125px;
  }

  .barco, .que {
    display: none;
  }

  .col p {
    min-height: 90px;
  }

  .intro p:nth-child(2) {
    width: 90%;
    margin-top: 30px;
  }

  footer {
    padding: 50px 0 90px 0;
  }

  .patros img:first-child {
    width: 95% !important;
  }

  /* .diagonal-press{margin-top: -25px;}*/
  .press h2 {
    font-size: 1.8em;
  }

  .btn-press {
    margin-top: 3px;
  }

  p.press-1 {
    margin-bottom: 25px;
  }

  .prensa .three-fourths {
    margin-bottom: 5px;
  }

  .prensa .one-fifth {
    width: 30%;
  }

  .prensa .one-half {
    width: 90%;
  }

  .btn-press {
    margin-top: 3px;
  }

  .diagonal-press {
    margin-top: 0px;
  }

  .press {
    max-width: 365px;
  }

  .diagonal-press .press {
    margin-top: -160px;
  }

  .texto-noticia {
    padding: 20px;
  }

  .texto-noticia .subtitulo {
    font-size: 1.8em;
  }

  .texto-noticia h1 {
    font-size: 2em;
  }

  .texto-noticia .fecha {
    margin: 20px 0 50px 0;
  }

  .contenido-actividades .one-half {
    width: 100%;
  }

  .actividad .blog {
    top: 45px;
  }

  .post, .evento, .agenda, .dia {
    width: 100%;
  }

  .actividad.caja-blog {
    height: 100px;
    min-height: 100px;
  }

  .grid1 .blog-resumen {
    width: 100%;
  }

  .txt-blog-detall h1 {
    font-size: 2em;
  }

  .txt-blog-detall h2 {
    font-size: 1.5em;
  }

  .txt-blog-detall p {
    font-size: 1em;
  }

  .sidebar-noticia-detalle {
    width: 100%;
    margin-top: 20px;
  }

  .press .three-fourths {
    width: 100%;
  }

  .caja-prensa {
    height: 100%;
    min-height: 1300px;
  }

  .actividad-margin {
    margin-top: -150px;
  }

  .destacado-texto h2 {
    font-size: 2em !important;
  }

  .listado-actividades.grid-item {
    margin: 10px 0;
  }

  span {
    font-size: 28px;
    top: -1px;
  }

  .marca-elkano {
    height: 500px;
  }

  .blog-actualidad {
    margin-top: 120px;
  }

  .ruta h3 {
    opacity: 0.5;
  }

  .listado-actividades2.grid-item {
    float: none;
    width: 100%;
    margin: 10px 0px;
  }

  .listado-actividades3.grid-item {
    float: none;
    width: 100%;
    margin: 10px 0px;
  }

  .destacado-texto .subtitulo {
    font-size: 1.2em;
  }

  .post-destacado {
    margin-top: 20px;
  }

  .actualidades h1, .actualidades h2, .blog h2, .noticia h2, .blog-actualidad h2 {
    font-size: 1.4em;
    line-height: 1.4em;
  }

  .destacado-texto .subtitulo, .content-actividades .subtitulo {
    font-size: 1.1em;
    line-height: 1.4em;
  }

  .vermas {
    margin-top: 0;
  }

  .evento {
    padding: 0;
  }

  .dia {
    padding: 0;
    margin-top: 30px;
  }

  .dia span {
    margin-top: 10px;
  }

  .content-actividades {
    padding: 20px 20px 40px 20px;
  }

  .blog-resumen h2 {
    margin-top: 20px;
  }

  .blog-resumen h4 {
    margin-top: 10px;
    font-size: 0.7em;
  }

  .grid2 h2 {
    width: 95%;
  }

  .txt-blog-detall h2 p {
    font-size: 1em;
  }

  .blog-resumen {
    width: 90%;
    height: 175px;
  }

  .post-blog.sidebar1 {
    background-position: center center;
  }

  .post-blog.grid1.grid2 {
    background-position: center center;
  }

  .newsletter-popup .newsletter > p {
    text-align: center;
    max-width: 95%;
    margin: 0 0 30px 0;
    font-size: 17px;
    line-height: 22px;
  }

  .newsletter {
    padding: 25px 20px;
    margin-top: 195px;
  }

  .newsletter h3 {
    margin-top: 10px;
  }
}
@media (max-width: 365px) {
  .cap, .capw {
    display: none;
  }

  .texto-int {
    width: 90%;
  }

  .mision-aside {
    margin-top: 50px;
  }

  .fundacion-aside, .mision-aside, .patronos-aside, .marca {
    padding: 0 20px 0 20px;
    width: 95%;
    float: none;
    margin: 55px 0;
  }

  .marca {
    margin-bottom: -40px;
  }

  .marca-elkano {
    margin-top: 100px;
  }

  .logo-elkano {
    padding-top: 5px;
    padding-bottom: 105px;
  }

  .datos {
    width: 100%;
  }

  .intro {
    top: 10%;
    padding: 10px;
  }

  .form-contact {
    margin-top: 87px;
    padding-top: 75px;
  }

  .reclamos-contact {
    margin-top: 75px;
  }

  .guion {
    margin: 15px 0;
  }

  .actividades {
    top: 58px;
  }

  .agenda, .dia, .evento {
    padding: 18px 0px;
  }

  .barco {
    max-width: 365px;
  }

  .que {
    width: 60%;
  }

  img.estrella {
    margin-left: 200px;
    display: block;
  }

  .press {
    max-width: 100%;
    margin-top: 0;
  }

  .texto-noticia .subtitulo {
    font-size: 1.3em;
  }

  .texto-noticia p {
    font-size: 1em;
  }

  .texto-noticia h1 {
    font-size: 1.6em;
  }

  .texto-noticia .fecha {
    font-size: 1em;
    margin: 20px 0 20px 0;
  }

  .descargar-noticia img {
    margin-top: -7px;
  }

  .destacado-texto, .destacado-img {
    padding: 15px;
    height: 600px;
  }

  .destacado-content {
    width: 100%;
  }

  .content-actividades {
    padding: 19px 19px 42px 19px;
    width: 98%;
  }

  .actividad .blog {
    top: 395px;
  }

  .container {
    padding: 0px 5px;
  }

  .caja-prensa {
    height: 100%;
    min-height: 1500px;
  }

  .actividad-margin {
    margin-top: -150px;
  }

  .actividad .blog {
    top: 20px;
  }

  .sidebar {
    padding-top: 40px;
  }
}
@media (max-width: 320px) {
  .intro p:nth-child(2) {
    width: 100%;
    margin-top: 30px;
  }

  .flex-grid-thirds {
    margin-top: -570px;
  }

  .saber-mas {
    bottom: 50px;
  }

  .intro {
    font-size: 1.8em;
    line-height: 1.4em;
    top: 18%;
  }
}

/*# sourceMappingURL=custom.css.map */
