@charset "UTF-8";
/*!
    Theme Name: Cuatlan constructora
    Theme URI: pending
    Description: Catalouge online to show projects
    Version: 1.0.0
    Author: Armando Niño
    Author URI: pending
    Tags: Gulp

    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=39485eeb-3b45-46b7-9cef-0ef7cc99e0c3&fontids=5760899,5760915,5760931,5760939,5760947");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

/*max width of the document*/
/*width of the containers on mobile*/
/*
base styles
*/
/***************************
***For widths of document
***************************/
.w-95 {
  width: 95%; }

.w-100 {
  width: 100%; }

/*for max widths*/
.mxw-narrow {
  max-width: 1110px; }

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

.flex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch; }
  @media only screen and (min-width: 768px) {
    .flex {
      flex-direction: row; } }

.flex-horizontal {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: flex-start;
  padding-bottom: 5px; }
  .flex-horizontal::-webkit-scrollbar {
    width: 0 !important;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    display: none; }
  @media only screen and (min-width: 768px) {
    .flex-horizontal {
      justify-content: center;
      align-items: stretch;
      flex-wrap: nowrap;
      overflow: visible; } }
  .flex-horizontal > div {
    flex: 0 0 auto; }
    @media only screen and (min-width: 768px) {
      .flex-horizontal > div {
        flex: auto; } }
    .flex-horizontal > div:last-child {
      width: 1px;
      opacity: 0; }
      @media only screen and (min-width: 768px) {
        .flex-horizontal > div:last-child {
          display: none; } }

.box-shadow {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3); }

.brds {
  border-radius: 6px; }

p {
  font-size: 0.9em;
  margin-bottom: 20px;
  line-height: 1.4em; }
  @media only screen and (min-width: 768px) {
    p {
      font-size: 1em; } }
  p:last-child {
    margin-bottom: 0; }
  p span {
    font-weight: bold; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.4em; }

h1 {
  font-size: 2.3em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.7em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.3em; }

h6 {
  font-size: 1.2em; }

/***********************************
********
for content that is going to be absolute centered both in X and Y
*******************************************/
.abcc {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .abcc {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); } }

/*
Main files where load all the rest files
*/
/*
Modules styles
*/
.flex-normal {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  @media only screen and (min-width: 768px) {
    .flex-normal {
      flex-direction: row; } }

.flex-horizontal {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: flex-start;
  padding-bottom: 5px; }
  .flex-horizontal::-webkit-scrollbar {
    width: 0 !important;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    display: none; }
  @media only screen and (min-width: 768px) {
    .flex-horizontal {
      justify-content: center;
      align-items: stretch;
      flex-wrap: nowrap;
      overflow: visible; } }
  .flex-horizontal > div {
    flex: 0 0 auto; }
    @media only screen and (min-width: 768px) {
      .flex-horizontal > div {
        flex: auto; } }
    .flex-horizontal > div:last-child {
      width: 1px;
      opacity: 0; }
      @media only screen and (min-width: 768px) {
        .flex-horizontal > div:last-child {
          display: none; } }

body {
  font-family: "Helvetica Now", Helvetica, sans-serif; }

nav {
  width: 100%;
  height: auto;
  padding: 30px 4%;
  position: fixed;
  background-color: white;
  z-index: 20;
  top: 0;
  left: 0;
  justify-content: space-between !important;
  flex-direction: row !important; }
  @media only screen and (min-width: 768px) {
    nav {
      padding: 0px 14%; } }
  nav a {
    text-decoration: none;
    color: black; }

.logo {
  font-weight: bold;
  font-size: 1em; }
  @media only screen and (min-width: 768px) {
    .logo {
      font-size: 1.8em; } }
  .logo span {
    border-bottom: 4px solid blue; }

@media only screen and (min-width: 768px) {
  .menu-trigger {
    display: none; } }

.menu-trigger .icon {
  width: 15px; }
  .menu-trigger .icon .has-svg {
    width: 100%; }
    .menu-trigger .icon .has-svg svg {
      width: 100%;
      height: auto; }
  .menu-trigger .icon:nth-of-type(2) {
    display: none;
    width: 15px;
    margin-top: 4px; }
    .menu-trigger .icon:nth-of-type(2) .has-svg {
      width: 100%; }
      .menu-trigger .icon:nth-of-type(2) .has-svg svg {
        width: 100%;
        height: auto; }

.menu-trigger.open .icon:nth-of-type(1) {
  display: none; }

.menu-trigger.open .icon:nth-of-type(2) {
  display: block; }

.menu {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  transform: translate(0, 100%);
  background-color: black;
  display: none; }
  @media only screen and (min-width: 768px) {
    .menu {
      position: relative;
      width: auto;
      bottom: auto;
      left: auto;
      transform: translate(0, 0);
      background-color: white;
      display: flex; } }
  .menu.open {
    display: block; }
  .menu ul li {
    position: relative;
    padding: 30px 20px; }
    .menu ul li:hover a:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 4px;
      background-color: black;
      left: 0;
      bottom: -5px; }
    .menu ul li.parent:hover {
      background-color: black; }
      .menu ul li.parent:hover a {
        color: white; }
      .menu ul li.parent:hover .has-svg svg {
        fill: white; }
      .menu ul li.parent:hover ul {
        display: none; }
        @media only screen and (min-width: 768px) {
          .menu ul li.parent:hover ul {
            display: block; } }
    .menu ul li.parent a:after {
      transition: all 0s ease; }
    .menu ul li.parent .has-svg {
      width: 10px;
      height: 10px;
      margin-left: 4px;
      transform: rotate(180deg) translate(0px, -6px); }
      .menu ul li.parent .has-svg svg {
        width: 100%;
        height: auto; }
    .menu ul li.parent ul {
      position: absolute;
      background-color: black;
      bottom: 0;
      left: 0;
      transform: translate(0, 100%);
      width: 200px;
      z-index: 10;
      display: none;
      padding: 30px 0; }
      .menu ul li.parent ul li {
        width: 100%;
        padding: 0; }
        .menu ul li.parent ul li a {
          color: white;
          width: 100%;
          padding: 15px;
          display: block; }
          .menu ul li.parent ul li a:hover {
            background-color: #777; }
    .menu ul li a {
      color: white;
      font-weight: bold;
      text-decoration: none;
      position: relative; }
      @media only screen and (min-width: 768px) {
        .menu ul li a {
          color: black; } }
      .menu ul li a:after {
        content: "";
        position: absolute;
        width: 0%;
        height: 4px;
        background-color: black;
        left: 0;
        bottom: -5px;
        transition: all 0.5s ease; }

header {
  width: 95%;
  max-width: 1200px;
  height: 300px;
  margin: 76px auto 0 auto;
  background-color: blue;
  position: relative; }
  @media only screen and (min-width: 768px) {
    header {
      height: 500px; } }
  header.single-proyect {
    max-width: none;
    width: 100%;
    height: calc( 100vh - 180px); }
  header h1 {
    text-transform: none;
    color: white;
    position: absolute;
    top: 20px;
    left: 5%;
    font-size: 1.4em;
    width: 90%;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      header h1 {
        font-size: 2.6em;
        top: 50px;
        left: 70px;
        width: auto; } }

.intro {
  width: 95%;
  max-width: 1000px;
  margin: auto;
  padding: 30px 0; }
  @media only screen and (min-width: 768px) {
    .intro {
      padding: 70px 0; } }
  .intro h3 {
    text-transform: none;
    margin-bottom: 20px;
    font-size: 1.1em; }
    @media only screen and (min-width: 768px) {
      .intro h3 {
        font-size: 1.7em;
        margin-bottom: 40px; } }
  .intro.contact {
    height: 100vh;
    padding: 100px 0 0 0;
    max-width: none;
    width: 100%; }
    .intro.contact .columns--double {
      width: 100%;
      max-width: none;
      height: 100%; }
      .intro.contact .columns--double .item {
        height: 100%; }
        .intro.contact .columns--double .item:nth-child(1) {
          background: #f4f4f4 url('assets/images/bgbg.png') no-repeat left bottom;
          background-size: 90%; }
        @media only screen and (min-width: 768px) {
          .intro.contact .columns--double .item {
            padding-top: 70px; } }
        .intro.contact .columns--double .item .content-contact {
          width: 300px;
          margin: auto; }
          .intro.contact .columns--double .item .content-contact h3 {
            font-size: 3.2em; }
          .intro.contact .columns--double .item .content-contact p span {
            font-size: 1.4em; }

p {
  line-height: 1.3em; }

.columns--double {
  width: 100%; }
  .columns--double .item {
    width: 100%;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .columns--double .item {
        width: 48%;
        height: auto;
        margin-bottom: 0; } }

.columns--triple {
  width: 100%; }
  .columns--triple .item {
    width: 31.3%;
    margin: 0%; }
    @media only screen and (min-width: 768px) {
      .columns--triple .item {
        margin: 0 1%; } }

.columns--fs {
  align-items: flex-start;
  justify-content: space-between; }

.columns--centV {
  align-items: center; }

.proyects {
  max-width: 1100px;
  width: 95%;
  margin: auto; }
  .proyects .columns {
    margin-bottom: 20px;
    align-items: stretch; }
    @media only screen and (min-width: 768px) {
      .proyects .columns {
        margin-bottom: 70px; } }
    .proyects .columns a {
      text-decoration: none;
      color: black; }
    .proyects .columns .item {
      width: 100%;
      flex: auto;
      border-bottom: solid 1px black;
      margin-bottom: 20px; }
      @media only screen and (min-width: 768px) {
        .proyects .columns .item {
          width: 33.3%;
          padding: 20px 20px 0 20px;
          margin: 0;
          border-right: solid 1px black;
          border-bottom: solid 1px black; }
          .proyects .columns .item:last-child {
            border-right: none; } }
      .proyects .columns .item:hover {
        cursor: pointer; }
        .proyects .columns .item:hover .img {
          box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.6); }
      .proyects .columns .item.ng {
        flex: auto;
        max-width: 33.3%; }
      .proyects .columns .item .img {
        width: 100%;
        height: 400px;
        background-color: red;
        transition: all 0.3s ease;
        box-shadow: 6px 6px 10px rgba(0, 0, 0, 0);
        height: 160px; }
        @media only screen and (min-width: 768px) {
          .proyects .columns .item .img {
            height: 400px; } }
      .proyects .columns .item .info {
        justify-content: space-between;
        flex-direction: row;
        padding: 20px 0; }
        .proyects .columns .item .info h4 {
          flex: 1;
          font-size: 1.1em; }
        .proyects .columns .item .info .has-svg {
          width: 12px; }
          @media only screen and (min-width: 768px) {
            .proyects .columns .item .info .has-svg {
              width: 20px; } }
          .proyects .columns .item .info .has-svg svg {
            width: 100%; }
      .proyects .columns .item:nth-child(1) .img {
        background: transparent url('assets/images/p1.jpg') no-repeat center top;
        background-size: cover; }
      .proyects .columns .item:nth-child(2) .img {
        background: transparent url('assets/images/p2.jpg') no-repeat center top;
        background-size: cover; }
      .proyects .columns .item:nth-child(3) .img {
        background: transparent url('assets/images/p3.jpg') no-repeat center top;
        background-size: cover; }
      .proyects .columns .item:nth-child(4) .img {
        background: transparent url('assets/images/p4.jpg') no-repeat center top;
        background-size: cover; }
      .proyects .columns .item:nth-child(5) .img {
        background: transparent url('assets/images/p5.jpg') no-repeat center top;
        background-size: cover; }

.w-img {
  flex-direction: column-reverse; }
  @media only screen and (min-width: 768px) {
    .w-img {
      flex-direction: row; } }
  .w-img h4 {
    margin-bottom: 30px;
    text-transform: none;
    font-size: 1.1em; }
    @media only screen and (min-width: 768px) {
      .w-img h4 {
        font-size: 1.5em; } }
  .w-img .img {
    height: 160px;
    width: 100%;
    background-color: red;
    background: transparent url('assets/images/hu1.jpg') no-repeat center top;
    background-size: cover; }
    @media only screen and (min-width: 768px) {
      .w-img .img {
        height: 400px; } }
  .w-img p {
    margin-bottom: 50px; }
  .w-img a {
    text-decoration: none;
    font-weight: bold;
    color: #333;
    padding-bottom: 5px;
    border-bottom: 5px solid #000; }

.tags {
  width: 100%;
  padding: 0 0 20px 0;
  justify-content: flex-start; }
  .tags .item-tag {
    background-color: lightgrey;
    margin: 0 10px 10px 0;
    padding: 5px;
    font-size: 0.8em; }

.quote p {
  font-weight: bold;
  font-size: 1.3em;
  position: relative; }
  .quote p span {
    font-weight: normal;
    display: block;
    margin-top: 30px;
    font-size: 1.1rem; }
  .quote p strong {
    position: absolute;
    font-size: 3em;
    left: 0;
    transform: translate(-120%, 0); }

.item-desc {
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  border-bottom: solid 1px #ccc; }
  .item-desc .caracteristica {
    font-weight: bold;
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      .item-desc .caracteristica {
        margin-bottom: 0; } }
  .item-desc .desc {
    flex: 1;
    text-align: right; }
    .item-desc .desc .tags {
      justify-content: flex-end;
      padding-bottom: 0;
      flex-direction: row; }

.slid {
  width: 100%;
  height: auto;
  overflow-x: hidden; }

#pics-proyect {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 100px auto; }
  #pics-proyect .flex-viewport {
    height: 100%; }
  #pics-proyect .flex-control-paging {
    display: flex; }
    @media only screen and (min-width: 768px) {
      #pics-proyect .flex-control-paging {
        padding-right: 30px; } }
    #pics-proyect .flex-control-paging li {
      flex: auto;
      margin: 0; }
      #pics-proyect .flex-control-paging li a {
        border-radius: 0;
        width: auto;
        height: 4px;
        background-color: #ccc; }
        #pics-proyect .flex-control-paging li a.flex-active, #pics-proyect .flex-control-paging li a:hover {
          background-color: #000; }
  #pics-proyect .flex-direction-nav {
    display: none; }
    @media only screen and (min-width: 768px) {
      #pics-proyect .flex-direction-nav {
        display: block; } }
    #pics-proyect .flex-direction-nav .flex-prev {
      left: -50px; }
    #pics-proyect .flex-direction-nav .flex-next {
      right: -25px; }
    #pics-proyect .flex-direction-nav a {
      top: auto;
      bottom: -60px;
      opacity: 0.7; }
      #pics-proyect .flex-direction-nav a:hover {
        opacity: 1; }
  #pics-proyect .slides {
    height: 100%; }
    #pics-proyect .slides .cont-slider {
      padding: 0 15px; }
      #pics-proyect .slides .cont-slider .item {
        width: 100%;
        height: 500px; }
    #pics-proyect .slides .slide {
      width: 100%; }
      #pics-proyect .slides .slide .content {
        height: 200px;
        width: 100%;
        padding: 0 10px 0 0; }
        @media only screen and (min-width: 768px) {
          #pics-proyect .slides .slide .content {
            height: 500px;
            padding: 0 30px 0 0; } }
        #pics-proyect .slides .slide .content .content-main {
          width: 100%;
          height: 100%;
          flex-direction: column; }
          #pics-proyect .slides .slide .content .content-main .img {
            width: 100%;
            flex: 1; }
          #pics-proyect .slides .slide .content .content-main .txt {
            width: 100%;
            height: auto;
            padding: 10px 10px 10px 0;
            background-color: #fff; }
      #pics-proyect .slides .slide:nth-child(1) .img {
        background: transparent url('assets/images/hu1.jpg') no-repeat center top;
        background-size: cover; }
      #pics-proyect .slides .slide:nth-child(2) .img {
        background: transparent url('assets/images/p3.jpg') no-repeat center top;
        background-size: cover; }
      #pics-proyect .slides .slide:nth-child(3) .img {
        background: transparent url('assets/images/p2.jpg') no-repeat center top;
        background-size: cover; }
      #pics-proyect .slides .slide:nth-child(4) .img {
        background: transparent url('assets/images/p1.jpg') no-repeat center top;
        background-size: cover; }

footer {
  margin-top: 60px; }
  footer .columns--double {
    border-top: solid 1px black;
    width: 100%;
    justify-content: center;
    flex-direction: row; }
    footer .columns--double .item {
      width: 50%;
      max-width: 500px;
      border-left: solid 1px #ccc;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        footer .columns--double .item {
          width: 40%; } }
      footer .columns--double .item:first-child {
        border-left: none; }
      footer .columns--double .item a {
        text-decoration: none;
        display: block;
        width: 100%;
        margin: auto;
        padding: 30px 10px; }
        @media only screen and (min-width: 768px) {
          footer .columns--double .item a {
            padding: 100px 10%; } }
        footer .columns--double .item a:hover {
          background-color: blue; }
          footer .columns--double .item a:hover .info h4 {
            color: white; }
          footer .columns--double .item a:hover .info .has-svg svg {
            stroke: white;
            fill: white !important; }
            footer .columns--double .item a:hover .info .has-svg svg path {
              fill: white !important; }
      footer .columns--double .item .info {
        width: 100%;
        justify-content: space-between;
        flex-direction: row; }
        footer .columns--double .item .info h4 {
          color: black;
          margin-right: 10px;
          text-transform: none;
          font-size: 1.1em; }
          @media only screen and (min-width: 768px) {
            footer .columns--double .item .info h4 {
              font-size: 1.6em; } }
        footer .columns--double .item .info .has-svg {
          width: 19px !important; }
          @media only screen and (min-width: 768px) {
            footer .columns--double .item .info .has-svg {
              width: 30px !important; } }
          footer .columns--double .item .info .has-svg svg {
            width: 100%; }

.values {
  background-color: #cfd6da;
  padding: 100px 0; }
  .values .values-container {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    background-color: #fff;
    padding: 10px; }
    @media only screen and (min-width: 768px) {
      .values .values-container {
        padding: 50px; } }
    .values .values-container .flexslider {
      margin-bottom: 0;
      width: 95%;
      margin: auto;
      overflow: hidden; }
    .values .values-container .columns--double {
      align-items: stretch;
      flex-direction: column-reverse; }
      @media only screen and (min-width: 768px) {
        .values .values-container .columns--double {
          flex-direction: row; } }
      .values .values-container .columns--double .item {
        flex-direction: row; }
        .values .values-container .columns--double .item:nth-child(1) {
          width: 100%;
          margin-bottom: 0; }
          @media only screen and (min-width: 768px) {
            .values .values-container .columns--double .item:nth-child(1) {
              width: 30%;
              border-right: solid 1px black; } }
        .values .values-container .columns--double .item:last-child {
          padding-top: 20px; }
          @media only screen and (min-width: 768px) {
            .values .values-container .columns--double .item:last-child {
              padding-top: 0; } }
        @media only screen and (min-width: 768px) {
          .values .values-container .columns--double .item {
            width: 70%; } }
        .values .values-container .columns--double .item .nav-slider-values {
          flex-direction: row;
          border-top: solid 1px #ccc;
          padding-top: 20px; }
          @media only screen and (min-width: 768px) {
            .values .values-container .columns--double .item .nav-slider-values {
              flex-direction: column;
              border-top: none;
              padding-top: 0px; } }
          .values .values-container .columns--double .item .nav-slider-values .item-slide-value {
            padding: 20px;
            text-align: center;
            font-weight: bold;
            font-size: 0.9em;
            color: #777;
            width: 50%; }
            @media only screen and (min-width: 768px) {
              .values .values-container .columns--double .item .nav-slider-values .item-slide-value {
                font-size: 1.2em;
                width: 100%; } }
            .values .values-container .columns--double .item .nav-slider-values .item-slide-value.active {
              color: blue; }
            .values .values-container .columns--double .item .nav-slider-values .item-slide-value:hover {
              cursor: pointer;
              color: blue; }
        .values .values-container .columns--double .item .slide {
          height: 100%; }
          .values .values-container .columns--double .item .slide h2 {
            margin-bottom: 0; }
          .values .values-container .columns--double .item .slide .content {
            width: 100%;
            height: 100%; }
          .values .values-container .columns--double .item .slide .txt {
            text-align: center; }
            .values .values-container .columns--double .item .slide .txt p {
              text-align: center; }
              .values .values-container .columns--double .item .slide .txt p.main {
                font-weight: bold;
                font-size: 0.9em; }
                @media only screen and (min-width: 768px) {
                  .values .values-container .columns--double .item .slide .txt p.main {
                    font-size: 1.1em; } }

.form-contact {
  width: 500px; }
  .form-contact .btn-send {
    background-color: blue !important;
    width: 100% !important;
    display: block !important;
    border-radius: 6px !important;
    border: none;
    color: white !important;
    padding: 13px 0 !important;
    text-transform: uppercase !important;
    font-weight: bold; }
