@charset "UTF-8";
/*
Theme Name: Metier Spain
Theme URI: https://www.metierspain.com
Description: Metier Spain
Author: Wonton
Author URI: http://www.wonton.es
Version: 1.0.0
Template: bridge
*/
/* *********************************************************************************************************************
 * IMPORTS
 */
@import url(css/animsition.min.css);
@import url(css/animate.css);
@import url(css/tooltipster.css);
@import url(css/slick.css);
@import url(css/lightgallery.css);
/* *********************************************************************************************************************
 * VARS
 */
/* *********************************************************************************************************************
 * GLOBALS
 */
/* @include fontface('sd', 'sd', normal, normal);
@include fontface('Raleway', 'Raleway', normal, normal);
@include fontface('gr', 'gr', normal, normal);
@include fontface('gs', 'gs', normal, normal);
@include fontface('gm', 'gm', normal, normal);
@include fontface('gb', 'gb', bold, normal); */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300..700&display=swap");
body {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  color: #003B4A; }

h5 {
  font-size: 18px; }

p {
  font-size: 20px;
  line-height: 1.3;
  color: #323232;
  /* &:empty {
  	display: none;
  } */ }

p + p,
ul + p {
  margin-top: 20px; }

ul li {
  list-style: none; }

ul.styled li {
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #000; }
  ul.styled li:before {
    content: "\2022";
    display: inline-block;
    width: 1em;
    padding-right: .5em;
    font-weight: 700;
    color: #003B4A; }

.saol {
  font-family: 'Playfair Display', serif; }

.text-light,
.text-light a {
  font-family: 'Raleway';
  font-weight: 300; }

.text-regular,
.text-regular a {
  font-family: 'Raleway';
  font-weight: 400; }

.text-medium,
.text-medium a,
strong {
  font-family: 'Raleway';
  font-weight: 600; }

.text-bold,
.text-bold a {
  font-family: 'Raleway';
  font-weight: 700; }

.text-bigger {
  font-size: 18px !important; }

.text-even-bigger {
  font-size: 20px !important; }

.text-smaller {
  font-size: 14px !important; }

.text-spaced {
  letter-spacing: 3px; }

.white {
  color: #fff; }
  .white p, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white span {
    color: #fff; }

.black {
  color: #000; }

.grey {
  color: #686868; }

.light-grey {
  color: #F5F5F1; }

.dark-grey {
  color: #323232; }

.accent,
.accent p {
  color: #003B4A !important; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.margin-10-below {
  margin-bottom: 10px; }

.margin-20-below {
  margin-bottom: 20px; }

.margin-30-below {
  margin-bottom: 30px; }

.margin-40-below {
  margin-bottom: 40px; }

.margin-10-above {
  margin-top: 10px; }

.margin-20-above {
  margin-top: 20px; }

.margin-30-above {
  margin-top: 30px; }

.margin-40-above {
  margin-top: 50px; }

.element-with-side-padding-120 {
  padding: 0 120px; }

.row-with-vertical-padding-120 {
  padding: 120px 0; }

.row-with-bottom-padding-120 {
  padding-bottom: 120px; }

.column-no-padding-right .vc_column-inner {
  padding-right: 0 !important; }

.column-no-padding-left .vc_column-inner {
  padding-left: 0 !important; }

.row-with-side-padding-200 {
  padding: 0 200px; }

.centered {
  margin: 0 auto;
  text-align: center; }

.vertical-centered {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.border-top {
  border-top: 1px solid #dbdbdb; }

.border-bottom {
  border-bottom: 1px solid #dbdbdb; }

.no-block {
  display: inline; }
  .no-block + p {
    margin-top: -10px; }

.boxed {
  padding: 6px 10px;
  background-color: #003B4A;
  color: #fff; }

.boxed-white {
  border: 1px solid #fff; }
  .boxed-white:hover {
    background-color: #fff; }

.title-boxed {
  display: inline;
  padding: 0 10px;
  background-color: #F5F5F1;
  color: #444444; }
  .title-boxed + br {
    display: block !important;
    margin-bottom: 20px;
    content: " "; }
  .title-boxed.accent {
    background-color: #003B4A;
    color: #fff; }
  .title-boxed.dark {
    background-color: #323232;
    color: #fff; }

.with-line-below:after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  margin: 10px auto 20px auto;
  background-color: #686868; }

.with-line-above:before {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  margin: 20px auto 10px auto;
  background-color: #686868; }

.hidden,
.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.hide-on-desktop {
  display: none; }

a, a:before, a:after, button {
  transition: all 0.3s ease 0s !important; }

a {
  color: #323232; }

a.accent-link {
  color: black;
  text-decoration: underline; }
  a.accent-link:hover {
    color: #003B4A !important; }

a.white-link {
  color: #fff;
  border-bottom: 1px solid transparent; }
  a.white-link:hover {
    border-bottom: 1px solid #fff; }

a.grey-link {
  color: #686868 !important; }
  a.grey-link:hover {
    color: #003B4A !important; }

a.light-grey-link {
  color: #F5F5F1; }
  a.light-grey-link:hover {
    color: #003B4A !important; }

.boxed-link {
  display: inline-block;
  padding: 12px 35px;
  color: #000;
  border: 1px solid #000;
  border-radius: 24px; }
  .boxed-link:hover {
    padding: 12px 40px;
    background-color: #003B4A;
    color: #323232;
    border-color: #003B4A; }
  .boxed-link.accent {
    color: #003B4A;
    border-color: #003B4A; }
    .boxed-link.accent:hover {
      color: #fff;
      border-color: #fff;
      background-color: transparent; }
  .boxed-link.bold {
    font-weight: 500; }
  .boxed-link.big {
    padding: 22px 55px;
    font-weight: 700;
    border-radius: 34px; }

a.line-link {
  display: inline-block;
  padding-bottom: 6px;
  line-height: 0;
  color: #000; }
  a.line-link:after {
    content: '';
    position: relative;
    width: 101%;
    height: 1px;
    margin-bottom: -7px;
    display: inline-block;
    background-color: transparent;
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important; }
  a.line-link:hover {
    color: #323232 !important; }
    a.line-link:hover:after {
      background-color: #686868;
      transform: scaleX(1); }
  a.line-link.accent {
    color: #003B4A; }
  a.line-link.grey {
    color: #D6D1CA; }
    a.line-link.grey:hover {
      color: #fff !important; }
      a.line-link.grey:hover:after {
        background-color: #fff; }
  a.line-link.white {
    color: #fff; }
    a.line-link.white:hover {
      color: #fff !important; }
      a.line-link.white:hover:after {
        background-color: #fff; }
  a.line-link.disabled {
    pointer-events: none; }

a.hover-link {
  position: relative;
  color: #003B4A; }
  a.hover-link:before {
    transform: scaleX(0);
    transform-origin: bottom right; }
  a.hover-link:hover {
    padding: 0 4px;
    color: #fff; }
    a.hover-link:hover:before {
      transform: scaleX(1);
      transform-origin: bottom left; }
  a.hover-link:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0 0 0 0;
    background: #003B4A;
    z-index: -1;
    transition: transform .3s ease; }

.list-with-checkboxes {
  border: 1px solid #dbdbdb;
  border-radius: 6px; }
  .list-with-checkboxes li {
    padding: 15px 20px;
    border-bottom: 1px solid #dbdbdb; }
    .list-with-checkboxes li:first-child {
      background-color: #F5F5F1; }
    .list-with-checkboxes li:last-child {
      border: 0; }
    .list-with-checkboxes li input {
      margin-right: 10px; }

.wpcf7-form > p {
  position: relative;
  margin: 10px 0 !important; }
  .wpcf7-form > p label {
    position: absolute;
    display: block;
    z-index: 1;
    pointer-events: none;
    top: 20px;
    width: 100%;
    font-family: 'Playfair Display';
    font-size: 17px;
    color: #000;
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important; }
    .wpcf7-form > p label.has-value {
      top: 5px;
      font-size: 13px;
      color: #003B4A; }
  .wpcf7-form > p.txt label {
    top: 40px;
    left: 20px; }
    .wpcf7-form > p.txt label.has-value {
      top: 4px;
      left: 0; }
  .wpcf7-form > p.bt {
    text-align: right; }
.wpcf7-form input.wpcf7-text,
.wpcf7-form input.wpcf7-mail,
.wpcf7-form textarea.wpcf7-textarea {
  padding: 0 0 8px 0;
  font-family: 'Playfair Display';
  font-size: 18px !important;
  color: #000 !important;
  background-color: transparent;
  border-bottom: 1px solid #000; }
.wpcf7-form textarea.wpcf7-textarea {
  height: 120px;
  padding: 10px;
  border: 1px solid #000; }
.wpcf7-form .wpcf7-list-item {
  margin-left: 0 !important; }
.wpcf7-form .block-legal {
  margin-top: 10px;
  text-align: right;
  font-size: 12px; }
  .wpcf7-form .block-legal p {
    font-size: 12px; }
.wpcf7-form .txt-legal {
  display: inline-block;
  line-height: 1.4;
  color: #000; }
  .wpcf7-form .txt-legal a,
  .wpcf7-form .txt-legal a:hover {
    color: #000 !important; }
.wpcf7-form span.wpcf7-list-item {
  margin: 0 5px 0 0; }
.wpcf7-form .wpcf7-checkbox label {
  position: relative;
  cursor: pointer; }
.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
  position: absolute;
  visibility: hidden; }
  .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span {
    display: inline-block;
    overflow: hidden;
    width: 0;
    color: transparent; }
    .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
      display: block;
      position: absolute;
      box-sizing: border-box;
      content: '';
      height: 20px;
      width: 20px;
      top: -3px;
      left: 0px;
      border: 1px solid #000;
      transition: all 0.3s ease 0s !important; }
    .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
      content: "\2713";
      position: absolute;
      display: block;
      visibility: hidden;
      height: 20px;
      width: 20px;
      top: -4px;
      left: 0;
      font-size: 15px;
      font-weight: 700;
      text-align: center;
      line-height: 1.5;
      color: #fff;
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0);
      transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s !important; }
  .wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: #007078;
    border-color: #007078; }
  .wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
    visibility: visible;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
.wpcf7-form input.wpcf7-submit {
  box-sizing: border-box;
  display: inline-block;
  width: 180px;
  height: 45px;
  margin-top: 20px;
  font-family: 'Raleway';
  font-size: 18px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  color: #fff !important;
  background-color: #007078 !important;
  border-radius: 10px;
  border: 0 !important;
  transition: all 0.4s ease 0s !important; }
  .wpcf7-form input.wpcf7-submit:hover {
    width: 190px; }
.wpcf7-form .wpcf7-spinner {
  position: absolute;
  top: 20px;
  left: 0; }
.wpcf7-form .wpcf7-not-valid-tip {
  display: block !important;
  padding: 5px 0 0 0;
  text-transform: uppercase;
  font-size: 12px !important;
  color: #ff0000 !important; }
.wpcf7-form .wpcf7-response-output {
  position: absolute !important;
  bottom: 20px;
  width: 200px !important;
  font-size: 14px !important;
  background-color: #ff0000 !important;
  line-height: 1.2; }
.wpcf7-form.sent .wpcf7-response-output {
  padding: 25px 40px 25px 75px !important;
  background-color: #80c84b !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important; }
  .wpcf7-form.sent .wpcf7-response-output:before {
    font-size: 30px !important; }

/* HACK FOR AUTOCOMPLETE FIELDS IN CHROME (YELLOW BUG) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 100px transparent inset;
  color: #222; }

/* ::-webkit-input-placeholder {
	color: #000;
	opacity: 1 !important;
}

::-moz-placeholder {
	color: #000;
	opacity: 1 !important;
}

input:focus::-webkit-input-placeholder { opacity: 0; @include transition(all,.4s,linear); }
input:focus::-moz-placeholder { opacity: 0; }
textarea:focus::-webkit-input-placeholder { opacity: 0; @include transition(all,.4s,linear); }
textarea:focus::-moz-placeholder { opacity: 0; }
textarea:focus::-moz-placeholder { opacity: 0; } */
.only-home {
  display: none; }

.only-admin {
  display: none; }

body.logged-in .only-admin {
  display: block; }

/* *********************************************************************************************************************
 * THEME GLOBAL REPLACEMENTS 
 */
body > .wrapper {
  opacity: 0;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

div.grid_section .section_inner,
.container_inner {
  width: 1500px !important; }

.qbutton {
  height: 37px;
  padding: 0 18px;
  font-size: 15px;
  line-height: 37px;
  font-weight: 400;
  letter-spacing: 0 !important;
  border: 1px solid #686868;
  border-radius: 0; }
  .qbutton:hover {
    padding: 0 24px;
    color: #fff;
    background-color: #003B4A; }
    .qbutton:hover span, .qbutton:hover i {
      color: #fff !important; }

#back_to_top {
  right: 15px !important;
  bottom: 3px; }
  #back_to_top > span {
    border: 0;
    background-color: transparent !important; }
    #back_to_top > span i {
      color: #828282; }
  #back_to_top:hover > span i {
    color: #007078; }

@-webkit-keyframes element-from-bottom {
  0% {
    -webkit-transform: translate(0, 10%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1; } }
@-moz-keyframes element-from-bottom {
  0% {
    -moz-transform: translate(0, 10%);
    opacity: 0; }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1; } }
@-o-keyframes element-from-bottom {
  0% {
    -o-transform: translate(0, 10%);
    opacity: 0; }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1; } }
@keyframes element-from-bottom {
  0% {
    transform: translate(0, 10%);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
.vc_row.section .element_from_bottom > div,
.vc_row.section .element_from_fade > div {
  transition-delay: 200ms !important;
  -webkit-animation-delay: 200ms !important;
  animation-delay: 200ms !important; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.pagination {
  display: inline-block;
  width: 100%;
  margin: 0;
  text-align: left;
  position: relative; }

.wp-pagenavi {
  margin: 30px 0 40px 0 !important; }
  .wp-pagenavi .pages {
    display: none; }
  .wp-pagenavi a, .wp-pagenavi span {
    margin: 0 4px;
    padding: 5px;
    color: #686868;
    text-decoration: none; }
  .wp-pagenavi a img {
    vertical-align: top; }
  .wp-pagenavi a:hover {
    color: #323232; }
  .wp-pagenavi .current {
    font-family: 'Raleway';
    font-weight: 600;
    color: #003B4A; }
  .wp-pagenavi .previouspostslink {
    margin-right: 6px; }
  .wp-pagenavi .nextpostslink {
    margin-left: 6px; }

/* *********************************************************************************************************************
 * SHARED ELEMENTS
 */
/* PRELOAD */
.preload,
.preload:after {
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  border-radius: 50%; }

.preload {
  background-color: transparent;
  border-top: 1px solid #F5F5F1;
  border-right: 1px solid #F5F5F1;
  border-bottom: 1px solid #F5F5F1;
  border-left: 1px solid #003B4A;
  transform: translateZ(0);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: .8s;
  animation-name: preload-loading; }

@keyframes preload-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.mouse-trail {
  width: 60px;
  height: 60px;
  position: fixed;
  top: -30px;
  left: -30px;
  transform: translateX(-30px) translateY(-30px);
  pointer-events: none;
  z-index: 9999; }
  .mouse-trail svg {
    width: 100%;
    position: fixed;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0s !important;
    -moz-transform: scale(0.3);
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
    .mouse-trail svg circle {
      transition: all 0.2s ease 0s !important; }

.zoom-trail svg {
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0.5; }
  .zoom-trail svg #outside {
    stroke-width: 1; }
  .zoom-trail svg #inside {
    opacity: 0; }
.zoom-trail::before {
  opacity: 0.4; }

.video {
  position: relative;
  display: block;
  width: 680px;
  height: 400px; }
  .video a:hover .play {
    background-color: rgba(0, 0, 0, 0.3); }
  .video .play {
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    top: 0;
    padding-top: 26%;
    text-align: center;
    transition: background 0.3s linear 0s !important; }

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1000;
  cursor: pointer;
  display: block;
  outline: none;
  width: 50px;
  height: 50px;
  top: 115%;
  padding: 0;
  color: transparent;
  border: none;
  background: transparent; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "linea-arrows-10" !important;
    content: "\e068";
    font-size: 50px;
    opacity: 1;
    color: #003B4A;
    transition: all 0.4s ease 0s !important; }
  .slick-prev:hover:before,
  .slick-next:hover:before {
    color: #007078;
    opacity: 0.8; }

.slick-prev {
  left: calc(50% - 75px); }
  .slick-prev:before {
    content: "\e066"; }

.slick-next {
  left: calc(50% + 27px); }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  display: block;
  list-style: none;
  width: 100%;
  margin-top: 5px;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 0; }
    .slick-dots li button {
      display: block;
      cursor: pointer;
      width: 20px;
      height: 20px;
      padding: 5px;
      font-size: 0;
      line-height: 0;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      .slick-dots li button:before {
        content: '•';
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        color: #000;
        opacity: 0.1; }
    .slick-dots li.slick-active button:before {
      opacity: .5;
      color: #000; }

.sproyectos {
  box-sizing: border-box;
  height: 750px;
  padding: 50px 0 100px 0;
  background-color: #F5F5F1; }
  .sproyectos h2 {
    margin-bottom: 30px;
    font-size: 20px; }
  .sproyectos a {
    color: #003B4A; }

.proyectos-slider {
  width: 1000px;
  margin-left: 500px; }
  .proyectos-slider .slick-slide {
    margin: 0 27px; }
  .proyectos-slider .slick-list {
    margin: 0 -27px; }
  .proyectos-slider .item .img {
    overflow: hidden;
    height: 330px; }
    .proyectos-slider .item .img img {
      transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important; }
  .proyectos-slider .item .data {
    margin-top: 20px; }
    .proyectos-slider .item .data h3 {
      font-size: 30px;
      transition: letter-spacing 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important; }
  .proyectos-slider .item:hover .img img {
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    filter: brightness(1.2);
    filter: contrast(1.5); }
  .proyectos-slider .item:hover h3 {
    letter-spacing: 1px; }

#cookie-notice {
  font-family: 'Raleway', sans-serif !important; }
  #cookie-notice .cookie-notice-container {
    padding: 30px 0; }
  #cookie-notice #cn-close-notice {
    display: none; }
  #cookie-notice .qbutton {
    height: 30px;
    margin-left: 30px;
    font-size: 12px;
    line-height: 31px;
    text-transform: none;
    background-color: transparent;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 0; }

/* *********************************************************************************************************************
 * HEADER - MENU - HOME
 */
header .header_bottom .q_logo a {
  height: 40px !important; }
header .header_bottom_right_widget_holder {
  padding-left: 100px; }
header a.popup_menu {
  display: none; }
header nav.main_menu > ul > li > a {
  margin: 0 30px;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Raleway';
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: #003B4A !important;
  opacity: 1 !important; }
  header nav.main_menu > ul > li > a span:nth-child(2) {
    line-height: 0 !important; }
    header nav.main_menu > ul > li > a span:nth-child(2):after {
      content: '';
      position: relative;
      display: inline-block;
      width: 100%;
      height: 1px;
      margin-bottom: -8px;
      background-color: transparent;
      transform: scaleX(0);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s !important; }
  header nav.main_menu > ul > li > a:hover {
    color: #003B4A; }
    header nav.main_menu > ul > li > a:hover span:nth-child(2):after {
      transform: scaleX(1);
      background-color: #003B4A; }
  header nav.main_menu > ul > li > a.current {
    pointer-events: none;
    font-family: 'Raleway';
    font-weight: 500; }
header nav.main_menu > ul > li:last-child > a {
  margin-right: 0 !important; }
header nav.main_menu > ul > li.lang-item.lang-item-first {
  margin-left: 20px; }
  header nav.main_menu > ul > li.lang-item.lang-item-first:after {
    content: '|';
    display: inline-block;
    font-size: 12px;
    color: #003B4A; }
header nav.main_menu > ul > li.lang-item.current-lang > a {
  pointer-events: none;
  font-family: 'Raleway';
  font-weight: 500; }
header nav.main_menu > ul > li.lang-item > a {
  margin: 0 15px;
  font-size: 12px; }
header nav.main_menu .second {
  display: none !important; }
header.light:not(.sticky) nav.main_menu > ul > li > a {
  color: #fff !important; }
  header.light:not(.sticky) nav.main_menu > ul > li > a:hover span:nth-child(2):after {
    background-color: #fff; }
header.light:not(.sticky) nav.main_menu > ul > li.lang-item.lang-item-first:after {
  color: #fff; }
header.sticky .header_bottom .q_logo a {
  height: 30px !important; }

/* *********************************************************************************************************************
 * FOOTER
 */
footer .footer_top_holder {
  font-size: 16px;
  background-color: #003B4A; }
  footer .footer_top_holder .footer_top {
    padding: 200px 0 150px 0; }
  footer .footer_top_holder .column3 .textwidget {
    padding-left: 200px; }
  footer .footer_top_holder .widget_nav_menu {
    padding-left: 200px; }
    footer .footer_top_holder .widget_nav_menu .lang-item {
      display: none; }
    footer .footer_top_holder .widget_nav_menu a {
      display: inline-block !important; }
      footer .footer_top_holder .widget_nav_menu a:hover {
        color: #fff; }
    footer .footer_top_holder .widget_nav_menu .sub-menu {
      display: none !important; }
  footer .footer_top_holder .textwidget {
    color: #D6D1CA;
    line-height: 2; }
  footer .footer_top_holder a.rrss {
    display: inline-block;
    width: 35px;
    margin-top: 30px;
    opacity: 0.7; }
    footer .footer_top_holder a.rrss:hover {
      opacity: 1; }
footer .footer_bottom_holder {
  font-size: 16px;
  background-color: #003B4A; }
  footer .footer_bottom_holder .footer_bottom {
    color: #D6D1CA; }
    footer .footer_bottom_holder .footer_bottom a {
      margin-left: 30px;
      font-size: 13px; }
      footer .footer_bottom_holder .footer_bottom a.wonton {
        position: absolute;
        margin: 10px 0 0 19%;
        font-size: 10px;
        letter-spacing: 1px; }
footer + .footer-logos {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 40px;
  padding: 20px 5%; }
  footer + .footer-logos img {
    height: 40px; }
    footer + .footer-logos img:nth-child(2) {
      height: 60px; }

/* *********************************************************************************************************************
 * HOME
 */
.home .vc_row {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #F5F5F1; }
  .home .vc_row .block {
    position: relative;
    margin: auto;
    text-align: center; }
  .home .vc_row h2 {
    margin-bottom: 20px;
    font-size: 37px;
    color: #003B4A; }
.home #intro {
  height: 100vh;
  background-image: url("../../../media/home-intro-bkg.jpg");
  opacity: 0;
  transition: opacity 1s linear; }
  .home #intro .block {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 100vh;
    opacity: 0;
    transition: width 1.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.5s linear, transform 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .home #intro .block .block-inner {
      position: absolute;
      width: 900px;
      height: 100vh; }
  .home #intro img {
    height: 50vh;
    margin-top: calc(50vh - 250px);
    filter: grayscale(100%);
    transition: filter 1s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-delay: 1300ms; }
  .home #intro h1 {
    position: absolute;
    bottom: 130px;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.4;
    opacity: 0;
    transition: opacity .7s linear;
    transition-delay: 1300ms; }
  .home #intro .bt-follow {
    position: absolute;
    bottom: 60px;
    left: calc(50% - 20px);
    font-size: 40px;
    color: #003B4A;
    opacity: 0;
    transition-delay: 1500ms !important; }
    .home #intro .bt-follow:hover {
      color: #fff; }
  .home #intro.init {
    opacity: 1; }
    .home #intro.init .block {
      width: 900px;
      transform: translateX(0);
      filter: grayscale(0);
      opacity: 1; }
    .home #intro.init img {
      filter: grayscale(0); }
    .home #intro.init h1 {
      opacity: 1; }
    .home #intro.init .bt-follow {
      bottom: 50px;
      opacity: 1; }
.home #vocacion {
  height: 100vh;
  background-image: url("../../../media/home-vocacion-bkg.jpg"); }
  .home #vocacion .block {
    width: 380px;
    padding-top: 19vh; }
  .home #vocacion .element_from_bottom > div,
  .home #vocacion .element_from_fade > div {
    transition-delay: 500ms !important;
    -webkit-animation-delay: 500ms !important;
    animation-delay: 500ms !important; }
.home #servicios {
  height: 430px;
  background-image: url("../../../media/servicios-bkg.jpg"); }
  .home #servicios .block {
    width: 380px;
    padding-top: 18vh; }
  .home #servicios h2 {
    color: #fff; }
.home .sproyectos {
  padding-top: 100px; }
  .home .sproyectos h2 {
    margin-bottom: 30px;
    font-size: 20px; }

/* *********************************************************************************************************************
 * HOME
 */
.page-quienes header .q_logo img.normal {
  opacity: 1; }
.page-quienes header .q_logo img.light {
  opacity: 0; }
.page-quienes header nav.main_menu .second {
  display: block !important;
  visibility: visible;
  top: 70px !important;
  height: 100px !important;
  opacity: 1; }
  .page-quienes header nav.main_menu .second ul {
    background-color: transparent !important; }
    .page-quienes header nav.main_menu .second ul li a {
      padding: 7px 0 7px 13px !important;
      font-weight: 400;
      font-size: 15px !important;
      text-transform: none !important;
      letter-spacing: 0 !important;
      color: #fff; }
.page-quienes header.sticky nav.main_menu .second {
  display: none !important; }
.page-quienes .vc_row {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #F5F5F1; }
.page-quienes #intro {
  height: 130vh;
  background-position: center top;
  background-image: url("../../../media/quienes-intro-bkg.jpg"); }
  .page-quienes #intro .block {
    box-sizing: border-box;
    width: 45%;
    margin-top: 25vh;
    padding: 60px 70px;
    background-color: #fff; }
  .page-quienes #intro h2 {
    margin-bottom: 60px;
    font-size: 69px;
    line-height: 1; }
  .page-quienes #intro p {
    font-size: 20px;
    color: #003B4A; }
    .page-quienes #intro p strong {
      font-family: 'Raleway';
      font-weight: 400; }
.page-quienes #vocacion {
  height: 100vh;
  background-image: url("../../../media/quienes-vocacion-bkg.jpg"); }
  .page-quienes #vocacion h1 {
    width: 400px;
    margin-top: calc( (100vh - 230px) /2 );
    font-size: 49px; }
  .page-quienes #vocacion .video {
    margin-top: calc( (100vh - 400px) /2 ); }
.page-quienes #pedro {
  padding: 100px 0;
  background-color: #D6D1CA; }
  .page-quienes #pedro h2 {
    font-size: 20px; }
  .page-quienes #pedro .profile {
    width: 900px;
    margin: 70px auto 0 auto; }
    .page-quienes #pedro .profile > div {
      box-sizing: border-box; }
    .page-quienes #pedro .profile .img {
      width: 40%; }
    .page-quienes #pedro .profile .data {
      width: 60%;
      padding-left: 50px; }
      .page-quienes #pedro .profile .data h3 {
        margin-top: 20px;
        font-size: 40px;
        color: #323232; }
      .page-quienes #pedro .profile .data h5 {
        margin-bottom: 30px;
        font-size: 20px;
        color: #323232; }
      .page-quienes #pedro .profile .data p {
        padding-left: 50px;
        font-size: 14px; }
      .page-quienes #pedro .profile .data a.linkedin {
        display: inline-block;
        width: 40px;
        margin-top: 40px;
        padding-left: 50px; }
        .page-quienes #pedro .profile .data a.linkedin:hover {
          opacity: 0.7; }
.page-quienes #clientes {
  height: 100vh;
  background-image: url("../../../media/quienes-clientes-bkg.jpg"); }
  .page-quienes #clientes .block {
    max-width: 1200px;
    margin: calc( (100vh - 280px) / 2 ) auto 0 auto;
    padding: 40px 40px 30px 40px;
    background-color: #fff; }
  .page-quienes #clientes h2 {
    margin-bottom: 30px;
    font-size: 20px;
    color: #000; }
  .page-quienes #clientes .slider {
    margin-right: -1px; }
    .page-quienes #clientes .slider a {
      width: 250px;
      box-sizing: border-box;
      border-right: 1px solid #999; }
      .page-quienes #clientes .slider a img {
        max-width: 80%;
        margin: 0 auto; }
      .page-quienes #clientes .slider a:hover {
        opacity: 0.7; }

.pr-slider {
  overflow: hidden;
  width: 100%;
  height: 800px;
  background-color: #007078; }
  .pr-slider.init .item.first {
    width: 150px; }
    .pr-slider.init .item.first h4 {
      font-size: 16px; }
  .pr-slider .item {
    position: relative;
    display: inline-block;
    float: left;
    overflow: hidden;
    transform-origin: top right;
    width: 90px;
    height: 100%;
    transition: width 0.8s cubic-bezier(0.77, 0, 0.175, 1), background 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .pr-slider .item.first {
      box-sizing: border-box;
      width: calc( (100vw - (100vw - 100%)) - (90px * 5) );
      padding: 0 25px;
      background-color: #003B4A; }
      .pr-slider .item.first h4 {
        margin-top: 40px;
        font-size: 40px;
        color: #fff;
        transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s !important; }
    .pr-slider .item.active {
      width: calc( ( (100vw - (100vw - 100%)) - 150px) - (90px * 4) );
      background-color: transparent !important; }
    .pr-slider .item.pr:not(.active):hover {
      cursor: pointer;
      transform: scaleX(1.2); }
      .pr-slider .item.pr:not(.active):hover .num span {
        transform: scaleX(0.8);
        color: #323232; }
    .pr-slider .item .info {
      position: absolute;
      width: 850px;
      left: 90px;
      bottom: 65px; }
      .pr-slider .item .info > div {
        box-sizing: border-box; }
      .pr-slider .item .info .img {
        width: 55%; }
      .pr-slider .item .info .data {
        width: 45%;
        padding-left: 30px; }
        .pr-slider .item .info .data h3 {
          margin-bottom: 30px;
          font-size: 30px;
          line-height: 1.3;
          color: #fff; }
        .pr-slider .item .info .data p {
          font-size: 14px;
          color: #fff; }
    .pr-slider .item .num {
      position: absolute;
      top: 0;
      right: 0;
      width: 90px;
      height: 100%;
      text-align: center; }
      .pr-slider .item .num span {
        display: block;
        width: 100%;
        margin-top: 30px;
        font-size: 50px;
        color: #fff;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .pr-slider .item:nth-child(2) {
      background-color: #00727a; }
    .pr-slider .item:nth-child(3) {
      background-color: #3c717b; }
    .pr-slider .item:nth-child(4) {
      background-color: #b2b1b1; }
    .pr-slider .item:nth-child(5) {
      background-color: #6aacaf; }
    .pr-slider .item:nth-child(6) {
      background-color: #d7d1c9; }
    .pr-slider .item:nth-child(7) {
      background-color: #00727a; }
    .pr-slider .item:nth-child(8) {
      background-color: #3c717b; }
    .pr-slider .item:nth-child(9) {
      background-color: #b2b1b1; }
    .pr-slider .item:nth-child(10) {
      background-color: #6aacaf; }
    .pr-slider .item:nth-child(11) {
      background-color: #d7d1c9; }
    .pr-slider .item:nth-child(12) {
      background-color: #00727a; }
    .pr-slider .item:nth-child(13) {
      background-color: #3c717b; }
    .pr-slider .item:nth-child(14) {
      background-color: #b2b1b1; }
    .pr-slider .item:nth-child(15) {
      background-color: #6aacaf; }
    .pr-slider .item:nth-child(16) {
      background-color: #d7d1c9; }

#equipo {
  padding: 150px 0 100px 0;
  background-color: #F5F5F1; }
  #equipo .grid {
    justify-content: center; }
    #equipo .grid .item {
      box-sizing: border-box;
      width: 33%;
      padding-right: 60px; }
      #equipo .grid .item:nth-child(even) {
        padding-top: 80px; }
      #equipo .grid .item .img {
        padding-left: 50px; }
        #equipo .grid .item .img img {
          width: 250px; }
      #equipo .grid .item .data h3 {
        margin: 10px 0;
        font-size: 40px;
        color: #323232; }
      #equipo .grid .item .data h5 {
        margin-bottom: 25px;
        font-size: 16px;
        color: #003B4A; }
      #equipo .grid .item .data .bio {
        padding-left: 50px; }
        #equipo .grid .item .data .bio p {
          font-size: 14px; }
        #equipo .grid .item .data .bio a.linkedin {
          display: inline-block;
          width: 40px;
          margin-top: 20px; }
          #equipo .grid .item .data .bio a.linkedin:hover {
            opacity: 0.7; }

/* *********************************************************************************************************************
 * SERVICIOS
 */
.page-servicios .servicios {
  height: 100vh;
  background: #D6D1CA url("../../../media/servicios-bkg.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  transition: height 0.5s ease 0s !important; }
  .page-servicios .servicios .smenu {
    position: relative;
    top: 0;
    height: 100%;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s !important; }
    .page-servicios .servicios .smenu a {
      position: relative;
      box-sizing: border-box;
      pointer-events: none;
      width: 20%;
      left: -50px;
      text-align: center;
      transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1) 0s !important; }
      .page-servicios .servicios .smenu a.active {
        pointer-events: none;
        background-color: #F5F5F1; }
        .page-servicios .servicios .smenu a.active h4 {
          color: #003B4A; }
      .page-servicios .servicios .smenu a h4 {
        position: relative;
        z-index: 1;
        width: 300px;
        margin: 0 auto;
        font-size: 37px;
        color: #fff;
        opacity: 0;
        transition: all 0.7s ease 0s !important; }
      .page-servicios .servicios .smenu a:before {
        position: absolute;
        mix-blend-mode: overlay;
        content: '';
        z-index: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
      .page-servicios .servicios .smenu a:hover h4 {
        letter-spacing: 1px;
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05); }
      .page-servicios .servicios .smenu a:hover:before {
        background-color: rgba(30, 30, 30, 0.4);
        transform: scaleX(1.1); }
      .page-servicios .servicios .smenu a:nth-child(1) {
        padding-top: 52vh; }
      .page-servicios .servicios .smenu a:nth-child(2) {
        padding-top: 38vh; }
      .page-servicios .servicios .smenu a:nth-child(3) {
        padding-top: 45vh; }
      .page-servicios .servicios .smenu a:nth-child(4) {
        padding-top: 65vh; }
      .page-servicios .servicios .smenu a:nth-child(5) {
        padding-top: 53vh; }
    .page-servicios .servicios .smenu a.fadeInScreen {
      pointer-events: auto;
      left: 0; }
      .page-servicios .servicios .smenu a.fadeInScreen h4 {
        opacity: 1; }
  .page-servicios .servicios .sections {
    position: relative;
    overflow: hidden;
    top: 130px;
    height: 1000px;
    margin-top: -1px;
    background-color: #F5F5F1;
    opacity: 0;
    transition: opacity 0.6s linear 0s !important; }
    .page-servicios .servicios .sections .scontent {
      position: absolute;
      display: none;
      width: 100%;
      padding: 130px 0; }
      .page-servicios .servicios .sections .scontent .section_inner {
        max-width: 1200px; }
      .page-servicios .servicios .sections .scontent h2 {
        margin-bottom: 60px;
        font-size: 69px; }
      .page-servicios .servicios .sections .scontent .data {
        box-sizing: border-box;
        width: 60%;
        padding-right: 60px; }
        .page-servicios .servicios .sections .scontent .data strong {
          font-family: 'Raleway';
          font-weight: 400; }
        .page-servicios .servicios .sections .scontent .data .sub {
          margin-top: 50px;
          line-height: 1.6; }
      .page-servicios .servicios .sections .scontent .img {
        width: 40%; }
  .page-servicios .servicios.open {
    height: 1880px; }
    .page-servicios .servicios.open .smenu {
      top: 130px;
      height: 130px; }
      .page-servicios .servicios.open .smenu a {
        padding-top: 45px;
        transition: all 0.9s ease 0s !important; }
        .page-servicios .servicios.open .smenu a h4 {
          width: 200px;
          font-size: 27px;
          transition: all 0.3s ease 0s !important; }
        .page-servicios .servicios.open .smenu a:before {
          transform: scalex(1) !important; }
    .page-servicios .servicios.open .sections {
      opacity: 1; }

/* *********************************************************************************************************************
 * PROYECTOS FILTER
 */
.proyectos {
  margin: 200px 0 0 0; }
  .proyectos .filter {
    width: 30%;
    margin-bottom: 100px; }
    .proyectos .filter h3 {
      font-size: 25px; }
      .proyectos .filter h3 i {
        vertical-align: middle; }
    .proyectos .filter h4 {
      padding: 0;
      font-family: 'Playfair Display';
      font-size: 16px;
      color: #686868; }
    .proyectos .filter .searchandfilter > ul > li {
      margin-top: 10px; }
      .proyectos .filter .searchandfilter > ul > li > ul {
        padding-left: 0; }
        .proyectos .filter .searchandfilter > ul > li > ul > li {
          padding: 0; }
          .proyectos .filter .searchandfilter > ul > li > ul > li input {
            display: none; }
          .proyectos .filter .searchandfilter > ul > li > ul > li label {
            cursor: pointer;
            padding: 0;
            font-family: 'Raleway';
            font-weight: 400;
            font-size: 13px;
            transition: all 0.3s ease 0s !important; }
          .proyectos .filter .searchandfilter > ul > li > ul > li.sf-option-active label {
            margin-left: -8px;
            padding: 0 8px;
            font-family: 'Raleway';
            font-weight: 600;
            color: #fff;
            background-color: #007078;
            border-radius: 5px; }
      .proyectos .filter .searchandfilter > ul > li .search-filter-reset {
        font-family: 'Raleway';
        font-weight: 400;
        font-size: 13px;
        color: #686868; }
        .proyectos .filter .searchandfilter > ul > li .search-filter-reset:hover {
          color: #003B4A; }
  .proyectos .results {
    width: 70%;
    margin-bottom: 100px; }
    .proyectos .results h1 {
      font-size: 49px; }
    .proyectos .results .bt-follow {
      display: inline-block;
      margin: 30px 0 50px -15px;
      font-size: 40px;
      color: #003B4A; }
      .proyectos .results .bt-follow:hover {
        color: #999; }
    .proyectos .results .grid a {
      width: 48%;
      margin-bottom: 10%; }
      .proyectos .results .grid a .img {
        overflow: hidden;
        height: 350px; }
        .proyectos .results .grid a .img img {
          transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important; }
      .proyectos .results .grid a .data {
        margin-top: 20px; }
        .proyectos .results .grid a .data h3 {
          font-size: 30px;
          transition: letter-spacing 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important; }
      .proyectos .results .grid a:hover .img img {
        -moz-transform: scale(1.04);
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
        filter: brightness(1.2);
        filter: contrast(1.5); }
      .proyectos .results .grid a:hover h3 {
        letter-spacing: 1px; }
    .proyectos .results .no-results h3 {
      padding-bottom: 20px;
      font-size: 24px; }
  .proyectos .flex.sticky .filter {
    position: fixed;
    top: 100px; }
  .proyectos .flex.sticky .results {
    margin-left: calc( ((100% - 1500px) / 2) + 30% ); }

/* *********************************************************************************************************************
 * PROYECTO SINGLE
 */
.single-proyecto header nav.main_menu > ul > li:nth-child(3) > a {
  font-family: 'Raleway';
  font-weight: 500; }

.proyecto {
  margin: 200px 0 0 0; }
  .proyecto .animblock {
    opacity: 0; }
  .proyecto .head .block {
    padding-left: 30%; }
  .proyecto .head h1 {
    font-size: 30px;
    line-height: 1.1;
    color: #686868; }
  .proyecto .head h2 {
    max-width: 80%;
    margin: 40px 0 60px 0;
    font-size: 49px;
    color: #686868; }
  .proyecto .main .flex > div {
    box-sizing: border-box; }
  .proyecto .main .desc {
    position: relative;
    width: 30%;
    padding-right: 60px; }
    .proyecto .main .desc ul:first-of-type {
      margin-top: 40px; }
    .proyecto .main .desc li {
      font-size: 14px;
      line-height: 1.4; }
    .proyecto .main .desc:after {
      content: '';
      position: absolute;
      display: block;
      transform-origin: top right;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s !important; }
  .proyecto .main .img {
    width: 70%; }
    .proyecto .main .img img {
      vertical-align: top;
      max-width: 1300px; }
    .proyecto .main .img:after {
      content: '';
      position: absolute;
      display: block;
      transform-origin: top right;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0s !important; }
  .proyecto .main.curtain .desc:after,
  .proyecto .main.curtain .img:after {
    transform: scaleX(0); }
  .proyecto .main.curtain .img:after {
    opacity: 0; }
  .proyecto .full img {
    vertical-align: top; }
  .proyecto .data .flex > div {
    box-sizing: border-box;
    width: 50%;
    min-height: 800px; }
  .proyecto .data .info {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F5F5F1; }
    .proyecto .data .info ul {
      width: auto;
      max-width: 600px; }
      .proyecto .data .info ul li {
        display: flex;
        padding-bottom: 12px; }
        .proyecto .data .info ul li span:nth-child(1) {
          min-width: 200px;
          font-size: 16px;
          line-height: 2;
          color: #686868; }
        .proyecto .data .info ul li span:nth-child(2) {
          font-size: 20px;
          color: #323232; }
        .proyecto .data .info ul li a {
          border-bottom: 1px solid #323232; }
          .proyecto .data .info ul li a:hover {
            border-color: #003B4A !important; }
  .proyecto .data .logos {
    display: flex;
    align-items: center;
    justify-content: center; }
    .proyecto .data .logos img {
      max-width: 500px; }
  .proyecto .cuads .flex > div {
    box-sizing: border-box;
    width: 50%; }
  .proyecto .cuads .left {
    display: flex;
    align-items: center;
    justify-content: center; }
    .proyecto .cuads .left img {
      width: 530px; }
  .proyecto .testi {
    padding: 110px 0; }
    .proyecto .testi > div {
      max-width: 50%;
      margin: 0 auto; }
    .proyecto .testi h5 {
      margin-bottom: 35px;
      font-size: 32px;
      line-height: 1.3; }
    .proyecto .testi span {
      display: block;
      font-family: 'Raleway';
      font-weight: 400;
      font-size: 13px;
      color: #003B4A; }
    .proyecto .testi .autor {
      font-family: 'Raleway';
      font-weight: 600; }

/* *********************************************************************************************************************
 * CONTACTO
 */
.page-contacto #form {
  height: 980px;
  background: #F5F5F1 url("../../../media/contacto-bkg.jpg") no-repeat right top;
  background-size: cover;
  background-attachment: fixed; }
  .page-contacto #form .wpcf7 {
    margin-top: calc((980px - 640px) / 2);
    padding: 45px 65px;
    background-color: #fff; }
  .page-contacto #form h1 {
    margin-top: calc((980px - 100px) / 2);
    font-size: 70px;
    color: #fff; }
.page-contacto #mapa {
  height: 500px; }
.page-contacto a[href^="http://maps.google.com/maps"] {
  display: none !important; }
.page-contacto a[href^="https://maps.google.com/maps"] {
  display: none !important; }
.page-contacto .gmnoprint a, .page-contacto .gmnoprint span, .page-contacto .gm-style-cc {
  display: none; }
.page-contacto #map-container {
  position: absolute;
  width: 100%;
  height: 500px; }
.page-contacto #map {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: none !important; }
  .page-contacto #map img {
    max-width: none !important; }
.page-contacto .map-label {
  color: #444;
  font-size: 11px;
  line-height: 16px; }
.page-contacto #markers {
  display: none; }

/* *********************************************************************************************************************
 * LEGAL
 */
.page-legal .content .content_inner {
  margin: 200px 0 0 0; }
.page-legal .wpb_text_column {
  padding: 0 15% 100px 15%; }
  .page-legal .wpb_text_column h1 {
    font-size: 40px;
    color: #003B4A; }
    .page-legal .wpb_text_column h1 + p {
      margin-top: 30px; }
  .page-legal .wpb_text_column h2 {
    font-family: 'Playfair Display', serif;
    padding: 40px 0 0 0;
    font-size: 24px; }
    .page-legal .wpb_text_column h2:before {
      content: '';
      display: block;
      width: 30px;
      height: 1px;
      margin-bottom: 10px;
      background-color: #003B4A; }
    .page-legal .wpb_text_column h2 + p {
      margin-top: 20px; }
  .page-legal .wpb_text_column p, .page-legal .wpb_text_column table, .page-legal .wpb_text_column li {
    font-size: 15px;
    line-height: 1.3;
    color: #000; }
  .page-legal .wpb_text_column a {
    text-decoration: underline; }
  .page-legal .wpb_text_column ul, .page-legal .wpb_text_column ol {
    list-style: none;
    margin-top: 30px; }
  .page-legal .wpb_text_column table {
    width: 100%;
    margin: 20px 0; }
    .page-legal .wpb_text_column table th, .page-legal .wpb_text_column table td {
      text-align: left !important;
      border: 1px solid #D6D1CA; }
  .page-legal .wpb_text_column hr {
    visibility: hidden;
    margin: 40px 0 !important; }

/* *********************************************************************************************************************
 * FIREFOX POSITION FIXES
 */
@-moz-document url-prefix() {}
/* *********************************************************************************************************************
 * LANG EXCEPTIONS
 */
html[lang='en-US'] .home #vocacion .block {
  width: 410px; }
html[lang='en-US'] .page-quienes #vocacion h1 {
  width: 420px; }

/* *********************************************************************************************************************
 * IMPORT RESPONSIVE
 */
/* *********************************************************************************************************************
 * RESPONSIVE MEDIA QUERIES
 */
/* *********************************************************************************************************************
 * DISABLE SMOOTH SCROLLING WHEN USERS HAVE PREFERS-REDUCED-MOTION ENABLED
 */
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }
/* *********************************************************************************************************************
 * FOR RETINA
 */
/* *********************************************************************************************************************
 * VERTICAL BREAK POINTS
 */
/* *********************************************************************************************************************
 * BREAK POINT < 1600
 */
@media screen and (max-width: 1600px) {
  div.grid_section .section_inner,
  .container_inner {
    width: 1300px !important; }

  p {
    font-size: 19px; }

  .proyectos-slider {
    width: 1000px;
    margin-left: 300px; }

  .video {
    width: 600px;
    height: 353px; }

  .page-quienes #intro .block {
    width: 55%;
    padding: 50px 60px; }
  .page-quienes #intro h2 {
    margin-bottom: 40px;
    font-size: 60px; }
  .page-quienes #vocacion .video {
    margin-top: calc( (100vh - 353px) /2 ); }

  .pr-slider {
    height: 700px; }
    .pr-slider .item .info {
      width: 700px; }
      .pr-slider .item .info .img {
        width: 40%; }
      .pr-slider .item .info .data {
        width: 60%; }

  .page-servicios .servicios .smenu a h4 {
    width: 250px;
    font-size: 34px; }

  .proyectos .flex.sticky .results {
    margin-left: calc( ((100% - 1300px) / 2) + 30% ); }

  .proyecto .main .img img {
    max-width: 1100px; }
  .proyecto .data .flex > div {
    min-height: 600px; }
  .proyecto .testi > div {
    max-width: 60%; }

  .page-contacto #form {
    height: 900px; }
    .page-contacto #form .wpcf7 {
      margin-top: calc((900px - 600px) / 2);
      padding: 30px 50px; }
    .page-contacto #form h1 {
      margin-top: calc((900px - 100px) / 2); }

  .wpcf7-form > p {
    margin: 5px 0 !important; } }
/* *********************************************************************************************************************
 * BREAK POINT < 1400
 */
@media screen and (max-width: 1400px) {
  div.grid_section .section_inner,
  .container_inner {
    width: 1100px !important; }

  p {
    font-size: 17px; }

  .sproyectos {
    height: 630px; }

  .proyectos-slider {
    width: 800px;
    margin-left: 300px; }
    .proyectos-slider .item .img {
      height: 260px; }
    .proyectos-slider .item .data h3 {
      font-size: 26px; }

  .video {
    width: 500px;
    height: 294px; }

  .home #intro img {
    height: 40vh;
    margin-top: 25vh; }
  .home #servicios {
    height: 350px; }

  .page-quienes #intro .block {
    width: 65%;
    margin-top: 30vh; }
  .page-quienes #intro h2 {
    margin-bottom: 30px;
    font-size: 50px; }
  .page-quienes #intro p {
    font-size: 18px; }
  .page-quienes #vocacion .video {
    margin-top: calc( (100vh - 294px) /2 ); }

  .pr-slider {
    height: 600px; }
    .pr-slider .item .info {
      width: 570px; }
      .pr-slider .item .info .img {
        width: 35%; }
      .pr-slider .item .info .data {
        width: 65%; }
        .pr-slider .item .info .data h3 {
          font-size: 26px;
          line-height: 1.2; }

  .page-servicios .servicios .smenu a h4 {
    width: 240px;
    font-size: 30px; }
  .page-servicios .servicios .sections {
    height: 850px; }
    .page-servicios .servicios .sections .scontent {
      padding: 80px 0; }
      .page-servicios .servicios .sections .scontent h2 {
        margin-bottom: 40px;
        font-size: 52px; }
  .page-servicios .servicios.open {
    height: 1580px; }

  .proyectos .results .grid a .img {
    height: 259px; }
  .proyectos .flex.sticky .results {
    margin-left: calc( ((100% - 1100px) / 2) + 30% ); }

  .proyecto .head h2 {
    max-width: 90%;
    font-size: 40px; }
  .proyecto .main .img img {
    max-width: 920px; }
  .proyecto .main .desc {
    padding-right: 30px; }
  .proyecto .data .flex > div {
    min-height: 500px; }
  .proyecto .data .info ul li {
    max-width: 500px; }
    .proyecto .data .info ul li span:nth-child(1) {
      min-width: 160px;
      font-size: 14px; }
    .proyecto .data .info ul li span:nth-child(2) {
      font-size: 18px; }
  .proyecto .cuads .left img {
    width: 460px; }
  .proyecto .testi h5 {
    font-size: 28px; }

  .page-contacto #form .wpcf7 {
    padding: 10px 50px 30px 50px; }
  .page-contacto #form h1 {
    margin-top: 300px; }

  .wpcf7-form textarea.wpcf7-textarea {
    height: 90px; } }
/* *********************************************************************************************************************
 * BREAK POINT < 1200
 */
@media screen and (max-width: 1200px) {
  div.grid_section .section_inner,
  .container_inner {
    width: 950px !important; }

  p {
    font-size: 16px; }

  footer .footer_top_holder {
    font-size: 15px; }
    footer .footer_top_holder .footer_top {
      padding: 100px 0 60px 0; }
    footer .footer_top_holder .column3 .textwidget {
      padding-left: 100px; }
    footer .footer_top_holder .widget_nav_menu {
      padding-left: 100px; }
  footer .footer_bottom_holder .footer_bottom a.wonton {
    margin: 10px 0 0 10%; }

  .sproyectos {
    height: 700px; }

  .proyectos-slider {
    width: 100%;
    margin-left: 0; }
    .proyectos-slider .item .img {
      height: 310px; }

  .page-quienes #intro h2 {
    font-size: 40px; }
  .page-quienes #intro p {
    font-size: 16px; }
  .page-quienes #vocacion h1 {
    margin-top: calc( (100vh - 200px) /2 );
    font-size: 42px; }
  .page-quienes #vocacion .video {
    width: 420px;
    height: 247px;
    margin-top: calc( (100vh - 247px) /2 ); }
    .page-quienes #vocacion .video .play {
      padding-top: 22%; }

  .pr-slider .item .info {
    width: 380px;
    top: 60px;
    bottom: auto; }
    .pr-slider .item .info .img {
      width: 45%; }
    .pr-slider .item .info .data {
      width: 100%;
      padding: 20px 0 0 0; }
      .pr-slider .item .info .data h3 {
        margin-bottom: 20px; }

  #equipo .grid .item {
    width: 40%; }
    #equipo .grid .item .data h3 {
      font-size: 34px; }

  .page-servicios .servicios .smenu a h4 {
    width: 160px;
    font-size: 26px; }
  .page-servicios .servicios.open .smenu a h4 {
    font-size: 22px; }

  .proyectos .filter {
    width: 25%; }
  .proyectos .results {
    width: 75%; }
    .proyectos .results .grid a .img {
      height: 239px; }
    .proyectos .results .grid a .data h3 {
      font-size: 24px; }
  .proyectos .flex.sticky .results {
    margin-left: calc( ((100% - 950px) / 2) + 25% ); }

  .proyecto .main .img img {
    max-width: 720px; }
  .proyecto .main .desc {
    padding-right: 20px; }
    .proyecto .main .desc p {
      font-size: 14px; }
  .proyecto .data .logos img {
    max-width: 400px; }
  .proyecto .data .info ul li {
    max-width: 450px; }
    .proyecto .data .info ul li span:nth-child(1) {
      font-size: 13px; }
    .proyecto .data .info ul li span:nth-child(2) {
      font-size: 16px; }
  .proyecto .cuads .left img {
    width: 400px; }
  .proyecto .testi {
    padding: 80px 0; }
    .proyecto .testi h5 {
      font-size: 24px; }

  .page-contacto #form h1 {
    font-size: 50px; }

  .wpcf7-form > p label {
    top: 30px;
    font-size: 15px; }

  .page-legal .content .content_inner {
    margin: 150px 0 0 0; }
  .page-legal .wpb_text_column {
    padding: 0 10% 100px 10%; }

  html[lang='en-US'] .home #vocacion .block {
    width: 410px; }
  html[lang='en-US'] .page-quienes #vocacion h1 {
    width: 400px; } }
/* *********************************************************************************************************************
 * PORTRAIT TABLET TO LANDSCAPE AND DESKTOP  < 1000
 */
@media screen and (max-width: 1000px) {
  div.grid_section .section_inner,
  .container_inner {
    width: 90% !important; }

  a, button {
    cursor: auto !important; }

  p {
    font-size: 15px; }

  header .header_bottom .container_inner {
    width: calc(90% + 26px); }
  header .header_bottom a.popup_menu {
    display: block;
    width: 28px;
    padding-left: 0; }
    header .header_bottom a.popup_menu .line,
    header .header_bottom a.popup_menu .line:before,
    header .header_bottom a.popup_menu .line:after {
      width: 28px;
      height: 1px;
      transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s !important; }
    header .header_bottom a.popup_menu .line:before {
      top: -7px; }
    header .header_bottom a.popup_menu .line:after {
      top: 7px; }
  header .header_inner_left {
    z-index: 111;
    margin: 0 !important; }
    header .header_inner_left .q_logo a {
      height: 35px !important; }
    header .header_inner_left .mobile_menu_button {
      visibility: hidden; }
  header .mobile_menu {
    display: none !important; }

  .popup_menu_holder {
    background-color: #003B4A; }
    .popup_menu_holder nav.popup_menu ul li a {
      font-size: 40px;
      line-height: 1.7;
      text-transform: none;
      letter-spacing: 1px;
      color: #fff; }
    .popup_menu_holder nav.popup_menu ul li.current-menu-item > a {
      font-family: 'gs'; }
    .popup_menu_holder nav.popup_menu ul li.lang-item.lang-item-first {
      margin-top: 30px; }
    .popup_menu_holder nav.popup_menu ul li.lang-item.current-lang > a {
      pointer-events: none;
      font-family: 'gs'; }
    .popup_menu_holder nav.popup_menu ul li.lang-item > a {
      margin: 0 15px;
      font-size: 24px; }

  footer .footer_top_holder .footer_top {
    padding: 60px 0 40px 0; }
  footer .footer_top_holder .column1 img {
    width: 150px; }
  footer .footer_top_holder .widget_nav_menu {
    padding-left: 0; }
  footer .footer_top_holder .column3 .textwidget {
    padding-left: 0; }
  footer .footer_bottom_holder .footer_bottom {
    text-align: left; }
    footer .footer_bottom_holder .footer_bottom a.wonton {
      margin-left: 15%; }
  footer + .footer-logos {
    justify-content: center; }

  .sproyectos {
    height: 550px; }

  .proyectos-slider .item .img {
    height: 232px; }

  .home #intro .block {
    width: 90% !important; }
    .home #intro .block .block-inner {
      width: 100%; }
  .home #servicios .block {
    padding-top: 14vh; }
  .home .sproyectos {
    padding: 60px 0; }

  .page-quienes #intro {
    height: 100vh; }
  .page-quienes #vocacion .vc_col-sm-6 {
    width: 100%;
    text-align: center; }
  .page-quienes #vocacion h1 {
    width: 60%;
    margin: 200px auto 40px auto; }
  .page-quienes #vocacion .video {
    margin: 0 auto;
    width: 600px;
    height: 353px; }
  .page-quienes #pedro .profile {
    width: 90%; }
    .page-quienes #pedro .profile .data h3 {
      font-size: 30px; }

  #equipo .grid .item {
    width: 50%; }

  .pr-slider.init .item.first {
    width: 100px; }
  .pr-slider .item {
    width: 50px; }
    .pr-slider .item.first {
      width: calc( (100vw - (100vw - 100%)) - (50px * 5) );
      padding: 0 15px; }
    .pr-slider .item.active {
      width: calc( ( (100vw - (100vw - 100%)) - 100px) - (50px * 4) ); }
    .pr-slider .item.pr:not(.active):hover {
      transform: scaleX(1); }
      .pr-slider .item.pr:not(.active):hover .num span {
        transform: scaleX(1); }
    .pr-slider .item .info {
      left: 50px; }
      .pr-slider .item .info .data {
        width: 90%; }
        .pr-slider .item .info .data h3 {
          margin-bottom: 15px;
          font-size: 22px; }
    .pr-slider .item .num {
      width: 50px; }
      .pr-slider .item .num span {
        font-size: 30px; }

  .proyectos {
    margin-top: 100px; }
    .proyectos .results h1 {
      font-size: 39px; }
    .proyectos .results .grid a .img {
      height: 174px; }
    .proyectos .results .grid a .data h3 {
      font-size: 22px; }
    .proyectos .flex.sticky .results {
      margin-left: 25%; }

  .proyecto {
    margin-top: 100px; }
    .proyecto .head .block {
      padding-left: 0; }
    .proyecto .head h1 {
      font-size: 24px; }
    .proyecto .head h2 {
      margin: 10px 0 30px 0; }
    .proyecto .main .desc {
      width: 100%; }
    .proyecto .main .img {
      width: 100%;
      margin: 30px 0 40px 0; }
      .proyecto .main .img img {
        max-width: 100%; }
    .proyecto .data .flex > div {
      width: 100%;
      min-height: 400px; }
    .proyecto .cuads .left {
      display: inline-block; }
      .proyecto .cuads .left img {
        width: 100%; }
    .proyecto .testi {
      padding: 60px 0; }
      .proyecto .testi > div {
        max-width: 75%; }

  .page-contacto #form .vc_col-sm-6 {
    width: 100%; }
  .page-contacto #form .wpcf7 {
    width: 70%;
    margin: 200px auto 0 auto; }
  .page-contacto #form h1 {
    margin-top: -630px; } }
/* *********************************************************************************************************************
 * VERTICAL MOBILES AND DOWN  < 768
 */
@media screen and (max-width: 767px) {
  div.grid_section .section_inner,
  .container_inner {
    width: 85%; }

  p {
    font-size: 14px; }

  #back_to_top {
    right: 5px !important; }

  .sproyectos h2 {
    font-size: 20px !important;
    text-align: center; }

  .proyectos-slider {
    width: 90%;
    margin: 0 auto; }
    .proyectos-slider .item .data h3 {
      font-size: 21px;
      text-align: center; }

  #cookie-notice .cookie-notice-container {
    padding: 30px; }
  #cookie-notice .boxed-link {
    margin: 15px 0 0 0; }

  header .header_bottom .container_inner {
    width: calc(85% + 26px); }
  header .header_inner_left .logo_wrapper {
    left: 0;
    height: 70px !important; }
  header .header_inner_left .q_logo a {
    height: 25px !important;
    left: 0;
    margin-top: -3px; }

  .side_menu_button,
  .mobile_menu_button {
    height: 70px !important; }

  .popup_menu_holder nav.popup_menu ul li a {
    font-size: 34px; }

  footer {
    text-align: center !important; }
    footer .three_columns > div {
      margin-bottom: 15px !important; }
    footer .footer_bottom_holder .footer_bottom {
      padding-bottom: 30px;
      text-align: center !important; }
      footer .footer_bottom_holder .footer_bottom span + a {
        padding-bottom: 0; }
      footer .footer_bottom_holder .footer_bottom a {
        display: block;
        position: relative !important;
        margin: 0 !important;
        line-height: 1.2; }
    footer + .footer-logos {
      flex-direction: column;
      gap: 20px;
      padding: 40px; }

  .home .vc_row {
    background-attachment: scroll; }
    .home .vc_row h2 {
      font-size: 32px; }
  .home #intro img {
    height: 25vh; }
  .home #intro h1 {
    bottom: 180px;
    font-size: 15px; }
    .home #intro h1 span {
      font-size: 18px; }
  .home #intro.init .bt-follow {
    bottom: 100px; }
  .home #vocacion .block {
    width: 90% !important; }
  .home #servicios {
    height: 280px; }

  .page-quienes #intro .block {
    width: 90%;
    margin: 100px auto 0 auto;
    padding: 30px; }
  .page-quienes #intro h2 {
    font-size: 34px; }
  .page-quienes #intro p {
    font-size: 14px; }
  .page-quienes #vocacion .vc_col-sm-6 {
    width: 100%;
    text-align: center; }
  .page-quienes #vocacion h1 {
    width: 80% !important;
    margin: 100px auto 30px auto;
    font-size: 32px; }
  .page-quienes #vocacion .video {
    margin: 0 auto;
    width: 300px;
    height: 180px; }
    .page-quienes #vocacion .video .play {
      padding-top: 20%; }
  .page-quienes #pedro {
    padding: 50px 0; }
    .page-quienes #pedro .profile {
      width: 80%;
      margin-top: 30px; }
      .page-quienes #pedro .profile .img {
        width: 50%;
        margin: 0 auto; }
      .page-quienes #pedro .profile .data {
        width: 100%;
        padding-left: 0;
        text-align: center; }
        .page-quienes #pedro .profile .data h3 {
          font-size: 30px; }
        .page-quienes #pedro .profile .data p {
          padding-left: 0;
          text-align: justify; }
        .page-quienes #pedro .profile .data a.linkedin {
          margin-top: 30px;
          padding-left: 0;
          text-align: left; }
  .page-quienes #clientes .block {
    box-sizing: border-box;
    width: 90%; }
  .page-quienes #clientes h2 {
    margin-bottom: 20px; }
  .page-quienes #clientes .slider a {
    border: 0; }

  #equipo {
    padding: 80px 0; }
    #equipo .grid .item {
      width: 80%;
      padding: 0;
      text-align: center; }
      #equipo .grid .item .img {
        width: 60%;
        margin: 0 auto;
        padding-left: 0; }
      #equipo .grid .item .data h3 {
        font-size: 30px; }
      #equipo .grid .item .data .bio {
        padding-left: 0; }
        #equipo .grid .item .data .bio p {
          text-align: justify; }

  .pr-slider {
    height: auto; }
    .pr-slider.init .item.first {
      width: 100px; }
    .pr-slider .item {
      width: 100% !important;
      height: 50px;
      transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1); }
      .pr-slider .item.first h4 {
        margin-top: 12px;
        font-size: 16px !important;
        text-align: center; }
        .pr-slider .item.first h4 br {
          display: none; }
      .pr-slider .item.active {
        height: 550px; }
      .pr-slider .item.pr:not(.active):hover {
        transform: scaleX(1); }
        .pr-slider .item.pr:not(.active):hover .num span {
          transform: scaleX(1); }
      .pr-slider .item .info {
        box-sizing: border-box;
        top: 50px;
        left: 0;
        width: 100%;
        padding: 0 30px; }
        .pr-slider .item .info .img {
          width: 40%; }
        .pr-slider .item .info .data {
          width: 100%; }
          .pr-slider .item .info .data h3 {
            margin-bottom: 15px;
            font-size: 22px; }
      .pr-slider .item .num span {
        margin-top: 5px;
        font-size: 25px; }

  .page-servicios .servicios .smenu {
    display: block !important;
    padding-top: 50px; }
    .page-servicios .servicios .smenu a {
      display: block;
      width: 100%;
      padding-top: 60px !important; }
      .page-servicios .servicios .smenu a h4 {
        width: 90%; }
  .page-servicios .servicios .sections .scontent {
    padding: 50px 0; }
    .page-servicios .servicios .sections .scontent h2 {
      font-size: 30px;
      text-align: center; }
    .page-servicios .servicios .sections .scontent .data {
      width: 100%;
      padding-right: 0; }
      .page-servicios .servicios .sections .scontent .data p {
        text-align: justify; }
      .page-servicios .servicios .sections .scontent .data .sub {
        margin-top: 25px;
        font-size: 16px; }
    .page-servicios .servicios .sections .scontent .img {
      width: 100%;
      margin: 30px 0; }
  .page-servicios .servicios.open {
    height: 1600px; }
    .page-servicios .servicios.open .smenu {
      top: 30px;
      height: 150px;
      padding-top: 0; }
      .page-servicios .servicios.open .smenu a {
        padding-top: 0 !important; }
        .page-servicios .servicios.open .smenu a h4 {
          width: 90%;
          font-size: 19px;
          line-height: 30px; }
        .page-servicios .servicios.open .smenu a.active {
          background-color: rgba(255, 255, 255, 0.8); }
    .page-servicios .servicios.open .sections {
      top: 60px;
      height: 940px; }

  .proyectos {
    margin-top: 30px; }
    .proyectos .filter {
      overflow: hidden;
      width: 100%;
      height: 50px;
      margin: 0;
      text-align: center;
      transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s !important; }
      .proyectos .filter h3 {
        font-size: 22px; }
      .proyectos .filter .sf-field-reset {
        display: none; }
      .proyectos .filter.open {
        height: 240px; }
        .proyectos .filter.open h3 i:before {
          content: "\e083"; }
    .proyectos .results {
      width: 100%;
      margin-bottom: 50px; }
      .proyectos .results h1 {
        margin: 20px 0 30px 0;
        font-size: 30px;
        text-align: center; }
      .proyectos .results .bt-follow {
        display: none; }
      .proyectos .results .grid a .img {
        height: 110px; }
      .proyectos .results .grid a .data {
        margin-top: 10px; }
        .proyectos .results .grid a .data h3 {
          font-size: 17px; }
      .proyectos .results .no-results {
        text-align: center; }
        .proyectos .results .no-results h3 {
          font-size: 20px; }
    .proyectos .flex.sticky .results {
      margin-left: 25%; }

  .proyecto {
    margin-top: 50px; }
    .proyecto .head {
      width: 92%;
      margin: 0 auto; }
      .proyecto .head h1 {
        font-size: 20px; }
      .proyecto .head h2 {
        max-width: 100%;
        font-size: 30px; }
    .proyecto .main {
      width: 92%;
      margin: 0 auto; }
      .proyecto .main .desc {
        padding-right: 0; }
    .proyecto .data .info {
      padding: 50px 0; }
      .proyecto .data .info ul {
        width: 80%; }
        .proyecto .data .info ul li {
          display: block; }
          .proyecto .data .info ul li span {
            display: block;
            width: 100%; }
    .proyecto .cuads .flex > div {
      width: 100%;
      display: flex; }
    .proyecto .testi {
      padding: 50px 0; }
      .proyecto .testi > div {
        max-width: 80%; }
      .proyecto .testi h5 {
        font-size: 20px; }

  .page-contacto #form .wpcf7 {
    width: 80%;
    padding: 10px 30px 30px 30px; }
  .page-contacto #form h1 {
    margin-top: -630px; }

  .wpcf7-form > p label {
    top: 25px; }
  .wpcf7-form input.wpcf7-text,
  .wpcf7-form input.wpcf7-mail,
  .wpcf7-form textarea.wpcf7-textarea {
    font-size: 16px !important; }

  .page-legal .content .content_inner {
    margin: 50px 0 0 0; }
  .page-legal .wpb_text_column {
    padding: 0 9% 100px 9%; }
    .page-legal .wpb_text_column h1 {
      font-size: 30px; }
    .page-legal .wpb_text_column h2 {
      font-size: 20px; }
    .page-legal .wpb_text_column p, .page-legal .wpb_text_column table, .page-legal .wpb_text_column li {
      font-size: 14px; }

  html[lang='en-US'] .home .vc_row h2 {
    font-size: 30px; } }
/* *********************************************************************************************************************
 * SMALL DEVICES  < 350
 */
