/*
Theme Name: WCYE 
Theme URI:  
Author: Roberto Mesejo and Luis Mesejo 
Author URI: https://www.mesejo.com/ 
Version: 0.1 
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
Tags: white 
*/
html {
  font-family: 'dutch_normal' , serif;
  color: black;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden; }
  html ::-webkit-scrollbar {
    display: none; }

body {
  height: 100%;
  width: 100%;
  overflow: hidden; }

#wcye-wrap {
  position: relative;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-overflow-scrolling: touch; }
  #wcye-wrap ::-webkit-scrollbar {
    display: none; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 20000; }
  .header .menu_entero {
    position: absolute;
    left: 30px;
    top: 25px;
    height: 50px;
    font-size: 20px;
    line-height: 25px;
    z-index: 100;
    cursor: default;
    font-family: "dutch_normal", serif;
    width: calc(100% - 30px); }
    @media screen and (max-width: 675px) {
      .header .menu_entero {
        font-size: 14px; } }
    @media screen and (max-width: 550px) {
      .header .menu_entero {
        top: 55px;
        left: 15px; } }
    .header .menu_entero a {
      text-decoration: none;
      color: inherit; }
    .header .menu_entero span {
      display: inline-block; }
    .header .menu_entero ul {
      position: relative;
      visibility: hidden;
      opacity: 0;
      padding-left: 0;
      margin-top: 0;
      -webkit-transition: .1s ease-out 1s;
      -moz-transition: .1s ease-out 1s;
      -o-transition: .1s ease-out 1s;
      transition: .1s ease-out 1s; }
      @media screen and (max-width: 550px) {
        .header .menu_entero ul {
          visibility: visible;
          opacity: 1;
          margin-right: 15px;
          width: 100%;
          padding: 0;
          text-align: justify; }
          .header .menu_entero ul:after {
            content: '';
            width: 100%;
            display: inline-block; } }
      .header .menu_entero ul li {
        display: inline-block;
        margin-left: 1px;
        margin-right: 18px;
        font-family: 'dutch_italic', serif;
        font-size: 16px;
        position: relative;
        left: 0; }
        @media screen and (max-width: 550px) {
          .header .menu_entero ul li {
            margin-right: 19px;
            font-size: 12px;
            margin: 0; } }
        .header .menu_entero ul li a {
          text-decoration: none;
          color: inherit; }
        .header .menu_entero ul li:hover a {
          font-family: 'dutch_normal', serif; }
    .header .menu_entero:hover ul {
      visibility: visible;
      opacity: 1;
      -webkit-transition: .15s ease-in 0s;
      -moz-transition: .15s ease-in 0s;
      -o-transition: .15s ease-in 0s;
      transition: .15s ease-in 0s; }
    .header .menu_entero:focus ul {
      visibility: visible;
      opacity: 1;
      -webkit-transition: .15s ease-in 0s;
      -moz-transition: .15s ease-in 0s;
      -o-transition: .15s ease-in 0s;
      transition: .15s ease-in 0s; }
  .header .home {
    position: absolute;
    right: 30px;
    top: 15px;
    font-size: 20px;
    background-image: url("../img/logo.svg");
    width: 170px;
    height: 64px;
    background-repeat: no-repeat; }
    @media screen and (max-width: 550px) {
      .header .home {
        left: 15px;
        top: 15px;
        height: 35px; } }

#expo {
  position: relative;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }
  #expo .slick-list {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%; }
    #expo .slick-list .slick-track {
      position: relative;
      height: 100%;
      top: 0; }
      #expo .slick-list .slick-track .slick-slide {
        height: 100%;
        width: 100%;
        height: 100%;
        position: relative; }
        #expo .slick-list .slick-track .slick-slide .image-container {
          position: relative;
          width: calc(100% - 60px );
          margin-left: 30px;
          height: calc(100% - 160px);
          top: 80px;
          overflow: hidden; }
          @media screen and (max-width: 550px) {
            #expo .slick-list .slick-track .slick-slide .image-container {
              width: calc(100% - 30px);
              margin-left: 15px;
              height: calc(100% - 200px);
              top: 120px; } }
          #expo .slick-list .slick-track .slick-slide .image-container img {
            display: block;
            margin: 0 auto;
            width: 100%;
            height: 100%;
            object-fit: contain; }

.slick-arrow {
  position: fixed;
  top: 110px;
  height: calc(100% - 200px);
  opacity: 0;
  width: 30%;
  z-index: 50; }

.slick-next {
  right: 0;
  cursor: url(../img/right-cursor.png), auto; }

.slick-prev {
  left: 0;
  cursor: url(../img/left-cursor.png), auto; }

.expo-titulo {
  position: fixed;
  left: 30px;
  width: calc(100% - 60px );
  bottom: 20px; }
  @media screen and (max-width: 550px) {
    .expo-titulo {
      width: calc(100% - 30px );
      left: 15px; } }
  .expo-titulo a {
    font-size: 16px;
    font-family: "arnhem_normal", serif;
    font-style: italic;
    word-wrap: break-word;
    text-overflow: ellipsis;
    text-decoration: none;
    color: black;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 90px;
    overflow: hidden; }
    @media screen and (max-width: 675px) {
      .expo-titulo a {
        font-size: 12px; } }
  .expo-titulo p {
    position: relative; }

.hidden {
  display: none; }

.slick-initialized {
  opacity: 1 !important; }

#project {
  position: relative;
  height: 100%;
  opacity: 0; }
  #project .slick-list {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    #project .slick-list .slick-track {
      position: relative;
      height: 100%;
      top: 0; }
      #project .slick-list .slick-track .slick-slide {
        height: 100%;
        width: 100%;
        height: 100%;
        position: relative; }
        #project .slick-list .slick-track .slick-slide .image-container {
          position: relative;
          height: calc(100% - 160px);
          top: 80px;
          overflow: hidden;
          width: calc(100% - 60px );
          margin-left: 30px; }
          @media screen and (max-width: 550px) {
            #project .slick-list .slick-track .slick-slide .image-container {
              width: calc(100% - 30px);
              margin-left: 15px;
              height: calc(100% - 160px);
              top: 60px; } }
          #project .slick-list .slick-track .slick-slide .image-container img {
            display: block;
            margin: 0 auto;
            width: 100%;
            height: 100%;
            object-fit: contain; }
        #project .slick-list .slick-track .slick-slide .description-scroll {
          overflow: auto;
          opacity: 1;
          z-index: 2;
          cursor: ns-resize;
          padding-right: 1000px;
          height: calc(100% - 60px);
          width: 100%;
          left: 0;
          margin-left: 0;
          opacity: 1; }
          @media screen and (max-width: 550px) {
            #project .slick-list .slick-track .slick-slide .description-scroll {
              height: calc(100% - 70px); } }
          #project .slick-list .slick-track .slick-slide .description-scroll .description-container {
            top: 0;
            width: calc(100% - 60px );
            left: 30px;
            pointer-events: none; }
            @media screen and (max-width: 550px) {
              #project .slick-list .slick-track .slick-slide .description-scroll .description-container {
                left: 0;
                width: calc(100% - 30px);
                margin-left: 15px;
                margin: 0 auto; } }
            #project .slick-list .slick-track .slick-slide .description-scroll .description-container .description {
              pointer-events: none;
              max-width: 600px;
              margin: 0 auto;
              padding-top: 50px;
              position: relative;
              padding-bottom: 200px; }

.project-titulo {
  position: fixed;
  left: 30px;
  width: calc(100% - 60px );
  bottom: 20px; }
  @media screen and (max-width: 550px) {
    .project-titulo {
      width: calc(100% - 30px );
      left: 15px; } }
  .project-titulo p {
    position: absolute;
    bottom: 0;
    margin: 0;
    font-size: 18px;
    width: calc(100% - 80px ); }
    @media screen and (max-width: 550px) {
      .project-titulo p {
        font-size: 12px; } }
  .project-titulo .caption {
    position: absolute;
    right: 50px;
    bottom: 2px;
    font-size: 13px; }
    @media screen and (max-width: 950px) {
      .project-titulo .caption {
        visibility: hidden;
        position: fixed;
        right: 10px;
        padding-right: 25px;
        font-size: 13px;
        bottom: 10px;
        font-size: 12px; } }
  .project-titulo .number {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 18px; }
    @media screen and (max-width: 550px) {
      .project-titulo .number {
        font-size: 12px; } }

.close {
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer; }
  @media screen and (max-width: 550px) {
    .close {
      right: 15px; } }
  .close:before {
    content: url(../img/close-cursor.png); }

#projects_page {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%; }
  #projects_page .projects_list {
    padding-top: 108px;
    padding-bottom: 100px;
    padding-right: 30px;
    padding-left: 30px;
    position: relative; }
    @media screen and (max-width: 550px) {
      #projects_page .projects_list {
        padding-left: 15px;
        padding-right: 15px; } }
    #projects_page .projects_list li {
      position: relative;
      display: block;
      margin-bottom: 20px;
      left: 360px;
      width: calc(100% - 355px);
      max-width: 600px; }
      @media screen and (max-width: 990px) {
        #projects_page .projects_list li {
          left: 215px;
          width: calc(100% - 215px); } }
      @media screen and (max-width: 550px) {
        #projects_page .projects_list li {
          left: 0px;
          width: 100%; } }
      #projects_page .projects_list li .img-container {
        position: absolute;
        left: -16px;
        display: none; }
        #projects_page .projects_list li .img-container img {
          position: absolute;
          right: 0;
          max-height: 150px; }
          @media screen and (max-width: 960px) and (min-width: 551px) {
            #projects_page .projects_list li .img-container img {
              max-width: 213px; } }
      #projects_page .projects_list li:hover .img-container {
        display: block; }
        @media screen and (max-width: 550px) {
          #projects_page .projects_list li:hover .img-container {
            display: none; } }
      #projects_page .projects_list li a {
        position: relative;
        text-decoration: none;
        color: inherit;
        font-family: "arnhem_normal", serif;
        font-size: 16px; }
        @media screen and (max-width: 550px) {
          #projects_page .projects_list li a {
            font-size: 12px; } }
        @media screen and (max-width: 990px) {
          #projects_page .projects_list li a {
            margin-left: 0; } }

#news_page {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }
  #news_page .news_list {
    padding-top: 108px;
    padding-bottom: 100px;
    padding-right: 30px;
    padding-left: 30px;
    width: calc(100% - 60px);
    position: relative;
    font-size: 14px;
    position: relative; }
    @media screen and (max-width: 550px) {
      #news_page .news_list {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 12px;
        width: calc(100% - 30px); } }
    #news_page .news_list li {
      position: relative;
      display: block;
      margin-bottom: 25px;
      min-height: 100px;
      left: 190px;
      width: 100%;
      max-width: 750px; }
      @media screen and (max-width: 990px) {
        #news_page .news_list li {
          left: 0;
          margin: 0 auto;
          margin-bottom: 25px; } }
      @media screen and (max-width: 550px) {
        #news_page .news_list li {
          left: 0px;
          margin: 0;
          margin-bottom: 25px; } }
      #news_page .news_list li span {
        position: absolute;
        display: inline-block;
        width: 150px;
        height: 100px;
        color: transparent; }
        @media screen and (max-width: 550px) {
          #news_page .news_list li span {
            width: 90px;
            height: 60px; } }
        #news_page .news_list li span img {
          position: absolute;
          right: 0;
          height: 100%;
          /*                     width: 100%;
                              object-fit: contain;
           */ }
      #news_page .news_list li div {
        display: inline-block;
        top: 0;
        margin-left: 170px; }
        @media screen and (max-width: 550px) {
          #news_page .news_list li div {
            margin-left: 110px; } }
        #news_page .news_list li div > * {
          margin: 10px 0;
          text-decoration: none;
          color: inherit; }
        #news_page .news_list li div a {
          font-family: "arnhem_normal", serif;
          font-size: 18px; }
        #news_page .news_list li div > :first-child {
          text-transform: uppercase;
          margin-bottom: 5px;
          margin-top: 0; }
        #news_page .news_list li div > :last-child {
          line-height: 20px;
          margin-top: 2px; }

/* @media screen and (max-width: 960px) and (min-width: 601px) {

    #news_page .news_list li {
        span { width: 20%; }
        div { width: 70%; }
    } 
}
@media screen and (max-width: 550px) {
    #news_page {
        .news_list {
            li {
                div { width: 70% }
                span { 
                    min-width: 70px; 
                    width: 20%; 
                    img {max-width: 70px}
                }
            }
        }
    }
} */
#info_page {
  display: block;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0; }
  #info_page .info-contenido, #info_page .info-contacto {
    position: relative;
    line-height: 16.8px;
    font-size: 14px;
    padding: 0;
    margin: 0;
    max-width: 535px;
    margin-top: 150px;
    margin-left: 390px; }
    @media screen and (max-width: 1024px) and (min-width: 551px) {
      #info_page .info-contenido, #info_page .info-contacto {
        margin-left: auto;
        margin-right: auto;
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (max-width: 550px) {
      #info_page .info-contenido, #info_page .info-contacto {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 90px; } }
    #info_page .info-contenido .info-contacto, #info_page .info-contacto .info-contacto {
      padding-bottom: 100px !important; }

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