@charset "UTF-8";
/*
Theme Name: Targatis
Theme URI: https://www.targatis.com
Description: Targatis
Author: Wonton
Author URI: https://www.wonton.es
Version: 1.0.0
Template: bridge
*/
/* *********************************************************************************************************************
 * IMPORTS
 */
@import url(css/animsition.min.css);
@import url(css/animate.min.css);
@import url(css/tooltipster.css);
@import url(css/slick.css);
@import url(css/lightgallery.css);
@import url(css/textillate.css);
/* *********************************************************************************************************************
 * VARS
 */
/* *********************************************************************************************************************
 * GLOBALS
 */
@import url("https://fonts.googleapis.com/css2?family=Karla:wght@400;600;700&display=swap");
@font-face {
  font-family: "dom";
  src: url("fonts/dom.woff2") format("woff2"), url("fonts/dom.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'dom', serif;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
  color: #274F52; }

h2 {
  font-size: 28px; }

h5 {
  font-size: 18px; }

p {
  font-size: 16px;
  line-height: 1.4;
  color: #274F52;
  /* &:empty {
  	display: none;
  } */ }

p + p,
p + ul,
p + ol,
ul + p,
ol + p {
  margin-top: 20px; }

ul li,
ol li {
  font-size: 16px;
  line-height: 1.4;
  color: #000; }

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: #3C868C; }

.dom {
  font-family: 'dom', sans-serif; }

.text-bigger {
  font-size: 20px; }

.text-even-bigger {
  font-size: 24px; }

.text-smaller {
  font-size: 14px !important; }

.text-spaced {
  letter-spacing: 3px; }

.white {
  color: #fff; }
  .white p, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white span {
    color: #fff; }

.black {
  color: #000; }

.grey {
  color: #686868; }

.light-grey {
  color: #f9f8f8; }

.dark-grey {
  color: #323232; }

.accent,
.accent p {
  color: #3C868C !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: #3C868C;
  color: #fff; }

.boxed-white {
  border: 1px solid #fff; }
  .boxed-white:hover {
    background-color: #fff; }

.title-boxed {
  display: inline;
  padding: 0 10px;
  background-color: #f9f8f8;
  color: #444444; }
  .title-boxed + br {
    display: block !important;
    margin-bottom: 20px;
    content: " "; }
  .title-boxed.accent {
    background-color: #3C868C;
    color: #fff; }
  .title-boxed.dark {
    background-color: #323232;
    color: #fff; }

.with-line-below:after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  margin: 10px auto 20px auto;
  background-color: #686868; }

.with-line-above:before {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  margin: 20px auto 10px auto;
  background-color: #686868; }

.hidden,
.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.hide-on-desktop {
  display: none; }

a, a:before, a:after, button {
  transition: all 0.3s ease 0s !important; }

a.black-link {
  color: #000; }
  a.black-link:hover {
    color: #3C868C; }

a.accent-link {
  color: #1d4245;
  text-decoration: underline; }
  a.accent-link:hover {
    color: #3C868C !important; }

a.white-link {
  color: #fff;
  border-bottom: 1px solid transparent; }
  a.white-link:hover {
    border-bottom: 1px solid #fff; }

a.grey-link {
  color: #686868 !important; }
  a.grey-link:hover {
    color: #3C868C !important; }

a.light-grey-link {
  color: #f9f8f8; }
  a.light-grey-link:hover {
    color: #3C868C !important; }

a.opacity-link:hover {
  opacity: 0.7; }

.boxed-link {
  display: inline-block;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  color: #274F52;
  background-color: #fff;
  border: 1px solid #274F52;
  border-radius: 35px; }
  .boxed-link:hover {
    padding: 20px 45px;
    color: #fff;
    background-color: #3C868C;
    border-color: #3C868C; }
  .boxed-link.white {
    background-color: #fff;
    border: 0; }
    .boxed-link.white:hover {
      background-color: #3C868C; }
  .boxed-link.red {
    color: #fff;
    background-color: #F37E71;
    border: 0; }
    .boxed-link.red:hover {
      background-color: #f7a9a0; }
  .boxed-link.solid {
    color: #fff;
    background-color: #3C868C;
    border: 0; }
    .boxed-link.solid:hover {
      background-color: #B2D4D6; }
  .boxed-link.bold {
    font-weight: 700; }
  .boxed-link.small {
    padding: 12px 40px;
    border-radius: 25px; }
  .boxed-link.disabled {
    pointer-events: none;
    cursor: default; }
  .boxed-link.transparent {
    background-color: transparent !important; }
    .boxed-link.transparent.white {
      color: #fff;
      border: 1px solid #fff; }

a.line-link {
  display: inline-block;
  padding-bottom: 6px;
  line-height: 0;
  color: #274F52; }
  a.line-link:after {
    content: '';
    position: relative;
    width: 101%;
    height: 1px;
    margin-bottom: -7px;
    display: inline-block;
    background-color: transparent;
    transform: scaleX(0);
    transform-origin: 100% 0;
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important; }
  a.line-link:hover {
    color: #323232 !important; }
    a.line-link:hover:after {
      background-color: #686868;
      transform: scaleX(1); }
  a.line-link.accent {
    color: #3C868C; }
  a.line-link.grey {
    color: #FFF8F4; }
    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: #3C868C; }
  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: #3C868C;
    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: #f9f8f8; }
    .list-with-checkboxes li:last-child {
      border: 0; }
    .list-with-checkboxes li input {
      margin-right: 10px; }

.wpcf7-form .form-row {
  width: 100%; }
.wpcf7-form .column-half, .wpcf7-form .column-full {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 15px; }
.wpcf7-form .column-half {
  width: 48%; }
.wpcf7-form > p {
  position: relative;
  margin: 0 0 25px 0 !important; }
  .wpcf7-form > p label {
    position: absolute;
    display: block;
    z-index: 1;
    pointer-events: none;
    top: 15px;
    left: 20px;
    font-family: 'Karla';
    font-size: 16px;
    color: #274F52;
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important; }
    .wpcf7-form > p label.has-value {
      top: -10px;
      padding: 3px 8px;
      font-size: 12px;
      color: #3C868C;
      background-color: #B2D4D6; }
  .wpcf7-form > p.txt label {
    top: 40px;
    left: 20px; }
    .wpcf7-form > p.txt label.has-value {
      top: 4px;
      left: 0; }
  .wpcf7-form > p.bt {
    text-align: center; }
  .wpcf7-form > p br {
    display: none; }
.wpcf7-form input.wpcf7-text,
.wpcf7-form input.wpcf7-mail,
.wpcf7-form textarea.wpcf7-textarea,
.wpcf7-form select.wpcf7-select {
  padding: 15px 20px;
  font-family: 'Karla';
  font-size: 16px !important;
  color: #274F52 !important;
  background-color: transparent;
  border: 1px solid #274F52;
  border-radius: 30px; }
.wpcf7-form textarea.wpcf7-textarea {
  height: 200px;
  padding: 20px;
  border: 1px solid #274F52; }
.wpcf7-form .wpcf7-list-item {
  margin-left: 0 !important; }
.wpcf7-form .block-legal {
  margin-top: 10px;
  text-align: left;
  font-size: 13px; }
.wpcf7-form .txt-legal {
  display: block;
  margin-top: -15px;
  padding-left: 30px;
  line-height: 1.2;
  color: #274F52; }
  .wpcf7-form .txt-legal a,
  .wpcf7-form .txt-legal a:hover {
    color: #274F52 !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: 2px;
      left: 0;
      background-color: #fff;
      border-radius: 10px;
      border: 1px solid #274F52;
      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: 1px;
      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: #3C868C;
    border-color: #3C868C; }
  .wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
    visibility: visible;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
.wpcf7-form input.wpcf7-submit {
  box-sizing: border-box;
  display: inline-block;
  width: 180px;
  height: 44px;
  margin: 20px auto 0 auto;
  font-family: 'Karla';
  font-size: 16px;
  line-height: 43px;
  text-align: center;
  text-transform: none;
  color: #000 !important;
  background-color: #fff !important;
  border-radius: 22px;
  border: 0 !important;
  transition: all 0.4s ease 0s !important; }
  .wpcf7-form input.wpcf7-submit:hover {
    width: 190px; }
.wpcf7-form .wpcf7-spinner {
  display: block;
  margin: 10px auto; }
.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 {
  box-sizing: border-box;
  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;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important; }
  .wpcf7-form.sent .wpcf7-response-output:before {
    font-size: 30px !important; }

/* HACK FOR AUTOCOMPLETE FIELDS IN CHROME (YELLOW BUG) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 100px transparent inset;
  color: #222; }

/* ::-webkit-input-placeholder {
	color: #000;
	opacity: 1 !important;
}

::-moz-placeholder {
	color: #000;
	opacity: 1 !important;
}

input:focus::-webkit-input-placeholder { opacity: 0; @include transition(all,.4s,linear); }
input:focus::-moz-placeholder { opacity: 0; }
textarea:focus::-webkit-input-placeholder { opacity: 0; @include transition(all,.4s,linear); }
textarea:focus::-moz-placeholder { opacity: 0; }
textarea:focus::-moz-placeholder { opacity: 0; } */
.only-home {
  display: none; }

.only-admin {
  display: none; }

body.logged-in .only-admin {
  display: block; }

/* *********************************************************************************************************************
 * THEME GLOBAL REPLACEMENTS 
 */
body > .wrapper {
  opacity: 0;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.qbutton {
  height: 37px;
  padding: 0 18px;
  font-size: 15px;
  line-height: 37px;
  font-weight: 400;
  letter-spacing: 0 !important;
  border: 1px solid #686868;
  border-radius: 0; }
  .qbutton:hover {
    padding: 0 24px;
    color: #fff;
    background-color: #3C868C; }
    .qbutton:hover span, .qbutton:hover i {
      color: #fff !important; }

#back_to_top {
  right: 10px !important;
  bottom: 25px; }
  #back_to_top > span {
    border: 0;
    background-color: transparent !important; }
    #back_to_top > span i {
      color: #274F52; }
  #back_to_top:hover > span i {
    color: #000; }

@-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, 65%, 0);
    transform: translate3d(0, 65%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.pagination {
  display: inline-block;
  width: 100%;
  margin: 60px 0;
  text-align: center;
  position: relative; }

.wp-pagenavi {
  margin: 30px 0 40px 0; }
  .wp-pagenavi .pages {
    display: none; }
  .wp-pagenavi a, .wp-pagenavi span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 2px;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    color: #000;
    border-radius: 50%; }
  .wp-pagenavi a img {
    vertical-align: top; }
  .wp-pagenavi a:hover {
    color: #686868;
    background-color: #FFF8F4 !important; }
  .wp-pagenavi .current {
    font-weight: 700;
    background-color: #FFF8F4; }
  .wp-pagenavi .previouspostslink {
    margin-right: 6px; }
  .wp-pagenavi .nextpostslink {
    margin-left: 6px; }

/* *********************************************************************************************************************
 * SHARED ELEMENTS
 */
/* PRELOAD */
.preload,
.preload:after {
  position: absolute;
  z-index: 2;
  width: 130px;
  height: 130px;
  left: 50%;
  top: 50%;
  margin: -65px 0 0 -65px;
  border-radius: 50%; }

.preload {
  background-color: transparent;
  border-top: 1px solid #FFF8F4;
  border-right: 1px solid #FFF8F4;
  border-bottom: 1px solid #FFF8F4;
  border-left: 1px solid #3C868C;
  transform: translateZ(0);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: .8s;
  animation-name: preload-loading; }

@keyframes preload-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.content_bottom {
  padding: 100px 0;
  background-color: #3C868C;
  border-top: 1px solid #000; }
  .content_bottom h2 {
    font-size: 50px;
    color: #fff; }
  .content_bottom .wpcf7 {
    width: 400px;
    margin: 40px auto 0 auto; }
    .content_bottom .wpcf7 .wpcf7-form input.wpcf7-text {
      height: 45px;
      padding: 0 20px;
      background-color: #fff;
      border: 1px solid #000;
      border-radius: 25px; }
    .content_bottom .wpcf7 .wpcf7-form input.wpcf7-submit {
      position: absolute;
      top: 0;
      right: 0;
      width: auto;
      height: 45px;
      margin: 0;
      font-weight: 700;
      color: #000 !important;
      border: 0 !important;
      background-color: transparent !important; }
      .content_bottom .wpcf7 .wpcf7-form input.wpcf7-submit:hover {
        color: #3C868C !important; }

.animblock {
  opacity: 0; }

.circle_percent {
  font-size: 225px;
  width: 1em;
  height: 1em;
  position: relative;
  background: #fce5e2;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin: 20px; }
  .circle_percent.big {
    font-size: 310px; }
  .circle_percent.accent {
    background: #d8e5df; }
    .circle_percent.accent .circle_inner .round_per, .circle_percent.accent.percent_more:after {
      background: #9dbebf; }
    .circle_percent.accent .circle_inbox .percent_text {
      color: #9dbebf; }
  .circle_percent .circle_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    clip: rect(0 1em 1em 0.5em); }
    .circle_percent .circle_inner .round_per {
      position: absolute;
      left: 0;
      top: 0;
      width: 1em;
      height: 1em;
      background: #F8C8C2;
      clip: rect(0 1em 1em 0.5em);
      transform: rotate(180deg);
      transition: 1.05s; }
  .circle_percent .circle_inbox {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #FFF8F4;
    z-index: 3;
    border-radius: 50%; }
    .circle_percent .circle_inbox .percent_text {
      position: absolute;
      font-family: 'dom';
      font-size: 100px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 3;
      color: #F8C8C2; }
  .circle_percent.percent_more .circle_inner {
    clip: rect(0 0.5em 1em 0em); }
  .circle_percent.percent_more:after {
    position: absolute;
    left: .5em;
    top: 0em;
    right: 0;
    bottom: 0;
    background: #F8C8C2;
    content: ''; }

.q_accordion_holder h5.title-holder {
  margin-bottom: 0;
  padding-top: 0 !important;
  border-top: 1px solid #3C868C; }
  .q_accordion_holder h5.title-holder .accordion_mark {
    display: none !important; }
  .q_accordion_holder h5.title-holder .tab-title {
    position: relative;
    padding: 10px 0 10px 0 !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    text-transform: none;
    letter-spacing: 0;
    color: #274F52; }
    .q_accordion_holder h5.title-holder .tab-title:after {
      content: '\e019';
      position: relative;
      display: inline-block;
      float: right;
      margin-top: -5px;
      font-family: "linea-arrows-10" !important;
      font-size: 30px;
      color: #3C868C;
      transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1); }
  .q_accordion_holder h5.title-holder:not(.ui-state-active):hover .tab-title {
    color: ligthen(#3C868C, 10); }
  .q_accordion_holder h5.title-holder.ui-state-active .tab-title:after {
    transform: scaleY(-1); }
.q_accordion_holder .accordion_content {
  padding-left: 0 !important; }
  .q_accordion_holder .accordion_content table, .q_accordion_holder .accordion_content p, .q_accordion_holder .accordion_content li {
    font-size: 14px;
    color: #274F52; }
    .q_accordion_holder .accordion_content table a, .q_accordion_holder .accordion_content p a, .q_accordion_holder .accordion_content li a {
      text-decoration: underline;
      color: #274F52; }
  .q_accordion_holder .accordion_content p + ul {
    list-style-position: outside;
    margin-top: 20px;
    padding-left: 20px; }
  .q_accordion_holder .accordion_content table {
    width: 100%; }
    .q_accordion_holder .accordion_content table th, .q_accordion_holder .accordion_content table td {
      text-align: left !important;
      border: 1px solid #ccc; }

.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: #3C868C;
    transition: all 0.4s ease 0s !important; }
  .slick-prev:hover:before,
  .slick-next:hover:before {
    color: #B2D4D6;
    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; }

.social ul li {
  width: 45px;
  height: 45px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid #000;
  transition: all 0.5s ease 0s !important; }
  .social ul li a {
    display: block;
    width: 100%;
    height: 200%;
    position: relative;
    top: 4px;
    line-height: 45px !important;
    text-align: center;
    color: #000; }
    .social ul li a i {
      font-size: 25px; }
    .social ul li a i:last-child {
      display: block;
      color: #fff !important; }
  .social ul li:hover a {
    top: -35px; }
    .social ul li:hover a i:first-child {
      transition: all 0.3s ease 0s !important;
      opacity: 0; }
  .social ul li:nth-of-type(1):hover {
    background-color: #0e76a8;
    border-color: #0e76a8; }
  .social ul li:nth-of-type(2):hover {
    background-color: #c13584;
    border-color: #c13584; }
  .social ul li:nth-of-type(3):hover {
    background-color: #c4302b;
    border-color: #c4302b; }

.social-simple ul li {
  width: 25px;
  height: 25px;
  margin-right: 3px;
  display: inline-block; }
  .social-simple ul li a {
    display: block;
    position: relative;
    line-height: 25px !important;
    text-align: center;
    font-size: 23px;
    color: #3C868C; }
    .social-simple ul li a:hover {
      color: #4ba8b0 !important; }

#cookie-notice {
  font-family: 'Karla', sans-serif !important; }
  #cookie-notice .cookie-notice-container {
    padding: 30px 0; }
  #cookie-notice #cn-close-notice {
    display: none; }
  #cookie-notice .qbutton {
    height: 30px;
    margin-left: 30px;
    font-size: 12px;
    line-height: 31px;
    text-transform: none;
    background-color: transparent;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 0; }

/* *********************************************************************************************************************
 * HEADER - MENU
 */
body:not(.home) header nav.main_menu {
  display: none !important; }

header .header_bottom {
  padding: 0; }
  header .header_bottom .header_inner_left {
    left: 80px; }
  header .header_bottom .q_logo a {
    height: 50px !important; }
header .header_bottom_right_widget_holder {
  padding-right: 80px; }
  header .header_bottom_right_widget_holder > div {
    display: inline-block; }
  header .header_bottom_right_widget_holder .widget_polylang {
    padding-right: 30px; }
    header .header_bottom_right_widget_holder .widget_polylang ul li {
      display: inline-block;
      list-style: none;
      transform: translateY(11px); }
      header .header_bottom_right_widget_holder .widget_polylang ul li.current-lang a {
        pointer-events: none;
        border-bottom: 1px solid #fff; }
      header .header_bottom_right_widget_holder .widget_polylang ul li:after {
        content: '|';
        display: inline-block;
        margin: 0 4px 0 6px;
        color: #fff; }
      header .header_bottom_right_widget_holder .widget_polylang ul li:last-child:after {
        display: none; }
      header .header_bottom_right_widget_holder .widget_polylang ul li a {
        font-weight: 600;
        color: #fff; }
  header .header_bottom_right_widget_holder .widget_custom_html a {
    vertical-align: top;
    margin-right: 10px; }
    header .header_bottom_right_widget_holder .widget_custom_html a:last-child {
      margin-right: 0; }
    header .header_bottom_right_widget_holder .widget_custom_html a.alerta-bt {
      display: inline-block; }
      header .header_bottom_right_widget_holder .widget_custom_html a.alerta-bt img {
        height: 46px; }
      header .header_bottom_right_widget_holder .widget_custom_html a.alerta-bt:hover {
        opacity: 0.8; }
header a.popup_menu {
  display: none; }
header nav.main_menu {
  display: none;
  float: none;
  box-sizing: border-box;
  width: 100%;
  left: 0 !important;
  padding-left: 80px;
  background-color: #3C868C; }
  header nav.main_menu > ul > li > a {
    margin: 0 20px;
    padding: 0;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .5px;
    text-transform: none;
    color: #fff !important;
    opacity: 1 !important;
    /* &.current {
    	pointer-events: none;
    } */ }
    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: -7px;
        background-color: transparent;
        transform: scaleX(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: #fff; }
  header nav.main_menu > ul > li:first-child > a {
    margin-left: 0 !important; }
header.sticky .header_bottom {
  background-color: #f9f8f8 !important;
  box-shadow: unset; }
  header.sticky .header_bottom .q_logo a {
    height: 35px !important; }
header.sticky nav.main_menu {
  display: block; }
  header.sticky nav.main_menu ul > li > a {
    line-height: 50px !important; }
header.sticky .header_bottom_right_widget_holder .widget_polylang ul li {
  transform: translateY(14px); }
  header.sticky .header_bottom_right_widget_holder .widget_polylang ul li.current-lang a {
    border-color: #3C868C; }
  header.sticky .header_bottom_right_widget_holder .widget_polylang ul li:after {
    color: #3C868C; }
  header.sticky .header_bottom_right_widget_holder .widget_polylang ul li a {
    color: #3C868C; }
header.sticky .header_bottom_right_widget_holder .widget_custom_html a {
  margin-top: 7px; }
  header.sticky .header_bottom_right_widget_holder .widget_custom_html a.boxed-link {
    padding: 9px 40px;
    color: #fff;
    background-color: #3C868C; }
    header.sticky .header_bottom_right_widget_holder .widget_custom_html a.boxed-link:hover {
      background-color: #B2D4D6; }
  header.sticky .header_bottom_right_widget_holder .widget_custom_html a.alerta-bt img {
    height: 40px; }

/* *********************************************************************************************************************
 * FOOTER
 */
footer .footer_top_holder {
  background-color: #FFF8F4;
  		/* .column1,
  		.column2,
  		.column3 {
  			box-sizing: border-box;
  			height: 425px;
  			padding: 70px 0 70px 0;
  		}
  
  		.column2,
  		.column3 {
  			padding-left: 60px;
  			border-left: 1px solid #000;
  		} */ }
  footer .footer_top_holder .footer_top {
    padding: 50px 80px; }
  footer .footer_top_holder .column1 .footer-menu {
    margin-top: 20px; }
    footer .footer_top_holder .column1 .footer-menu a {
      margin-bottom: 5px;
      font-size: 14px;
      color: #274F52; }
  footer .footer_top_holder .column2 {
    text-align: right; }
    footer .footer_top_holder .column2 h3 {
      margin-bottom: 20px;
      font-size: 40px;
      color: #274F52; }
    footer .footer_top_holder .column2 .address {
      float: right;
      width: 220px; }
      footer .footer_top_holder .column2 .address a, footer .footer_top_holder .column2 .address span {
        color: #274F52; }
  footer .footer_top_holder .widget_nav_menu li {
    padding-bottom: 5px; }
    footer .footer_top_holder .widget_nav_menu li a {
      display: inline-block;
      font-size: 16px;
      text-transform: uppercase; }
footer .footer_bottom_holder {
  padding: 30px 80px;
  font-size: 16px;
  background-color: #FFF8F4; }
  footer .footer_bottom_holder span {
    float: left;
    font-size: 16px;
    color: #274F52; }
  footer .footer_bottom_holder .legal-menu {
    float: right; }
    footer .footer_bottom_holder .legal-menu a {
      margin-right: 15px;
      padding-right: 15px;
      font-size: 15px;
      color: #274F52;
      border-right: 1px solid #274F52; }
      footer .footer_bottom_holder .legal-menu a:hover {
        color: #3C868C; }
      footer .footer_bottom_holder .legal-menu a:last-child {
        margin-right: 0;
        padding-right: 0;
        border: 0; }

/* *********************************************************************************************************************
 * HOME
 */
.home #intro {
  overflow: hidden;
  height: 100vh;
  opacity: 0;
  background-color: #1b2f30;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  transition: opacity 1s linear; }
  .home #intro .vc_column-inner {
    padding: 0; }
  .home #intro #scene .bkg {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    margin-top: -7%; }
  .home #intro #scene .claim {
    position: absolute;
    top: 50vh !important;
    width: 90%;
    margin-left: 5%; }
    .home #intro #scene .claim img {
      width: 100%; }
    .home #intro #scene .claim h1 {
      display: none; }
  .home #intro img.logo {
    position: absolute;
    top: calc(50vh - 160px);
    left: calc(50% - 60px); }
  .home #intro .bt-alerta {
    position: absolute;
    top: 85vh;
    left: calc(50% - 145px);
    opacity: 0;
    transition-delay: 2s !important; }
    .home #intro .bt-alerta.no-delay {
      transition-delay: 0s !important; }
  .home #intro .bt-follow {
    position: absolute;
    top: 96vh;
    left: calc(50% - 25px);
    font-size: 50px;
    color: #fff;
    opacity: 0;
    transition-delay: 2.1s !important; }
  .home #intro.init {
    opacity: 1; }
    .home #intro.init .bt-alerta {
      top: 83vh;
      opacity: 1; }
    .home #intro.init .bt-follow {
      top: 92vh;
      opacity: 1; }
.home .section-animated {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s linear 0.2s, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s; }
  .home .section-animated.init {
    opacity: 1;
    transform: translateY(0); }
  .home .section-animated h2 {
    line-height: 0.9; }
    .home .section-animated h2 > span > span {
      overflow: hidden;
      padding-bottom: 10px; }
  .home .section-animated p:not(.anim) {
    opacity: 0; }
.home .circle-with-icon {
  position: relative;
  display: block;
  overflow: hidden;
  width: 450px;
  height: 450px;
  margin-left: 100px;
  text-align: center;
  background-size: 200%;
  background-repeat: no-repeat;
  border-radius: 50%; }
  .home .circle-with-icon img {
    padding-top: calc(50% - 75px); }
.home #quien {
  padding: 90px 0; }
  .home #quien h2 {
    margin: 50px 0 30px 0;
    font-size: 70px; }
  .home #quien p {
    width: 500px;
    margin-left: calc(100% - 500px); }
    .home #quien p:before {
      content: '';
      position: absolute;
      display: block;
      width: 60px;
      height: 2px;
      margin: 15px 0 0 -70px;
      background-color: #274F52; }
.home #detras {
  padding: 90px 0 150px 0;
  background-color: #B2D4D6; }
  .home #detras a.boxed-link {
    position: absolute;
    top: 0;
    right: 0; }
  .home #detras h2 {
    margin: 150px 0 30px 0;
    font-size: 50px; }
.home #porque {
  padding: 70px 0 120px 0;
  background-color: #3C868C; }
  .home #porque .pq-box {
    position: relative;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    width: 360px;
    height: 380px;
    margin-top: 60px;
    padding: 45px 35px;
    background-color: #B2D4D6;
    border-radius: 30px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .home #porque .pq-box:hover {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
      -moz-transform: scale(1.05);
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
    .home #porque .pq-box h2 {
      font-size: 40px; }
    .home #porque .pq-box p {
      margin-top: 10px; }
    .home #porque .pq-box .num {
      position: absolute;
      top: 135px;
      left: 200px;
      font-size: 400px;
      color: #fff;
	  font-family: 'dom', serif;
      font-weight: 400;
      line-height: 1.1;
      letter-spacing: 0;
      text-transform: none;
     }
    .home #porque .pq-box.dos {
      margin: 60px auto 0 auto;
      background-color: #FFF8F4; }
      .home #porque .pq-box.dos h2 {
        margin-top: 140px; }
      .home #porque .pq-box.dos .num {
        top: -210px;
        left: 150px;
        color: #B2D4D6; }
    .home #porque .pq-box.tres {
      float: right;
      background-color: #F8C8C2; }
      .home #porque .pq-box.tres .num {
        left: 150px; }
.home #legal {
  padding: 90px 0 150px 0;
  background-color: #FFF8F4; }
  .home #legal h2 {
    margin: 50px 0 0 70px;
    font-size: 50px; }
  .home #legal p {
    margin: 30px 0 0 70px; }
  .home #legal .circle-with-icon {
    width: 380px;
    height: 380px;
    margin: 0 0 100px 150px;
    background-size: 100%; }
.home #como {
  padding: 90px 0;
  background-color: #B2D4D6; }
  .home #como .graph {
    position: relative;
    height: 1300px;
    margin-top: 50px;
    text-align: left; }
    .home #como .graph:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: calc(50% - 1px);
      height: 1400px;
      width: 2px;
      background-color: #fff; }
    .home #como .graph .block {
      position: absolute;
      width: 50%; }
      .home #como .graph .block h2 {
        font-size: 30px; }
      .home #como .graph .block .text {
        display: block;
        clear: both;
        width: 300px;
        padding-top: 40px; }
      .home #como .graph .block.left img {
        float: right;
        margin-right: -10px; }
      .home #como .graph .block.left .text {
        margin-left: 220px; }
      .home #como .graph .block.right {
        left: 50%; }
        .home #como .graph .block.right img {
          float: left;
          margin-left: -10px; }
        .home #como .graph .block.right .text {
          margin-left: 180px; }
      .home #como .graph .block.uno {
        top: 50px; }
      .home #como .graph .block.dos {
        top: 160px; }
      .home #como .graph .block.tres {
        top: 450px; }
      .home #como .graph .block.cuatro {
        top: 900px; }
.home #comu {
  padding: 90px 0 150px 0;
  background-color: #FFF8F4; }
  .home #comu h2 {
    margin: 60px 0;
    font-size: 50px; }
  .home #comu .desc {
    position: absolute;
    top: 125px;
    left: 300px;
    width: 230px;
    color: #274F52; }
    .home #comu .desc strong {
      display: block;
      margin-bottom: 20px;
      text-transform: uppercase; }
  .home #comu .vc_col-sm-6:first-child {
    padding-top: 80px; }
  .home #comu .vc_col-sm-6:last-child .desc {
    left: 390px;
    width: 250px; }
.home #contacto {
  padding: 120px 0;
  background-color: #3C868C; }
  .home #contacto h2 {
    width: 960px;
    margin: 0 auto 30px auto;
    font-size: 50px;
    color: #fff; }
  .home #contacto a.boxed-link {
    border: 1px solid #fff !important; }

/* *********************************************************************************************************************
 * TARIFAS
 */
.page-tarifas {
  	/* header {
  
  		.header_bottom_right_widget_holder {
  
  			a:nth-child(1) {
  				display: none;
  			}
  		}
  	} */ }
  .page-tarifas .full_width {
    background-color: #3C868C; }
  .page-tarifas #tarifas {
    padding: 170px 0 100px 0; }
    .page-tarifas #tarifas .tarifa-box {
      position: relative;
      display: block;
      box-sizing: border-box;
      width: 440px;
      margin: 0 auto;
      padding: 40px;
      background-color: #fff;
      border-radius: 30px;
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .page-tarifas #tarifas .tarifa-box:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
        -moz-transform: scale(1.02);
        -webkit-transform: scale(1.02);
        transform: scale(1.02); }
      .page-tarifas #tarifas .tarifa-box h2 {
        font-size: 80px;
        color: #B2D4D6; }
        .page-tarifas #tarifas .tarifa-box h2 + span {
          color: #3C868C; }
      .page-tarifas #tarifas .tarifa-box h1 {
        margin: 30px 0 20px 0;
        font-size: 40px; }
      .page-tarifas #tarifas .tarifa-box ul {
        margin-bottom: 40px; }
        .page-tarifas #tarifas .tarifa-box ul li {
          list-style: none;
          padding: 7px 0;
          text-align: left;
          color: #274F52;
          border-bottom: 1px solid #B2D4D6;
          transition: all 0.3s ease; }
          .page-tarifas #tarifas .tarifa-box ul li:after {
            content: url("https://www.targatis.com/media/icon-tick.svg");
            display: block;
            float: right;
            color: #274F52; }
          .page-tarifas #tarifas .tarifa-box ul li:last-child {
            border: 0; }
          .page-tarifas #tarifas .tarifa-box ul li:hover {
            padding: 7px;
            color: #3C868C;
            background-color: #ebf4f4; }

/* *********************************************************************************************************************
 * CONTACTO
 */
.page-contacto .full_width {
  background-color: #B2D4D6; }
.page-contacto header .header_bottom_right_widget_holder .custom-html-widget a:nth-child(1) {
  display: none; }
.page-contacto #form {
  padding: 170px 0 100px 0; }
  .page-contacto #form h1 {
    font-size: 30px;
    line-height: 1.4; }
  .page-contacto #form h2 {
    font-size: 280px;
    line-height: 0.9; }
    .page-contacto #form h2 > span > span {
      overflow: hidden;
      padding-bottom: 10px; }
  .page-contacto #form .address {
    margin: 20px 0 40px 0;
    font-size: 18px;
    color: #274F52; }
    .page-contacto #form .address span {
      display: block;
      margin-bottom: 10px; }
  .page-contacto #form .wpcf7 {
    width: 600px;
    margin: 40px auto;
    opacity: 0;
    transition: opacity 1s ease; }
    .page-contacto #form .wpcf7.init {
      opacity: 1; }

/* *********************************************************************************************************************
 * INCIDENCIA
 */
.page-incidencia header .header_bottom_right_widget_holder .widget_polylang ul li {
  transform: translateY(11px); }
  .page-incidencia header .header_bottom_right_widget_holder .widget_polylang ul li.current-lang a {
    border-color: #3C868C; }
  .page-incidencia header .header_bottom_right_widget_holder .widget_polylang ul li:after,
  .page-incidencia header .header_bottom_right_widget_holder .widget_polylang ul li a {
    color: #3C868C; }
.page-incidencia header .header_bottom_right_widget_holder .custom-html-widget a {
  margin-top: 0; }
.page-incidencia header .header_bottom_right_widget_holder .custom-html-widget a:nth-child(2) {
  display: none; }
.page-incidencia #form {
  padding: 170px 0 100px 0; }
  .page-incidencia #form .alert {
    width: 600px;
    margin: 0 auto 30px auto !important; }
    .page-incidencia #form .alert i {
      float: left;
      margin: 3px 15px 30px 0;
      font-size: 20px;
      color: #3C868C; }
  .page-incidencia #form .wpcf7 {
    width: 600px;
    margin: 0 auto; }
    .page-incidencia #form .wpcf7 h5 {
      margin: 20px 0 10px 0;
      padding-bottom: 10px;
      text-align: center;
      border-bottom: 1px solid #B2D4D6; }
    .page-incidencia #form .wpcf7 .form-row label {
      margin-top: 20px;
      padding-left: 20px;
      color: #274F52; }
    .page-incidencia #form .wpcf7 .block-legal .wpcf7-not-valid-tip {
      display: inline-block !important;
      position: absolute;
      top: -20px;
      left: 0;
      width: 200px; }
    .page-incidencia #form .wpcf7 input.wpcf7-submit {
      color: #fff !important;
      background-color: #3C868C !important; }
  .page-incidencia #form .q_accordion_holder {
    width: 600px;
    margin: 0 auto; }
    .page-incidencia #form .q_accordion_holder #ui-id-1, .page-incidencia #form .q_accordion_holder #ui-id-2 {
      display: none; }

/* *********************************************************************************************************************
 * LEGAL
 */
.page-legal .content .content_inner {
  margin: 200px 0 0 0; }
.page-legal .wpb_text_column {
  padding: 0 15% 100px 15%; }
  .page-legal .wpb_text_column h1 {
    font-size: 60px;
    color: #3C868C; }
    .page-legal .wpb_text_column h1 + p {
      margin-top: 30px; }
  .page-legal .wpb_text_column h2 {
    padding: 40px 0 0 0;
    font-size: 28px; }
    .page-legal .wpb_text_column h2:before {
      content: '';
      display: block;
      width: 30px;
      height: 1px;
      margin-bottom: 10px;
      background-color: #3C868C; }
    .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: 16px;
    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 #FFF8F4; }
  .page-legal .wpb_text_column hr {
    visibility: hidden;
    margin: 40px 0 !important; }
  .page-legal .wpb_text_column h4 {
    margin: 50px 0 10px 0;
    font-size: 26px;
    line-height: 1.4; }

/* *********************************************************************************************************************
 * FIREFOX POSITION FIXES
 */
@-moz-document url-prefix() {}
/* *********************************************************************************************************************
 * LANG EXCEPTIONS
 */
html[lang='en-US'] .home #intro .bt-alerta {
  left: calc(50% - 120px); }
html[lang='en-US'] .page-contacto #form h2 {
  font-size: 200px;
  line-height: 1.1; }
@media screen and (max-width: 767px) {
  html[lang='en-US'] .home #intro .bt-alerta {
    left: calc(50% - 100px); }
  html[lang='en-US'] .home #intro #scene .claim h1 {
    font-size: 45px; }
  html[lang='en-US'] .page-contacto #form h2 {
    font-size: 42px; } }

html[lang='fr-FR'] .home #intro .bt-alerta {
  left: calc(50% - 127px); }
html[lang='fr-FR'] .page-tarifas #tarifas .tarifa-box {
  width: 480px; }
@media screen and (max-width: 1500px) {
  html[lang='fr-FR'] header nav.main_menu > ul > li > a {
    margin: 0 10px;
    font-size: 13px; } }
@media screen and (max-width: 767px) {
  html[lang='fr-FR'] .home #intro .bt-alerta {
    left: calc(50% - 106px); } }

/* *********************************************************************************************************************
 * 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
 */
/* *********************************************************************************************************************
 * HUGE SCREENS > 2100
 */
@media screen and (min-width: 2100px) {
  .home #intro #scene .bkg {
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2); } }
/* *********************************************************************************************************************
 * BREAK POINT < 1600
 */
/* *********************************************************************************************************************
 * BREAK POINT < 1400
 */
@media screen and (max-width: 1400px) {
  div.grid_section .section_inner,
  .container_inner {
    width: 1200px !important; }

  /* p {
  	font-size: 17px;
  } */
  .home .circle-with-icon {
    margin-left: 60px; }
  .home #quien h2 {
    font-size: 60px; }
  .home #detras h2 {
    font-size: 45px; }
  .home #porque .pq-box h2 {
    font-size: 36px; }
  .home #legal h2 {
    font-size: 45px; }
  .home #comu h2 {
    font-size: 45px; }
  .home #contacto h2 {
    font-size: 45px; } }
/* *********************************************************************************************************************
 * BREAK POINT < 1300
 */
@media screen and (max-width: 1300px) {
  div.grid_section .section_inner,
  .container_inner {
    width: 950px !important; }

  p {
    font-size: 15px; }

  .text-bigger {
    font-size: 17px; }

  header .header_bottom .header_inner_left {
    left: 40px; }
  header .header_bottom_right_widget_holder {
    padding-right: 40px; }
  header nav.main_menu {
    padding-left: 40px; }
    header nav.main_menu > ul > li > a {
      margin: 0 15px;
      font-size: 14px;
      letter-spacing: 0; }

  footer .footer_top_holder .footer_top {
    padding: 50px 40px; }
  footer .footer_bottom_holder {
    padding: 30px 40px;
    font-size: 13px; }
    footer .footer_bottom_holder span {
      font-size: 13px; }
    footer .footer_bottom_holder .legal-menu a {
      margin-right: 10px;
      padding-right: 10px;
      font-size: 13px; }

  .home .circle-with-icon {
    margin-left: 0px; }
  .home #quien h2 {
    font-size: 50px; }
  .home #detras h2 {
    font-size: 36px; }
  .home #porque .pq-box {
    width: 100%; }
    .home #porque .pq-box h2 {
      font-size: 32px; }
    .home #porque .pq-box .num {
      left: 160px; }
    .home #porque .pq-box.dos .num {
      left: 110px; }
    .home #porque .pq-box.tres .num {
      left: 110px; }
  .home #legal .circle-with-icon {
    margin-left: 50px; }
  .home #legal h2 {
    font-size: 40px; }
  .home #como .graph .block.left .text {
    margin-left: 100px; }
  .home #como .graph .block.right .text {
    margin-left: 120px; }
  .home #comu h2 {
    margin-bottom: 0;
    font-size: 36px; }
  .home #comu .vc_col-sm-6:first-child .circle_percent {
    transform: scale(0.8); }
  .home #comu .vc_col-sm-6:last-child .circle_percent {
    transform: scale(0.7);
    margin-left: -50px; }
  .home #comu .desc {
    top: 125px;
    left: 260px !important;
    width: 180px !important; }
  .home #contacto h2 {
    width: 500px;
    font-size: 40px; }

  .page-contacto #form h2 {
    font-size: 200px; }

  .page-legal .content .content_inner {
    margin: 150px 0 0 0; }
  .page-legal .wpb_text_column {
    padding: 0 5% 100px 5%; }
    .page-legal .wpb_text_column h1 {
      font-size: 50px; }
    .page-legal .wpb_text_column p, .page-legal .wpb_text_column table, .page-legal .wpb_text_column li {
      font-size: 14px; } }
/* *********************************************************************************************************************
 * PORTRAIT TABLET TO LANDSCAPE AND DESKTOP  < 1000
 */
@media screen and (max-width: 1000px) {
  div.grid_section .section_inner,
  .container_inner {
    width: 90% !important; }

  a, button {
    cursor: auto !important; }

  p {
    font-size: 15px; }

  #back_to_top {
    display: none; }

  body:not(.home) header .side_menu_button {
    visibility: hidden !important; }
    body:not(.home) header .side_menu_button a {
      width: 0; }
  body:not(.home) header .header_bottom_right_widget_holder {
    padding-right: 0; }

  header .header_bottom {
    padding: 0 40px;
    background-color: #3C868C !important; }
    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: 2px;
        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: -8px; }
      header .header_bottom a.popup_menu .line:after {
        top: 8px; }
  header .header_inner_left {
    z-index: 111; }
    header .header_inner_left .logo_wrapper {
      left: 0; }
    header .header_inner_left .q_logo a {
      height: 40px !important; }
      header .header_inner_left .q_logo a img {
        display: none !important;
        opacity: 0 !important; }
      header .header_inner_left .q_logo a img.light {
        display: block !important;
        opacity: 1 !important; }
    header .header_inner_left .mobile_menu_button {
      visibility: hidden; }
  header .mobile_menu {
    display: none !important; }
  header .header_bottom_right_widget_holder {
    padding-top: 5px; }
    header .header_bottom_right_widget_holder .widget_polylang ul li {
      transform: translateY(4px); }
      header .header_bottom_right_widget_holder .widget_polylang ul li.current-lang a {
        border-color: #fff !important; }
      header .header_bottom_right_widget_holder .widget_polylang ul li:after,
      header .header_bottom_right_widget_holder .widget_polylang ul li a {
        color: #fff !important; }
    header .header_bottom_right_widget_holder .widget_custom_html a.boxed-link.small {
      padding: 7px 20px;
      font-size: 14px;
      border-radius: 20px; }
    header .header_bottom_right_widget_holder .widget_custom_html a.alerta-bt img {
      height: 35px; }

  .popup_menu_holder {
    background-color: #3C868C; }
    .popup_menu_holder nav.popup_menu ul li a {
      font-size: 25px;
      line-height: 2.5;
      text-transform: none;
      letter-spacing: 1px;
      color: #fff; }
    .popup_menu_holder .popup_menu_widget_holder {
      display: none; }

  .popup_menu_opened .header_bottom {
    background-color: #3C868C !important; }
  .popup_menu_opened .header_bottom_right_widget_holder {
    visibility: visible !important; }

  footer .footer_bottom_holder .footer_bottom {
    font-size: 12px; }
    footer .footer_bottom_holder .footer_bottom span {
      display: block;
      width: 100%;
      text-align: center; }
    footer .footer_bottom_holder .footer_bottom .legal-menu {
      float: none; }
      footer .footer_bottom_holder .footer_bottom .legal-menu a {
        margin-right: 6px;
        padding-right: 6px;
        font-size: 12px; }

  .home .circle-with-icon {
    width: 350px;
    height: 350px; }
  .home #intro {
    background-image: url("../../../media/home-intro-bkg.jpg"); }
    .home #intro img.logo {
      top: calc(50vh - 220px); }
    .home #intro.init .bt-alerta {
      top: 75vh; }
    .home #intro.init .bt-follow {
      top: 82vh; }
  .home #quien h2 {
    font-size: 40px; }
  .home #detras h2 {
    font-size: 28px; }
  .home #detras a.boxed-link {
    right: 20px; }
  .home #porque .pq-box {
    padding: 35px 25px; }
    .home #porque .pq-box h2 {
      font-size: 25px; }
    .home #porque .pq-box .num {
      left: 130px;
      font-size: 360px; }
    .home #porque .pq-box.dos .num {
      left: 80px; }
    .home #porque .pq-box.tres .num {
      left: 80px; }
  .home #legal .circle-with-icon {
    margin-left: 0; }
  .home #legal h2 {
    font-size: 36px; }
  .home #como .graph .block.left .text {
    margin-left: 30px; }
  .home #como .graph .block.right .text {
    margin-left: 50px; }
  .home #comu h2 {
    margin-bottom: -50px;
    font-size: 32px; }
  .home #comu .vc_col-sm-6:first-child .circle_percent {
    transform-origin: left top;
    transform: scale(0.5); }
  .home #comu .vc_col-sm-6:last-child .circle_percent {
    transform-origin: left center;
    transform: scale(0.5);
    margin-left: -40px; }
  .home #comu .desc {
    top: 125px;
    left: 160px !important;
    width: 180px !important; }
  .home #contacto h2 {
    width: 600px; }

  .page-contacto #form h2 {
    font-size: 170px; }

  .page-tarifas #tarifas {
    padding: 100px 0; } }
/* *********************************************************************************************************************
 * VERTICAL MOBILES AND DOWN  < 768
 */
@media screen and (max-width: 767px) {
  div.grid_section .section_inner,
  .container_inner {
    width: 85% !important; }

  .text-bigger {
    font-size: 16px; }

  .boxed-link {
    padding: 10px 30px;
    font-size: 15px; }
    .boxed-link.small {
      padding: 7px 25px; }

  .wpcf7-form .column-half, .wpcf7-form .column-full {
    padding-bottom: 10px; }
  .wpcf7-form .column-half {
    width: 100%; }
  .wpcf7-form input.wpcf7-submit {
    width: 100% !important; }

  .q_accordion_holder h5.title-holder .tab-title {
    font-size: 17px; }

  #cookie-notice .cookie-notice-container {
    padding: 30px; }
  #cookie-notice .boxed-link {
    margin: 15px 0 0 0; }

  body:not(.home) header .side_menu_button {
    visibility: visible !important; }
    body:not(.home) header .side_menu_button a {
      width: 35px; }
  body:not(.home) header .header_bottom_right_widget_holder {
    padding-right: 40px; }
  body:not(.home) .popup_menu_holder nav.popup_menu {
    display: none; }
  body:not(.home) .popup_menu_holder .home-bt {
    display: block !important; }

  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: 35px !important;
    left: 0;
    margin-top: -3px; }

  .side_menu_button,
  .mobile_menu_button {
    height: 70px !important; }

  .popup_menu_holder nav.popup_menu ul li a {
    font-size: 25px;
    line-height: 1.7; }
  .popup_menu_holder .popup_menu_widget_holder {
    display: block;
    margin-top: 30px;
    padding: 0 15%; }
    .popup_menu_holder .popup_menu_widget_holder a.boxed-link {
      display: block;
      margin-bottom: 15px; }
    .popup_menu_holder .popup_menu_widget_holder .home-bt {
      display: none !important; }
    .popup_menu_holder .popup_menu_widget_holder .widget_polylang {
      padding-top: 30px; }
      .popup_menu_holder .popup_menu_widget_holder .widget_polylang ul li {
        display: inline-block;
        list-style: none; }
        .popup_menu_holder .popup_menu_widget_holder .widget_polylang ul li.current-lang a {
          pointer-events: none;
          border-bottom: 1px solid #fff; }
        .popup_menu_holder .popup_menu_widget_holder .widget_polylang ul li:after {
          content: '|';
          display: inline-block;
          margin: 0 8px 0 10px;
          color: #fff; }
        .popup_menu_holder .popup_menu_widget_holder .widget_polylang ul li:last-child:after {
          display: none; }
        .popup_menu_holder .popup_menu_widget_holder .widget_polylang ul li a {
          font-weight: 600;
          color: #fff; }

  footer {
    text-align: center !important; }
    footer .footer_top_holder .column2 {
      text-align: center; }
      footer .footer_top_holder .column2 .address {
        float: none;
        margin: 0 auto; }
    footer .footer_bottom_holder {
      padding-top: 0; }

  .home .circle-with-icon {
    width: 250px;
    height: 250px;
    margin: 0 auto; }
    .home .circle-with-icon img {
      width: 100px;
      padding-top: calc(50% - 50px); }
  .home #intro {
    height: calc(100vh - 70px);
    background-image: url("../../../media/home-intro-bkg.jpg"); }
    .home #intro img.logo {
      top: calc(50vh - 220px); }
    .home #intro #scene .claim {
      top: 40vh !important; }
      .home #intro #scene .claim img {
        display: none; }
      .home #intro #scene .claim h1 {
        display: block;
        font-size: 50px;
        text-align: center;
        color: #fff; }
    .home #intro .bt-alerta {
      left: calc(50% - 122px); }
    .home #intro .bt-follow {
      display: none; }
    .home #intro.init .bt-alerta {
      top: 70vh; }
  .home #quien {
    padding: 60px 0; }
    .home #quien h2 {
      font-size: 28px; }
    .home #quien p {
      width: calc(100% - 50px);
      margin-left: 50px; }
  .home #detras {
    padding: 60px 0; }
    .home #detras h2 {
      margin-top: 20px;
      font-size: 28px; }
    .home #detras a.boxed-link {
      position: relative;
      right: auto;
      margin: 30px 0 30px calc(50% - 150px); }
  .home #porque {
    padding: 60px 0; }
    .home #porque .pq-box {
      height: 350px;
      margin-top: 30px;
      padding: 45px 35px; }
      .home #porque .pq-box h2 {
        font-size: 32px; }
      .home #porque .pq-box .num {
        left: 210px; }
      .home #porque .pq-box.dos {
        margin-top: 20px; }
        .home #porque .pq-box.dos .num {
          left: 130px; }
      .home #porque .pq-box.tres {
        margin-top: 20px; }
        .home #porque .pq-box.tres .num {
          left: 130px; }
  .home #legal {
    padding: 60px 0; }
    .home #legal .circle-with-icon {
      width: 250px;
      height: 250px;
      margin: 40px auto 0 auto;
      background-position: center bottom; }
    .home #legal h2 {
      margin-left: 0;
      font-size: 36px; }
    .home #legal p {
      margin-left: 0; }
  .home #como {
    padding: 60px 0; }
    .home #como .graph {
      height: auto; }
      .home #como .graph:before {
        display: none; }
      .home #como .graph .block {
        position: relative;
        width: 100%;
        top: 0 !important;
        margin-bottom: 30px; }
        .home #como .graph .block .text {
          width: 80%;
          margin-left: 10% !important;
          padding-top: 30px; }
        .home #como .graph .block.left img {
          transform: translateX(30px); }
        .home #como .graph .block.right {
          left: 0; }
          .home #como .graph .block.right img {
            transform: translateX(-30px); }
  .home #comu {
    padding: 60px 0; }
    .home #comu h2 {
      font-size: 26px; }
    .home #comu .vc_col-sm-6:first-child .circle_percent {
      margin-left: 10px; }
    .home #comu .vc_col-sm-6:last-child {
      margin-top: -80px; }
      .home #comu .vc_col-sm-6:last-child .circle_percent {
        transform: scale(0.4);
        margin-left: 0px; }
    .home #comu .desc {
      top: 125px;
      left: 160px !important;
      width: 180px !important; }
  .home #contacto {
    padding: 60px 0; }
    .home #contacto h2 {
      width: 100%;
      font-size: 32px; }

  .page-tarifas #tarifas {
    padding: 40px 0 40px 0; }
    .page-tarifas #tarifas .tarifa-box {
      width: 100%;
      padding: 30px; }

  .page-contacto #form {
    padding: 70px 0 40px 0; }
    .page-contacto #form h1 {
      font-size: 26px;
      line-height: 1.3; }
    .page-contacto #form h2 {
      font-size: 60px; }
    .page-contacto #form .address {
      margin: 20px 0 40px 0;
      font-size: 16px; }
    .page-contacto #form .wpcf7 {
      width: 100%; }

  .page-incidencia #form {
    padding: 40px 0 40px 0; }
    .page-incidencia #form .alert {
      width: 100%; }
      .page-incidencia #form .alert i {
        margin: 3px 15px 50px 0; }
    .page-incidencia #form .wpcf7 {
      width: 100%; }
    .page-incidencia #form .q_accordion_holder {
      width: 100%; }

  .page-legal .content .content_inner {
    margin: 50px 0 0 0; }
  .page-legal .wpb_text_column {
    padding: 0 0 100px 0; }
    .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
 */
