@charset "UTF-8";
/* CSS Document */

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

body p {
    color: #1c1c1b;
}

.no-padding {
    padding: 0;
}

.destacado img {
    width: 100%;
}


/* ESTILOS HOME  */

#over-mobile {
    width: 100%;
    height: 100vh;
    background: #e35f41;
    padding-top: 20%;
    text-align: center;
}

#over-mobile h2 {
    font-size: 1.3em;
    line-height: 1.9em;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin: 0;
}

#over-mobile .check-out a {
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
}


.check-out.black a {
    font-family: 'Neuton', serif;
    font-size: 1.18em;
}


#barra-top {
    width: 100%;
    height: 78px;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px 0 0 30px;
    z-index: 666;
}

.pinned {
    z-index: 777;
    padding-top: 10px;
}

.full-width {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}


#home-izd, #home-izd-over {
    height: 100%;
    position: fixed;
    text-align: center;
}

#home-izd {
    z-index: 777;
}

#home-izd img {
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

#home-izd-over {
    z-index: 778;
}

#home-izd-over .row,
#home-izd-over .columns {

    width: 100%;
    height: 100%;
}

#home-izd-over .spanMiddle {
    position: absolute;
    top: 50%;
    height: 50%;
    width: 100%;
    text-align: left;
    padding: 0px 20px;
}

#home-izd-over .spanMiddle p {
    font-family: 'Crete Round', serif;
    font-size: 1.4em;
    line-height: 1.45em;
    color: #FFFFFF;
    font-weight: 400;
    padding-right: 50px;
    width: 69%;
}

#monthly-videos .aspect-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
}

#monthly-videos .row iframe {
    border: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


.sprite-galeria {
    position: absolute;
    right: 30px;
    top: -5px;
    display: block;
    background: url(img/sprite-galeria.png) 0 0 no-repeat;
    width: 60px;
    height: 60px;

}


p.pleasures {
    font-family: 'Lato', sans-serif !important;
    font-weight: 700 !important;
    width: 60%;
    font-size: 1.1em;
    line-height: 1.9em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 10px 0;
}

h1.welcome {
    font-family: 'Neuton', serif;
    font-size: 4em;
    line-height: 1.13em;
    font-weight: 400;
    margin-bottom: 28px;
    color: #FFFFFF;
}

h1.welcome a {
    color: #FFFFFF;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

h1.welcome a:hover {
    zoom: 1;
    filter: alpha(opacity=75);
    opacity: 0.75;
}


/*h1.welcome span, #home-izd-over .spanMiddle p.intro span , p.pleasures span{ background:#e35f41; padding:0 10px; box-decoration-break: clone;}*/

#home-izd-over .spanMiddle blockquote p {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1em;
    margin: 0;
}

#home-izd-over .spanTop {
    position: absolute;
    z-index: 777;
    top: 24px;
    right: 30px;
    color: #FFFFFF;
}

.top-home ul {
    list-style: none;
    margin: 6px 0 0 0;
    padding: 0;
    float: right;
}

.top-home ul li {
    float: left;
    border-right: 2px solid #FFFFFF;
    padding: 0 6px;
    height: 15px;
    line-height: 12px;
}

.top-home ul li a {
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 0.85em;
    font-weight: 700;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.top-home ul li a:hover {
    zoom: 1;
    filter: alpha(opacity=75);
    opacity: 0.75;
}

.top-home ul li:last-child {
    border-right: 0px solid #FFFFFF;
}


/* div a.btn-home{color:#e35f41; background-color: #fff; text-transform:uppercase; padding:10px 0; width:40%; text-align:center; float:left; margin-right:20px;font-family: 'Lato', sans-serif; font-size:0.9em !important;font-weight:700; margin-top:2%;
-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	}
div a.btn-home:hover{color:#fff;background-color: #e35f41; }*/

div a.btn-home {
    color: #FFF;
    border: 1px solid #FFFFFF;
    text-transform: uppercase;
    padding: 10px 0;
    width: 40%;
    text-align: center;
    float: left;
    margin-right: 20px;
    font-family: 'Lato', sans-serif;
    font-size: 0.9em !important;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

div a.btn-home:hover {
    color: #fff;
    background-color: #e35f41;
}


div#izquierda-abajo {
    color: white;
    position: absolute;
    bottom: 30px;
    width: 400px;
}

div#izquierda-abajo p, div#izquierda-abajo h3 {
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
    margin-top: 10px;
    font-size: 0.85em !important;
    color: #FFFFFF;
    margin: 0;
    font-weight: 700;
}

div#izquierda-abajo h3 {
    font-size: 1.2em;
}

div#izquierda-abajo .check-out {
    margin-top: 1%;
}

div#izquierda-abajo .check-out a {
    color: #FFFFFF;
    padding: 0 30px 10px 0;
}

div#izquierda-abajo .check-out img, .check-out img {
    margin-left: 6px;
}


div.iva_bh_shortcode.iva_bh_singleday {
    width: 400px;
    padding: 0;
}

div.iva_bh_shortcode.iva_bh_singleday .iva-bh-oc-text {
}

div.iva_bh_shortcode.iva_bh_singleday h4 {
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0;
    font-weight: 500;
    font-size: 1.15em !important;
}

div.iva_bh_shortcode.iva_bh_singleday .hours {
    color: #FFFFFF;
    font-family: 'Lato', sans-serif !important;
    margin: 0;
    font-weight: 500;
    font-size: 0.85em !important;
}


#home-der {
    min-height: 100vh;
}

#home-der #highlights {
    min-height: 100%;
}

#home-der #events{margin-top: 17px;}

#home-der #highlights h2, #home-der #articles h2, #home-der #events h2, #home-der #services h2, #home-der #monthly-videos h2, #suggested h2 {
    font-family: 'Neuton', serif;
    font-size: 2.2em;
    line-height: 0.7em;
    font-weight: 400;
    margin-bottom: 28px;
    font-weight: 400;
    color: #1c1c1b;
}

#home-der #highlights {
    padding-top: 20px;
}

.seccion-home .row {
    padding-left: 1px;
}

#home-der #articles h2, #home-der #events h2, #home-der #services h2, #home-der #monthly-videos h2, #suggested h2 {
    width: 100%;
    height: 75px;
    background-color: rgba(255, 255, 255, 0.9);
    margin-top: -2px;
    padding: 17px 0 30px 9px;
}

#custom-alm-loader {
    opacity: 0;
    display: none;
    width: 100%;
    text-align: center;
}

.alm-btn-wrap {
    /*display: none !important;*/
}

.alm-load-more-btn {
    display: none !important;
}


.alm-load-more-btn.done {
    display: none;
}

.alm-loading #custom-alm-loader {
    display: block;
    opacity: 1;
    clear: both;
}

.seccion h2 {
    position: fixed;
    z-index: 888;
    top: 3px;
}

#home-der h2.link-home a,
#home-der h2.link-home a span,
.seccion h2.link-home a,
.seccion h2.link-home a span {
    font-family: 'Neuton', serif;
    font-size: 1em;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 28px;
    color: #1c1c1b;
    padding-bottom: 15px;
}

h2.movil {
    display: none;
    font-size: 2.7em;
    margin: -30px 0 20px 0;
}


#home-der h2.link-home a, .seccion h2.link-home a {
    font-family: 'Neuton', serif;
    font-size: 1em;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 28px;
    color: #1c1c1b;
    padding-bottom: 15px;
}

#home-der h2.link-home {
    position: absolute;
    top: 0;
    left: 9px;
	margin-top: 3px;
    padding-right: 42px;
    padding-left: 10px;
}

h2.link-home a span.moving {
    transition: padding 0.4s ease-in-out;
    -webkit-transition: padding 0.4s ease-in-out;
    -moz-transition: padding 0.4s ease-in-out;
    -o-transition: padding 0.4s ease-in-out;

    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;

    margin: 0 0 0 -38px
}

h2.link-home a:hover span.moving {
    padding: 0 0 0 45px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
}

h2.link-home .flecha {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);

    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}


.opacityWrapper {
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    opacity: 0;
}

h2.link-home:hover .opacityWrapper {
    opacity: 1;
}

h2.link-home:hover .flecha {
    transform: scale(1);
    -ms-transform: scale(1); /* IE 9 */
    -moz-transform: scale(1); /* Firefox */
    -webkit-transform: scale(1); /* Safari and Chrome */
    -o-transform: scale(1); /* Opera */
}


.check-out.blue a, .check-out.blue a:hover {
    color: #27a9e1;
}

.check-out.black a, .check-out.black a:hover {
    color: #000;
}


.check-out .flecha {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.check-out:hover .flecha {
    transform: scale(1.4);
    -ms-transform: scale(1.4); /* IE 9 */
    -moz-transform: scale(1.4); /* Firefox */
    -webkit-transform: scale(1.4); /* Safari and Chrome */
    -o-transform: scale(1.4); /* Opera */
}


.link-home.dropdown-title {
    margin-bottom: 0px;
}

.dropdown {
    margin: 0;
    font-family: 'Neuton', serif;
    font-size: 1.2em;
    line-height: 1em;
    font-weight: 400;
    color: #1c1c1b;
    position: fixed;
    top: 10px;
    z-index: 666;
    height: 75px;
    padding: 40px 0 30px 0;
    width: 100%;
    margin-left: -10px;
}

.dropdown-title {
    position: relative;
    cursor: pointer;
    font-family: 'Neuton', serif;
    font-size: 1.9em;
    line-height: 1em;
    font-weight: 400;
    color: #1c1c1b;
}

/* .dropdown-title:before {
  position: absolute;
  right: -40px;
  top: 0;
  bottom: 0;
  content: "";
  width: 55px;
  height: 100%;
  -webkit-transition: .4s .3s;
  -moz--transition: .4s .3s;
  transition: .4s .3s;
}

.dropdown-title:after {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: -20px;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid #1c1c1b;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
}
*/
.dropdown-list {
    display: none;
    list-style: none;
    padding: 4px 12px 6px 12px;
    background: rgba(245, 244, 243, 0.95);
    font-weight: 100;
    cursor: pointer;
    border-top: 2px solid #fff;
    margin-left: 2%;
    max-width: 250px;
}

.dropdown-list a {
    color: #1c1c1b !important;
}

.dropdown-list:hover {
    background: rgba(227, 227, 227, 0.95);
}


#home-der #articles, #home-der #services {
    margin-top: 60px;
}

#home-der #services {
    margin-botom: 60px;
}

.home-by-line {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-top: 10px;
    font-size: 0.85em;
    color: #000000;
    margin: 0;
    font-weight: 700;
    margin-bottom: 12px;
}

#home-der .destacado {
    margin-bottom: 20px;
}

#home-der h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 0.85em;
    line-height: 2em;
    text-transform: uppercase;
    height: 40px;
    color: #1c1c1b;
    margin-top: 0px;
    margin-bottom: 0;
}

.luto-der {
    height: 10px;
    width: 95px;
    border-top: 10px solid #1c1c1b;
    margin-top: 20px;
}

.luto-top {
    height: 30px;
    width: 95px;
    border-top: 10px solid #1c1c1b;
    color: #1c1c1b;
    margin-top: 20px;
}

.luto-categoria {
    height: 10px;
    width: 100%;
    border-top: 10px solid #1c1c1b;
    margin-bottom: 20px;
}

.evo_page_body .luto-categoria {
    margin: 20px 0 0 0;
}

#home-der .destacado h3 {
    font-family: 'Neuton', serif;
    font-size: 1.5em;
    line-height: 1.25em;
    font-weight: 400;
    margin-bottom: 25px;
    font-weight: 400;
    color: #1c1c1b;
    margin: 10px 0 12px 0;
}

#home-der .destacado a h3 {
    color: #1c1c1b;
}

#home-der #suggested h3 {
    font-family: 'Neuton', serif;
    font-size: 1.2em;
    line-height: 1.15em;
    font-weight: 400;
    margin-bottom: 25px;
    font-weight: 400;
    color: #1c1c1b;
    margin: 10px 0 12px 0;
}

#home-der #suggested a h3 {
    color: #1c1c1b;
}


#home-der .destacado a img, #home-der .destacado a h3, .bloque a img {
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

#home-der .destacado a:hover img, .bloque a:hover img {
    zoom: 1;
    filter: alpha(opacity=75);
    opacity: 0.75;
}

#home-der .destacado h3.big {
    font-size: 2.25em;
    line-height: 1.2em;
}

#home-der .destacado p {
    font-family: 'Neuton', serif;
    font-size: 1.15em;
    line-height: 1.3em;
    font-weight: 400;
}

.contenedor-der {
    margin-top: 100px;
}

.categoria-archivo p {
    font-family: 'Neuton', serif;
    font-size: 2.3em;
    margin-bottom: -70px;
    padding-top: 14px;
    line-height: 1em;
    position: fixed;
    z-index: 888;
}

p.galerias {
    width: 100%;
    height: 75px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px 0 30px 0;
    margin-top: -2px;
}

.categoria-archivo a {
    color: #f5f4f3;
}

.categoria-archivo a:hover {
    color: #1c1c1b;
}

/* --------- APARTADO MENU ---------------- */

#menu .intro-text {
    font-family: 'Crete Round', serif !important;
    font-size: 1.15em;
    margin-bottom: 20px;
}

#menu .luto-top {
    margin-top: 65px;
}

#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu h3, #menu ul li a {
    font-family: 'Crete Round', serif !important;
    font-size: 1.4em;
    line-height: 0em;
    height: 25px;
    width: auto;
    color: #1c1c1b;
}

#menu ul li a {
    font-size: 1.18em;
}

#menu ul li a:hover {
    color: #27a9e1;
}

#menu h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 0.85em;
    line-height: 2em;
    text-transform: uppercase;
    height: 30px;
    width: 100%;
    border-top: 1px solid #1c1c1b;
    color: #1c1c1b;
    margin-top: 50px;
}

#menu table td {
    font-family: 'Neuton', serif !important;
    font-size: 1.2em;
    line-height: 1.2em;
}

#menu table td.precio {
    text-align: right;
}


.btn-abajo {
    display: none;
}

.btn-abajo {
    width: 20px;
    text-align: left;
    position: absolute;
    z-index: 888;
    bottom: 10px;
    margin: 0 0 0 47%;
}

.btn-abajo.desaparece {
    opacity: 0;
    transition: opacity 0.3s linear;
}

.btn-abajo img {
    -webkit-transform: scale(1, 1);
    -webkit-transition-duration: 300ms;
    -webkit-transition-timing-function: ease;

    -moz-transform: scale(1, 1);
    -moz-transition-duration: 300ms;
    -moz-transition-timing-function: ease;

    -ms-transform: scale(1, 1);
    -ms-transition-duration: 300ms;
    -ms-transition-timing-function: ease;
}

.btn-abajo img:hover {
    cursor: pointer;

    -webkit-transform: scale(1.5, 1.5);
    -webkit-transition-duration: 300ms;
    -webkit-transition-timing-function: ease;

    -moz-transform: scale(1.5, 1.5);
    -moz-transition-duration: 300ms;
    -moz-transition-timing-function: ease;

    -ms-transform: scale(1.5, 1.5);
    -ms-transition-duration: 300ms;
    -ms-transition-timing-function: ease;
}

/* FIN ESTILOS HOME  */


.logo img {
    position: fixed;
    z-index: 998;
    top: 30px;
    left: 30px;
}


.logo .letras {
    transition: opacity 1s linear;
    position: absolute;
    margin-left: 75px;
}


/* .logo{
  position:fixed;
  z-index:999;
  top:24px;
  left:30px;
  }


.logo .letras{transition:opacity 1s linear;}



.logo-min{
	animation: parriba 1s;
	opacity:0;}
.logo-max{
	animation: pabajo 1s;
	-webkit-transform: translate(0,-50px);
      -ms-transform: translate(0,-50px);
          transform: translate(0,-50px);}




@keyframes parriba {
  0% {
   -webkit-transform: translate(0,0);
      -ms-transform: translate(0,0);
          transform: translate(0,0);
  }
  100% {
    -webkit-transform: translate(0,-50px);
      -ms-transform: translate(0,-50px);
          transform: translate(0,-50px);
  }
}

@keyframes pabajo{
  0% {
	-webkit-transform: translate(0,-50px);
      -ms-transform: translate(0,-50px);
          transform: translate(0,-50px);
  }
  100% {
    -webkit-transform: translate(0,0);
      -ms-transform: translate(0,0);
          transform: translate(0,0);
  }
}
*/

#cabecera-articulo {
    margin-top: 120px;
}

#cabecera-articulo .seccion {
    margin: 5px 0 46px 0;
}

p.categoria, .also-line p.categoria {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 1.2em;
    line-height: 1.9em;
    text-transform: uppercase;
    margin-bottom: 9px;
}

#category p.categoria {
    margin-top: -20px;
}

.datos-pick p {
    font-family: 'Lato', sans-serif !important;
    font-weight: 900;
    font-size: 0.85em !important;
    font-weight: 900 !important;
    margin: 0;
}

.datos-pick p span {
    font-weight: 400 !important;
}

.datos-pick p.editorial {
    font-weight: 400 !important;
    font-style: italic;
    margin: 10px 0;
}

h1.titulo-articulo {
    font-family: 'Neuton', serif;
    font-size: 4em;
    line-height: 1.12em;
    font-weight: 400;
    margin-bottom: 28px;
}

.iniciativa h1.titulo-articulo {
    margin-bottom: -30px;
}

.by-line p {
    border-bottom: 1px solid #231f20;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.3em;
    margin-bottom: 40px;
    margin-top: 9px;
    line-height: 1.4em;
    padding-bottom: 12px;
    height: 70px;
}

.by-line img {
    float: left;
    margin: 0 20px 24px 0;
}

.excerpt.bottom {
    display: none;
    margin: -30px 0 45px 0;
}

div.excerpt p {
    font-family: 'Crete Round', serif;
    font-size: 1.4em;
    line-height: 1.34em;
}


.cuerpo-texto p, .contenedor-der p, .cuerpo-texto ul li, .contenedor-der ul li {
    font-family: 'Neuton', serif;
    font-size: 1.18em;
}

.cuerpo-texto.articulo p:first-child:first-letter {
    font-size: 6em;
    line-height: 0.5em;
    float: left;
    margin: 0.1em 0.1em 0 0;

}

.cuerpo-texto.articulo blockquote p:first-child:first-letter {
    float: none;
    font-size: inherit;
    line-height: inherit;
    padding-top: 0;
    margin: 0;
}


.cuerpo-texto blockquote p {
    font-family: 'Neuton', serif;
    float: left;
    font-size: 1em;
    width: 35%;
    margin-left: -20%;
    margin-right: 11%;
    font-size: 1.92em;
    font-weight: normal;
}


.imagen-destacada img {
    margin-bottom: 0px;
    width: 100%;
}

.ccfic {
    margin-bottom: 75px;
}

.contenedor-der .ccfic {
    margin-bottom: 40px;
}

.ccfic-text, .ccfic-source {
    width: 100%;
}

.index .ccfic, .destacado .ccfic, #related .ccfic {
    display: none;
}


.social-container {
    margin: 20px 0 100px 0;
}

.social-container li {
    /*padding: 0 10px 10px 0;*/
    list-style: none;
    text-align: center;
    /*padding: 0;*/
    padding-right: 5px !important;
    padding-left: 0 !important;
}

.social-container li:last-child {
    /*padding: 0 0 10px 0;*/
    padding-right: 0 !important;
}


.social-container li a {
    border: 1px solid #231f20;
    color: #231f20;
    display: block;
    width: 100%;
    height: 35px;
    text-indent: 20px;
    line-height: 2.2em;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9em;
    background-repeat: no-repeat;
}

.social-container li a.facebook {
    background-image: url(img/back-facebook.png);
}

.social-container li a.twitter {
    background-image: url(img/back-twitter.png);
}

.social-container li a.googleplus {
    background-image: url(img/back-google.png);
}

.social-container li a.correo {
    background-image: url(img/back-correo.png);
}

.social-container li a:hover {
    color: #ffffff;
    background-position: 0 -36px;
}

.social-container li a.facebook:hover {
    background-color: #3c5193;
    border: 1px solid #3c5193;
}

.social-container li a.twitter:hover {
    background-color: #36a9e0;
    border: 1px solid #36a9e0;
}

.social-container li a.googleplus:hover {
    background-color: #da3f2c;
    border: 1px solid #da3f2c;
}

.social-container li a.correo:hover {
    background-color: #b2b2b1;
    border: 1px solid #b2b2b1;
}

.entry-content h1 {
    font-family: 'Neuton', serif;
    color: #27a9e1;
    line-height: 1em;
}

/* VIDEO
.rve{float:right; width:75%; margin: 20px -25% 20px 20px ;}*/
.arve-wrapper.alignright {
    float: right;
    width: 75%;
    margin: 20px -25% 20px 20px;
}

.arve-wrapper.alignleft {
    float: left;
    width: 75%;
    margin: 20px 20px 20px -25%;
}

/* IMAGENES */
.alignright {
    float: right;
    margin: 20px 0 20px 20px;
}

.wp-caption figcaption {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-top: 8px;
    font-size: 0.85em;
    text-align: left;
}

.ccfic, #firma-articulo p {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-top: 10px;
    font-size: 0.85em;
    text-align: right;
}

#firma-articulo p {
    text-align: left;
    margin: 50px 0 30px 0;
}

#firma-articulo.initiatives {
    margin-top: 90px;
}

#firma-extendida {
    background: #f1edec;
    padding: 15px 18px 20px 0;
    margin-top: 40px;
}

#firma-extendida p {
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
}

#firma-extendida img {
    padding: 0 10px 10px 12px;
    margin-top: -15px;
}

#firma-extendida p {
    margin: 0;
}

#write-us {
    margin-top: 30px;
}

#write-us p {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 1.37em;
}

.btn-write-us.button {
    padding: 13px 100px;
    float: right;
    font-family: 'Lato', sans-serif;
    font-size: 0.9em;
    font-weight: 700;
    margin-top: -5px;
}


.also-line {
    border-top: 10px solid #231f20;
    margin-top: 80px;
}

.also-line p.categoria {
    margin-bottom: 22px;
}

.fine-line {
    border-top: 1px solid #231f20;
}

p.also-title {
    font-family: 'Neuton', serif;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.35em;
    margin: 14px 0 36px 0;
}

#libro-articulo {
    margin-left: -8px;
    padding-top: 11px;
}

#libro-articulo .ref {
    margin-bottom: 20px;
}

#libro-articulo .ref img {
    margin-bottom: 15px;
}

#libro-articulo p {
    margin: 0;
    font-family: 'Crete Round', serif;
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 400;
}

#libro-articulo p a {
    color: #e35f41;
}

#libro-articulo p a:hover {
    color: #bb341d;
}


/*----- menus firma .... */

#firma-left, #firma-right {
    margin: 0 0 0 0;
}

#firma-left p {
    margin: 10px 0 25px 0;
    line-height: 1.2em;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
}

#firma-right {
    text-align: right;
}

#menu-firma-left ul, #menu-firma-right ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

#menu-firma-left ul li, #menu-firma-right ul li {
    border-right: 1px solid #231f20;
    height: 18px;
    line-height: 1em;
}

#menu-firma-left ul li a, #menu-firma-right ul li a {
    color: #231f20;
    font-family: 'Lato', sans-serif;
    margin: 0 5px;
}

#menu-firma-left ul li {
    padding: 0 5px;
}

#menu-firma-left ul li:last-child, #menu-firma-right .horizontal-light ul li:last-child {
    border: none;
}

#menu-firma-left ul li a {
    margin: 0;
}

#menu-firma-left ul li:first-child a {
    margin: 0 0 0 -5px;
}

#menu-firma-left ul, #menu-firma-left ul li {
    float: left;
}

#menu-firma-left ul li a {
    float: left;
    font-size: 1em;
    font-weight: normal;
    ma
}

#menu-firma-right .horizontal ul li:last-child a {
    margin: 0 5px 0 5px;
}

#menu-firma-right .horizontal-light li:last-child {
    margin: 0 -5px 0 0px;
}

#menu-firma-right ul li a {
    font-weight: bold;
}

#menu-firma-right .horizontal-light li a {
    font-weight: normal;
}

#menu-firma-right ul {
    float: right;
    width: auto;
}

#menu-firma-right ul li {
    float: left;
}

#menu-firma {
    margin-bottom: 50px;
}

.social-contacto {
    margin: 20px 0 10px 0;
}

.social-contacto a {
    height: 36px;
    display: block;
    padding-left: 45px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-family: 'Neuton', serif;
    color: #1c1c1b;
    font-size: 1.2em;
    line-height: 1em;
    margin: 0;
}

.social-contacto a span {
    font-family: 'Lato', sans-serif;
    color: #9d9c9c;
    font-style: italic;
    font-size: 0.75em;
    line-height: 0;
}

.social-contacto a.facebook {
    background-image: url(img/btn-facebook.png);
}

.social-contacto a.medium {
    background-image: url(img/btn-medium.svg);
    background-size: 36px 36px;
}

.social-contacto a.twitter {
    background-image: url(img/btn-twitter.png);
}

.social-contacto a.instagram {
    background-image: url(img/btn-instagram.png);
}

.social-contacto a.youtube {
    background-image: url(img/btn-youtube.png);
}

.social-contacto a:hover {
    background-position: 0 -36px;
}

.social-contacto a.facebook:hover {
    color: #3c5193;
}

.social-contacto a.medium:hover {
    color: #00AB6C;
    background-position: unset;
    background-image: url(img/btn-medium-active.svg);
}


.social-contacto a.twitter:hover {
    color: #36a9e0;
}

.social-contacto a.instagram:hover {
    color: #517ea6;
}

.social-contacto a.youtube:hover {
    color: #b91817;
}

/*----- menus firma HOME .... */

.firma-izq, .firma-der {
    margin: 0 0 0 0;
}

.firma-der {
    text-align: right;
}

.firma-izq ul, .firma-der ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.firma-izq ul li, .firma-der ul li {
    border-right: 1px solid #231f20;
    height: 18px;
    line-height: 1em;
}

.firma-izq ul li a, .firma-der ul li a {
    color: #231f20;
    font-family: 'Lato', sans-serif;
    margin: 0 5px;
}

.firma-izq ul li:last-child, .firma-der.light ul li:last-child {
    border: none;
}

.firma-izq ul li a {
    margin: 0;
}

.firma-izq ul li:first-child a {
    margin: 0 0 0 -5px;
}

.firma-izq ul {
    float: left;
}

.firma-izq ul li {
    float: left;
    font-size: 1em;
    font-weight: normal;
    padding: 0 5px;
}

.firma-der li:first-child {
    margin: 0 0 0 -5px;
}

.firma-der li:last-child {
    margin: 0 0 0 0;
}

.firma-der ul li a {
    font-weight: bold;
}

.firma-der.light li a {
    font-weight: normal;
}

.firma-der ul {
    float: left;
    width: auto;
}

.firma-der ul li {
    float: left;
}

.firma-der.light ul {
    margin-bottom: 50px;
    margin-left: 5px;
}


#related.horizontal {
    padding-left: 10px;
}

#related.horizontal .bloque {
    width: 32%;
    float: left;
    margin: 0 1.5% 0 0;
}

#related.horizontal .bloque:last-child {
    margin-right: 0;
}


.google-maps {
    position: relative;
    padding-bottom: 370px; /* This is the aspect ratio */
    height: 0;
    overflow: hidden;
    margin-bottom: 40px;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 355px !important;
}


.yuzo__title h3 {
    display: none;
}


/*---------- FORMULARIOS --------------*/

form.wpcf7-form :focus {
    outline: none;
}

form.wpcf7-form input, form.wpcf7-form textarea, #mc-embedded-subscribe-form input, #mc-embedded-subscribe-form input#upload {
    width: 100%;
    height: 90px;
    border: none;
}

form.wpcf7-form input, #mc-embedded-subscribe-form input {
    border-bottom: 1px solid #27a9e1;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-size: 2em;
    color: #27a9e1;
}

form.wpcf7-form textarea {
    border: 1px solid #27a9e1;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-size: 1em;
    color: #27a9e1;
    padding: 20px;
    height: 300px;
    margin-top: 30px;
}

input#upload {
    width: auto;
    height: auto;
    border: none;
    font-size: 1em;
    font-weight: 300;
}

form.wpcf7-form .wpcf7-checkbox input {
    display: table;
    float: left;
    margin: 0 10px 0 0;
    height: 30px;
}

form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label {
    display: table;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: #27a9e1;
    margin-bottom: 50px;
}

::-webkit-input-placeholder {
    color: #bbbdc0;
    font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
    color: #bbbdc0;
    font-style: italic;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #bbbdc0;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #bbbdc0;
    font-style: italic;
}

form.wpcf7-form .wpcf7-submit, input#mc-embedded-subscribe {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: #e35f41;
    color: #FFFFFF;
    transition: background-color 300ms ease-out;

    height: auto;
    border: none;
    padding: 13px 100px;
    width: auto;
    float: right;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-size: 0.9em;
    font-weight: 700;
}

form.wpcf7-form .wpcf7-submit:hover, form.wpcf7-form .wpcf7-submit:focus, input#mc-embedded-subscribe:hover, input#mc-embedded-subscribe:focus {
    background-color: #be4833;
}

form.wpcf7-form .wpcf7-not-valid-tip {
    color: #e35f41;
}

form.wpcf7-form .wpcf7-validation-errors, form.wpcf7-form .wpcf7-mail-sent-ok {
    color: #FFFFFF;
    margin-top: 250px;
    padding: 20px;
    text-align: center;
    border: none;
    font-family: 'Crete Round', serif;
}

form.wpcf7-form .wpcf7-mail-sent-ok {
    background-color: #27a9e1;
}

form.wpcf7-form .wpcf7-validation-errors {
    background-color: #e35f41;
}

form.wpcf7-form .wpcf7-list-item input {
    width: auto;
}

.wpcf7-list-item {
    float: left;
}


/* --------- EVENTOS ----------*/
/*.ajde_evcal_calendar .eventon_events_list p, .eventon_events_list .eventon_list_event .evcal_desc span, .evo_pop_body .evcal_desc span, .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle, .ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn, .evcal_btn, .eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, .evo_pop_body .evo_event_headers.canceled, .eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span, .evo_pop_body .evcal_list_a .evo_above_title span, .evcal_evdata_row.evcal_event_details .evcal_evdata_cell p, #evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput, .evcal_evdata_row .evcal_evdata_cell p, #evcal_list .eventon_list_event p.no_events, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul, .evoGuideCall em, .evo_cal_above span, .ajde_evcal_calendar .calendar_header .evo_j_dates .legend, .eventon_sort_line p, .eventon_filter_line p {*/
/*    font-family: 'Lato', serif !important;*/
/*}*/

.eventon_full_description .eventon_desc_in .cuerpo-texto p {
    line-height: 1.6;
    margin-bottom: 1.25rem !important;
    text-rendering: optimizeLegibility;
    font-size: 1.18em !important;
}

.eventon_full_description #libro-articulo {
    margin-left: -15px !important;
    padding-top: 11px !important;
}

#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .eventon_events_list .evcal_event_subtitle,
.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info {
    font-family: Neuton, serif !important;
}

#evcal_list .eventon_list_event .evcal_eventcard p {
    font-family: Lato, sans-serif;
}

.eventon_events_list .eventon_list_event .evcal_desc em {
    font-family: Lato, sans-serif !important;
}

.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info {
    margin-top: 5px !important;
    margin-bottom: 2px;
}

.ajde_evcal_calendar .eventon_events_list p {
    margin-bottom: 0 !important;
}


.evcal_month_line {
    display: none !important;
}

.no_events {
    display: none;
}


.eventon_events_list .eventon_list_event .evcal_list_a {
    padding: 0 !important;
}

.eventon_events_list .eventon_list_event .ev_ftImg {
    height: 100% !important;
    margin: 0 !important;
}

.eventon_events_list .eventon_list_event .ev_ftImg {
    border-radius: 0 !important;
    max-height: unset !important;
}

.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured {
    display: none !important;
}


#evcal_list {
    border-radius: 0 !important;
}

.evcal_cblock .time {
    display: block !important;
}

#evcal_list .eventon_list_event .evcal_cblock, .evo_lightboxes .evo_pop_body .evcal_cblock {
    color: black !important;
    font-family: Lato, sans-serif;
    padding-top: 9px;
}

.eventon_main_section, #eventon_comments {
    padding: 20px 10px !important;
}

.eventon_events_list .eventon_list_event .desc_trig, .evopop_top {
    border-color: #e4553c !important;
}

.evo_sin_page #evcal_list .eventon_list_event {
    border-radius: 0 !important;
    border-right: 0 !important;
}

#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {
    font-weight: normal;
    font-size: 1.7em !important;
    padding-top: 3px;
}

.eventon_events_list .eventon_list_event .evcal_cblock span {
    position: relative;
    top: -1px;
}

.evo_start em.month, .evcal_cblock em.time {
    font-size: 12px !important;
    font-weight: normal;
    display: block;
    margin-top: -2px;
}

.eventon_events_list .eventon_list_event .evcal_desc .evcal_time::before, .evo_pop_body .evcal_desc em.evcal_time::before, .eventon_events_list .eventon_list_event .evcal_desc .evcal_location::before, .evo_pop_body .evcal_desc em.evcal_location::before {
    top: 2px !important;
}

.evcal_evdata_row .evo_h3 .evcal_evdata_icons i {
    display: none;
}

.entry-content #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {
    position: relative;
    top: 5px;
}

#home-der .entry-content #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {
    top: 1px;
}

/*.entry-content #evcal_list .eventon_list_event .evcal_desc em {*/
/*    position: relative;*/
/*    top: 5px;*/
/*}*/

.entry-content #evcal_list .eventon_list_event .evcal_desc em.evcal_time {
    top: 1px;
    left: -1px;
}

#home-der .entry-content #evcal_list .eventon_list_event .evcal_desc em.evcal_time {
    top: -4px;
}

#home-der #evcal_list .eventon_list_event .evcal_desc em[data-filter='event_type'] {
    position: relative;
    top: -7px;
}


.entry-content .eventon_events_list .eventon_list_event .evcal_cblock em.time , .eventon_events_list .eventon_list_event .evcal_cblock em.month {
    font-size: 13px !important;
}

/* HOME SPECIFIC */
#events #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {
    top: -1px;
    position: relative;
}

#events #evcal_list .eventon_list_event .evcal_desc em.evcal_time {
    position: relative;
    top: -7px;
}

#events #evcal_list .eventon_list_event .evcal_desc em[data-filter='event_type'] {
    position: relative;
    top: -8px;
}

#evcal_list .eventon_list_event p.no_events {
    display: none !important;
}


@media only screen and (max-width: 1366px) {

    /*-- ARTICULOS PANTALLA PORTATIL --*/
    .row {
        max-width: 57.4rem;
    }

    .row.full-width {
        max-width: 100%;
    }

    div a.btn-home {
        font-size: 0.8em !important;
    }

    div#izquierda-abajo {
        bottom: 10px;
    }
}

@media only screen and (min-width: 1400px) {

    /*-- HOME PANTALLA ANCHA --*/
    #home-der .destacado h3 {
        font-size: 1.7em;
        line-height: 1.25em;
    }

    #home-der .destacado p {
        font-size: 1.25em;
        line-height: 1.3em;
    }

    .highlights h2 {
        margin-top: 10%;
    }
}


@media only screen and (max-width: 62.5em) {

    /*-- ARTICULOS ANCHO RETICULA --*/
    .logo {
        left: 10px;
    }

    div#izquierda-abajo {
        display: none;
    }

    div#izquierda-abajo p, div#izquierda-abajo h3 {
        font-size: 0.7em;
    }

    #home-izd-over .spanMiddle p {
        width: 100%;
    }

    .seccion h2 {
        display: none;
    }

    .social-container {
        margin: 20px 0 140px 0;
    }

    .social-container li {
        padding: 0 0 10px 0;
    }


}

@media only screen and (max-width: 40.0625em) {


    /*-- HOME PANTALLA PEQUEÑA --*/
    .sprite-galeria {
        display: none;
    }

    .logo img {
        display: block;
        top: 15px;
        left: 10px;
    }

    .top-home {
        display: none;
    }

    #home-izd, #home-izd-over {
        position: absolute;
        display: block;
        overflow: hidden;
    }

    h1.welcome span, #home-izd-over .spanMiddle p.intro span {
        background: none;
        padding: 0;
        box-decoration-break: clone;
    }


    #barra-top {
        display: block;
        z-index: 888;
        height: 50px;
    }

    p.pleasures {
        color: #fff;
        margin: 40px 0 0 0;
        font-size: 1em;
        width: 100%;
    }

    h1.welcome {
        color: #fff;
        font-size: 3em;
        width: 140%;
    }

    #home-izd-over .spanMiddle p {
        color: #fff;
        width: 100%;
    }

    .spanMiddle p.intro {
        font-size: 1.3em !important;
        line-height: 1.2em !important;
    }

    div a.btn-home {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }

    div#izquierda-abajo {
        display: none;
    }


    #home-izd.archivo, #home-izd-over.archivo {
        display: none;
    }

    #home-der.archivo {
        margin-top: 70px;
    }

    #home-izd {
        height: 100vh;
        position: relative;
        text-align: center;
        background-image: url(img/home-izd.jpg);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }


    #home-izd-over .spanMiddle {
        position: relative;
        top: 30vh;
        height: auto;
        width: 100%;
        text-align: left;
        padding: 10px 0px 0 0px;
    }

    #archivo #home-izd, #archivo home-izd-over {
        display: none;
    }

    .btn-abajo {
        display: block;
    }


    #home-der #articles h2,
    #home-der #events h2,
    #home-der #services h2,
    #home-der #monthly-videos h2 {
        background-color: rgba(255, 255, 255, 0);
        padding: 30px 0 60px 10px;
    }

    h2.link-home .flecha {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);

    }

    .opacityWrapper {
        opacity: 1;
    }

    .categoria-archivo p {
        position: relative;
        z-index: 555;
    }


    /*-- ARTICULOS PANTALLA PEQUEÑA --*/
    #home-der .destacado h3 {
        font-size: 2.25em;
        line-height: 1.2em;
    }

    .ccfic {
        text-align: left;
    }

    .cuerpo-texto blockquote p {
        float: left;
        font-size: 6em;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 40px;
        margin-top: 10px;
        font-size: 1.92em;
        font-weight: normal;
    }

    .cuerpo-texto blockquote p::before, .cuerpo-texto blockquote p::after {
        width: 100%;
        display: block;
        margin: 18px 0 12px 0;
        content: '';
        width: 22%;
        height: 10px;
        background: #000000;
    }

    #firma-right {
        text-align: left;
    }

    .fine-line {
        margin-bottom: 40px;
    }

    .by-line p {
        border-bottom: 0px;
    }

    #libro-articulo p {
        margin-top: 20%;
    }

    #libro-articulo {
        /*margin: -25px 0 40px 0;*/
        /*max-width: 20%;*/
        margin: .7rem .5rem 0px 0px;
    }

    #libro-articulo .columns,
    #libro-articulo .column {
        padding-right: 0 !important;
    }

    #arve .arve-wrapper.alignright, #tinymce .arve-wrapper.alignright {
        margin-left: 0 !important;
    }

    #libro-articulo .small-4 {
        width: 100%;
    }

    .cuerpo-texto {
        /*max-width: calc(80% - .5rem);*/
    }

    .excerpt.top {
        display: none;
    }

    .excerpt.bottom {
        display: block;
    }

    h1.titulo-articulo {
        font-size: 2.8em;
        line-height: 1.12em;
        font-weight: 400;
    }

    .cuerpo-texto p img {
        float: right;
        width: 100%;
        margin: 20px 0 20px 0;
    }

    .alignright img, figure {
        width: 100% !important;
    }

    #firma-articulo p {
        margin: 40px 0 15px 0;
    }

    #firma-extendida {
        margin-top: 30px;
    }

    #firma-extendida img {
        padding: 0 2px 9px 3px;
    }

    #firma-extendida p {
        font-size: 1em;
    }


    .firma-izq ul {
        margin-top: -25px;
    }

    .firma-der ul {
        margin-top: 0px;
    }

    .social-container {
        margin: -30px 0 110px 0;
    }

    .social-bottom {
        margin-top: 50px;
    }

    .btn-write-us.button {
        width: 100%;
    }

    p.also-title {
        font-size: 1em;
        line-height: 1em;
    }

    /* #related.horizontal {padding-left:10px;}
    #related.horizontal .bloque{ width:100%; }
    #related.horizontal .bloque img{ margin-bottom:15px; }
    #related.horizontal .bloque img, #related.vertical .bloque p{float:left;}
    #related.horizontal .bloque img{width:45%; margin-right:2%;}
    #related.horizontal .bloque p{width:45%;float:left;}*/
    .dropdown {
        position: relative;
        margin-bottom: -80px;
    }


}


@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1) {


    #home-izd.large-6.columns, #home-izd.large-8.columns, #home-der.large-6.columns, #home-der.large-8.columns, #home-der .large-8.columns, #home-izd-over.large-6.columns, #home-izd-over.large-8.columns {
        width: 100%;
    }

    #home-der, article {
        padding: 0 20px;
    }


    /*-- PARA TABLES EN VERTICAL HAY QUE COPIAR LOS DEL BLOQUE DE ARRIBA --*/
    /*-- HOME PANTALLA PEQUEÑA --*/
    .sprite-galeria {
        display: none;
    }

    .logo img {
        display: block;
        top: 15px;
        left: 10px;
    }

    .top-home {
        display: none;
    }

    #home-izd, #home-izd-over {
        position: absolute;
        display: block;
        overflow: hidden;
    }

    h1.welcome span, #home-izd-over .spanMiddle p.intro span {
        background: none;
        padding: 0;
        box-decoration-break: clone;
    }


    #barra-top {
        display: block;
        z-index: 888;
        height: 50px;
    }

    p.pleasures {
        color: #fff;
        margin: 40px 0 0 0;
        font-size: 1em;
        width: 100%;
    }

    h1.welcome {
        color: #fff;
        font-size: 3em;
        width: 140%;
    }

    #home-izd-over .spanMiddle p {
        color: #fff;
        width: 100%;
    }

    .spanMiddle p.intro {
        font-size: 1.3em !important;
        line-height: 1.2em !important;
    }

    div a.btn-home {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }

    div#izquierda-abajo {
        display: none;
    }

    #home-izd.archivo, #home-izd-over.archivo {
        display: none;
    }

    #home-der.archivo {
        margin-top: 70px;
    }

    #home-izd {
        height: 100vh;
        position: relative;
        text-align: center;
        background-image: url(img/home-izd.jpg);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }


    #home-izd-over .spanMiddle {
        position: relative;
        top: 30vh;
        height: auto;
        width: 100%;
        text-align: left;
        padding: 10px 0px 0 0px;
    }


    .btn-abajo {
        display: block;
    }


    #home-der #articles h2, #home-der #events h2, #home-der #services h2, #home-der #monthly-videos h2 {
        padding: 30px 0 60px 0;
        background-color: rgba(255, 255, 255, 0);
    }

    h2.link-home .flecha {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);

    }

    .opacityWrapper {
        opacity: 1;
    }

    .categoria-archivo p {
        position: relative;
        z-index: 555;
    }


    /*-- ARTICULOS PANTALLA PEQUEÑA --*/
    #home-der .destacado h3 {
        font-size: 2.25em;
        line-height: 1.2em;
    }

    .ccfic {
        text-align: left;
    }

    .cuerpo-texto blockquote p {
        float: left;
        font-size: 6em;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 40px;
        margin-top: 10px;
        font-size: 1.92em;
        font-weight: normal;
    }

    .cuerpo-texto blockquote p::before, .cuerpo-texto blockquote p::after {
        width: 100%;
        display: block;
        margin: 18px 0 12px 0;
        content: '';
        width: 22%;
        height: 10px;
        background: #000000;
    }

    #firma-right {
        text-align: left;
    }

    .fine-line {
        margin-bottom: 40px;
    }

    .by-line p {
        border-bottom: 0px;
    }

    #libro-articulo p {
        margin-top: 20%;
    }

    #libro-articulo {
        margin: -25px 0 40px 0;
    }

    .excerpt.top {
        display: none;
    }

    .excerpt.bottom {
        display: block;
    }

    h1.titulo-articulo {
        font-size: 2.8em;
        line-height: 1.12em;
        font-weight: 400;
    }

    .cuerpo-texto p img {
        float: right;
        width: 100%;
        margin: 20px 0 20px 0;
    }

    .alignright img, figure {
        width: 100% !important;
    }

    #firma-articulo p {
        margin: 40px 0 15px 0;
    }

    #firma-extendida {
        margin-top: 30px;
    }

    #firma-extendida img {
        padding: 0 2px 9px 3px;
    }

    #firma-extendida p {
        font-size: 1em;
    }

    .firma-izq ul {
        margin-top: -25px;
    }

    .firma-der ul {
        margin-top: 0px;
    }

    .social-container {
        margin: -30px 0 110px 0;
    }

    .social-bottom {
        margin-top: 50px;
    }

    .btn-write-us.button {
        width: 100%;
    }

    p.also-title {
        font-size: 1em;
        line-height: 1em;
    }

    /* #related.horizontal {padding-left:10px;}
    #related.horizontal .bloque{ width:100%; }
    #related.horizontal .bloque img{ margin-bottom:15px; }
    #related.horizontal .bloque img, #related.vertical .bloque p{float:left;}
    #related.horizontal .bloque img{width:45%; margin-right:2%;}
    #related.horizontal .bloque p{width:45%;float:left;}*/
    .dropdown {
        position: relative;
        margin-bottom: -80px;
    }


}

@media only screen and (max-width: 85.0625em) {

    /* VIDEO
    .rve{float:none; width:100%; margin: 20px 0 ;}*/
    .arve-wrapper.alignright, .arve-wrapper.alignleft {
        float: none;
        width: 100%;
        margin: 20px 0;
    }

    #home-izd-over .spanMiddle p {
        width: 100%;
    }

    h2.link-home.dropdown-title {
        display: none;
    }

    h2.movil {
        display: block;
    }

    /* ÑAPAS TABLET HORIZONTAL */
    .social-container li:nth-child(2), .social-container li:nth-of-type(2) {
        padding: 0 0 10px 0;
    }


}

@media (max-width: 480px) {
    .evcal_evdata_img {
        max-height: 106px !important;
    }

    .evcal_evdata_cell h3.evo_h3 {
        padding-left: 25px !important;
    }
}


@media only screen and (min-width: 64.0625em) {
    .social-container li:nth-child(2) {
        margin-left: 10px;
        margin-right: 10px;
    }
}
