@charset "UTF-8";
/*
Theme Name: Fulton
Theme URI: https://www.fulton.es
Description: Fulton
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
 */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,700;1,400&family=Raleway:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,700&display=swap");
body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  color: #000; }

h1 {
  font-size: 55px;
  font-weight: 300; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 35px; }

h4 {
  font-size: 24px; }

p, li {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  /* &: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: #003B71; }

.gara {
  font-family: 'Cormorant Garamond', serif; }
  .gara-25 {
    font-size: 25px;
    line-height: 1.2; }

.text-light,
.text-light a {
  font-weight: 300; }

.text-medium,
.text-medium a {
  font-weight: 500; }

.text-bold,
.text-bold a {
  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 !important; }

.grey {
  color: #B3B3B2 !important; }

.light-grey {
  color: #B3B3B2 !important; }

.dark-grey {
  color: #323232 !important; }

.accent,
.accent p {
  color: #003B71 !important; }

.green,
.green p {
  color: #37C2A5 !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: #003B71;
  color: #fff; }

.boxed-white {
  border: 1px solid #fff; }
  .boxed-white:hover {
    background-color: #fff; }

.title-boxed {
  display: inline;
  padding: 0 10px;
  background-color: #B3B3B2;
  color: #444444; }
  .title-boxed + br {
    display: block !important;
    margin-bottom: 20px;
    content: " "; }
  .title-boxed.accent {
    background-color: #003B71;
    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: #B3B3B2; }

.with-line-above:before {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  margin: 20px auto 10px auto;
  background-color: #B3B3B2; }

.hidden,
.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.hide-on-desktop {
  display: none !important; }

a, a:before, a:after, button {
  transition: all 0.3s ease 0s !important; }

a, p a {
  color: #000; }

a.accent-link {
  color: #00060b;
  text-decoration: underline; }
  a.accent-link:hover {
    color: #003B71 !important; }

a.white-link {
  color: #fff;
  border-bottom: 1px solid transparent; }
  a.white-link:hover {
    border-bottom: 1px solid #fff; }

a.grey-link {
  color: #B3B3B2 !important; }
  a.grey-link:hover {
    color: #003B71 !important; }

a.light-grey-link {
  color: #B3B3B2; }
  a.light-grey-link:hover {
    color: #003B71 !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: #003B71;
    color: #323232;
    border-color: #003B71; }
  .boxed-link.accent {
    color: #003B71;
    border-color: #003B71; }
    .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: #B3B3B2;
      transform: scaleX(1); }
  a.line-link.accent {
    color: #003B71; }
  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; }
  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: #003B71;
    z-index: -1;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1); }

a.arrow-link {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 1.7;
  font-weight: 600; }
  a.arrow-link:hover {
    padding-left: 7px;
    color: #37C2A5 !important; }
    a.arrow-link:hover:after {
      padding-left: 15px; }
  a.arrow-link:after {
    content: url("../../../media/arrow-right.svg");
    display: inline-block;
    vertical-align: top;
    padding-left: 10px; }
  a.arrow-link.white {
    color: #fff; }
    a.arrow-link.white:after {
      filter: invert(1); }
  a.arrow-link.reverse {
    padding-left: 50px; }
    a.arrow-link.reverse:after {
      position: absolute;
      left: 0;
      transform: scaleX(-1); }
    a.arrow-link.reverse:hover {
      padding-right: 7px; }
      a.arrow-link.reverse:hover:after {
        padding-right: 5px; }

a.download-link {
  display: block;
  box-sizing: border-box;
  background: transparent url("../../../media/icon-download.svg") no-repeat right 5px;
  width: 70%;
  margin: 50px auto;
  padding-right: 100px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline;
  color: #B3B3B2; }
  a.download-link:hover {
    color: #37C2A5;
    background-position-y: 9px; }

.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: #B3B3B2; }
    .list-with-checkboxes li:last-child {
      border: 0; }
    .list-with-checkboxes li input {
      margin-right: 10px; }

.wpcf7-form > p {
  position: relative;
  margin: 30px 0 !important; }
  .wpcf7-form > p label {
    position: absolute;
    display: block;
    z-index: 1;
    pointer-events: none;
    top: 20px;
    width: 100%;
    text-align: center;
    font-family: 'Raleway';
    font-size: 17px;
    color: #fff;
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important; }
    .wpcf7-form > p label.has-value {
      top: 7px;
      font-size: 12px;
      color: #37C2A5; }
.wpcf7-form input.wpcf7-text,
.wpcf7-form input.wpcf7-mail,
.wpcf7-form textarea.wpcf7-textarea {
  padding: 0 0 8px 0;
  font-family: 'Raleway';
  font-size: 18px !important;
  text-align: center;
  color: #fff !important;
  background-color: transparent;
  border-bottom: 1px solid #fff; }
.wpcf7-form textarea.wpcf7-textarea {
  height: 30px;
  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: 100px; }
.wpcf7-form .wpcf7-list-item {
  margin-left: 0 !important; }
.wpcf7-form .block-legal {
  margin-top: 20px;
  text-align: center;
  font-size: 12px; }
.wpcf7-form .txt-legal {
  display: inline-block;
  line-height: 1.4;
  color: #fff; }
  .wpcf7-form .txt-legal a,
  .wpcf7-form .txt-legal a:hover {
    color: #fff !important; }
.wpcf7-form span.wpcf7-list-item {
  margin: 0 5px 0 0; }
.wpcf7-form .wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
  color: #fff; }
.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 #fff;
      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: #37C2A5;
    border-color: #37C2A5; }
  .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: 100%;
  height: 45px;
  margin-top: 50px;
  font-family: 'Raleway';
  font-size: 18px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  color: #fff !important;
  background-color: #37C2A5 !important;
  border-radius: 0;
  border: 0 !important;
  transition: all 0.4s ease 0s !important; }
  .wpcf7-form input.wpcf7-submit:hover {
    color: #003B71 !important;
    background-color: #fff !important; }
.wpcf7-form .wpcf7-spinner {
  display: block;
  margin: 10px auto 0 auto; }
.wpcf7-form .wpcf7-not-valid-tip {
  display: block !important;
  padding: 5px 0 0 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px !important;
  color: #ff0000 !important; }
.wpcf7-form .wpcf7-response-output {
  margin-top: 0 !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; }
  .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; }

.qbutton {
  height: 37px;
  padding: 0 18px;
  font-size: 15px;
  line-height: 37px;
  font-weight: 400;
  letter-spacing: 0 !important;
  border: 1px solid #B3B3B2;
  border-radius: 0; }
  .qbutton:hover {
    padding: 0 24px;
    color: #fff;
    background-color: #003B71; }
    .qbutton:hover span, .qbutton:hover i {
      color: #fff !important; }

#back_to_top {
  right: 0px !important;
  bottom: 33px; }
  #back_to_top > span {
    border: 0;
    background-color: transparent !important; }
    #back_to_top > span i {
      font-size: 30px;
      color: #cccccc; }
  #back_to_top:hover > span i {
    color: #B3B3B2; }

.q_accordion_holder h5.title-holder {
  margin-bottom: 0;
  border-top: 1px solid #37C2A5; }
  .q_accordion_holder h5.title-holder .accordion_mark {
    display: none !important; }
  .q_accordion_holder h5.title-holder .tab-title {
    padding: 10px 0 30px 0 !important;
    font-family: 'Cormorant Garamond';
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 400;
    text-align: center;
    text-transform: none;
    color: #000; }
    .q_accordion_holder h5.title-holder .tab-title i {
      display: block;
      font-style: normal;
      font-size: 24px; }
    .q_accordion_holder h5.title-holder .tab-title:after {
      content: '+';
      display: inline-block;
      float: right;
      margin-top: -25px;
      font-size: 65px;
      font-weight: 300;
      color: #37C2A5;
      transition: color 0.6s linear 0s !important; }
  .q_accordion_holder h5.title-holder.ui-state-active .tab-title:after {
    content: '–'; }
.q_accordion_holder .accordion_content {
  padding: 0  !important; }
  .q_accordion_holder .accordion_content .vc_row p {
    padding: 0 20px; }
  .q_accordion_holder .accordion_content img {
    max-width: 80%; }

@-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 ul li a, .pagination ul li span {
  border: 0; }

.wp-pagenavi {
  margin: 30px 0 40px 0 !important; }
  .wp-pagenavi .pages {
    display: none; }
  .wp-pagenavi a, .wp-pagenavi span {
    margin: 0 4px;
    padding: 5px;
    font-size: 20px;
    color: #B3B3B2;
    text-decoration: none; }
  .wp-pagenavi a img {
    vertical-align: top; }
  .wp-pagenavi a:hover {
    color: #323232; }
  .wp-pagenavi .current {
    font-weight: 600;
    color: #003B71; }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    font-family: 'Cormorant Garamond';
    font-size: 30px; }
  .wp-pagenavi .previouspostslink {
    margin-right: 6px; }
  .wp-pagenavi .nextpostslink {
    margin-left: 6px; }

/* *********************************************************************************************************************
 * SHARED ELEMENTS
 */
/* PRELOAD */
.preload,
.preload:after {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  border-radius: 50%; }

.preload {
  background-color: transparent;
  border-top: 30px solid #37C2A5;
  border-right: 30px solid #37C2A5;
  border-bottom: 30px solid #37C2A5;
  border-left: 30px solid #003B71;
  transform: translateZ(0);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: .8s;
  animation-name: preload-loading;
  filter: blur(30px); }

@keyframes preload-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.img-block {
  height: 40vh;
  background-position: center center; }
  .img-block--fixed {
    background-attachment: fixed; }

#intro .submenu {
  margin-top: 30px;
  text-align: center; }
  #intro .submenu li {
    display: inline-block;
    font-size: 0;
    color: #B3B3B2; }
    #intro .submenu li:after {
      content: '|';
      display: inline-block;
      padding: 0 10px;
      font-size: 18px; }
    #intro .submenu li:last-child:after {
      display: none; }
    #intro .submenu li a {
      font-size: 18px;
      color: #B3B3B2; }
      #intro .submenu li a.active {
        pointer-events: none;
        font-style: italic;
        color: #003B71; }
      #intro .submenu li a:hover {
        color: #003B71; }
#intro h1 {
  margin-top: 30px;
  color: #B3B3B2; }
  #intro h1 span {
    font-style: italic;
    color: #003B71; }

.claim {
  position: relative;
  pointer-events: none;
  padding: 200px 25%;
  margin: -100px 0 !important;
  background: transparent url("../../../media/curves-1-anim.svg") no-repeat center center;
  background-size: 100%;
  font-family: 'Cormorant Garamond', serif;
  text-align: center; }
  .claim--v1 {
    background-position: center 20%; }
  .claim--v2 {
    background-image: url("../../../media/curves-2-anim.svg"); }
  .claim--v3 {
    background-image: url("../../../media/curves-3-anim.svg"); }
  .claim--v4 {
    background-image: url("../../../media/curves-4-anim.svg");
    background-position: center 20%; }
  .claim--v5 {
    background-image: url("../../../media/curves-5-anim.svg");
    background-position: center 20%; }
  .claim--v6 {
    background-image: url("../../../media/curves-6-anim.svg");
    background-position: center 40%; }
  .claim--v7 {
    background-image: url("../../../media/curves-7-anim.svg");
    background-position: center 20%; }
  .claim--v8 {
    background-image: url("../../../media/curves-8-anim.svg"); }

.valores {
  padding-top: 50px; }
  .valores h2 {
    text-align: center; }
    .valores h2 + p {
      width: 590px;
      margin: 10px auto 50px auto;
      text-align: center; }
  .valores .blocks > div {
    position: relative;
    box-sizing: border-box;
    vertical-align: top;
    width: 33.333%;
    padding: 80px 5%;
    background-color: #003B71; }
    .valores .blocks > div:nth-child(1) h3, .valores .blocks > div:nth-child(1) p {
      color: #B3B3B2; }
    .valores .blocks > div:nth-child(2) {
      background-color: #37C2A5; }
    .valores .blocks > div:nth-child(3) {
      background-color: #B3B3B2; }
  .valores .blocks h3 {
    font-size: 35px;
    margin-bottom: 30px; }
  .valores .imgs {
    height: 290px; }
    .valores .imgs div {
      position: absolute;
      content: '';
      display: block;
      width: 100%;
      height: 290px;
      background: #B3B3B2 url() no-repeat center 30%;
      background-size: cover;
      opacity: 0;
      transition: opacity 0.5s linear; }
      .valores .imgs div:nth-child(1) {
        background-image: url("../../../media/valores-img1.jpg"); }
      .valores .imgs div:nth-child(2) {
        background-image: url("../../../media/valores-img2.jpg"); }
      .valores .imgs div:nth-child(3) {
        background-image: url("../../../media/valores-img3.jpg"); }
      .valores .imgs div.active {
        opacity: 1; }

.area-circles {
  padding: 70px 0 50px 0; }
  .area-circles h2 {
    text-align: center; }
  .area-circles ul {
    margin: 20px 0 60px 0;
    text-align: center; }
    .area-circles ul li {
      display: inline-block; }
      .area-circles ul li:after {
        content: '|';
        margin: 0 6px 0 9px; }
      .area-circles ul li:last-child:after {
        content: ''; }
      .area-circles ul li a {
        font-family: 'Cormorant Garamond';
        font-size: 22px; }
      .area-circles ul li.active a {
        font-style: italic;
        color: #B3B3B2; }
  .area-circles .elipse {
    position: relative;
    width: 1000px;
    height: 700px;
    margin: 0 auto; }
    .area-circles .elipse .item {
      position: absolute; }
      .area-circles .elipse .item .plus,
      .area-circles .elipse .item .minus {
        position: absolute;
        z-index: 1;
        display: inline-block;
        top: 280px;
        font-size: 80px;
        font-weight: 100; }
        .area-circles .elipse .item .plus:hover,
        .area-circles .elipse .item .minus:hover {
          opacity: 0.7; }
      .area-circles .elipse .item.active .plus {
        pointer-events: none;
        top: 275px; }
      .area-circles .elipse .item.active .base {
        pointer-events: auto;
        opacity: 1; }
      .area-circles .elipse .item .base {
        content: '';
        z-index: 2;
        position: absolute;
        box-sizing: border-box;
        pointer-events: none;
        width: 700px;
        height: 650px;
        padding: 150px 0 0 170px;
        border-radius: 50%;
        opacity: 0;
        transition: opacity 0.5s linear; }
        .area-circles .elipse .item .base * {
          max-width: 360px;
          color: #fff; }
      .area-circles .elipse .item .border {
        content: '';
        z-index: 3;
        position: absolute;
        box-sizing: border-box;
        pointer-events: none;
        width: 760px;
        height: 650px;
        border-radius: 50%;
        border: 1px solid #000;
        transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .area-circles .elipse .item h3 {
        font-size: 40px; }
        .area-circles .elipse .item h3 a:hover {
          color: #5bd1b8; }
      .area-circles .elipse .item h4 {
        font-size: 35px;
        line-height: 1; }
      .area-circles .elipse .item p {
        margin: 30px 0 20px 0;
        font-size: 18px; }
    .area-circles .elipse #a01 .minus {
      left: 15px;
      color: #323232; }
    .area-circles .elipse #a01 .plus {
      left: 710px;
      color: #323232; }
    .area-circles .elipse #a01 .base {
      background-color: #000; }
    .area-circles .elipse #a02 .minus {
      left: 75px;
      color: #003B71; }
    .area-circles .elipse #a02 .plus {
      left: 770px;
      color: #003B71; }
    .area-circles .elipse #a02 .base {
      left: 60px;
      background-color: #003B71; }
    .area-circles .elipse #a02 .border {
      width: 820px;
      border-color: #003B71; }
    .area-circles .elipse #a03 .minus {
      left: 135px;
      color: #37C2A5; }
    .area-circles .elipse #a03 .plus {
      left: 830px;
      color: #37C2A5; }
    .area-circles .elipse #a03 .base {
      left: 120px;
      background-color: #37C2A5; }
    .area-circles .elipse #a03 .border {
      width: 880px;
      border-color: #37C2A5; }
    .area-circles .elipse #a03 p {
      max-width: 300px; }
    .area-circles .elipse #a04 .minus {
      left: 195px;
      color: #B3B3B2; }
    .area-circles .elipse #a04 .plus {
      left: 890px;
      color: #B3B3B2; }
    .area-circles .elipse #a04 .base {
      left: 180px;
      background-color: #B3B3B2; }
    .area-circles .elipse #a04 .border {
      width: 940px;
      border-color: #B3B3B2; }
    .area-circles .elipse #a05 .minus {
      display: none; }
    .area-circles .elipse #a05 .plus {
      left: 950px;
      color: #F0F0F0; }
    .area-circles .elipse #a05 .base {
      left: 240px;
      background-color: #DEDEDE; }
    .area-circles .elipse #a05 .border {
      width: 1000px;
      border-color: #DEDEDE; }
    .area-circles .elipse #a05 * {
      color: #000; }
    .area-circles .elipse #a05 h3 {
      max-width: 400px; }

.noticias-grid h2 {
  margin-bottom: 30px; }
.noticias-grid .action {
  margin-top: 40px; }
.noticias-grid .item {
  position: relative;
  box-sizing: border-box;
  width: 31%; }
  .noticias-grid .item > div {
    display: block;
    box-sizing: border-box;
    vertical-align: top; }
  .noticias-grid .item .img {
    position: relative;
    overflow: hidden;
    height: 190px; }
    .noticias-grid .item .img img {
      transform-origin: center 0;
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important; }
  .noticias-grid .item .data {
    padding-top: 20px;
    text-align: center; }
    .noticias-grid .item .data h4 {
      transition: color 0.3s ease 0s !important; }
    .noticias-grid .item .data p {
      margin-top: 15px;
      font-size: 14px; }
  .noticias-grid .item:hover .img img {
    -moz-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01); }
  .noticias-grid .item:hover .data h4 {
    color: #003B71; }

.form-block {
  padding: 60px 0;
  background-color: #000; }
  .form-block p.form-intro {
    padding: 0 20%;
    font-family: 'Cormorant Garamond';
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    color: #fff; }

.special-columns .vc_row p {
  padding: 0 20px; }
.special-columns .vc_row h4 {
  line-height: 1.5;
  color: #003B71; }
  .special-columns .vc_row h4:not(.gara) {
    font-style: italic; }
.special-columns .vc_row img {
  padding: 20px; }

.special-list {
  margin-top: 40px;
  counter-reset: item;
  list-style: none; }
  .special-list li {
    position: relative;
    padding: 15px 23% 15px 27%;
    color: #000;
    border-top: 1px solid #37C2A5; }
    .special-list li:before {
      position: absolute;
      content: counter(item);
      counter-increment: item;
      margin: -20px 0 0 -50px;
      font-family: 'Cormorant Garamond';
      font-size: 35px; }
    .special-list li h5 {
      font-family: 'Cormorant Garamond';
      font-size: 30px;
      color: #37C2A5; }
  .special-list.no-numbers li:before {
    display: none; }

.regular-list {
  margin-top: 35px;
  list-style: none; }
  .regular-list li {
    position: relative;
    padding: 10px 0;
    color: #000;
    border-top: 1px solid #37C2A5; }
    .regular-list li:last-child {
      border-bottom: 1px solid #37C2A5; }

.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; }

.slider .item {
  text-align: center; }
  .slider .item img {
    margin: 0 auto; }

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1000;
  cursor: pointer;
  display: block;
  outline: none;
  width: 50px;
  height: 50px;
  top: 102%;
  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;
    color: #323232;
    opacity: 1;
    transition: all 0.4s ease 0s !important; }
  .slick-prev:hover:before,
  .slick-next:hover:before {
    color: #37C2A5;
    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; }

#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;
    font-weight: 700;
    line-height: 31px;
    text-transform: none;
    background-color: #37C2A5;
    color: #000;
    border: 1px solid #37C2A5;
    border-radius: 0; }

/* *********************************************************************************************************************
 * HEADER - MENU
 */
header .header_bottom {
  background: #003B71 url("../../../media/curves-header.svg") no-repeat 50px top; }
  header .header_bottom .q_logo a {
    height: 28px !important; }
header a.popup_menu {
  display: none; }
header nav.main_menu > ul > li > a {
  margin: 0 22px;
  padding: 0;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
  opacity: 1 !important; }
  header nav.main_menu > ul > li > a:hover {
    color: #37C2A5; }
  header nav.main_menu > ul > li > a.current {
    font-style: italic;
    color: #37C2A5; }
header nav.main_menu > ul > li:last-child > a {
  margin-right: 0 !important; }
header nav.main_menu .second {
  transition: all 0.4s ease 0s !important; }
  header nav.main_menu .second ul {
    padding: 10px 16px !important;
    background-color: #fff !important;
    border-left: 3px solid #003B71 !important;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15); }
    header nav.main_menu .second ul li {
      border-bottom: 1px solid #B3B3B2; }
      header nav.main_menu .second ul li a {
        padding: 5px 0 !important;
        font-size: 13px !important;
        line-height: 30px !important;
        font-weight: 500 !important;
        letter-spacing: 0 !important;
        text-transform: none !important; }
        header nav.main_menu .second ul li a span {
          display: block;
          line-height: 1.7; }
        header nav.main_menu .second ul li a:hover {
          color: #003B71 !important; }
      header nav.main_menu .second ul li.current-menu-item a {
        color: #003B71 !important; }
header.scrolled .header_bottom {
  margin-top: 0 !important;
  background-color: #003B71 !important;
  box-shadow: null; }
header.transparent .header_bottom {
  margin-top: 20px; }

/* *********************************************************************************************************************
 * FOOTER
 */
footer .footer_top_holder {
  font-size: 12px;
  background: #003B71 url("../../../media/curves-footer.svg") no-repeat center center;
  background-size: cover; }
  footer .footer_top_holder .footer_top {
    padding: 45px 45px 25px 45px; }
  footer .footer_top_holder .column1,
  footer .footer_top_holder .column2 {
    width: 15%; }
  footer .footer_top_holder .column3 {
    width: 40%; }
    footer .footer_top_holder .column3 .column_inner {
      display: flex;
      justify-content: space-between; }
      footer .footer_top_holder .column3 .column_inner .widget {
        width: 45%; }
  footer .footer_top_holder .column4 {
    width: 30%;
    text-align: right; }
  footer .footer_top_holder .widget_nav_menu {
    font-weight: 500 !important; }
    footer .footer_top_holder .widget_nav_menu ul.menu > li {
      font-size: 12px;
      /* &:first-child > a {
      	pointer-events: none;
      } */ }
      footer .footer_top_holder .widget_nav_menu ul.menu > li > a {
        display: inline-block;
        color: #fff; }
        footer .footer_top_holder .widget_nav_menu ul.menu > li > a:hover {
          text-decoration: underline; }
      footer .footer_top_holder .widget_nav_menu ul.menu > li ul.sub-menu {
        padding-left: 0; }
        footer .footer_top_holder .widget_nav_menu ul.menu > li ul.sub-menu li {
          padding-bottom: 0;
          font-size: 12px; }
          footer .footer_top_holder .widget_nav_menu ul.menu > li ul.sub-menu li > a {
            display: inline-block;
            color: #B3B3B2; }
      footer .footer_top_holder .widget_nav_menu ul.menu > li:last-child {
        display: none; }
  footer .footer_top_holder .textwidget {
    padding-top: 3px;
    font-weight: 500; }
    footer .footer_top_holder .textwidget a {
      color: #fff; }
      footer .footer_top_holder .textwidget a.logo img {
        width: 150px; }
    footer .footer_top_holder .textwidget .certis {
      margin-top: 230px; }
      footer .footer_top_holder .textwidget .certis img {
        display: block; }
      footer .footer_top_holder .textwidget .certis a {
        display: inline-block;
        margin-top: 5px;
        color: #B3B3B2; }
    footer .footer_top_holder .textwidget .address {
      margin: 10px 0 20px 0;
      line-height: 1.5;
      color: #B3B3B2; }
      footer .footer_top_holder .textwidget .address strong {
        font-weight: 700;
        display: block; }
      footer .footer_top_holder .textwidget .address a {
        color: #B3B3B2; }
    footer .footer_top_holder .textwidget h3 {
      font-size: 30px;
      color: #B3B3B2; }
    footer .footer_top_holder .textwidget .rrss {
      margin-top: 200px; }
      footer .footer_top_holder .textwidget .rrss a {
        padding: 0 4px;
        color: #B3B3B2; }
    footer .footer_top_holder .textwidget .legal {
      margin-top: 10px;
      color: #B3B3B2; }
      footer .footer_top_holder .textwidget .legal a {
        padding: 0 4px;
        color: #37C2A5; }
        footer .footer_top_holder .textwidget .legal a.credits {
          font-size: 9px;
          letter-spacing: 1px; }
      footer .footer_top_holder .textwidget .legal span {
        display: block;
        margin-top: 10px; }

/* *********************************************************************************************************************
 * HOME
 */
.home .header_bottom {
  background-image: url(""); }
.home #intro {
  height: 100vh;
  opacity: 0;
  transition: opacity 1s linear; }
  .home #intro .bkgs {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .home #intro .bkgs div {
      display: block;
      width: 100%;
      height: 100%;
      background-size: cover; }
      .home #intro .bkgs div:nth-child(1) {
        background-image: url("../../../media/home-intro-bkg-1.jpg"); }
      .home #intro .bkgs div:nth-child(2) {
        background-image: url("../../../media/home-intro-bkg-2.jpg"); }
      .home #intro .bkgs div:nth-child(3) {
        background-image: url("../../../media/home-intro-bkg-3.jpg"); }
      .home #intro .bkgs div:nth-child(4) {
        background-image: url("../../../media/home-intro-bkg-4.jpg"); }
  .home #intro #lines {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    mix-blend-mode: lighten; }
  .home #intro .logo {
    position: absolute;
    width: 260px;
    margin: calc(50vh - 70px) 0 0 calc(50% - 130px);
    opacity: 0;
    transition: opacity 2s linear 1.3s, transform 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
    transform: scale(2); }
    .home #intro .logo img {
      width: 100%; }
    .home #intro .logo h1 {
      margin-top: 10px;
      font-size: 20px;
      font-weight: 300;
      line-height: 1.4;
      text-transform: uppercase;
      text-align: justify;
      color: #fff;
      transition: transform 2s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
      transform: scale(3); }
  .home #intro .rrss {
    position: absolute;
    right: 50px;
    bottom: 30px;
    font-size: 12px; }
    .home #intro .rrss a {
      padding: 0 4px;
      color: #fff; }
      .home #intro .rrss a:hover {
        color: #37C2A5; }
  .home #intro .bt-follow {
    position: absolute;
    bottom: 100px;
    left: 40px;
    font-size: 40px;
    color: #37C2A5;
    opacity: 0;
    transition-delay: 4000ms !important; }
    .home #intro .bt-follow:hover {
      color: #fff !important; }
  .home #intro.init {
    opacity: 1; }
    .home #intro.init .logo {
      opacity: 1;
      transform: scale(1); }
      .home #intro.init .logo h1 {
        transform: scale(1); }
    .home #intro.init .bt-follow {
      bottom: 40px;
      opacity: 1; }
.home .noticias-grid {
  padding: 60px 0; }

/* *********************************************************************************************************************
 * QUIENES
 */
.page-quienes #historia {
  padding: 50px 0 20px 0; }
  .page-quienes #historia h2:after {
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    margin: 10px auto 0 auto;
    background-color: #B3B3B2; }
  .page-quienes #historia .vc_row {
    padding: 50px 0;
    border-top: 1px solid #B3B3B2; }
    .page-quienes #historia .vc_row img {
      filter: brightness(0.8); }
  .page-quienes #historia .year {
    vertical-align: top;
    font-size: 155px;
    line-height: .6;
    font-weight: 600;
    color: #000; }
    .page-quienes #historia .year + span {
      display: block;
      margin-top: 30px;
      text-align: center; }
.page-quienes .valores {
  padding-top: 80px; }
.page-quienes #igualdad {
  padding: 70px 0;
  background-color: #F0F0F0; }
.page-quienes #plan {
  padding: 70px 0 30px 0;
  background-color: #F0F0F0; }
  .page-quienes #plan h3 {
    padding: 0 25%; }
  .page-quienes #plan a {
    width: 220px; }
.page-quienes #colab {
  padding: 100px 0; }
  .page-quienes #colab h2 + h4 {
    padding: 20px 30% 80px 30%; }
  .page-quienes #colab .objetivo .vc_column-inner {
    width: 60%;
    margin: 0 auto; }
  .page-quienes #colab .objetivo h4 {
    margin-bottom: 30px; }
  .page-quienes #colab .objetivo p {
    padding: 0; }

/* *********************************************************************************************************************
 * CALIDAD
 */
.page-calidad #soste {
  padding: 0 0 80px 0; }
.page-calidad #huella {
  padding: 50px 0; }
  .page-calidad #huella .vc_column-inner {
    width: 50%;
    margin: 0 auto; }
  .page-calidad #huella img {
    margin-top: 50px; }

/* *********************************************************************************************************************
 * CERTIFICACIONES
 */
.page-certi #intro .wpb_text_column {
  padding: 0 35% 80px 35%; }
.page-certi #sellos {
  padding: 80px 0;
  background-color: #F0F0F0; }
  .page-certi #sellos h3 {
    margin-bottom: 50px; }

/* *********************************************************************************************************************
 * RSC
 */
.page-rsc #compromiso h2 + h4 {
  padding: 20px 25% 80px 25%; }
.page-rsc #compromiso .data {
  margin-bottom: 80px !important;
  padding: 50px 0;
  background: #323232 url("../../../media/rsc-data-bkg.jpg") no-repeat center center;
  background-attachment: fixed; }
  .page-rsc #compromiso .data p {
    padding: 0; }
  .page-rsc #compromiso .data .q_counter_holder {
    padding: 0; }
    .page-rsc #compromiso .data .q_counter_holder span {
      font-size: 80px;
      font-weight: 400;
      color: #37C2A5; }
      .page-rsc #compromiso .data .q_counter_holder span:before {
        content: '+';
        display: inline-block; }
    .page-rsc #compromiso .data .q_counter_holder p {
      margin-top: 0;
      font-weight: 400;
      font-size: 32px;
      letter-spacing: 0;
      text-transform: none;
      color: #fff; }
  .page-rsc #compromiso .data .vc_col-sm-4:nth-child(2) {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff; }
  .page-rsc #compromiso .data .vc_col-sm-4:nth-child(3) .q_counter_holder span:before {
    display: none; }
  .page-rsc #compromiso .data .vc_col-sm-4:nth-child(3) .q_counter_holder span:after {
    content: 'mill';
    display: inline-block;
    padding-left: 10px; }
.page-rsc #informe {
  margin: 60px 0;
  padding: 40px 0;
  background-color: #F0F0F0; }
.page-rsc #politica {
  padding: 90px 0; }
  .page-rsc #politica .vc_column-inner {
    width: 40%;
    margin: 0 auto; }
  .page-rsc #politica a {
    width: 180px;
    padding-bottom: 25px; }
.page-rsc #pacto {
  padding: 80px 0;
  background-color: #F0F0F0; }
  .page-rsc #pacto h4 {
    padding: 100px 30%; }
.page-rsc #principios {
  padding: 100px 0 70px 0;
  background-color: #F0F0F0; }
  .page-rsc #principios h3 {
    padding: 0 15%; }
.page-rsc #red {
  padding: 0 0 70px 0; }
  .page-rsc #red h4 {
    margin-top: -70px;
    padding: 0 25%; }
  .page-rsc #red h3.gara {
    padding: 0 25%; }
  .page-rsc #red img {
    margin: 40px 0; }

/* *********************************************************************************************************************
 * AREAS
 */
.page-areas .submenu {
  display: none; }

.page-areas-child #intro .img-block span {
  display: block;
  width: 100%;
  padding-top: 16vh;
  font-weight: 300;
  font-size: 45px;
  font-style: italic;
  text-align: center;
  color: #B3B3B2; }
.page-areas-child #desc {
  padding: 0 0 60px 0; }
.page-areas-child .proyectos {
  background-color: #B3B3B2; }

/* *********************************************************************************************************************
 * INDUS
 */
.page-indus #capacidad h4 {
  padding: 80px 20%;
  font-style: italic;
  text-align: center;
  line-height: 1.5;
  color: #003B71; }
.page-indus #insta {
  padding: 80px 0;
  background-color: #F0F0F0; }
  .page-indus #insta .vc_row:last-child {
    margin-top: 60px; }

/* *********************************************************************************************************************
 * SALAS
 */
.page-salas #sectores {
  padding: 100px 0; }
  .page-salas #sectores .vc_row {
    margin-top: 50px; }
    .page-salas #sectores .vc_row .wpb_column {
      min-height: 230px;
      padding-top: 20px;
      padding-bottom: 20px;
      border-right: 1px solid #37C2A5; }
      .page-salas #sectores .vc_row .wpb_column h4 {
        margin-bottom: 20px;
        font-size: 32px; }
      .page-salas #sectores .vc_row .wpb_column:last-child {
        border: 0; }
.page-salas #area {
  padding: 80px 0;
  background-color: #F0F0F0; }
  .page-salas #area h3 {
    padding: 0 20%; }
.page-salas #ventajas {
  padding: 80px 0; }
  .page-salas #ventajas p, .page-salas #ventajas h3, .page-salas #ventajas ul {
    padding: 0 20%; }
  .page-salas #ventajas h3 {
    margin-top: 40px; }

/* *********************************************************************************************************************
 * EPC
 */
.page-epc #intro .img-block span {
  color: #003B71; }
.page-epc #division {
  padding: 80px 0;
  background-color: #F0F0F0; }
  .page-epc #division h3 {
    padding: 0 20%; }
.page-epc #sectores {
  padding: 100px 0; }
  .page-epc #sectores p, .page-epc #sectores h4, .page-epc #sectores h3 {
    padding: 0 25%; }
  .page-epc #sectores h4 {
    margin: 40px 0;
    line-height: 1.5; }
  .page-epc #sectores .vc_row {
    margin-top: 80px; }
    .page-epc #sectores .vc_row img {
      max-width: 90%; }

/* *********************************************************************************************************************
 * SERV. INTEGRALES
 */
.page-inte #intro .img-block span {
  color: #003B71; }
.page-inte #desc p, .page-inte #desc h4 {
  padding: 0 25%; }
.page-inte #desc h4 {
  margin-bottom: 50px;
  text-align: center; }
.page-inte #servicio {
  padding: 80px 0;
  background-color: #F0F0F0; }
  .page-inte #servicio h3 {
    padding: 0 20%; }
.page-inte #propuesta {
  padding: 80px 0; }
  .page-inte #propuesta h3 {
    margin-bottom: 80px;
    padding: 0 20%; }

/* *********************************************************************************************************************
 * ENERGÉTICO
 */
.page-energ #intro .img-block span {
  color: #003B71; }
.page-energ #ventajas {
  padding: 100px 0;
  background-color: #F0F0F0; }
  .page-energ #ventajas .vc_row:last-child {
    margin-top: 60px; }
  .page-energ #ventajas h3 + p {
    margin-top: 30px; }

/* *********************************************************************************************************************
 * PROYECTOS
 */
.page-proyectos #intro {
  height: 200px;
  background-size: 100%;
  background-attachment: fixed; }

.proyectos .filter {
  margin: 40px 0;
  text-align: center; }
  .proyectos .filter .searchandfilter > ul > li {
    margin-top: 10px; }
    .proyectos .filter .searchandfilter > ul > li > ul {
      padding-left: 0; }
      .proyectos .filter .searchandfilter > ul > li > ul > li {
        display: inline-block;
        padding: 0; }
        .proyectos .filter .searchandfilter > ul > li > ul > li:after {
          content: '|';
          display: inline-block;
          padding: 0 10px;
          font-size: 18px;
          color: #B3B3B2; }
        .proyectos .filter .searchandfilter > ul > li > ul > li:last-child:after {
          display: none; }
        .proyectos .filter .searchandfilter > ul > li > ul > li input {
          display: none; }
        .proyectos .filter .searchandfilter > ul > li > ul > li label {
          cursor: pointer;
          padding: 0;
          font-size: 18px;
          color: #B3B3B2;
          transition: all 0.3s ease 0s !important; }
          .proyectos .filter .searchandfilter > ul > li > ul > li label .sf-count {
            vertical-align: top;
            font-size: 11px; }
          .proyectos .filter .searchandfilter > ul > li > ul > li label:hover {
            color: #003B71; }
        .proyectos .filter .searchandfilter > ul > li > ul > li.sf-option-active label {
          font-style: italic;
          color: #003B71; }
.proyectos .results {
  padding-bottom: 100px; }
  .proyectos .results h1 {
    margin-bottom: 50px; }
  .proyectos .results .grid:after {
    content: '';
    width: 31%; }
  .proyectos .results .grid a {
    display: block;
    width: 31%;
    margin-bottom: 4%; }
    .proyectos .results .grid a .img {
      overflow: hidden;
      height: 230px; }
      .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: 32px;
        transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important; }
      .proyectos .results .grid a .data ul {
        margin-top: 10px; }
        .proyectos .results .grid a .data ul li {
          display: inline-block;
          color: #37C2A5; }
          .proyectos .results .grid a .data ul li:before {
            content: '/';
            display: inline-block;
            padding: 0 5px; }
          .proyectos .results .grid a .data ul li:first-child:before {
            display: none; }
    .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 {
      color: #003B71; }
  .proyectos .results .no-results {
    margin: 50px 0; }
    .proyectos .results .no-results h3 {
      padding-bottom: 20px;
      font-size: 24px; }

.related {
  padding-top: 100px;
  background-color: #B3B3B2; }
  .related .results {
    padding-top: 80px; }

/* *********************************************************************************************************************
 * PROYECTO SINGLE
 */
.single-proyecto header nav.main_menu > ul > li:nth-child(3) > a {
  font-style: italic;
  color: #37C2A5; }

.proyecto .animblock {
  opacity: 0; }
.proyecto .head {
  margin-top: 150px; }
  .proyecto .head h3 {
    font-size: 55px;
    font-weight: 300; }
  .proyecto .head h1 {
    margin: 30px 0 50px 0;
    font-size: 35px; }
.proyecto .main {
  padding: 50px 0; }
  .proyecto .main .flex > div {
    box-sizing: border-box; }
  .proyecto .main .data {
    position: relative;
    width: 50%; }
    .proyecto .main .data .areas span {
      text-transform: uppercase;
      color: #37C2A5; }
      .proyecto .main .data .areas span:after {
        content: '/';
        display: inline-block;
        padding: 0 5px; }
      .proyecto .main .data .areas span:first-child:after, .proyecto .main .data .areas span:last-child:after {
        display: none; }
    .proyecto .main .data .regular-list .gara {
      display: block;
      font-size: 32px;
      line-height: 1.2; }
  .proyecto .main .desc {
    position: relative;
    width: 50%;
    padding-left: 60px; }
    .proyecto .main .desc h3 {
      margin: 45px 0 20px 0; }
.proyecto .claim {
  margin: -150px 0 !important; }
.proyecto .gallery {
  padding: 50px 0 100px 0; }
  .proyecto .gallery + .imgfull {
    margin-top: 50px; }
    .proyecto .gallery + .imgfull img {
      vertical-align: top; }

/* *********************************************************************************************************************
 * NOTICIAS
 */
body.blog .blog_holder article,
body.archive.category .blog_holder article,
body.archive.tag .blog_holder article,
body.search .blog_holder article {
  margin-bottom: 50px; }
  body.blog .blog_holder article .post_image a:hover,
  body.archive.category .blog_holder article .post_image a:hover,
  body.archive.tag .blog_holder article .post_image a:hover,
  body.search .blog_holder article .post_image a:hover {
    filter: brightness(1.15); }
  body.blog .blog_holder article .post_text_inner,
  body.archive.category .blog_holder article .post_text_inner,
  body.archive.tag .blog_holder article .post_text_inner,
  body.search .blog_holder article .post_text_inner {
    padding: 0 0 0 40px !important; }
  body.blog .blog_holder article h2,
  body.archive.category .blog_holder article h2,
  body.archive.tag .blog_holder article h2,
  body.search .blog_holder article h2 {
    font-size: 32px;
    line-height: 1;
    /* &:after {
    	content: '';
    	display: block;
    	width: 60px;
    	height: 1px;
    	margin: 25px 0;
    	background-color: $grey;
    } */ }
  body.blog .blog_holder article p,
  body.archive.category .blog_holder article p,
  body.archive.tag .blog_holder article p,
  body.search .blog_holder article p {
    font-size: 15px;
    line-height: 1.4; }
  body.blog .blog_holder article .post_info,
  body.archive.category .blog_holder article .post_info,
  body.archive.tag .blog_holder article .post_info,
  body.search .blog_holder article .post_info {
    font-size: 13px;
    color: #37C2A5;
    text-transform: uppercase; }

body.blog .container_inner {
  width: 100% !important; }
body.blog .two_columns_33_66 .column1 {
  float: none;
  width: 100%;
  background-color: #D6D1CA; }
  body.blog .two_columns_33_66 .column1 > .column_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0; }
body.blog .two_columns_33_66 .column2 {
  float: none;
  width: 1000px;
  margin: 60px auto; }
  body.blog .two_columns_33_66 .column2 > .column_inner {
    padding: 0; }
  body.blog .two_columns_33_66 .column2:before {
    content: 'Novedades';
    display: block;
    width: 100%;
    margin-bottom: 50px;
    font-size: 55px;
    font-weight: 300;
    text-align: center;
    color: #B3B3B2; }
body.blog.paged .two_columns_33_66 .column2:before {
  display: none; }

.sidebar {
  padding: 50px 0;
  background-color: #D6D1CA; }
  .sidebar h5 {
    display: none; }
  .sidebar .widget {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 0; }
  .sidebar #searchform {
    width: 80%; }
    .sidebar #searchform input {
      color: #323232; }
  .sidebar .widget_categories form {
    float: right;
    width: 80%; }
  .sidebar .widget_categories label {
    display: none; }
  .sidebar .widget_categories li {
    padding: 4px 0; }
    .sidebar .widget_categories li a {
      font-size: 15px;
      text-transform: uppercase; }

body.archive.tag .container_inner,
body.search .container_inner {
  width: 1000px !important; }
body.archive.tag .content .content_inner,
body.search .content .content_inner {
  padding-top: 150px; }

body.archive.category .container_inner {
  width: 1000px !important;
  margin: 0 auto; }
body.archive.category .content .content_inner {
  padding-top: 60px; }
body.archive.category h1 {
  margin: 60px 0; }

body.search .blog_holder {
  padding-bottom: 80px; }
  body.search .blog_holder article {
    margin-bottom: 30px !important; }
    body.search .blog_holder article .date,
    body.search .blog_holder article .post_info,
    body.search .blog_holder article .post_image {
      display: none !important; }
    body.search .blog_holder article h2 {
      font-size: 24px; }
body.search.search-no-results .blog_holder {
  text-align: center; }

.single-post header nav.main_menu > ul > li:nth-child(4) > a {
  font-style: italic;
  color: #37C2A5; }
.single-post .container_inner {
  width: 1000px !important; }
.single-post .content .content_inner {
  padding-top: 80px; }
.single-post .blog_holder {
  padding-bottom: 80px; }
  .single-post .blog_holder a.reverse {
    margin-bottom: 30px; }
  .single-post .blog_holder h1 {
    margin-bottom: 40px;
    font-size: 36px;
    text-align: center; }
.single-post .post_text_inner .post_info {
  margin-top: 10px;
  font-size: 15px;
  text-align: center; }
  .single-post .post_text_inner .post_info a {
    color: #37C2A5; }
.single-post .post_text_inner h2 {
  margin-top: 40px;
  font-size: 25px; }
  .single-post .post_text_inner h2:after {
    content: '';
    display: block;
    width: 35px;
    height: 3px;
    margin-top: 7px;
    background-color: #003B71; }
  .single-post .post_text_inner h2 + p {
    margin-top: 10px; }
.single-post .post_text_inner h3 {
  font-size: 20px;
  color: #323232; }
.single-post .post_text_inner .aligncenter {
  text-align: center; }
  .single-post .post_text_inner .aligncenter img {
    margin: 0 auto; }
.single-post .post_text_inner .wp-block-gallery {
  text-align: center; }
  .single-post .post_text_inner .wp-block-gallery.columns-2 ul li {
    display: inline-block;
    width: 48%; }
    .single-post .post_text_inner .wp-block-gallery.columns-2 ul li figure {
      margin: 10px; }
.single-post .post_text_inner > ul li,
.single-post .post_text_inner p {
  width: 70%;
  margin-left: auto;
  margin-right: auto; }
  .single-post .post_text_inner > ul li a,
  .single-post .post_text_inner p a {
    color: #003B71;
    text-decoration: underline; }
.single-post .post_text_inner > ul,
.single-post .post_text_inner > ol {
  padding-left: 40px; }
  .single-post .post_text_inner > ul li,
  .single-post .post_text_inner > ol li {
    list-style: none;
    padding-top: 10px;
    font-size: 16px;
    color: #323232; }
    .single-post .post_text_inner > ul li:before,
    .single-post .post_text_inner > ol li:before {
      content: "\2022";
      display: inline-block;
      width: 1em;
      padding-right: .5em;
      font-weight: 700;
      color: #003B71; }
.single-post .post_text_inner blockquote {
  padding: 0 5%; }
.single-post .post_text_inner .social_share_holder > a {
  padding: 2px 5px;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  color: #B3B3B2;
  background-color: #dbdbdb; }
.single-post .post_text_inner .social_share_holder ul li:before {
  display: none; }
.single-post .post_text_inner .social_share_holder ul li:hover i {
  color: #37C2A5 !important; }
.single-post .single_tags {
  padding-top: 15px;
  text-align: center;
  border-top: 1px solid #B3B3B2; }
  .single-post .single_tags h5 {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700; }
  .single-post .single_tags a {
    font-size: 14px; }

/* *********************************************************************************************************************
 * CONTACTO
 */
.page-contacto #intro {
  height: 400px;
  background: url("../../../media/contacto-intro-bkg.jpg") no-repeat center bottom;
  background-size: cover; }
  .page-contacto #intro .rrss {
    position: absolute;
    right: 50px;
    bottom: 30px;
    font-size: 12px; }
    .page-contacto #intro .rrss a {
      padding: 0 4px;
      color: #000; }
      .page-contacto #intro .rrss a:hover {
        color: #fff; }
.page-contacto #address {
  padding: 70px 0;
  background-color: #F0F0F0; }
  .page-contacto #address h1 {
    margin-bottom: 40px;
    font-size: 40px; }
  .page-contacto #address .address-block {
    line-height: 1.5;
    color: #000; }
    .page-contacto #address .address-block:before {
      content: url("../../../media/map-marker-2.svg");
      display: block;
      margin-bottom: 10px; }
    .page-contacto #address .address-block a.arrow-link {
      margin-top: 20px; }
.page-contacto #mapa {
  height: 400px; }
.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, .page-contacto .gm-ui-hover-effect {
  display: none !important; }
.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; }
.page-contacto #cv {
  padding: 0 0 80px 0; }
  .page-contacto #cv h4 {
    width: 650px;
    margin-top: 40px;
    line-height: 1.4; }
    .page-contacto #cv h4 a {
      font-weight: 700;
      color: #003B71; }
      .page-contacto #cv h4 a:hover {
        text-decoration: underline; }

/* *********************************************************************************************************************
 * LEGAL
 */
.page-legal .content .content_inner {
  margin: 200px 0 0 0; }
.page-legal .wpb_text_column {
  padding: 0 10% 100px 10%; }
  .page-legal .wpb_text_column h1 {
    font-size: 40px;
    color: #003B71; }
    .page-legal .wpb_text_column h1 + p {
      margin-top: 30px; }
  .page-legal .wpb_text_column h2 {
    padding: 40px 0 0 0;
    font-size: 24px;
    color: #B3B3B2; }
    .page-legal .wpb_text_column h2:before {
      content: '';
      display: block;
      width: 30px;
      height: 1px;
      margin-bottom: 10px;
      background-color: #003B71; }
    .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 < 1400
 */
@media screen and (max-width: 1400px) {
  h3 {
    font-size: 32px; }

  .claim {
    padding: 200px 15%; }

  .page-certi #intro .wpb_text_column {
    padding: 0 22% 80px 22%; }

  .proyecto .main .data .regular-list .gara {
    font-size: 28px; } }
/* *********************************************************************************************************************
 * BREAK POINT < 1200
 */
@media screen and (max-width: 1200px) {
  div.grid_section .section_inner,
  .container_inner {
    width: 950px !important; }

  body {
    font-size: 15px; }

  h1 {
    font-size: 45px; }

  h2 {
    font-size: 36px; }

  h3 {
    font-size: 32px; }

  h4 {
    font-size: 22px; }

  p, li {
    font-size: 15px; }

  .gara-25 {
    font-size: 23px; }

  .claim {
    padding: 150px 10%; }

  #back_to_top {
    display: none; }

  	/* footer {
  
  		.footer_top_holder {
  
  			.column1,
  			.column2 {
  				width: 16%;
  			}
  
  			.column3 {
  				width: 28%;
  			}
  
  			.column4 {
  				width: 40%;
  			}
  		}
  	} */
  footer .footer_top_holder .footer_top {
    padding: 45px 20px 25px 20px; }
  footer .footer_top_holder .column1 {
    width: 25%; }
  footer .footer_top_holder .column2 {
    display: none; }
  footer .footer_top_holder .column3 {
    width: 40%; }
  footer .footer_top_holder .column4 {
    width: 35%; }

  .noticias-grid .item .img {
    height: 170px; }

  .page-quienes #historia .year {
    font-size: 120px; }

  .page-rsc #politica .vc_column-inner {
    width: 70%; }

  .page-calidad #huella .vc_column-inner {
    width: 70%; }

  .page-salas #sectores .vc_row .wpb_column h4 {
    font-size: 28px; }
  .page-salas #area h3 {
    padding: 0 15%; }

  .proyectos .results .grid a .img {
    height: 200px; }
  .proyectos .results .grid a .data h3 {
    font-size: 26px; }

  .proyecto .head h3 {
    font-size: 48px; }
  .proyecto .head h1 {
    font-size: 32px; }

  .sidebar {
    padding: 40px; }

  .page-contacto #intro {
    height: 300px; }

  .page-legal .content .content_inner {
    margin: 150px 0 0 0; }
  .page-legal .wpb_text_column {
    padding: 0 5% 100px 5%; } }
/* *********************************************************************************************************************
 * PORTRAIT TABLET TO LANDSCAPE AND DESKTOP  < 1000
 */
@media screen and (max-width: 1000px) {
  div.grid_section .section_inner,
  .container_inner {
    width: 90% !important; }

  body {
    font-size: 14px; }

  h1 {
    font-size: 40px; }

  h2 {
    font-size: 32px; }

  h3 {
    font-size: 28px; }

  h4 {
    font-size: 22px; }

  p, li {
    font-size: 14px; }

  #intro .submenu li:after {
    font-size: 17px; }
  #intro .submenu li a {
    font-size: 17px; }

  .img-block {
    height: 280px; }

  .form-block p.form-intro {
    padding: 0 10%; }

  .special-list li {
    padding: 15px 10% 15px 12%; }

  .area-circles ul li a {
    font-size: 20px; }
  .area-circles .elipse {
    width: 700px;
    height: 450px;
    margin-left: calc(50% - 350px);
    transform-origin: 0 0;
    transform: scale(0.7); }

  .noticias-grid .item .img {
    height: 130px; }

  .q_accordion_holder h5.title-holder .tab-title,
  .q_accordion_holder .accordion_content .tab-title {
    padding-bottom: 10px !important;
    font-size: 26px; }
    .q_accordion_holder h5.title-holder .tab-title i,
    .q_accordion_holder .accordion_content .tab-title i {
      font-size: 20px; }
    .q_accordion_holder h5.title-holder .tab-title:after,
    .q_accordion_holder .accordion_content .tab-title:after {
      font-size: 50px; }

  header {
    background-color: #003B71; }
    header .header_bottom {
      margin-top: 0 !important;
      background: #003B71 url("") !important; }
      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;
          background-color: #fff;
          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: #003B71; }
    .popup_menu_holder nav.popup_menu ul li a, .popup_menu_holder nav.popup_menu ul li h6 {
      font-size: 25px;
      line-height: 2;
      font-weight: 400;
      text-transform: none;
      color: #fff; }
    .popup_menu_holder nav.popup_menu ul li.current-menu-item > a {
      color: #37C2A5; }
    .popup_menu_holder nav.popup_menu ul li ul {
      padding-bottom: 40px; }

  	/* footer {
  
  		.footer_top_holder {
  
  			.footer_top {
  				padding: 45px 20px 25px 20px;
  			}
  
  			.column1 {
  				width: 25%;
  			}
  
  			.column2 {
  				display: none;
  			}
  
  			.column3 {
  				width: 40%;
  			}
  
  			.column4 {
  				width: 35%;
  			}
  		}
  	} */
  .home header:not(.mobile-header-appear) {
    background-color: transparent !important; }
    .home header:not(.mobile-header-appear) .header_bottom {
      background-color: transparent !important; }
      .home header:not(.mobile-header-appear) .header_bottom .logo_wrapper {
        display: none; }
  .home .content {
    top: -100px; }
  .home #intro {
    overflow: hidden;
    height: 100vh; }
    .home #intro .bkgs div {
      background-position: center; }
    .home #intro .rrss {
      display: none; }
    .home #intro .bt-follow {
      bottom: 60px;
      left: calc(50% - 20px); }

  .page-quienes #historia .year {
    font-size: 100px; }
  .page-quienes #historia .vc_row img {
    max-width: 80%; }

  .page-rsc #compromiso h2 + h4 {
    padding: 20px 15% 80px 15%; }
  .page-rsc #compromiso .data .q_counter_holder {
    padding: 0; }
    .page-rsc #compromiso .data .q_counter_holder span {
      font-size: 60px; }
    .page-rsc #compromiso .data .q_counter_holder p {
      font-size: 18px; }

  .page-areas-child #intro .img-block span {
    padding-top: 10vh;
    color: #fff !important; }

  .page-salas #sectores .vc_row .wpb_column h4 {
    font-size: 22px; }
  .page-salas #ventajas {
    padding: 60px 0; }
    .page-salas #ventajas p, .page-salas #ventajas h3, .page-salas #ventajas ul {
      padding: 0 10%; }

  .proyectos .results .grid a .img {
    height: 160px; }
  .proyectos .results .grid a .data h3 {
    font-size: 24px; }

  .proyecto .head {
    margin-top: 60px; }
    .proyecto .head h3 {
      font-size: 40px; }
    .proyecto .head h1 {
      margin: 20px 0;
      font-size: 30px; }
  .proyecto .main .data .regular-list .gara {
    font-size: 24px; }

  body.blog .two_columns_33_66 .column1 > .column_inner {
    width: 90%; }
  body.blog .two_columns_33_66 .column2 {
    width: 90%; }
    body.blog .two_columns_33_66 .column2:before {
      font-size: 48px; }

  body.archive.category .content .content_inner {
    padding: 0; }
  body.archive.category .container_inner {
    width: 90% !important; }

  body.archive.tag .container_inner,
  body.search .container_inner {
    width: 90% !important; }
  body.archive.tag .content .content_inner,
  body.search .content .content_inner {
    padding-top: 50px; }

  .sidebar {
    padding: 40px 0; }

  .single-post .container_inner {
    width: 90% !important; }
  .single-post .blog_holder a.reverse {
    margin-bottom: 0; }
  .single-post .post_text_inner > ul li,
  .single-post .post_text_inner p {
    width: 90%; }

  .page-contacto #address h1 {
    font-size: 34px; }

  .page-legal .content .content_inner {
    margin: 50px 0 0 0; } }
/* *********************************************************************************************************************
 * VERTICAL MOBILES AND DOWN  < 768
 */
@media screen and (max-width: 767px) {
  div.grid_section .section_inner,
  .container_inner {
    width: 85%; }

  .hide-on-desktop {
    display: block !important; }

  .hide-on-mobile {
    display: none !important; }

  h1 {
    font-size: 30px; }

  h2 {
    font-size: 24px; }

  h3 {
    font-size: 24px; }

  .gara-25 {
    font-size: 21px; }

  .claim {
    margin: -50px 0 !important;
    padding: 100px 5%;
    background-position: center center !important; }

  a.download-link {
    margin: 20px auto; }

  .img-block {
    height: 150px; }

  .form-block {
    padding: 30px 0; }
    .form-block p.form-intro {
      padding: 0 25px;
      font-size: 20px; }
    .form-block .wpcf7 {
      padding: 0 20px; }

  .special-columns .vc_row {
    padding: 0 25px; }
    .special-columns .vc_row .vc_col-sm-4:nth-child(2) {
      margin: 30px 0; }
    .special-columns .vc_row p {
      padding: 0; }
    .special-columns .vc_row .wpb_single_image {
      text-align: center; }

  .regular-list {
    padding: 0 15px; }
    .regular-list li {
      text-align: center; }

  .special-list {
    padding: 0 15px; }
    .special-list li {
      padding: 15px 10% 15px 15%; }
      .special-list li h5 {
        font-size: 24px; }

  .q_accordion_holder h5.title-holder .tab-title {
    font-size: 20px; }
    .q_accordion_holder h5.title-holder .tab-title:after {
      float: none;
      margin-left: 20px; }
  .q_accordion_holder .accordion_content .vc_row .wpb_wrapper {
    margin-top: 20px; }

  .valores h2 + p {
    width: 90%; }
  .valores .blocks > div {
    width: 100%;
    padding: 25px; }
  .valores .blocks h3 {
    margin-bottom: 15px; }
  .valores .imgs {
    height: 190px; }
    .valores .imgs div {
      height: 190px; }

  .area-circles {
    width: 100%;
    padding: 50px 0 0 0; }
    .area-circles ul {
      margin-bottom: 30px; }
    .area-circles .elipse {
      width: 100%;
      height: 300px;
      margin: 0;
      transform: scale(1); }
      .area-circles .elipse .item {
        position: relative; }
        .area-circles .elipse .item .plus,
        .area-circles .elipse .item .minus,
        .area-circles .elipse .item .border {
          display: none; }
        .area-circles .elipse .item .base {
          width: 100%;
          height: 300px;
          left: 0 !important;
          padding: 30px 40px;
          border-radius: 0; }
          .area-circles .elipse .item .base * {
            max-width: none; }
        .area-circles .elipse .item h3 {
          font-size: 30px; }
        .area-circles .elipse .item h4 {
          font-size: 25px; }
        .area-circles .elipse .item p {
          margin: 30px 0 20px 0;
          font-size: 15px; }

  .noticias-grid .item {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 30px; }
    .noticias-grid .item:last-child {
      margin-bottom: 0; }
    .noticias-grid .item .img {
      height: 190px; }

  #cookie-notice .cookie-notice-container {
    padding: 30px; }
  #cookie-notice .boxed-link {
    margin: 15px 0 0 0; }

  header .header_bottom {
    padding: 0 20px; }
    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, .popup_menu_holder nav.popup_menu ul li h6 {
    font-size: 28px;
    line-height: 1.5; }
  .popup_menu_holder nav.popup_menu ul li ul {
    padding-bottom: 20px; }
    .popup_menu_holder nav.popup_menu ul li ul li a {
      font-size: 20px;
      line-height: 1.1; }

  footer {
    text-align: center !important; }
    footer .four_columns > div {
      width: 100% !important;
      margin-bottom: 15px !important; }
    footer .footer_top_holder {
      background-size: 280%;
      background-position: center top;
      font-size: 13px; }
      footer .footer_top_holder .column3 .column_inner {
        flex-direction: column; }
        footer .footer_top_holder .column3 .column_inner .widget {
          width: 100%; }
      footer .footer_top_holder .column4 {
        text-align: center; }
      footer .footer_top_holder .textwidget .certis {
        margin-top: 30px; }
        footer .footer_top_holder .textwidget .certis img {
          display: inline-block;
          margin: 0 auto 10px auto; }
      footer .footer_top_holder .textwidget h3 {
        font-size: 23px;
        color: #fff; }
      footer .footer_top_holder .textwidget .rrss {
        margin-top: 60px; }

  .home #intro .logo {
    width: 240px; }
    .home #intro .logo h1 {
      font-size: 18px;
      letter-spacing: .3px; }
  .home .noticias-grid {
    padding-bottom: 0; }
    .home .noticias-grid .action {
      display: none; }

  .page-quienes #historia {
    padding: 0 0 20px 0; }
    .page-quienes #historia .vc_row {
      padding: 30px 0; }
      .page-quienes #historia .vc_row:last-child .vc_col-sm-4 {
        margin-top: 0 !important; }
    .page-quienes #historia .vc_col-sm-4:nth-child(2),
    .page-quienes #historia .vc_col-sm-4:nth-child(3) {
      margin-top: 20px; }
    .page-quienes #historia .year {
      display: block;
      width: 100%;
      line-height: 1.6;
      font-size: 50px;
      text-align: center; }
      .page-quienes #historia .year + span {
        margin-top: 0; }
  .page-quienes #plan h3 {
    padding: 0 15px; }
  .page-quienes #colab h2 + h4 {
    padding: 30px 15px; }
  .page-quienes #colab .objetivo .vc_column-inner {
    width: 100%; }

  .page-rsc #compromiso h2 + h4 {
    padding: 30px 25px; }
  .page-rsc #compromiso .data {
    margin-bottom: 30px !important; }
  .page-rsc #politica {
    padding: 30px 0; }
    .page-rsc #politica .vc_column-inner {
      width: 80%; }
  .page-rsc #pacto {
    padding: 50px 0 0 0; }
    .page-rsc #pacto .vc_row .wpb_text_column {
      padding: 10px 25px; }
    .page-rsc #pacto h4 {
      padding: 30px; }
  .page-rsc #principios {
    padding: 50px 0 0 0; }
    .page-rsc #principios h3 {
      padding: 30px; }
  .page-rsc #red h4 {
    padding: 30px; }

  .page-calidad #huella .vc_column-inner {
    width: 80%; }

  .page-certi #intro .wpb_text_column {
    padding: 0 25px 50px 25px; }

  .page-areas-child #intro .img-block span {
    padding-top: 60px;
    font-size: 25px; }

  .page-indus #capacidad h4 {
    padding: 50px 25px; }
  .page-indus #insta {
    padding: 50px 0; }
    .page-indus #insta .vc_col-sm-6:last-child {
      margin-top: 50px; }
    .page-indus #insta h3 {
      text-align: center; }

  .page-salas #sectores {
    padding: 50px 25px; }
    .page-salas #sectores .vc_row {
      margin-top: 10px; }
      .page-salas #sectores .vc_row .wpb_column {
        float: left;
        width: 48%;
        min-height: 0;
        text-align: center;
        border: 0; }
  .page-salas #area h3 {
    padding: 0 25px; }

  .page-epc #division {
    padding: 30px 0; }
    .page-epc #division h3 {
      padding: 0 25px; }
  .page-epc #sectores {
    padding: 30px 0; }
    .page-epc #sectores p, .page-epc #sectores h4 {
      padding: 0 25px; }
    .page-epc #sectores .vc_row {
      margin-top: 30px;
      padding: 0 20px; }
      .page-epc #sectores .vc_row .vc_col-sm-3 {
        float: left;
        width: 50%;
        margin-bottom: 20px; }
      .page-epc #sectores .vc_row img {
        width: 100%; }

  .page-inte #desc p, .page-inte #desc h4 {
    padding: 0; }
  .page-inte #propuesta {
    padding: 30px 0; }
    .page-inte #propuesta h3 {
      margin-bottom: 0;
      padding: 0 25px; }
    .page-inte #propuesta .vc_row p {
      margin-top: 30px;
      text-align: center; }

  .page-energ #intro h1 span {
    display: block; }
  .page-energ #ventajas {
    padding: 30px 0; }
    .page-energ #ventajas h3 {
      margin-top: 30px;
      text-align: center; }
    .page-energ #ventajas p {
      padding: 0 20px;
      text-align: center; }

  .page-proyectos #intro {
    height: 100px;
    background-size: 200%;
    background-position: center bottom; }

  .proyectos .filter {
    margin: 20px 0; }
    .proyectos .filter .searchandfilter > ul > li > ul > li label {
      font-size: 16px; }
  .proyectos .results {
    padding-bottom: 40px; }
    .proyectos .results .grid a {
      width: 100%;
      margin-bottom: 30px; }
      .proyectos .results .grid a .img {
        height: 230px; }
      .proyectos .results .grid a .data {
        margin-top: 10px; }
        .proyectos .results .grid a .data h3, .proyectos .results .grid a .data ul {
          text-align: center; }
        .proyectos .results .grid a .data ul {
          margin-top: 0; }

  .related {
    padding: 50px 25px 0 25px; }
    .related .results {
      padding-top: 30px; }

  .proyecto .head {
    margin-top: 30px; }
    .proyecto .head h3 {
      font-size: 26px; }
    .proyecto .head h1 {
      margin: 10px 0 20px 0;
      font-size: 26px; }
  .proyecto .main .data {
    width: 100%; }
    .proyecto .main .data .areas {
      text-align: center; }
    .proyecto .main .data .regular-list {
      padding: 0; }
  .proyecto .main .desc {
    width: 100%;
    padding: 0; }
    .proyecto .main .desc h3 {
      text-align: center; }
  .proyecto .claim {
    margin: -100px 0 !important; }
  .proyecto .gallery + .imgfull {
    margin-top: 0; }

  .page-contacto #intro {
    height: 150px; }
    .page-contacto #intro .rrss {
      display: none; }
  .page-contacto #address {
    padding: 40px 0; }
    .page-contacto #address h1 {
      font-size: 30px; }
    .page-contacto #address .address-block {
      margin-bottom: 30px;
      text-align: center; }
  .page-contacto #cv h4 {
    margin-top: 20px;
    width: 80%; }

  body.blog .blog_holder article .post_text_inner,
  body.archive.category .blog_holder article .post_text_inner,
  body.archive.tag .blog_holder article .post_text_inner,
  body.search .blog_holder article .post_text_inner {
    padding: 20px 0 0 0 !important; }
  body.blog .blog_holder article h2,
  body.archive.category .blog_holder article h2,
  body.archive.tag .blog_holder article h2,
  body.search .blog_holder article h2 {
    margin-bottom: 8px;
    font-size: 26px; }
  body.blog .blog_holder article p,
  body.archive.category .blog_holder article p,
  body.archive.tag .blog_holder article p,
  body.search .blog_holder article p {
    font-size: 14px; }

  body.blog .two_columns_33_66 .column2 {
    margin: 30px auto; }
    body.blog .two_columns_33_66 .column2:before {
      font-size: 38px; }

  	/* body.archive.category {
  
  		.content .content_inner {
  			padding: 0;
  		}
  
  		.container_inner {
  			width: 90% !important;
  		}
  	}
  
  	body.archive.tag,
  	body.search {
  
  		.container_inner {
  			width: 90% !important;
  		}
  
  		.content .content_inner {
  			padding-top: 50px;
  		}
  	} */
  .sidebar {
    padding: 20px 0; }
    .sidebar .widget {
      width: 100%; }
    .sidebar #searchform {
      width: 100%; }
    .sidebar .widget_categories form {
      float: none;
      width: 100%; }

  .single-post .content .content_inner {
    padding-top: 30px; }
  .single-post .container_inner {
    width: 100% !important; }
  .single-post .post_text_inner {
    padding: 0 20px !important; }
    .single-post .post_text_inner > ul li,
    .single-post .post_text_inner p {
      width: 100%; }
  .single-post .blog_holder h1 {
    padding: 0 20px;
    font-size: 30px; }

  .page-legal .content .content_inner {
    margin: 50px 0 0 0; }
  .page-legal .wpb_text_column {
    padding: 0 5% 100px 5%; }
    .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
 */
