@charset "UTF-8";
/*
Theme Name: Álvarez Lentner
Theme URI: https://alvarezlentner.com
Description: Álvarez Lentner
Author: Wonton
Author URI: https://www.wonton.es
Version: 1.0.1
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
 */
@font-face {
  font-family: "neu";
  src: url("../lentner/fonts/neu-book.woff2") format("woff2"), url("../lentner/fonts/neu-book.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "neub";
  src: url("../lentner/fonts/neu-demi.woff2") format("woff2"), url("../lentner/fonts/neu-demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "neul";
  src: url("../lentner/fonts/neu-light.woff2") format("woff2"), url("../lentner/fonts/neu-light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "harriet";
  src: url("../lentner/fonts/harriet.woff2") format("woff2"), url("../lentner/fonts/harriet.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: 'neu', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'harriet', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  color: #F57D4B; }

h2 {
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 1.1;
  color: #B6ADA4; }

h3 {
  font-size: 36px; }

p {
  font-size: 18px;
  line-height: 1.6;
  color: #373737;
  /* &: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: #373737; }
  ul.styled li:before {
    content: "\2022";
    display: inline-block;
    width: 1em;
    padding-right: .5em;
    font-weight: 700;
    color: #F57D4B; }

.harriet {
  font-family: 'harriet', serif; }

.text-light,
.text-light a {
  font-family: 'neul'; }

.text-regular,
.text-regular a {
  font-family: 'neu'; }

.text-medium,
.text-medium a,
strong {
  font-family: 'neub';
  font-weight: 400; }

.text-bigger {
  font-size: 18px !important; }

.text-even-bigger {
  font-size: 20px !important; }

.text-smaller {
  font-size: 14px !important; }

.text-spaced {
  letter-spacing: 3px; }

.claim {
  font-family: 'neul';
  font-size: 35px;
  line-height: 1.2; }

.no-emoji {
  letter-spacing: -1px; }

.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: #979797; }

.light-grey {
  color: #F5F5F1; }

.dark-grey {
  color: #373737; }

.accent,
.accent p {
  color: #F57D4B !important; }

.ocre {
  color: #B6ADA4 !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: #F57D4B;
  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: #F57D4B;
    color: #fff; }
  .title-boxed.dark {
    background-color: #373737;
    color: #fff; }

.with-line-below:after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  margin: 10px auto 20px auto;
  background-color: #979797; }

.with-line-above:before {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  margin: 20px auto 10px auto;
  background-color: #979797; }

.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: #373737; }

a.accent-link {
  color: #cf450b;
  text-decoration: underline; }
  a.accent-link:hover {
    color: #F57D4B !important; }

a.white-link {
  color: #fff;
  border-bottom: 1px solid transparent; }
  a.white-link:hover {
    border-bottom: 1px solid #fff; }

a.dark-grey-link {
  color: #373737 !important; }
  a.dark-grey-link:hover {
    color: #373737 !important; }

a.light-grey-link {
  color: #F5F5F1; }
  a.light-grey-link:hover {
    color: #F57D4B !important; }

.boxed-link {
  display: inline-block;
  padding: 8px 25px;
  font-size: 17px;
  color: #F57D4B;
  border: 1px solid #F57D4B; }
  .boxed-link:hover {
    padding: 8px 30px;
    background-color: #F57D4B;
    color: #fff; }
  .boxed-link.bold {
    font-weight: 500; }
  .boxed-link.big {
    padding: 22px 55px;
    font-size: 20px; }
  .boxed-link.small {
    padding: 4px 15px;
    font-size: 15px; }

a.line-link {
  display: inline-block;
  padding-bottom: 6px;
  line-height: 0;
  color: #373737; }
  a.line-link:after {
    content: '';
    position: relative;
    width: 100%;
    height: 1px;
    margin-bottom: -5px;
    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: #373737 !important; }
    a.line-link:hover:after {
      background-color: #979797;
      transform: scaleX(1); }
  a.line-link.accent {
    color: #F57D4B; }
    a.line-link.accent:hover {
      color: #F57D4B !important; }
      a.line-link.accent:hover:after {
        background-color: #F57D4B; }
  a.line-link.grey {
    color: #dad6d1; }
    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: #F57D4B; }
  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: #F57D4B;
    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: 'harriet';
    font-size: 36px;
    color: #B6ADA4;
    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: 15px;
      color: #F57D4B; }
  .wpcf7-form > p.txt label.has-value {
    top: 4px;
    left: 0; }
.wpcf7-form input.wpcf7-text,
.wpcf7-form input.wpcf7-mail,
.wpcf7-form textarea.wpcf7-textarea {
  padding: 0 0 12px 0;
  font-family: 'neu';
  font-size: 40px !important;
  color: #373737 !important;
  background-color: transparent;
  border-bottom: 1px solid #373737; }
.wpcf7-form textarea.wpcf7-textarea {
  height: 65px;
  line-height: 1.2;
  transition: height 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important; }
  .wpcf7-form textarea.wpcf7-textarea:focus {
    height: 120px; }
.wpcf7-form .wpcf7-list-item {
  margin-left: 0 !important; }
.wpcf7-form .block-legal {
  margin-top: 25px;
  font-size: 15px; }
  .wpcf7-form .block-legal > * {
    vertical-align: top; }
.wpcf7-form .txt-legal {
  display: inline-block;
  width: 90%;
  line-height: 2;
  color: #373737; }
  .wpcf7-form .txt-legal a,
  .wpcf7-form .txt-legal a:hover {
    color: #373737 !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 #373737;
      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: #F57D4B;
    border-color: #F57D4B; }
  .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: 140px;
  height: 45px;
  margin-top: 30px;
  font-family: 'neub';
  font-size: 20px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  letter-spacing: 2px;
  color: #fff !important;
  background-color: #B6ADA4 !important;
  border: 0 !important;
  border-radius: 0;
  transition: all 0.4s ease 0s !important; }
  .wpcf7-form input.wpcf7-submit:hover {
    width: 150px;
    background-color: #F57D4B !important; }
.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 {
  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: $dark-grey;
	opacity: 1 !important;
}

::-moz-placeholder {
	color: $dark-grey;
	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: 1250px !important; }

.qbutton {
  height: 37px;
  padding: 0 18px;
  font-size: 15px;
  line-height: 37px;
  font-weight: 400;
  letter-spacing: 0 !important;
  border: 1px solid #979797;
  border-radius: 0; }
  .qbutton:hover {
    padding: 0 24px;
    color: #fff;
    background-color: #F57D4B; }
    .qbutton:hover span, .qbutton:hover i {
      color: #fff !important; }

#back_to_top {
  right: 15px !important;
  bottom: 13px; }
  #back_to_top > span {
    border: 0;
    background-color: transparent !important; }
    #back_to_top > span i {
      color: #b1b1b1; }
  #back_to_top:hover > span i {
    color: #B6ADA4; }

@-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: center;
  position: relative; }

.wp-pagenavi {
  margin: 30px 0 60px 0 !important; }
  .wp-pagenavi .pages {
    display: none; }
  .wp-pagenavi a, .wp-pagenavi span {
    margin: 0 4px;
    padding: 5px;
    color: #979797;
    text-decoration: none; }
  .wp-pagenavi a img {
    vertical-align: middle; }
  .wp-pagenavi a:hover {
    color: #373737; }
  .wp-pagenavi .current {
    font-family: 'neub';
    color: #F57D4B; }
  .wp-pagenavi .previouspostslink {
    margin-right: 9px; }
  .wp-pagenavi .nextpostslink {
    margin-left: 9px; }

/* *********************************************************************************************************************
 * SHARED ELEMENTS
 */
/* PRELOAD */
.preload,
.preload:after {
  position: absolute;
  z-index: 2;
  width: 90px;
  height: 90px;
  left: 50%;
  top: 50%;
  margin: -45px 0 0 -45px;
  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 #F57D4B;
  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); } }
.widget_polylang ul li {
  display: inline-block;
  padding-left: 10px; }
  .widget_polylang ul li.current-lang a {
    font-family: 'neub', sans-serif;
    text-decoration: underline; }
  .widget_polylang ul li a {
    font-size: 15px;
    color: #373737 !important; }
    .widget_polylang ul li a:hover {
      color: #F57D4B !important;
      font-family: 'neub', sans-serif; }

.flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

#intro {
  height: 330px; }
  #intro .ititle {
    margin-top: 50px;
    margin-left: calc( (100% - 1250px) / 2 ); }
  #intro h1 {
    font-size: 70px;
    line-height: 1;
    color: #373737; }
  #intro a.bt-follow {
    display: inline-block;
    margin-top: 40px; }
    #intro a.bt-follow:hover {
      padding-top: 8px; }
  #intro .imenu {
    position: absolute;
    top: 0;
    right: 0;
    height: 330px; }
    #intro .imenu a {
      position: relative;
      display: inline-block;
      box-sizing: border-box;
      background-position: right 0;
      background-repeat: no-repeat;
      height: 100%;
      width: 125px;
      padding-left: 20px; }
      #intro .imenu a span {
        display: block;
        position: absolute;
        width: 100px;
        bottom: 20px;
        font-size: 18px;
        color: #fff; }
      #intro .imenu a:hover {
        width: 150px;
        padding-left: 30px;
        filter: brightness(1.1); }
  #intro.light h1 {
    color: #fff; }
  #intro.light .bt-follow {
    filter: brightness(10); }

#extra {
  height: 330px;
  background-position: center 150px;
  background-attachment: fixed; }
  #extra h4 {
    margin-top: 130px;
    font-family: 'neu';
    font-size: 40px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6); }

.acord {
  position: relative;
  display: block;
  margin: 50px 0; }
  .acord .item {
    position: relative;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
    height: 85px;
    border-top: 1px solid #979797;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s !important; }
    .acord .item:last-child {
      border-bottom: 1px solid #979797; }
    .acord .item:hover {
      background-color: #f1efed; }
    .acord .item .head {
      position: relative;
      z-index: 2; }
      .acord .item .head * {
        display: inline-block;
        vertical-align: middle; }
      .acord .item .head a {
        padding-top: 15px; }
        .acord .item .head a h3 {
          color: #F57D4B; }
        .acord .item .head a img {
          margin: 5px 0 0 30px; }
      .acord .item .head .icon {
        float: right;
        transition: opacity 0.4s linear 0s !important; }
    .acord .item .data {
      position: absolute;
      z-index: 1;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #dad6d1;
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 50%;
      opacity: 0;
      transition: opacity 0.4s linear 0s !important; }
      .acord .item .data p {
        margin-top: 130px;
        width: 45%;
        font-size: 25px;
        line-height: 1.3; }
    .acord .item.open {
      height: 320px;
      cursor: default; }
      .acord .item.open .head a h3 {
        color: #373737; }
      .acord .item.open .head a img {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        filter: brightness(0); }
      .acord .item.open .head .icon {
        opacity: 0; }
      .acord .item.open .data {
        opacity: 1; }
  .acord.equipo .item {
    height: 220px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: calc( (100% - 450px) - ((100% - 1250px)/2) ); }
    .acord.equipo .item .head h3 {
      display: block;
      color: #373737;
      transition: margin 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important; }
    .acord.equipo .item .head img {
      position: absolute;
      top: 155px;
      left: 400px;
      margin: 0;
      filter: brightness(0);
      transition: top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important; }
    .acord.equipo .item .head .frase {
      box-sizing: border-box;
      width: 50%;
      margin-left: 550px;
      font-size: 25px;
      color: #fff; }
    .acord.equipo .item .data {
      background-color: #fff; }
      .acord.equipo .item .data .container_inner {
        position: static !important; }
      .acord.equipo .item .data .frase {
        width: 30%;
        margin-top: 120px;
        font-size: 25px; }
      .acord.equipo .item .data .algo {
        width: 30%;
        margin-top: 80px;
        font-size: 18px;
        line-height: 1.6; }
      .acord.equipo .item .data img {
        position: absolute;
        top: 60px;
        left: calc( ((100% - 1250px)/2) + 450px );
        width: 350px; }
      .acord.equipo .item .data .bio {
        position: absolute;
        top: 120px;
        left: calc( ((100% - 1250px)/2) + 850px );
        width: 400px;
        font-size: 18px;
        line-height: 1.5;
        color: #373737; }
    .acord.equipo .item.open {
      height: 625px; }
      .acord.equipo .item.open .head h3 {
        margin-top: 50px; }
      .acord.equipo .item.open .head img {
        top: 523px; }
      .acord.equipo .item.open .head .frase {
        pointer-events: none;
        opacity: 0; }
  .acord.servicios .item .head h3 {
    color: #373737; }
  .acord.servicios .item .head img {
    filter: brightness(0); }
  .acord.servicios .item .head .icon {
    opacity: 1 !important; }
  .acord.servicios .item .data {
    background-position: left center;
    background-size: calc( (100% - 850px) - ((100% - 1250px)/2) ); }
    .acord.servicios .item .data p {
      margin: 40px 0 0 calc( ((100% - 1250px)/2) + 450px );
      width: 50%;
      font-size: 18px;
      line-height: 1.4; }

.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: #F57D4B;
    transition: all 0.4s ease 0s !important; }
  .slick-prev:hover:before,
  .slick-next:hover:before {
    color: #B6ADA4;
    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: #373737;
        opacity: 0.1; }
    .slick-dots li.slick-active button:before {
      opacity: .5;
      color: #373737; }

.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: #F57D4B; }

.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: 'neu', sans-serif; }
  #cookie-notice .cookie-notice-container {
    padding: 30px 0; }
  #cookie-notice #cn-close-notice {
    display: none; }
  #cookie-notice .boxed-link {
    margin-left: 30px;
    color: #fff;
    background-color: #F57D4B; }

/* *********************************************************************************************************************
 * HEADER - MENU
 */
header .header_bottom {
  padding-right: 25px; }
  header .header_bottom .q_logo a {
    height: 45px !important; }
header nav.main_menu > ul > li > a {
  margin: 0 20px;
  padding: 0;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: none;
  color: #373737 !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 span:nth-child(2):after, header nav.main_menu > ul > li > a.current span:nth-child(2):after {
    transform: scaleX(1);
    background-color: #373737; }
  header nav.main_menu > ul > li > a.current {
    pointer-events: none; }
header nav.main_menu > ul > li:last-child > a {
  margin-right: 0; }
header .header_bottom_right_widget_holder {
  padding: 0; }
header a.popup_menu {
  display: none; }
header.light:not(.sticky) {
  padding-top: 30px; }
  header.light:not(.sticky) .header_bottom .q_logo a {
    height: 70px !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, header.light:not(.sticky) nav.main_menu > ul > li > a.current span:nth-child(2):after {
      background-color: #fff; }
  header.light:not(.sticky) .widget_polylang a {
    color: #fff !important; }
    header.light:not(.sticky) .widget_polylang a:hover {
      color: #F57D4B !important; }
header.sticky .header_bottom .q_logo a {
  height: 45px !important; }

/* *********************************************************************************************************************
 * FOOTER
 */
footer .footer_top_holder {
  font-size: 13px;
  background-color: #fff; }
  footer .footer_top_holder .footer_top {
    padding: 30px 0 0 0; }
  footer .footer_top_holder .column1 {
    width: 10%; }
    footer .footer_top_holder .column1 img {
      width: 120px; }
  footer .footer_top_holder .column2 {
    width: 65%; }
    footer .footer_top_holder .column2 .mcolumn {
      display: inline-block;
      box-sizing: border-box;
      vertical-align: top;
      padding: 12px 0 0 40px; }
    footer .footer_top_holder .column2 a {
      display: block;
      margin-bottom: 5px;
      font-size: 13px; }
      footer .footer_top_holder .column2 a.accent {
        font-size: 18px; }
  footer .footer_top_holder .column3 {
    width: 25%;
    text-align: right; }
  footer .footer_top_holder .social {
    margin-top: 20px; }
    footer .footer_top_holder .social a {
      display: inline-block;
      margin-left: 15px;
      font-size: 18px;
      color: #F57D4B !important; }
      footer .footer_top_holder .social a:hover {
        opacity: 0.7; }
  footer .footer_top_holder a.ellint img {
    width: 200px;
    margin-top: 25px; }
footer .footer_bottom_holder {
  background-color: #fff; }
  footer .footer_bottom_holder .footer_bottom {
    padding-bottom: 20px;
    font-size: 13px;
    text-align: left; }
    footer .footer_bottom_holder .footer_bottom .legal {
      float: right; }
    footer .footer_bottom_holder .footer_bottom a {
      margin-left: 20px;
      font-size: 13px; }
      footer .footer_bottom_holder .footer_bottom a.wonton {
        margin-left: 0; }

/* *********************************************************************************************************************
 * HOME
 */
.home .content {
  margin-top: -100px; }
.home #servicios {
  margin-top: 80px; }
.home .acord {
  margin: 85px 0; }

.hslider {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 100vh;
  background-size: cover;
  background-color: #373737;
  background-position: 110% bottom; }
  .hslider.prevent-click {
    pointer-events: none; }
  .hslider .item {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    height: 100%;
    width: 130px;
    left: 0;
    overflow: hidden;
    background-size: 1920px 1200px;
    background-position: center center;
    transition: width 0.7s cubic-bezier(0.86, 0, 0.07, 1), left 0.7s cubic-bezier(0.86, 0, 0.07, 1), filter 0.3s ease; }
    .hslider .item:hover {
      filter: brightness(0.8); }
    .hslider .item .txt {
      position: absolute;
      width: 1000px;
      bottom: 150px;
      left: calc( (100vw - 1250px) / 2 );
      opacity: 0;
      transform: translateY(50px);
      transition: all 0.7s ease 0s !important;
      transition-delay: 0s !important; }
      .hslider .item .txt.big h2 {
        margin-bottom: 10px; }
      .hslider .item .txt h1, .hslider .item .txt h2 {
        font-size: 90px;
        color: #fff; }
      .hslider .item .txt h5 {
        font-size: 40px;
        color: #fff; }
      .hslider .item .txt .bt-follow {
        display: inline-block;
        pointer-events: auto;
        filter: brightness(10);
        margin-top: 20px; }
    .hslider .item .num {
      position: absolute;
      bottom: 30px;
      right: 0;
      width: 130px;
      text-align: center;
      font-size: 18px;
      color: #fff; }
    .hslider .item.first {
      cursor: default;
      pointer-events: none;
      width: calc(100% - 260px);
      left: 0 !important;
      filter: brightness(1) !important; }
      .hslider .item.first .txt {
        opacity: 1;
        transform: translateY(0);
        transition-delay: .7s !important; }
    .hslider .item.second {
      left: calc(100% - 260px); }
    .hslider .item.third {
      cursor: default;
      pointer-events: none;
      left: calc(100% - 130px); }

/* *********************************************************************************************************************
 * NOSOTRAS
 */
.page-nosotras #quienes {
  margin: 80px 0 !important; }
  .page-nosotras #quienes h2 {
    margin-top: -20px; }
  .page-nosotras #quienes .claim {
    padding-right: 40px; }
.page-nosotras #extra {
  background-position: center -100px; }
  .page-nosotras #extra h4 {
    margin-top: 110px; }
.page-nosotras #equipo {
  margin: 80px 0 !important; }

/* *********************************************************************************************************************
 * SERVICIOS
 */
.page-servicios #desks {
  margin: 80px 0 30px 0; }
.page-servicios #sectores {
  padding: 70px 0 40px 0;
  background-color: #dad6d1; }
  .page-servicios #sectores h2 {
    color: #fff; }
  .page-servicios #sectores h3 {
    font-size: 35px;
    color: #F57D4B; }
    .page-servicios #sectores h3.only-mobile {
      display: none; }
  .page-servicios #sectores .vc_row:not(:first-child) {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #979797; }
  .page-servicios #sectores p {
    padding-right: 15px;
    font-size: 25px;
    line-height: 1.3; }
  .page-servicios #sectores .wpb_single_image {
    margin: 40px 0 !important; }
    .page-servicios #sectores .wpb_single_image img {
      min-height: 450px;
      width: 1200px; }
.page-servicios #extra {
  background-position: center -200px; }
.page-servicios #startups {
  padding: 80px 0 !important;
  border-bottom: 1px solid #979797; }
  .page-servicios #startups h2 {
    margin-top: -20px; }
  .page-servicios #startups .claim {
    padding-right: 40px; }

/* *********************************************************************************************************************
 * RSC
 */
.page-rsc #probono {
  margin: 80px 0 !important; }
  .page-rsc #probono h2 {
    margin-top: -20px; }
  .page-rsc #probono .claim {
    padding-right: 60px; }
.page-rsc #edu {
  padding: 80px 0 !important;
  background-color: #F57D4B; }
  .page-rsc #edu h2 {
    margin-top: -20px; }
  .page-rsc #edu .claim, .page-rsc #edu h2, .page-rsc #edu p {
    color: #fff; }
.page-rsc #extra {
  background-position: center 0; }
  .page-rsc #extra h4 {
    margin-top: 110px; }

/* *********************************************************************************************************************
 * PRENSA
 */
.page-prensa #intro {
  background-position: center -300px;
  background-size: 100%;
  background-attachment: fixed; }
.page-prensa #filter {
  padding: 20px 0;
  border-bottom: 1px solid #979797; }
  .page-prensa #filter .sf-field-post-meta-cat {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: calc(100% - 300px); }
    .page-prensa #filter .sf-field-post-meta-cat ul {
      padding: 0; }
      .page-prensa #filter .sf-field-post-meta-cat ul li {
        display: inline-block;
        margin-right: 30px;
        transition: border 0.3s linear 0s !important; }
        .page-prensa #filter .sf-field-post-meta-cat ul li.sf-option-active {
          border-bottom: 1px solid #373737; }
        .page-prensa #filter .sf-field-post-meta-cat ul li input {
          display: none; }
        .page-prensa #filter .sf-field-post-meta-cat ul li label {
          cursor: pointer;
          padding: 0;
          font-size: 18px;
          color: #373737; }
          .page-prensa #filter .sf-field-post-meta-cat ul li label .sf-count {
            vertical-align: top;
            font-size: 14px;
            color: #979797; }
  .page-prensa #filter .sf-field-search {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: 300px; }
    .page-prensa #filter .sf-field-search input {
      box-sizing: border-box;
      outline: none !important;
      width: 300px;
      height: auto;
      padding: 8px 12px;
      font-family: 'neu', sans-serif;
      font-size: 19px;
      color: #373737;
      border: 1px solid #D8D8D8;
      background: transparent url("../../../media/search-icon.svg") no-repeat calc(100% - 15px) center;
      transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1) 0s !important; }
      .page-prensa #filter .sf-field-search input:hover {
        background-color: #F5F5F1; }
.page-prensa #results {
  border-bottom: 1px solid #979797; }
  .page-prensa #results .claim {
    padding-top: 50px; }
  .page-prensa #results .grid {
    padding-top: 50px; }
  .page-prensa #results .item {
    margin-bottom: 60px; }
    .page-prensa #results .item > div {
      box-sizing: border-box; }
    .page-prensa #results .item .img {
      width: 30%; }
      .page-prensa #results .item .img img {
        width: 375px; }
    .page-prensa #results .item .data {
      width: 70%;
      padding-left: 40px; }
      .page-prensa #results .item .data .fecha {
        margin: 20px 0;
        padding: 10px 0;
        font-size: 25px;
        border-top: 1px solid #979797;
        border-bottom: 1px solid #979797; }
      .page-prensa #results .item .data .txt {
        margin-bottom: 20px; }
      .page-prensa #results .item .data .password {
        display: inline-block;
        margin-left: 20px;
        padding: 20px 0;
        opacity: 0;
        transition: opacity 0.3s ease 0s !important; }
        .page-prensa #results .item .data .password input {
          vertical-align: top;
          outline: none !important;
          height: 22px;
          padding-left: 10px;
          font-family: 'neu';
          font-size: 16px; }
        .page-prensa #results .item .data .password.active {
          opacity: 1; }
.page-prensa .no-results {
  padding: 100px 0; }
  .page-prensa .no-results h4 {
    margin-bottom: 20px;
    font-size: 30px; }

/* *********************************************************************************************************************
 * CONTACTO
 */
.page-contacto #intro {
  background-position: center -150px;
  background-size: 100%;
  background-attachment: fixed; }
.page-contacto #form {
  padding: 60px 0; }
.page-contacto #data {
  padding: 20px 0 10px 0;
  background-color: #F57D4B; }
  .page-contacto #data * {
    color: #fff; }
  .page-contacto #data h2 {
    display: inline-block;
    font-size: 36px; }
  .page-contacto #data .address {
    margin-left: 25px;
    display: inline-block;
    font-family: 'neul';
    font-size: 30px; }
  .page-contacto #data a {
    position: absolute;
    top: 25px;
    right: 60px;
    font-family: 'neub';
    font-size: 30px; }
  .page-contacto #data img {
    position: absolute;
    top: 7px;
    right: 15px;
    filter: brightness(10); }
.page-contacto #mapa {
  height: 400px;
  border-bottom: 1px solid #979797; }
.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: 400px; }
.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: 100px 0 0 0; }
.page-legal .wpb_text_column {
  padding: 0 15% 100px 15%; }
  .page-legal .wpb_text_column h1 {
    font-size: 40px;
    color: #F57D4B; }
    .page-legal .wpb_text_column h1 + p {
      margin-top: 30px; }
  .page-legal .wpb_text_column h2 {
    font-family: 'neu', 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: #F57D4B; }
    .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: #373737; }
  .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 #dad6d1; }
  .page-legal .wpb_text_column hr {
    visibility: hidden;
    margin: 40px 0 !important; }

/* *********************************************************************************************************************
 * FIREFOX POSITION FIXES
 */
@-moz-document url-prefix() {}
/* *********************************************************************************************************************
 * LANG EXCEPTIONS
 */
@media screen and (max-width: 767px) {
  html[lang='de-DE'] .acord.equipo .item.open {
    height: 770px; } }

/* *********************************************************************************************************************
 * 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
 */
/* *********************************************************************************************************************
 * BREAK POINT < 1400
 */
@media screen and (max-width: 1400px) {
  header nav.main_menu > ul > li > a {
    margin: 0 15px; }

  #intro h1 {
    font-size: 60px; }

  .hslider .item .txt h1,
  .hslider .item .txt h2 {
    font-size: 70px; }
  .hslider .item .txt h5 {
    font-size: 30px; } }
/* *********************************************************************************************************************
 * BREAK POINT < 1300
 */
@media screen and (max-width: 1300px) {
  div.grid_section .section_inner,
  .container_inner {
    width: 950px !important; }

  h2 {
    font-size: 50px; }

  h3 {
    font-size: 32px; }

  p {
    font-size: 16px; }

  #back_to_top {
    right: 0 !important;
    bottom: 0; }

  .claim {
    font-size: 26px; }

  #intro .ititle {
    margin-top: 50px;
    margin-left: calc( (100% - 950px) / 2 ); }
  #intro h1 {
    font-size: 55px; }

  #extra h4 {
    font-size: 34px; }

  .acord .item .data p {
    margin-top: 100px;
    font-size: 21px; }
  .acord .item.open {
    height: 250px; }
  .acord.equipo .item {
    height: 200px; }
    .acord.equipo .item .head img {
      top: 140px;
      left: 250px; }
    .acord.equipo .item .head .frase {
      margin-left: 350px; }
    .acord.equipo .item .data .frase {
      font-size: 21px; }
    .acord.equipo .item .data .algo {
      margin-top: 50px; }
    .acord.equipo .item .data img {
      top: 80px;
      width: 300px; }
    .acord.equipo .item .data .bio {
      width: 300px;
      left: calc( ((100% - 950px)/2) + 630px );
      font-size: 15px; }
    .acord.equipo .item.open {
      height: 600px; }
      .acord.equipo .item.open .head img {
        top: 477px; }
  .acord.servicios .item .head h3 {
    font-size: 30px; }
  .acord.servicios .item .head img {
    margin-right: -30px; }
  .acord.servicios .item .data p {
    width: 65%;
    margin: 30px 0 0 calc( ((100% - 950px)/2) + 290px );
    font-size: 16px; }
  .acord.servicios .item.open {
    height: 230px; }

  .hslider .item .txt {
    width: 650px;
    bottom: 100px;
    left: calc( (100vw - 950px) / 2 ); }
    .hslider .item .txt h1,
    .hslider .item .txt h2 {
      font-size: 60px; }
    .hslider .item .txt h5 {
      font-size: 20px; }

  header nav.main_menu > ul > li > a {
    margin: 0 11px;
    font-size: 16px; }

  footer .footer_top_holder .column1 {
    width: 10%; }
  footer .footer_top_holder .column2 {
    width: 70%; }
  footer .footer_top_holder .column3 {
    width: 20%; }

  .page-servicios #sectores h3 {
    font-size: 28px; }
  .page-servicios #sectores p {
    font-size: 18px; }
  .page-servicios #sectores .wpb_single_image img {
    min-height: 380px; }
  .page-servicios #extra {
    background-position: center 0; }

  .page-rsc #intro h1 {
    max-width: 50%; }
  .page-rsc #extra {
    background-position: center 0; }

  .page-prensa #intro {
    background-position: center 0; }

  .page-contacto #intro {
    background-position: center 0; }
  .page-contacto #data .address {
    font-size: 26px; }

  .wpcf7-form > p label {
    font-size: 30px; }

  .page-legal .content .content_inner {
    margin: 150px 0 0 0; }
  .page-legal .wpb_text_column {
    padding: 0 10% 100px 10%; } }
/* *********************************************************************************************************************
 * PORTRAIT TABLET TO LANDSCAPE AND DESKTOP  < 1000
 */
@media screen and (max-width: 1000px) {
  div.grid_section .section_inner,
  .container_inner {
    width: 90% !important; }

  h2 {
    font-size: 44px; }

  h3 {
    font-size: 28px; }

  p {
    font-size: 15px; }

  .claim {
    font-size: 22px; }

  #intro .ititle {
    margin-top: 50px;
    margin-left: 40px; }
  #intro h1 {
    font-size: 45px; }

  #extra h4 {
    font-size: 34px; }

  .acord .item .data {
    background-position: 145% center;
    background-size: 65%; }
  .acord.equipo .item {
    height: 160px; }
    .acord.equipo .item .head img {
      top: 110px;
      left: 150px; }
    .acord.equipo .item .head .frase {
      width: 65%;
      margin-left: 230px;
      font-size: 22px; }
    .acord.equipo .item .data .frase {
      width: 35%;
      font-size: 20px; }
    .acord.equipo .item .data .algo {
      width: 35%;
      margin-top: 30px;
      font-size: 16px; }
    .acord.equipo .item .data img {
      top: 60px;
      width: 120px;
      left: 41%; }
    .acord.equipo .item .data .bio {
      top: 60px;
      width: 290px;
      left: calc( 41% + 140px );
      font-size: 15px; }
    .acord.equipo .item.open {
      height: 500px; }
      .acord.equipo .item.open .head h3 {
        margin-top: 30px; }
      .acord.equipo .item.open .head img {
        top: 450px; }
  .acord.servicios .item .data {
    background-position: 100% 0;
    background-size: 110%; }
    .acord.servicios .item .data p {
      width: 95%;
      margin: 60px 0 0 0;
      font-size: 15px; }
  .acord.servicios .item.open {
    height: 380px; }

  .hslider {
    background-position: 100% bottom;
    height: 85vh; }
    .hslider .item {
      width: 100px; }
      .hslider .item .txt {
        width: 500px;
        bottom: 100px;
        left: 40px; }
        .hslider .item .txt h1, .hslider .item .txt h2 {
          font-size: 45px; }
        .hslider .item .txt h5 {
          font-size: 24px; }
      .hslider .item .num {
        bottom: 40px;
        width: 100px; }
      .hslider .item.first {
        width: calc(100% - 200px); }
      .hslider .item.second {
        left: calc(100% - 200px); }
      .hslider .item.third {
        left: calc(100% - 100px); }

  #cookie-notice .cookie-notice-container {
    padding: 30px; }
  #cookie-notice .boxed-link {
    margin: 15px 0 0 0; }

  header .header_bottom {
    padding-right: 45px; }
    header .header_bottom .container_inner {
      width: calc(90% + 26px); }
    header .header_bottom a.popup_menu {
      display: block;
      width: 35px;
      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: 35px;
        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 .logo_wrapper {
      left: 0; }
    header .header_inner_left .q_logo a {
      left: 0; }
    header .header_inner_left .mobile_menu_button {
      visibility: hidden; }
  header .mobile_menu {
    display: none !important; }
  header.light:not(.sticky) {
    padding-top: 0; }
    header.light:not(.sticky) .header_bottom .q_logo a {
      height: 50px !important; }

  .popup_menu_holder {
    background-color: #F57D4B; }
    .popup_menu_holder nav.popup_menu ul li a {
      font-size: 40px;
      line-height: 1.5;
      text-transform: none;
      letter-spacing: 1px;
      color: #fff; }
    .popup_menu_holder .popup_menu_widget_holder {
      margin-top: 50px; }
      .popup_menu_holder .popup_menu_widget_holder a {
        margin: 10px;
        color: #fff !important; }

  footer .footer_top_holder .column1 {
    width: 10%; }
    footer .footer_top_holder .column1 .column_inner {
      padding-right: 0; }
  footer .footer_top_holder .column2 {
    width: 65%; }
    footer .footer_top_holder .column2 .mcolumn:nth-child(4),
    footer .footer_top_holder .column2 .mcolumn:nth-child(5) {
      padding-top: 20px; }
  footer .footer_top_holder .column3 {
    width: 25%; }
  footer .footer_bottom_holder .footer_bottom {
    padding-top: 15px; }

  .home:not(.qode_popup_menu_fade_in) header.mobile-header-appear {
    background-color: #fff !important; }
    .home:not(.qode_popup_menu_fade_in) header.mobile-header-appear a.popup_menu .line,
    .home:not(.qode_popup_menu_fade_in) header.mobile-header-appear a.popup_menu .line:before,
    .home:not(.qode_popup_menu_fade_in) header.mobile-header-appear a.popup_menu .line:after {
      background-color: #373737; }
  .home header .header_bottom {
    padding-right: 35px;
    background-color: transparent !important; }
    .home header .header_bottom a.popup_menu .line,
    .home header .header_bottom a.popup_menu .line:before,
    .home header .header_bottom a.popup_menu .line:after {
      background-color: #fff; }
  .home .content {
    top: -100px; }

  .page-nosotras #quienes .claim {
    padding-right: 0; }
  .page-nosotras #equipo {
    margin: 40px 0 !important; }

  .page-servicios #intro h1 {
    max-width: 38%; }
  .page-servicios #sectores .wpb_single_image img {
    min-height: 260px; }
  .page-servicios #desks {
    margin: 50px 0 30px 0; }

  .page-prensa #intro {
    background-attachment: scroll; }
  .page-prensa #filter .sf-field-post-meta-cat {
    width: calc(100% - 200px); }
  .page-prensa #filter .sf-field-search {
    width: 200px; }
    .page-prensa #filter .sf-field-search input {
      width: 200px;
      font-size: 16px; }
  .page-prensa #results .item {
    margin-bottom: 20px; }
    .page-prensa #results .item .data .password {
      display: block;
      height: 0;
      margin-left: 0; }
      .page-prensa #results .item .data .password.active {
        height: auto; }

  .page-contacto #intro {
    background-attachment: scroll; }
  .page-contacto #data h2 {
    font-size: 30px; }
  .page-contacto #data .address {
    font-size: 21px; }
  .page-contacto #data a {
    top: 22px;
    font-size: 22px; }

  .page-legal .content .content_inner {
    margin: 50px 0 0 0; }
  .page-legal .wpb_text_column {
    padding: 0 15px 100px 15px; } }
/* *********************************************************************************************************************
 * VERTICAL MOBILES AND DOWN  < 768
 */
@media screen and (max-width: 767px) {
  div.grid_section .section_inner,
  .container_inner {
    width: 90% !important; }

  h2 {
    font-size: 38px; }

  h3 {
    font-size: 21px; }

  .boxed-link {
    font-size: 15px; }

  #intro {
    height: 200px; }
    #intro .ititle {
      margin-top: 20px;
      margin-left: 20px; }
    #intro h1 {
      font-size: 38px; }
    #intro .imenu,
    #intro a.bt-follow {
      display: none; }

  #extra {
    background-attachment: scroll;
    background-position: center !important;
    background-size: cover; }
    #extra h4 {
      padding: 0 20px;
      font-size: 28px; }

  .acord .item .head a img {
    height: 20px;
    margin-left: 15px; }
  .acord .item .head .icon {
    width: 70px; }
  .acord .item .data {
    background-position: 100% 160px;
    background-size: 100%; }
    .acord .item .data p {
      width: 100%;
      margin-top: 70px;
      font-size: 16px; }
  .acord.equipo .item {
    height: 100px;
    background-position: center top;
    background-size: 100%; }
    .acord.equipo .item .head {
      padding-left: 25px; }
      .acord.equipo .item .head h3 {
        font-size: 28px;
        color: #fff; }
      .acord.equipo .item .head img,
      .acord.equipo .item .head .frase {
        display: none; }
    .acord.equipo .item .data {
      padding-left: 15px; }
      .acord.equipo .item .data .frase {
        width: 70%;
        margin-top: 100px;
        font-size: 20px; }
        .acord.equipo .item .data .frase br:first-of-type {
          display: none; }
      .acord.equipo .item .data .algo {
        width: 90%;
        margin-top: 30px;
        font-size: 16px; }
      .acord.equipo .item .data img {
        width: 90px;
        left: calc(100% - 120px); }
      .acord.equipo .item .data .bio {
        position: relative;
        top: 0;
        left: 0;
        width: 90%;
        margin-top: 15px; }
    .acord.equipo .item.open {
      height: 730px; }
      .acord.equipo .item.open .head h3 {
        margin-top: 30px; }
  .acord.servicios .item .head a {
    width: 100%; }
  .acord.servicios .item .head .icon {
    width: 60px;
    margin: -40px 0 0 0; }
  .acord.servicios .item .data {
    background-position: 100% bottom;
    background-size: 100%; }
    .acord.servicios .item .data p {
      margin: 70px 0 0 0; }
  .acord.servicios .item.open {
    height: 710px; }

  .hslider {
    background-position: 100% bottom; }
    .hslider .item {
      width: 40px;
      background-size: cover; }
      .hslider .item .txt {
        width: 200px;
        bottom: 40px;
        left: 20px; }
        .hslider .item .txt h1, .hslider .item .txt h2 {
          font-size: 35px; }
        .hslider .item .txt h5 {
          font-size: 18px; }
      .hslider .item .num {
        bottom: 20px;
        width: 40px; }
      .hslider .item.first {
        width: calc(100% - 80px); }
      .hslider .item.second {
        left: calc(100% - 80px); }
      .hslider .item.third {
        left: calc(100% - 40px); }

  header .header_bottom {
    padding-right: 25px !important; }
    header .header_bottom .container_inner {
      width: calc(85% + 26px); }
  header .header_inner_left .logo_wrapper {
    height: 70px !important; }

  .side_menu_button,
  .mobile_menu_button {
    height: 70px !important; }

  .popup_menu_holder nav.popup_menu ul li a {
    font-size: 34px; }

  footer .footer_top_holder .footer_top {
    padding-top: 0; }
  footer .footer_top_holder .three_columns > div {
    width: 100% !important;
    margin-bottom: 0 !important; }
  footer .footer_top_holder .column2 .mcolumn {
    width: 49%;
    padding: 28px 0 0 0; }
  footer .footer_top_holder .column3 {
    text-align: left !important; }
    footer .footer_top_holder .column3 .widget_polylang {
      display: none; }
  footer .footer_top_holder .social a {
    margin: 0 20px 0 0; }
  footer .footer_bottom_holder .footer_bottom {
    padding-bottom: 40px;
    line-height: 1.3; }
    footer .footer_bottom_holder .footer_bottom a.wonton {
      display: inline-block;
      width: 100%;
      margin-bottom: 15px; }
    footer .footer_bottom_holder .footer_bottom .legal span {
      display: inline-block;
      width: 100%;
      margin: 0; }
    footer .footer_bottom_holder .footer_bottom .legal a {
      margin: 0 20px 0 0; }

  .home .content {
    top: -70px; }
  .home #servicios {
    margin-top: 40px;
    padding: 0 15px !important; }
  .home .acord {
    margin: 40px 0; }

  .page-nosotras #quienes {
    margin: 40px 0 !important; }
    .page-nosotras #quienes .claim {
      margin-bottom: 25px; }

  .page-servicios #intro h1 {
    max-width: 70%; }
  .page-servicios #sectores {
    padding: 40px 15px; }
    .page-servicios #sectores .vc_row:nth-child(2) {
      display: none; }
    .page-servicios #sectores h3.only-mobile {
      display: block;
      margin: 25px 0 15px 0; }
    .page-servicios #sectores .wpb_single_image {
      margin: 20px 0 !important; }
      .page-servicios #sectores .wpb_single_image img {
        min-height: 130px; }
  .page-servicios #startups {
    padding: 60px 15px !important; }
    .page-servicios #startups .claim {
      margin-bottom: 15px; }
  .page-servicios footer {
    margin-top: 50px; }

  .page-rsc #intro h1 {
    max-width: 90%; }
  .page-rsc #probono {
    margin: 50px 0 !important; }
    .page-rsc #probono .claim {
      margin-bottom: 15px; }
  .page-rsc #edu {
    padding: 60px 15px !important; }
    .page-rsc #edu .claim {
      margin-bottom: 15px; }
  .page-rsc footer {
    margin-top: 50px; }

  .page-prensa #intro {
    background-attachment: scroll; }
  .page-prensa #filter {
    padding: 20px 15px; }
    .page-prensa #filter .sf-field-post-meta-cat {
      width: 100%; }
      .page-prensa #filter .sf-field-post-meta-cat ul li {
        margin-right: 17px; }
        .page-prensa #filter .sf-field-post-meta-cat ul li label {
          font-size: 15px; }
    .page-prensa #filter .sf-field-search {
      width: 100%; }
      .page-prensa #filter .sf-field-search label, .page-prensa #filter .sf-field-search input {
        width: 100%; }
  .page-prensa #results {
    padding: 20px 15px; }
    .page-prensa #results .claim {
      padding-top: 20px; }
    .page-prensa #results .item .img {
      width: 20%; }
    .page-prensa #results .item .data {
      width: 80%;
      padding-left: 20px; }
      .page-prensa #results .item .data .fecha {
        margin: 15px 0;
        padding: 6px 0;
        font-size: 18px; }
      .page-prensa #results .item .data .password input {
        margin-bottom: 8px; }
  .page-prensa footer {
    margin-top: 50px; }

  .page-contacto #form {
    padding: 40px 15px !important; }
    .page-contacto #form .claim br {
      display: none; }
  .page-contacto #data {
    padding: 20px 15px !important; }
    .page-contacto #data .address {
      margin-left: 0; }
    .page-contacto #data a {
      right: 25px; }
    .page-contacto #data img {
      display: none; }
  .page-contacto footer {
    margin-top: 50px; }

  .wpcf7-form > p label {
    font-size: 26px; }
  .wpcf7-form input.wpcf7-text,
  .wpcf7-form input.wpcf7-mail,
  .wpcf7-form textarea.wpcf7-textarea {
    font-size: 30px !important; }
  .wpcf7-form .block-legal {
    font-size: 13px; }

  .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; } }
/* *********************************************************************************************************************
 * SMALL DEVICES  < 350
 */
