@import url("normalize.css");
@import url("fonts.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900");
@import url("animate.css");
@import "https://fonts.googleapis.com/icon?family=Material+Icons";
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

a {
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.button {
  background-color: #2C2426;
  color: #fff;
  font-weight: 600;
  padding: 0 2rem;
  line-height: 4rem;
  border: solid 1px #000;
  font-family:'Playfair Display';
  font-size: 16px;
  text-transform: none;
  font-style: italic;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }
  .button:hover {
    background-color: #eaeaea;
    color: #000; }

p {
  line-height: 1.3rem;
  font-size: 13px; }

body {
  font-family: 'suisse_bp_intl_regularregular';
  font-size: 14px;
  text-align: center;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  padding-bottom: 0 !important; }

h1, h2, h3, h4, h5 {
  font-weight: normal;
  margin: 0; }

h2 {
  font-family: "Playfair Display", sans-serif;
  font-weight:400;
  font-size: 2.3rem; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 2rem; } }

.container {
  width: 1180px;
  margin: 0 auto; }
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
    overflow: hidden;
  }
}

h1 {
  background-image: url("../img/logo-lt.svg");
  width: 300px;
  height: 60px;
  background-size: 300px 60px;
  background-repeat: no-repeat;
  text-align: center;
  margin: 0 auto; }
  h1 span {
    display: none; }
  @media screen and (max-width: 768px) {
    h1 {
      width: 220px;
      height: 39px;
      background-size: 220px 39px; } }

h3 {
  font-family: "playfair Display", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  border-bottom: solid 3px #000;
  width: 100%;
  padding: .5rem 0; }

h4 {
  font-weight: 600;
  font-size: 14px;
  margin: 7px 0; }

section#big-banner {
  background-color: #F4F3F3;
  padding: 20px 0; }
  section#big-banner div#banners {
    width: 980px;
    margin: 0 auto;
  }
    @media screen and (max-width: 1024px) {
      section#big-banner div#banners {
        width: 100%;
      }
    }
    section#big-banner div#banners img {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      float: left;
    }

.small, .tags {
  font-size: 11px;
  text-transform: uppercase;
  color: #9B9B9B; }

#header-title > p.fecha.small {
   font-family: 'suisse_bp_intl_regularregular';
}

#header-title > p.tagline.small {
   font-family: 'suisse_bp_intl_regularregular';
}

p {
  margin: 0; }

header.mini {
  text-align: left;
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 4;
  height: 62px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
  header.mini div.container {
    width: 100%;
    padding: .4rem .6rem .6rem;
    border-bottom: solid 0px #fff; }
    header.mini div.container div#header-title, header.mini div.container nav {
      display: inline-block;
      vertical-align: top; }
    header.mini div.container div#header-title {
      width: 150px;
    }
      header.mini div.container div#header-title p.fecha, header.mini div.container div#header-title p.tagline {
        display: none; }
      header.mini div.container div#header-title h1 {
        background-image: url("../img/logo-la-tempestad-mini.svg");
        width: 128px;
        height: 24px;
        background-size: 128px 24px;
        background-repeat: no-repeat;
        text-align: center;
        margin: 0;
        padding: 0;
        margin-top: .3rem;
        margin-left: .5rem; }
    header.mini div.container nav {
      margin-left: 1rem;
      width: 81%;
    }
      header.mini div.container nav ul#menu-header a {
        margin: 0 .7rem; }

header, div.header {
  padding: 20px 0 0;
  height: 225px;
  padding: 0; }
  @media screen and (max-width: 768px) {
    header, div.header {
      height: 125px; } }
  header div.container, div.header div.container {
    border-bottom: solid 2px #000;
    padding-bottom: 18px; }
    @media screen and (max-width: 768px) {
      header div.container, div.header div.container {
        padding-bottom: 0; } }
    header div.container div#header-title, div.header div.container div#header-title {
      text-align: center;
      padding: 11px 0; }
    header div.container nav, div.header div.container nav {
      text-align: left; }
      @media screen and (max-width: 768px) {
        header div.container nav, div.header div.container nav {
          display: none !important; } }
      header div.container nav ul#menu-header, header div.container nav ul#social-header, div.header div.container nav ul#menu-header, div.header div.container nav ul#social-header {
        display: inline-block;
        vertical-align: top;
        list-style: none;
        margin: 0;
        padding: 0; }
        header div.container nav ul#menu-header li, header div.container nav ul#social-header li, div.header div.container nav ul#menu-header li, div.header div.container nav ul#social-header li {
          display: inline; }
          header div.container nav ul#menu-header li a:hover, header div.container nav ul#social-header li a:hover, div.header div.container nav ul#menu-header li a:hover, div.header div.container nav ul#social-header li a:hover {
            opacity: .8; }
      header div.container nav ul#menu-header, div.header div.container nav ul#menu-header {
        margin-top: 19px; }
        header div.container nav ul#menu-header li.current_page_item a, div.header div.container nav ul#menu-header li.current_page_item a {
          border-bottom: solid 2px black; }
        header div.container nav ul#menu-header a, div.header div.container nav ul#menu-header a {
          padding: 1rem 0;
          margin: 0 0.8rem;
          text-align: center;
          text-transform: uppercase;
          color: #000;
          font-weight: 300;
          border-bottom: solid 2px transparent; }
          header div.container nav ul#menu-header a:hover, div.header div.container nav ul#menu-header a:hover {
            border-bottom: solid 2px black; }
      header div.container nav ul.social-header-big, div.header div.container nav ul.social-header-big {
        float: right !important;
        width: 170px !important;
        text-align: right !important;
        padding-top: 15px !important;
      }
      header div.container nav ul.social-header-small, div.header div.container nav ul.social-header-small {
        float: right !important;
        width: 128px !important;
        text-align: right !important;
        padding-top: 15px !important;
        margin-right: 4px !important;
      }
        header div.container nav ul#social-header img, div.header div.container nav ul#social-header img {
          margin-left: 1rem;
          transition: all 0.2s ease;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -o-transition: all 0.2s ease; }
          header div.container nav ul#social-header img:hover, div.header div.container nav ul#social-header img:hover {
            opacity: .7; }

        #menu-header li a {
    font-family: 'suisse_bp_intl_regularregular';
}

section#content, section#sidebar {
  display: inline-block;
  vertical-align: top; }

section#content {
  width: 860px;
  margin-right: 20px;
  margin-bottom: 60px; }
  @media screen and (max-width: 1183px) {
    section#content {
      margin-bottom: 30px;
      margin-right: 0;
      width: 100%;
    }
  }
  section#content div#destacadas .item-destacada {
    background-image: url("../img/banner-destacada.jpg");
    height: 530px;
    background-size: cover;
    position: relative;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
    section#content div#destacadas .item-destacada:hover {
      background-size: 110% auto;
      background-position: center center;
      cursor: pointer; }
    section#content div#destacadas .item-destacada:after {
      content: '\A';
      position: absolute;
      width: 100%;
      height: 530px;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 768px) {
      section#content div#destacadas .item-destacada {
        background-size: auto 100% !important; }
        section#content div#destacadas .item-destacada:hover {
          background-size: auto 100% !important; } }
    section#content div#destacadas .item-destacada div.center-v {
      position: absolute;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      max-width: 640px;
      color: #fff;
      z-index: 3;
      width: 640px; }
      @media screen and (max-width: 768px) {
        section#content div#destacadas .item-destacada div.center-v {
          width: 90%; } }
      section#content div#destacadas .item-destacada div.center-v p {
        width: 460px;
        margin: 0 auto;
        font-size: 15px;
        font-family: 'suisse_bp_intl_regularregular'; }
        @media screen and (max-width: 768px) {
          section#content div#destacadas .item-destacada div.center-v p {
            width: 90%; } }
      section#content div#destacadas .item-destacada div.center-v p.small {
        color: #fff;
        font-family: 'suisse_bp_intl_regularregular'; }
      section#content div#destacadas .item-destacada div.center-v div.divider {
        width: 100px;
        height: 1px;
        background-color: #fff;
        margin: .5rem auto; }
      section#content div#destacadas .item-destacada div.center-v h2 {
        font-size: 45px;
        text-transform: uppercase;
        letter-spacing: -0.75px; }
        @media screen and (max-width: 768px) {
          section#content div#destacadas .item-destacada div.center-v h2 {
            font-size: 40px;
            line-height: 50px; } }
  section#content div#posts {
    margin-top: 20px; }
    section#content div#posts div#noticias, section#content div#posts div#especiales {
      display: inline-block;
      vertical-align: top; }
    section#content div#posts div#noticias {
      width: 535px;
      margin-right: 20px; }
      section#content div#posts div#noticias a.button {
        min-width: 600px !important;
        padding: 1rem 12.5rem; }
        @media screen and (max-width: 768px) {
          section#content div#posts div#noticias {
            margin-right: 0;
          }
          section#content div#posts div#noticias a.button {
            min-width: 100% !important;
            padding: 1rem 2.5rem;
          }
        }
      section#content div#posts div#noticias a {
        color: #000; }
        section#content div#posts div#noticias a article {
          margin: 15px 0;
          height: 140px;
          overflow: hidden;
          transition: all 0.2s ease;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          cursor: pointer; }
          @media screen and (max-width: 768px) {
            section#content div#posts div#noticias a article {
              height: auto; } }
          section#content div#posts div#noticias a article:hover {
            background-color: #F4F3F3;
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); }
          section#content div#posts div#noticias a article .col-1, section#content div#posts div#noticias a article .col-2 {
            display: inline-block;
            vertical-align: top; }
          section#content div#posts div#noticias a article .col-1 {
            width: 170px;
            overflow: hidden; }
            @media screen and (max-width: 768px) {
              section#content div#posts div#noticias a article .col-1 {
                width: 20%; } }
            section#content div#posts div#noticias a article .col-1 img {
              width: auto;
              height: 170px; }
              @media screen and (max-width: 768px) {
                section#content div#posts div#noticias a article .col-1 img {
                  width: 100px;
                  height: auto;
                  margin-top: 1.7rem; } }
          section#content div#posts div#noticias a article .col-2 {
            width: 360px;
            text-align: left;
            padding: 5px 20px 0px 30px; }
            @media screen and (max-width: 768px) {
              section#content div#posts div#noticias a article .col-2 {
                padding: 0;
                width: 75%;
                margin-left: 2%; } }
            section#content div#posts div#noticias a article .col-2 .fecha {
              float: right;
              text-align: right; }
              @media screen and (max-width: 768px) {
                section#content div#posts div#noticias a article .col-2 .fecha {
                  display: none; } }
            section#content div#posts div#noticias a article .col-2 .resumen {
              max-height: 115px;
              overflow: hidden; }
              .resumen h4{font-family:'Playfair Display';
                text-transform: uppercase;}
      @media screen and (max-width: 768px) {
        section#content div#posts div#noticias {
          width: 100%;
          padding: 1rem; } }
    section#content div#posts div#especiales {
      width: 300px; }
      @media screen and (max-width: 768px) {
        section#content div#posts div#especiales {
          width: 100%;
          padding: 1rem; } }
      section#content div#posts div#especiales div#columnas a.button, section#content div#posts div#especiales #instantaneas a.button {
        padding: 1rem 7rem;
        max-width: 300px;
        white-space: nowrap; }
      section#content div#posts div#especiales div#columnas h3, section#content div#posts div#especiales #instantaneas h3 {
        margin-bottom: 15px; }
      section#content div#posts div#especiales div#columnas span a, section#content div#posts div#especiales #instantaneas span a {
        float: right;
        margin-top: -3rem;
        font-family: "Open Sans", sans-serif;
        font-size: 13px;
        color: #000;
        letter-spacing: 0;
        text-transform: uppercase; }
        section#content div#posts div#especiales div#columnas span a:hover, section#content div#posts div#especiales #instantaneas span a:hover {
          text-decoration: underline; }
      section#content div#posts div#especiales div#columnas a div.item-columna.mini, section#content div#posts div#especiales #instantaneas a div.item-columna.mini {
        height: 136px; }
      section#content div#posts div#especiales div#columnas a div.item-columna, section#content div#posts div#especiales #instantaneas a div.item-columna {
        width: 300px;
        height: 280px;
        margin-bottom: 30px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease; }
        @media screen and (max-width: 768px) {
          section#content div#posts div#especiales div#columnas a div.item-columna, section#content div#posts div#especiales #instantaneas a div.item-columna {
            width: 100%; } }
        section#content div#posts div#especiales div#columnas a div.item-columna div.titulo, section#content div#posts div#especiales #instantaneas a div.item-columna div.titulo {
          background-color: rgba(0, 0, 0, 0.5);
          padding: .5rem 1rem;
          color: #fff;
          text-align: left;
          position: absolute;
          bottom: 0;
          width: 100%;
          transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease; }
          section#content div#posts div#especiales div#columnas a div.item-columna div.titulo h4, section#content div#posts div#especiales #instantaneas a div.item-columna div.titulo h4 {
            font-family: "Playfair Display", sans-serif;
            text-transform: uppercase;
            font-weight: 500;
            font-size: 18px;
            margin: 0; }
          section#content div#posts div#especiales div#columnas a div.item-columna div.titulo .small, section#content div#posts div#especiales #instantaneas a div.item-columna div.titulo .small {
            color: #fff; }
      section#content div#posts div#especiales div#columnas a:hover div.item-columna div.titulo, section#content div#posts div#especiales #instantaneas a:hover div.item-columna div.titulo {
        background-color: rgba(0, 0, 0, 0.7); }

section.post.page article {
  width: 100%; }
  section.post.page article div.content {
    margin: 0 auto;
    display: block;
    padding: 50px 0; }

section.post article.full {
  width: 100%;
  margin: 0;
  margin-top: -30px; }
  section.post article.full p.figcaption {
    color: #9B9B9B;
    text-align: center;
	line-height: 20px !important;
    margin-top: -20px;
    margin-bottom: 30px;
    font-size: 12px; }
  @media screen and (max-width: 768px) {
    section.post article.full div.header {
      height: 670px !important; } }

section.post article {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  section.post article {
    width: 100%;
  }
}
  section.post article a {
    color: #000;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-decoration: underline; }
  section.post article p.pie {
    margin-bottom: 30px;
    text-align: center;
    font-size: 12px;
    color: #9B9B9B;
    letter-spacing: 0;
    margin-top: .4rem; }
  section.post article div.header {
    border-bottom: solid 2px #000;
    padding: 0 0 30px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    height: auto;
    width: 100%;
  }
    @media screen and (max-width: 1200px) {
      section.post article div.header {
        width: 90%;
        margin-left: 1rem;
      }
    }
    section.post article div.header p.categoria {
      font-family: 'suisse_bp_intl_regularregular', sans-serif;
      text-transform: uppercase;
      font-size: 15px;
      letter-spacing: -0.58px; }
    section.post article div.header p.meta span {
      text-transform: uppercase; }
    section.post article div.header h2 {
      font-family: "Playfair Display", sans-serif;
      font-size: 45px;
      letter-spacing: -1.02px;
      line-height: 55px;
      font-weight: 400; }
      @media screen and (max-width: 480px) {
        section.post article div.header h2 {
          font-size: 34px;
          line-height: 44px;
        }
      }

  section.post article div.banner-top:after {
    height: 636px !important;
    top: 380px !important; }
  @media screen and (max-width: 768px) {
    section.post article div.banner-top:after {
      height: 670px !important;
      top: 0px !important; } }
  section.post article div.header.full-screen {
    background-size: cover;
    padding: 200px 0 !important;
    margin: 0;
    width: 100% !important;
    text-align: center;
    color: #fff;
    border-bottom: none;
    display: inline-block;
    vertical-align: top;
    background-position: center center;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      section.post article div.header.full-screen {
        padding: 130px 1rem 120px !important;
        position: relative; }
        section.post article div.header.full-screen:after {
          height: 670px; } }
    section.post article div.header.full-screen h2, section.post article div.header.full-screen p, section.post article div.header.full-screen .divider {
      position: relative;
      z-index: 3; }
    section.post article div.header.full-screen h2 {
      text-transform: uppercase;
      margin: 1rem 0; }
    section.post article div.header.full-screen div.divider {
      height: 1px;
      width: 100px;
      background-color: #fff;
      margin: 1rem auto; }
    section.post article div.header.full-screen span.excerpt p {
      width: 520px;
      margin: 0 auto;
      height: 60px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        section.post article div.header.full-screen span.excerpt p {
          width: 90%; } }
    section.post article div.header.full-screen p.intro {
      width: 600px;
      margin: 0 auto; }
    section.post article div.header.full-screen p.meta {
      margin-top: 2rem; }
  section.post article div.header-page {
    width: 100%; }
    @media screen and (max-width: 768px) {
      section.post article div.header-page {
        width: 90%; } }
  section.post article div.content.no-single {
    padding: 0 0 30px; }
    @media screen and (max-width: 768px) {
      section.post article div.content.no-single {
        width: 90%; } }
    section.post article div.content.no-single div.portada, section.post article div.content.no-single div.descripcion {
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        section.post article div.content.no-single div.portada, section.post article div.content.no-single div.descripcion {
          width: 100% !important; } }
    section.post article div.content.no-single div.descripcion {
      padding-left: 3rem;
      width: 60%; }
      @media screen and (max-width: 768px) {
        section.post article div.content.no-single div.descripcion {
          padding-left: 1rem;
          padding-bottom: 30px; } }
      section.post article div.content.no-single div.descripcion h4 {
        font-size: 20px;
        font-family: "Oswald", sans-serif; }
      section.post article div.content.no-single div.descripcion h3 {
        margin: 2rem 0 1rem; }
      section.post article div.content.no-single div.descripcion form {
        margin: 1rem 0; }
    section.post article div.content.no-single div.portada {
      width: 15%;
      margin-bottom: 30px; }
      section.post article div.content.no-single div.portada img {
        max-width: 100%; }
    section.post article div.content.no-single p:first-child:first-letter {
      font-size: 100%;
      float: none;
      margin-top: auto; }
  section.post article div.content {
    width: 100%; }
	section.post article div.content div.centerSidebar {
  	  display: inline-block;
	    text-align: center;
  	  vertical-align: top;
	  width: 300px; }
	  @media screen and (max-width: 768px) {
		section.post article div.content div.centerSidebar {
		  width: 100%; } }
    section.post article div.content div.left {
      display: inline-block;
      vertical-align: top;
      width: 830px;
      margin-right: 30px; }
      @media screen and (max-width: 1200px) {
        section.post article div.content div.left {
          width: 100%;
          padding: 0 1rem;
        }
      }
      section.post article div.content div.left figure {
        width: 830px;
        margin: 0 0 30px; }
        @media screen and (max-width: 1024px) {
          section.post article div.content div.left figure {
            width: 100%;
          }
        }
        section.post article div.content div.left figure img {
          width: 100%;
          margin-bottom: 0 !important;
          height: auto; }
        section.post article div.content div.left figure figcaption {
          font-size: 12px;
          color: #9B9B9B; }
      section.post article div.content div.left p {
        font-family: "Crimson Text", serif;
        font-size: 22px;
        letter-spacing: 0;
        line-height: 32px;
        margin-bottom: 1rem; }
      section.post article div.content div.left h3 {
        font-family: "Crimson Text", serif;
        font-size: 27px;
        letter-spacing: -0.61px;
        line-height: 33px;
        border-bottom: none;
        text-transform: none;
        font-weight: 700;
        margin: 1rem 0 .5rem; }
      section.post article div.content div.left h3.fbcb_leave_cmnt_label {
        font-family: "Playfair display", sans-serif !important;
        font-size: 15px !important;
        font-weight: 400 !important;
        text-transform: uppercase !important;
        text-align: left !important;
        border-bottom: solid 3px #000 !important;
        width: 100% !important;
        padding: .5rem 0 !important; }
      section.post article div.content div.left blockquote {
        width: 380px;
        float: right;
        margin: 0 0 30px 30px; }
        @media screen and (max-width: 768px) {
          section.post article div.content div.left blockquote {
            width: 100%; } }
        section.post article div.content div.left blockquote p {
          font-family: "Crimson Text", serif;
          font-size: 35px;
          letter-spacing: 0;
          line-height: 42px;
          font-style: italic; }
      section.post article div.content div.left a {
        color: #000;
        font-weight: 600;
        text-decoration: underline;
        font-size: 24px !important;
        font-family: "Crimson Text", serif !important; }
      section.post article div.content div.left img {
        margin-bottom: 1rem;
        max-width: 830px;
        height: auto;
		    width:100%
      }
      @media screen and (max-width: 1024px) {
        section.post article div.content div.left img {
          max-width: 100%;
        }
      }
      section.post article div.content div.left div.tags {
        width: 830px;
        text-align: left; }
        @media screen and (max-width: 1024px) {
          section.post article div.content div.left div.tags {
            width: 100%;
          }
        }
        section.post article div.content div.left div.tags h3 {
          color: #000;
          font-family: "playfair display", sans-serif;
          font-size: 15px;
          font-weight: 400;
          text-transform: uppercase;
          text-align: left;
          border-bottom: solid 3px #000;
          width: 100%;
          padding: .5rem 0; }
        section.post article div.content div.left div.tags ul {
          padding: 0; }
          section.post article div.content div.left div.tags ul li {
            display: inline-block;
            margin-right: .5rem;
            margin-bottom: .5rem; }
            section.post article div.content div.left div.tags ul li a {
              color: #9B9B9B;
              padding: .2rem .5rem;
              text-decoration: none;
              font-size: 12px !important;
              font-family: "Open Sans", sans-serif !important; }
              section.post article div.content div.left div.tags ul li a:hover {
                background-color: #000;
                color: #fff;
                border-radius: 3px; }
      section.post article div.content div.left div.comentarios {
        width: 830px;
        margin-top: 30px; }
        section.post article div.content div.left div.comentarios h3 {
          font-family: "Oswald", sans-serif;
          font-size: 15px;
          font-weight: 400;
          text-transform: uppercase;
          text-align: left;
          border-bottom: solid 3px #000;
          width: 100%;
          padding: .5rem 0; }
        section.post article div.content div.left div.comentarios img {
          margin-top: 30px;
          width: 100%; }

section#sidebar {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  width: 300px; }
  @media screen and (max-width: 768px) {
    section#sidebar {
      width: 300px;
      padding: 1rem; } }
  @media screen and (max-width: 768px) {
    section#sidebar #agenda {
      margin-bottom: 1rem; } }
  section#sidebar #agenda .contenedor-agenda {
    background-image: url("../img/agenda-footer.png");
    background-size: 300px 22px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    max-height: 320px;
    height: auto;
    overflow: scroll; }
    section#sidebar #agenda .contenedor-agenda a {
      color: #000;
      text-decoration: none !important;
      font-weight: normal; }
      section#sidebar #agenda .contenedor-agenda a .item-agenda {
        text-align: left;
        padding: 10px 15px; }
        section#sidebar #agenda .contenedor-agenda a .item-agenda img {
          margin-right: .5rem; }
        section#sidebar #agenda .contenedor-agenda a .item-agenda:hover {
          background-color: #F4F3F3; }
  section#sidebar #newsletter {
    background-color: #000;
    padding: 15px;
    text-align: left;
    position: relative;
    margin-top: 0; }
    section#sidebar #newsletter p {
      color: #fff; }
    section#sidebar #newsletter input {
      height: 50px;
      padding: 1rem;
      margin-top: 1rem;
      border: solid 1px #fff;
      width: 100%; }
    section#sidebar #newsletter input[type=submit] {
      background-color: #9B9B9B;
      border: solid 1px #9B9B9B;
      background-image: url("../img/ic-newsletter.svg");
      background-repeat: no-repeat;
      background-position: center center;
      width: 50px;
      position: absolute;
      right: 15px;
      bottom: 15px; }
  section#sidebar #videos {
    margin: 1rem 0 0; }
  section#sidebar #anuncios {
    margin-top: 22px; }
    section#sidebar #anuncios p {
      margin-bottom: 1rem; }
      section#sidebar #anuncios p img {
        width: 100%; }
    section#sidebar #anuncios .item-anuncio {
      width: 300px;
      margin-bottom: 20px; }
      section#sidebar #anuncios .item-anuncio img {
        width: 100%; }
      @media screen and (max-width: 768px) {
        section#sidebar #anuncios .item-anuncio {
          width: 100%; } }

section.archive article div.header {
  padding: 0 0 10px;
  width: 100%;
}
section.archive article div.header h2:first-letter {
  text-transform: uppercase; }

section.archive article div.header.galerias {
  border-bottom: solid 2px #fff; }

section.archive a figure {
  margin-bottom: 30px !important; }

section#relacionadas {
  margin: 0 0 30px; }
  @media screen and (max-width: 768px) {
    section#relacionadas {
      padding: 0 1rem;
      margin-top: 0; } }
  section#relacionadas h3 {
    margin-bottom: 30px; }
  section#relacionadas a {
    color: #000; }
    section#relacionadas a figure {
      width: 370px;
      display: inline-block;
      vertical-align: top;
      margin: 0 20px 0 0;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; }
      @media screen and (max-width: 768px) {
        section#relacionadas a figure {
          width: 100%; } }
      section#relacionadas a figure img {
        width: 100%;
        height: auto; }
      section#relacionadas a figure figcaption {
        padding: 0 1rem .5rem;
        text-align: left; }
        section#relacionadas a figure figcaption h4 {
          font-family: "Crimson Text", serif;
          font-size: 1.1rem; }
        section#relacionadas a figure figcaption .small {
          margin-top: .5rem; }
      section#relacionadas a figure:hover {
        background-color: #F4F3F3;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); }
    section#relacionadas a figure.last {
      margin-right: 0; }

#banner-footer {
  margin: 60px 0; }
  #banner-footer img {
    width: 860px; }

section#galeria.archive {
  padding: 30px 0 0px;
  height: auto; }

section#galeria {
  background-color: #000;
  color: #fff;
  padding: 70px 0 0;
  height: 515px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    section#galeria {
      padding: 50px 1rem;
      height: auto; } }
  section#galeria h3 {
    border-bottom: solid 2px #fff; }
  section#galeria span a {
    float: right;
    margin-top: -1.5rem;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0;
    text-transform: uppercase; }
    section#galeria span a:hover {
      text-align: right;
      width: 100% !important; }
  section#galeria .grid-galerias {
    padding: 30px 0; }
    section#galeria .grid-galerias a, section#galeria .grid-galerias span {
      color: #fff;
      width: 370px;
      display: inline-block;
      vertical-align: top;
      position: relative; }
      @media screen and (max-width: 768px) {
        section#galeria .grid-galerias a, section#galeria .grid-galerias span {
          width: 100% !important; } }
      section#galeria .grid-galerias a h4, section#galeria .grid-galerias span h4 {
        font-family: "Oswald", sans-serif;
        font-size: 18px;
        font-weight: 400; }
      section#galeria .grid-galerias a p.right, section#galeria .grid-galerias span p.right {
        text-align: right;
        margin-top: 1rem;
        text-transform: uppercase;
        font-size: 13px;
        position: absolute;
        bottom: 2rem;
        right: 2rem; }
      section#galeria .grid-galerias a .item-galeria, section#galeria .grid-galerias span .item-galeria {
        text-align: left;
        margin: 10px;
        background-size: cover; }
        section#galeria .grid-galerias a .item-galeria .info, section#galeria .grid-galerias span .item-galeria .info {
          padding: 1rem;
          opacity: 0;
          transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          background-color: rgba(0, 0, 0, 0.5);
          height: 230px; }
      section#galeria .grid-galerias a:hover .item-galeria .info, section#galeria .grid-galerias span:hover .item-galeria .info {
        opacity: 1; }

.envira-gallery-item img {
  width: 100% !important;
}

.myIframeDIV {
  min-height: 280px;
}

.myIframeDIV div {
  height: 250px;
}

@media screen and (max-width: 1024px) {
	.myIframeDIV {
    margin-top: 40px;
	  min-height: 100px;
    max-height: 350px;
  }
	#envira-gallery-51261 {
    height: 100px !important;
  }
  .envira-gallery-item {
    padding: 0 5px !important;
  }

  .myIframeDIV div {
    height: 320px;
  }
}

@media screen and (max-width: 768px) {
  .myIframeDIV {
    margin-top: 30px;
	  min-height: 100px;
    max-height: 280px;
  }
  .myIframeDIV div {
    height: 250px;
  }
}

@media screen and (max-width: 620px) {
  .myIframeDIV {
    margin-top: 20px;
	  min-height: 100px;
    max-height: 240px;
  }
  .myIframeDIV div {
    height: 220px;
  }
}

@media screen and (max-width: 545px) {
  .myIframeDIV {
    margin-top: 20px;
	  min-height: 100px;
    max-height: 180px;
  }
  .myIframeDIV div {
    height: 180px;
  }
}

@media screen and (max-width: 425px) {
  .myIframeDIV {
    margin-top: 20px;
	  min-height: 100px;
    max-height: 150px;
  }
  .myIframeDIV div {
    height: 140px;
  }
}

.envira-gallery-item .envira-album-title {
	display:none;
  margin: 0 !important;
  padding: .5rem 0;
  text-align: left !important;
  font-family: "Playfair Display", sans-serif;
  font-size: 20px; }

.envira-gallery-item .envira-album-image-count {
  text-align: left !important;
  font-size: 13px;
  font-family: "Open Sans", sans-serif; }

.envirabox-overlay.overlay-supersize.overlay-base_light {
  background-color: #fff !important; }

.envirabox-title {
  font-family: "Open Sans", sans-serif !important; }

.envirabox-skin.envirabox-theme-subtle {
  border: none !important;
  background: #fff !important;
  box-shadow: none !important; }

.envirabox-overlay.overlay-supersize {
  background: #fff !important; }

.envirabox-title-inside-wrap {
  padding: 15px 0 35px !important; }

.envira-album-gallery-description {
  text-align: left !important;
display:none;}

.envira-gallery-description-above {
  margin-bottom: -20px !important; }

footer {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  background-color: #000;
  color: #fff;
  padding: 80px 0;
  text-align: left; }
  @media screen and (max-width: 768px) {
    footer {
      width: 100%;
      padding: 50px 1rem; } }
  footer .invert {
    display: block;
    width: 100px; }
  footer .menu-footer, footer .contacto {
    display: inline-block;
    vertical-align: top;
    margin-top: 60px; }
  footer .menu-footer {
    width: 600px; }
    @media screen and (max-width: 768px) {
      footer .menu-footer {
        width: 100%; } }
    footer .menu-footer ul {
      padding: 0;
      margin: 0;
      text-align: left; }
      footer .menu-footer ul li {
        display: inline-block;
        vertical-align: top;
        width: 45%;
        margin-bottom: 3rem; }
        @media screen and (max-width: 768px) {
          footer .menu-footer ul li {
            margin-right: 2%;
            margin-bottom: 2rem; } }
        footer .menu-footer ul li a {
          color: #fff; }
          footer .menu-footer ul li a:hover {
            text-decoration: underline; }
  footer .contacto {
    width: 320px;
    margin-left: 220px;
  }
  @media screen and (max-width: 1143px) {
    footer .contacto {
      position: relative;
      margin-left: 0;
      margin-top: 0;
    }
  }
  @media screen and (min-width: 924px) and (max-width: 1143px) {
    footer .contacto {
      margin-top: 60px;
    }
  }
    footer .contacto p {
      margin-bottom: 1rem; }
    footer .contacto ul {
      margin: 0;
      padding: 0; }
      footer .contacto ul li {
        /*-webkit-filter: invert(100%);
        filter: invert(100%);*/
        display: inline;
        margin-right: 1rem; }
        footer .contacto ul li:hover {
          opacity: .7; }
    @media screen and (max-width: 768px) {
      footer .contacto {
        width: 100%; } }
  @media screen and (max-width: 768px) {
    footer .copyright {
      margin-top: 1rem;
      width: 90%; } }

.dist_revista {
  float: left;
  color: #000000;
  padding: 2px 0;
  margin: 0 5px 0 0;
  text-align: center;
  text-transform: uppercase;
  font-family: "Crimson Text", serif !important; }
  .dist_revista > a {
    color: #000000; }

.susc_revista {
  float: left;
  color: #000000;
  padding: 2px 0;
  text-align: center;
  text-transform: uppercase; }
  .susc_revista > a {
    color: #000000; }

.dist_columna {
  float: left;
  margin: 0px 0 20px;
  height: auto;
  width: 100%;
  font-family: "Crimson Text", serif !important; }

.dist_columna2 {
  float: left;
  margin: 0 5px;
  height: auto;
  width: 32%;
  font-family: "Crimson Text", serif !important; }

.dist_columna3 {
  float: left;
  margin: 0px 4px;
  height: auto;
  width: 64%;
  font-family: "Crimson Text", serif !important; }

.dist_titulo {
  color: #000;
  float: left;
  margin: 0px 0px 15px !important;
  position: relative;
  text-transform: uppercase;
  line-height: 14px;
  width: 100%;
  text-align: center !important;
  border-top: 1px solid rgba(153, 153, 153, 0.4) !important;
  border-bottom: 1px solid rgba(153, 153, 153, 0.4);
  padding: 7px 0px;
  font-family: "Crimson Text", serif !important; }

.dist_items {
  height: auto;
  width: 30%;
  float: left;
  margin-right: 20px;
  color: #000;
  margin-bottom: 15px;
  font-family: "Crimson Text", serif !important; }
  @media screen and (max-width: 768px) {
    .dist_items {
      width: 44%; } }

.avisodist {
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
  color: #000;
  font-family: "Crimson Text", serif !important; }

.wp-paginate.wpp-modern-grey .current {
  background-color: #000 !important;
  color: #fff !important;
  opacity: 1 !important; }

[data-toggle='modal'] {
  transition: all 0.3s ease; }
  [data-toggle='modal'] i {
    font-size: 2rem; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transform: translateY(1rem) translateZ(0);
  transform: translateY(1rem) translateZ(0);
  transition: all 0.3s ease;
  color: #000;
  text-align: left; }
  .modal.active {
    visibility: visible;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    opacity: 1;
    z-index: 999;
    visibility: visible; }
    .modal.active .content {
      opacity: 1;
      visibility: visible; }
  .modal [data-dismiss='modal'] {
    position: absolute;
    height: 5rem;
    width: 4rem;
    top: 0;
    right: 0;
    background-color: transparent;
    outline: none;
    border: none; }
    .modal [data-dismiss='modal']:focus i {
      color: #000; }
    .modal [data-dismiss='modal'] i {
      font-size: 2rem; }
    .modal [data-dismiss='modal'] span {
      display: block;
      color: #000;
      font-size: .5rem;
      -webkit-transform: translateY(0.2rem);
      -ms-transform: translateY(0.2rem);
      transform: translateY(0.2rem); }
  .modal .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 80%;
    margin: 0 auto;
    padding: 2rem 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0.3s; }
    .modal .content.show-tag-results > div.results {
      visibility: hidden;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
    .modal .content.show-tag-results > div.tag-results {
      visibility: visible;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .modal .content > div {
      position: absolute;
      width: 100%;
      top: 9rem;
      left: 0;
      transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9); }
      .modal .content > div.results {
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
      .modal .content > div.tag-results {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%); }
  .modal h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    font-size: 1rem;
    margin-top: 2rem;
    margin-bottom: 1rem; }
  .modal input {
    display: block;
    width: 100%;
    background: none;
    border: 2px solid #000;
    border-width: 0 0 2px 0;
    color: #000;
    padding: 1.5rem 0;
    font-size: 2rem;
    font-weight: 100;
    font-family: "Oswald", sans-serif; }
    .modal input:focus {
      outline: none; }
    @media screen and (max-width: 768px) {
      .modal input {
        font-size: 1.2rem; } }
  .modal ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .modal ul li {
      position: relative;
      color: #000;
      font-size: 1.15rem;
      padding: .75rem .5rem .75rem 1.75rem;
      cursor: pointer;
      border-bottom: solid 1px transparent; }
      .modal ul li:before {
        content: '';
        position: absolute;
        box-sizing: border-box;
        top: 50%;
        left: .5rem;
        margin-top: -4px;
        display: block;
        height: 8px;
        width: 8px;
        border: 0px solid white;
        border-radius: 100%; }
      .modal ul li:hover, .modal ul li:focus {
        border-bottom: solid 1px #000;
        outline: none; }
      .modal ul li a {
        color: #000;
        font-family: "Open Sans", sans-serif;
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: 300; }
    .modal ul + h2 {
      border-top: 1px solid #000;
      padding-top: 2rem;
      margin-top: 1rem;
      color: #000; }
  .modal .tag-results .selected-tag {
    display: block;
    position: absolute;
    left: 3rem;
    background: #0288D1;
    color: white;
    padding: .5rem 1rem; }
  .modal .tag-results > ul {
    margin-left: 35%;
    width: 60%; }
  .modal .back {
    position: absolute;
    top: 0;
    left: 0;
    height: 2.5rem;
    width: 2.5rem; }
    .modal .back i {
      font-size: 1.5rem; }

.material-icons {
  color: #000; }

@media screen and (max-width: 768px) {
  .wp-caption {
    width: 100% !important;
  }
    .wp-caption img {
      width: 100%;
      height: auto;
      margin-bottom: 0 !important; } }

.wp-caption p {
  font-size: 14px !important;
  color: #9B9B9B;
  line-height: 20px !important;
  margin-top: -1rem; }
  @media screen and (max-width: 768px) {
    .wp-caption p {
      text-align: center;
      width: 80%;
      margin: 0 auto; } }

.wp-caption {
  width: 100% !important;
}

.wp-caption p:first-letter {
  font-size: 100% !important;
  float: none !important;
  margin-top: 0 !important;
  margin-right: 0 !important; }

.menu-mobile {
  float: right;
  margin-top: .5rem;
  margin-right: 0; }

.wpsdc-drop-cap {
  padding: 0.25em 0.08em 0.25em 0 !important;
  font-size: 6.6rem !important;
  line-height: 0.3 !important; }

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on January 6, 2017 */

@font-face {
    font-family: 'hoefler';
    src: url('fonts/hoeflertext-black-webfont.woff2') format('woff2'),
         url('fonts/hoeflertext-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'suisse_bp_intl_boldbold';
    src: url('fonts/suissebpintl-bold-webfont.woff2') format('woff2'),
         url('fonts/suissebpintl-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'suisse_bp_intl_lightlight';
    src: url('fonts/suissebpintl-light-webfont.woff2') format('woff2'),
         url('fonts/suissebpintl-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'suisse_bp_intllight_italic';
    src: url('fonts/suissebpintl-lightitalic-webfont.woff2') format('woff2'),
         url('fonts/suissebpintl-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'suisse_bp_intl_mediummedium';
    src: url('fonts/suissebpintl-medium-webfont.woff2') format('woff2'),
         url('fonts/suissebpintl-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'suisse_bp_intl_mediumMdIt';
    src: url('fonts/suissebpintl-mediumitalic-webfont.woff2') format('woff2'),
         url('fonts/suissebpintl-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'suisse_bp_intl_regularregular';
    src: url('fonts/suissebpintl-regular-webfont.woff2') format('woff2'),
         url('fonts/suissebpintl-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'suisse_bp_intl_regularRgIt';
    src: url('fonts/suissebpintl-regularitalic-webfont.woff2') format('woff2'),
         url('fonts/suissebpintl-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
