@charset "UTF-8";
/*
Theme Name: Pryconsa Colmenar 
Theme URI: https://www.pryconsacolmenar.es
Author: El Equipo E
Author URI: https://www.elequipoe.es
Description: Theme for Pryconsa Colmenar
Version: 1.0.0
Tested up to: 6.8.2
Requires PHP: 7.4+
*/
/* VENDORS */
@import "css/normalize.css";
@import "css/animsition.min.css";
@import "css/animate.min.css";
@import "css/tooltipster.css";
@import "css/textillate.css";
@import "css/slick.css";
@import "css/linea-icons.css";
@import "css/microtip.min.css";
@import "css/lightgallery.css";
@import "css/lightgallery-transitions.css";
/* *********************************************************************************************************************
 * VENDORS OVERWRITES
 */
.wpb_content_element {
  margin: 0 !important;
}

.vc_row-full-width.vc_clearfix {
  margin-bottom: -3px;
}

.vc_row.bigger-gap .wpb_column:first-child {
  padding-right: 20px;
}
.vc_row.bigger-gap .wpb_column:first-child > .vc_column-inner {
  padding-right: 15px;
}
.vc_row.bigger-gap .wpb_column:last-child {
  padding-left: 20px;
}
.vc_row.bigger-gap .wpb_column:last-child > .vc_column-inner {
  padding-left: 15px;
}

.animate__animated.animate__delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animate__animated.animate__delay-03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.consent-box {
  margin-bottom: 20px;
  padding: 30px;
  background-color: #F5F5F8;
}
.consent-box h5 {
  font-weight: 700;
}
.consent-box a {
  text-decoration: underline;
}

.wt-cli-cookie-bar {
  padding: 40px !important;
}
.wt-cli-cookie-bar .cli-bar-message a {
  text-decoration: underline;
}

.cli_setting_save_button {
  background-color: #494949 !important;
}

.cli-privacy-content-text a {
  text-decoration: underline;
}

.cli-tab-content .cookielawinfo-row-cat-table {
  display: none;
}

.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: #999999;
  text-decoration: none;
}
.wp-pagenavi a img {
  vertical-align: top;
}
.wp-pagenavi a:hover {
  color: #494949;
}
.wp-pagenavi .current {
  font-weight: 600;
  color: #494949;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  font-size: 30px;
}
.wp-pagenavi .previouspostslink {
  margin-right: 6px;
}
.wp-pagenavi .nextpostslink {
  margin-left: 6px;
}

.wpb_vc_table.last-column-right .vc_table_cell:last-of-type {
  text-align: right !important;
}
.wpb_vc_table.last-column-centered .vc_table_cell:last-of-type .vc_table_content {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.wpb_vc_table.with-header tr.vc-th {
  font-family: "gb", sans-serif;
}
.wpb_vc_table.with-header tr.vc-th .vc_table_cell {
  border-bottom: 2px solid #222222 !important;
}

.vc-table-plugin-theme-classic {
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  border: 0 !important;
  border-collapse: collapse;
  border-spacing: 0;
}
.vc-table-plugin-theme-classic tr, .vc-table-plugin-theme-classic .vc_table_cell {
  padding: 12px 5px !important;
  font-weight: 400 !important;
  border: 0 !important;
  border-bottom: 1px solid #222222 !important;
  background-color: transparent !important;
  text-align: left !important;
}
.vc-table-plugin-theme-simple {
  width: 100%;
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.2;
}
.vc-table-plugin-theme-simple tr, .vc-table-plugin-theme-simple .vc_table_cell {
  padding: 5px 5px 5px 5px !important;
  border: 0 !important;
  border-bottom: 1px solid #d2d2d2 !important;
  text-align: left !important;
}
.vc-table-plugin-theme-simple tr.vc-th td {
  font-weight: 300 !important;
}
.vc-table-plugin-theme-simple tr {
  background-color: transparent !important;
}

@media screen and (max-width: 767px) {
  .vc-table-plugin-theme-classic {
    display: block;
    overflow-x: auto;
  }
  .vc_row.bigger-gap .wpb_column:first-child {
    padding-right: 0;
  }
  .vc_row.bigger-gap .wpb_column:last-child {
    padding-left: 0;
  }
  .wt-cli-cookie-bar {
    padding: 20px !important;
  }
  .pagination {
    margin-bottom: 10px;
  }
  .wp-pagenavi {
    margin: 20px 0 !important;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 18px;
  }
}
/* *********************************************************************************************************************
* LIGHTGALLERY OVERRIDES
*/
.lg-backdrop {
  background-color: #F5F5F8;
}
.lg-outer.lg-zoomed .lg-toolbar {
  background-color: rgba(255, 255, 255, 0.4);
}
.lg-outer .lg-toolbar {
  box-sizing: border-box;
  padding: 15px;
  background-color: transparent;
}
.lg-outer .lg-toolbar .lg-icon {
  width: 40px;
  color: #000;
}
.lg-outer .lg-toolbar #lg-counter {
  /* position: relative;
  left: 50%;
  padding: 0; */
  float: right;
  padding-right: 20px;
  color: #000;
}
.lg-outer .lg-actions .lg-icon {
  color: #000;
  background-color: transparent;
}
.lg-outer .lg-inner {
  top: 10%;
  height: 80%;
}
.lg-outer .lg-thumb-outer .lg-toogle-thumb {
  width: 40px;
  color: #000;
  background-color: transparent;
}
.lg-outer .lg-thumb-outer .lg-thumb-item {
  border: 0;
  border-radius: 0;
  filter: brightness(0.5);
  transition: filter 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.lg-outer .lg-thumb-outer .lg-thumb-item:hover, .lg-outer .lg-thumb-outer .lg-thumb-item.active {
  filter: brightness(1);
}

/* *********************************************************************************************************************
* SLICK
*/
.slider-style2 .slick-prev,
.slider-style2 .slick-next {
  width: 30px;
  height: 30px;
  top: calc(100% + 17px);
  border: 0;
  border-radius: 0;
  opacity: 0.4;
}
.slider-style2 .slick-prev:hover,
.slider-style2 .slick-next:hover {
  opacity: 1;
}
.slider-style2 .slick-prev:before,
.slider-style2 .slick-next:before {
  content: "\e04b";
  font-size: 18px;
}
.slider-style2 .slick-prev {
  left: -9px;
}
.slider-style2 .slick-next {
  right: -7px;
}
.slider-both {
  margin-bottom: 50px !important;
}
.slider-both .slick-dots {
  justify-content: center;
}

.slick-slider.arrows-style-3 .slick-prev,
.slick-slider.arrows-style-3 .slick-next {
  border: 0;
}
.slick-slider.arrows-style-3 .slick-prev:before,
.slick-slider.arrows-style-3 .slick-next:before {
  content: url("../../../media/arrow-simple.svg");
}

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  width: 80px;
  height: 80px;
  top: calc(50% - 30px);
  padding: 0;
  text-align: center;
  color: transparent;
  border: 1px solid #000;
  border-radius: 50%;
  background: transparent;
}
.slick-prev:before,
.slick-next:before {
  content: url("../../../media/arrow-simple.svg");
  font-size: 0;
  color: #000;
  opacity: 1;
  transition: all 0.4s ease 0s !important;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  pointer-events: none;
  opacity: 0.3;
}

.slick-prev {
  left: -120px;
  transform: scaleX(-1);
}

.slick-next {
  right: -120px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  display: flex;
  list-style: none;
  width: 100%;
  margin-top: 20px;
  padding: 0 !important;
  text-align: left;
}
.slick-dots li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.slick-dots li button {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  appearance: auto;
  width: 8px;
  height: 8px;
  padding: 0;
  color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #999999;
}
.slick-dots li:hover {
  opacity: 0.6;
}
.slick-dots li.slick-active {
  border-color: #494949;
}
.slick-dots li.slick-active button {
  background: #000;
}

.slick-vertical .slick-dots {
  flex-direction: column;
  align-items: center;
  top: 50%;
  right: 10%;
  width: 20px;
  margin-top: 0;
  transform: translateY(-50%);
}
.slick-vertical .slick-dots:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
.slick-vertical .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 0 25px 0;
  background-color: #fff;
  border: 0;
  border-radius: 5px;
  opacity: 1 !important;
}
.slick-vertical .slick-dots li button {
  opacity: 0;
}
.slick-vertical .slick-dots li .extralabel {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  opacity: 0.7;
  transition: all 0.3s ease;
}
.slick-vertical .slick-dots li .extralabel.with-shadow {
  text-shadow: 2px 0 6px rgba(0, 0, 0, 0.8);
}
.slick-vertical .slick-dots li:hover {
  background-color: #03455f;
}
.slick-vertical .slick-dots li:hover .extralabel {
  opacity: 1;
}
.slick-vertical .slick-dots li:last-child {
  margin-bottom: 0;
}
.slick-vertical .slick-dots li.slick-active {
  height: 20px;
}
.slick-vertical .slick-dots li.slick-active .extralabel {
  font-size: 22px;
  opacity: 1;
}

@media screen and (max-width: 1400px) {
  .slick-prev,
  .slick-next {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }
  .slick-prev:before,
  .slick-next:before {
    transform: scale(0.7);
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
}
/* *********************************************************************************************************************
* GDPR COOKIE CONSENT
*/
#cookie-law-info-bar {
  width: 600px !important;
  border-radius: 4px !important;
}
#cookie-law-info-bar .cli-wrapper .tit {
  font-size: 24px;
}
#cookie-law-info-bar .cli-wrapper p {
  font-size: 16px;
}
#cookie-law-info-bar .cli-wrapper #wt-cli-settings-btn,
#cookie-law-info-bar .cli-wrapper #wt-cli-policy-link {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px;
  color: rgb(51, 51, 51) !important;
  text-decoration: underline !important;
  border-bottom: 0 !important;
}
#cookie-law-info-bar .cli-wrapper #wt-cli-accept-btn,
#cookie-law-info-bar .cli-wrapper #wt-cli-reject-btn,
#cookie-law-info-bar .cli-wrapper #wt-cli-accept-all-btn {
  padding: 12px 25px !important;
  font-size: 16px;
  border-radius: 4px !important;
}
#cookie-law-info-bar .cli-wrapper #wt-cli-accept-btn {
  margin-left: 0 !important;
}
#cookie-law-info-bar .cli-wrapper #wt-cli-accept-all-btn {
  margin-left: 5px !important;
}

.cli-modal-dialog h4 {
  font-size: 24px;
}
.cli-modal-dialog #wt-cli-privacy-save-btn {
  padding: 12px 25px !important;
  font-size: 16px;
  background-color: #03455f !important;
}

/* CONSENT BOX IN LEGAL PAGE */
.consent-box {
  margin-top: 20px;
  padding: 20px;
  background-color: #f4f4f4;
}
.consent-box h5 {
  font-weight: 700;
}
.consent-box a {
  cursor: pointer;
  text-decoration: underline;
}
.consent-box a.cli_manage_current_consent {
  display: none !important;
}

table.cookielawinfo-classic {
  font-family: "gl", sans-serif !important;
}

@media screen and (max-width: 767px) {
  #cookie-law-info-bar {
    width: 90% !important;
  }
  #cookie-law-info-bar .cli-wrapper .tit {
    font-size: 20px;
  }
  #cookie-law-info-bar .cli-wrapper p {
    font-size: 16px;
  }
  #cookie-law-info-bar .cli-wrapper #wt-cli-accept-btn,
  #cookie-law-info-bar .cli-wrapper #wt-cli-reject-btn,
  #cookie-law-info-bar .cli-wrapper #wt-cli-accept-all-btn {
    font-size: 14px;
  }
  .cli-modal-dialog h4 {
    font-size: 20px;
  }
}
/* GLOBAL */
/* *********************************************************************************************************************
* RESET
*/
* {
  box-sizing: border-box;
  min-width: 0;
}

:root {
  color-scheme: light dark;
  interpolate-size: allow-keywords;
}

html {
  text-size-adjust: 100%;
}

h1, h2, h3, h4 {
  overflow-wrap: break-word;
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

input, textarea, select {
  field-sizing: content;
}

/* *********************************************************************************************************************
 * FONTS
 */
@font-face {
  font-family: "linea-arrows-10";
  src: url("fonts/linea-arrows-10.woff2") format("woff2"), url("fonts/linea-arrows-10.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gl";
  src: url("fonts/gl.woff2") format("woff2"), url("fonts/gl.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gr";
  src: url("fonts/gr.woff2") format("woff2"), url("fonts/gr.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gm";
  src: url("fonts/gm.woff2") format("woff2"), url("fonts/gm.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gb";
  src: url("fonts/gb.woff2") format("woff2"), url("fonts/gb.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "gk";
  src: url("fonts/gk.woff2") format("woff2"), url("fonts/gk.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
.gl {
  font-family: "gl", sans-serif;
}

.gr {
  font-family: "gr", sans-serif;
}

.gm {
  font-family: "gm", sans-serif;
}

.gb {
  font-family: "gb", sans-serif;
}

.gk {
  font-family: "gk", sans-serif;
}

/* *********************************************************************************************************************
* GLOBALS
*/
body {
  font-family: "gl", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}

h1 {
  font-size: 68px;
}
h1.as-h2 {
  font-family: "gk", sans-serif;
  font-size: 68px;
  color: #83c6d2;
}

h2 {
  font-family: "gk", sans-serif;
  font-size: 68px;
  color: #83c6d2;
}
h2.as-h3 {
  font-family: "gk", sans-serif;
  font-size: 40px;
  color: #222222;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p, li {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  /* &:empty {
  	display: none;
  } */
}

strong {
  font-family: "gb", sans-serif;
  font-weight: 400;
}

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

ul {
  margin: 0;
  padding-left: 0;
}
ul li {
  list-style: none;
}

ol {
  padding-left: 40px;
}
ol li {
  margin-bottom: 20px;
}

ul.styled {
  text-indent: -4px;
  margin-left: 20px;
  padding-left: 40px;
}
ul.styled li {
  color: #fff;
}
ul.styled li:before {
  content: "●";
  display: inline-block;
  vertical-align: middle;
  font-size: 0.5em;
  line-height: 1;
  color: #fff;
  transform: translateX(-8px);
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: optimizeQuality;
}

img.invert {
  filter: invert(1);
}

.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: 24px;
}

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

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

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

::selection {
  color: #fff;
  background: #83c6d2;
}

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

.black {
  color: #000 !important;
}

.grey {
  color: #999999 !important;
}

.light-grey {
  color: #F5F5F8 !important;
}

.dark-grey {
  color: #494949 !important;
}

.accent,
.accent p {
  color: #03455f !important;
}

.light-accent,
.light-accent p {
  color: #83c6d2 !important;
}

.blue,
.blue p {
  color: #2E56A3 !important;
}

.pink,
.pink p {
  color: #2E56A3 !important;
}

.border-top {
  border-top: 1px solid #d2d2d2;
}

.border-bottom {
  border-bottom: 1px solid #d2d2d2;
}

.no-block {
  display: inline;
}
.no-block + p {
  margin-top: -10px;
}

.boxed {
  padding: 6px 10px;
  background-color: #03455f;
  color: #fff;
}

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

.title-boxed {
  display: inline;
  padding: 0 10px;
  background-color: #F5F5F8;
  color: #444444;
}
.title-boxed + br {
  display: block !important;
  margin-bottom: 20px;
  content: " ";
}
.title-boxed.accent {
  background-color: #03455f;
  color: #fff;
}
.title-boxed.dark {
  background-color: #494949;
  color: #fff;
}

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

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

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

.invisible {
  visibility: hidden;
}

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

.only-home {
  display: none;
}

.only-admin {
  display: none;
}

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

@media screen and (max-width: 1300px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
  }
  h1.as-h2 {
    font-size: 56px;
  }
  h2 {
    font-size: 56px;
  }
  h2.as-h3 {
    font-size: 36px;
  }
  h3 {
    font-size: 21px;
  }
  .text-bigger {
    font-size: 21px;
  }
  .text-even-bigger {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 16px;
  }
  p, li {
    font-size: 16px;
  }
  h1.as-h2 {
    font-size: 46px;
  }
  h2 {
    font-size: 46px;
  }
  h2.as-h3 {
    font-size: 32px;
  }
  .text-even-bigger {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  h1.as-h2 {
    font-size: 46px;
  }
  h2 {
    font-size: 46px;
  }
  h2.as-h3 {
    font-size: 32px;
  }
  h3 {
    font-size: 19px;
  }
  .text-bigger {
    font-size: 19px;
  }
  .text-even-bigger {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .hide-on-desktop {
    display: block;
  }
  .hide-on-mobile {
    display: none;
  }
  h1.as-h2 {
    font-size: 36px;
  }
  h2 {
    font-size: 36px;
  }
  h2.as-h3 {
    font-size: 22px;
  }
  .text-bigger {
    font-size: 17px;
  }
  .text-even-bigger {
    font-size: 19px;
  }
}
/* *********************************************************************************************************************
* LAYOUT
*/
body > .wrapper {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.grid-container {
  position: relative;
  width: 1600px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.grid-container.vc_row > .vc_column_container > .vc_column-inner {
  padding: 0;
}
.grid-container--narrow {
  width: calc(1600px - 10%);
}
.grid-container--no-padding .wpb_column > .vc_column-inner {
  padding: 0;
}

.grid-row {
  position: relative;
  box-sizing: border-box;
  width: 1600px;
  margin: 0 auto !important;
}
.grid-row .vc_column_container > .vc_column-inner {
  padding: 0;
}
.grid-row--narrow {
  width: calc(1600px - 10%);
}

.content {
  position: relative;
  overflow-x: hidden;
  z-index: 1;
  min-height: calc(100vh - 200px);
  background-color: #fff;
}

body:not(:has(#intro)) header {
  background-color: #054761;
  background: linear-gradient(to bottom, #03455f, rgb(3.9367346939, 90.5448979592, 124.6632653061));
}
body:not(:has(#intro)) .content {
  padding-top: 160px;
}

.flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.flex--justify-center {
  justify-content: center;
}
.flex--align-center {
  align-items: center;
}

.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-60 {
  padding: 60px 0;
}

.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%);
}

@media screen and (max-width: 1700px) {
  .grid-container,
  .grid-row {
    width: 1300px;
  }
  .grid-container--narrow,
  .grid-row--narrow {
    width: calc(1300px - 10%);
  }
}
@media screen and (max-width: 1400px) {
  .grid-container,
  .grid-row {
    width: 1100px;
  }
  .grid-container--narrow,
  .grid-row--narrow {
    width: calc(1100px - 10%);
  }
}
@media screen and (max-width: 1200px) {
  .grid-container,
  .grid-row,
  .grid-container--narrow,
  .grid-row--narrow {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .grid-container,
  .grid-row,
  .grid-container--narrow,
  .grid-row--narrow {
    width: 85%;
  }
  body:not(:has(#intro)) .content {
    padding-top: 140px;
  }
}
/* *********************************************************************************************************************
 * LINKS
 */
a, a:before, a:after, button {
  transition: all 0.3s ease;
}

a {
  color: #000;
  text-decoration: none;
}

a.hoverfade:hover {
  opacity: 0.7;
}

a.hoverscale:hover {
  transform: scale(1.05);
}

a.hoverbright:hover {
  filter: brightness(1.1);
}

a.accent-link {
  color: #03455f;
}
a.accent-link:hover {
  text-decoration: underline;
}

a.light-accent-link {
  color: #83c6d2;
}
a.light-accent-link:hover {
  color: #03455f !important;
}

a.black-link {
  color: #000;
}
a.black-link:hover {
  color: #83c6d2;
}

a.white-link {
  color: #fff;
}
a.white-link:hover {
  text-decoration: underline;
}

a.grey-link {
  color: #999999 !important;
}
a.grey-link:hover {
  color: #494949 !important;
}

a.dark-grey-link {
  color: #494949 !important;
}
a.dark-grey-link:hover {
  color: #999999 !important;
}

a.light-grey-link {
  color: #F5F5F8;
}
a.light-grey-link:hover {
  color: #03455f !important;
}

a.cool-grey-link {
  color: #dde8e8;
}
a.cool-grey-link:hover {
  color: #999999 !important;
}

.boxed-link {
  display: inline-block;
  padding: 15px 30px;
  font-size: 14px;
  font-family: "gb", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  background-color: transparent;
  border-radius: 26px;
  border: 1px solid #000;
}
.boxed-link:hover {
  padding: 15px 35px;
  color: #fff;
  background-color: #83c6d2;
  border-color: #83c6d2;
}
.boxed-link--accent {
  color: #fff;
  background-color: #03455f;
}
.boxed-link--accent:hover {
  color: #03455f;
  background-color: #83c6d2;
  border-color: #83c6d2;
}
.boxed-link--white {
  background-color: #fff;
  border-color: #fff;
}
.boxed-link--white:hover {
  color: #03455f;
  background-color: #dde8e8;
  border-color: #dde8e8;
}
.boxed-link--black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.boxed-link--black:hover {
  color: #fff;
  background-color: #054761;
  border-color: #054761;
}
.boxed-link--bold {
  font-family: "gb", sans-serif;
}
.boxed-link--icon-left img {
  float: left;
  margin: -2px 10px 0 0;
}
.boxed-link--icon-left i {
  vertical-align: middle;
  margin-right: 10px;
}
.boxed-link--icon-right img {
  float: right;
  margin: -2px 0 0 10px;
}
.boxed-link--icon-right i {
  vertical-align: middle;
  margin-left: 10px;
}
.boxed-link--bordered {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
}
.boxed-link--bordered:hover {
  color: #fff;
  background-color: #999999;
  border-color: #999999;
}
.boxed-link--bordered-white {
  color: #fff;
  border: 1px solid #fff;
}
.boxed-link--bordered-white:hover {
  color: #fff;
  background-color: #03455f;
  border-color: #03455f;
}
.boxed-link--rounded {
  border-radius: 25px;
}
.boxed-link--wider {
  padding: 15px 35px;
}
.boxed-link--wider:hover {
  padding: 15px 40px;
}
.boxed-link--medium {
  padding: 20px 35px;
  border-radius: 35px;
}
.boxed-link--medium:hover {
  padding: 20px 40px;
}
.boxed-link--big {
  padding: 30px 55px;
  border-radius: 42px;
}
.boxed-link--big:hover {
  padding: 30px 60px;
}

a.line-link {
  display: inline-block;
  padding-bottom: 8px;
  line-height: 0;
  color: #03455f;
}
a.line-link:after {
  content: "";
  position: relative;
  width: 101%;
  height: 1px;
  margin-bottom: -4px;
  display: inline-block;
  background-color: transparent;
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: center 0;
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
a.line-link:hover:after {
  background-color: #03455f;
  transform: scaleX(1);
}
a.line-link.grey {
  color: #494949;
}
a.line-link.grey:hover {
  color: #999999 !important;
}
a.line-link.grey:hover:after {
  background-color: #999999;
}
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.icon-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000;
}
a.icon-link span {
  display: flex;
  align-items: center;
}
a.icon-link:hover {
  opacity: 0.8;
}

a.circle-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 170px;
  background-color: #03455f;
  border-radius: 50%;
}
a.circle-link span {
  font-size: 17px;
  line-height: 1.1;
  color: #fff;
}
a.circle-link span span {
  font-size: 15px;
}
a.circle-link:hover {
  transform: scale(1.05);
  background-color: rgb(3.7806122449, 86.9540816327, 119.7193877551);
}

a.alt-link {
  letter-spacing: 2px;
  color: #000;
}
a.alt-link:before, a.alt-link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 1px;
  margin: 0 10px;
  background-color: #03455f;
}
a.alt-link:hover {
  color: #03455f;
}
a.alt-link:hover:before, a.alt-link:hover:after {
  margin: 0 14px;
}

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: #03455f;
  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;

	&:hover {
		padding-left: 7px;
		color: $accent !important;

		&:after {
			padding-left: 15px;
		}
	}

	&:after {
		content: url('../../../media/arrow-right.svg');
		display: inline-block;
		vertical-align: top;
		padding-left: 10px;
	}

	&.white {
		color: #fff;

		&:after {
			filter: invert(1);
		}
	}
} */
/* a.iconed-link {
	display: inline-block;
	font-size: 15px;
	line-height: 0;

	&:before {
		margin-right: 10px;
		display: inline-block;
	}

	span {
		vertical-align: top;
		line-height: 24px;
	}

	&:hover {

		&:before {
			@include opacity(0.5);
		}

		span {
			color: $accent;
		}
	}

	&.tf {

		&:before { content: url('../../../media/global-icon-tf.png'); }
	}

	&.mail {

		span {
			line-height: 11px;
		}

		&:before { content: url('../../../media/global-icon-mail.png'); }
	}

	&.web {

		span {
			line-height: 14px;
		}

		&:before { content: url('../../../media/global-icon-web.png'); }
	}
} */
/* .pdf-links {
	position: relative;
	margin-top: 30px;
	padding-left: 70px;

	&--big {
		padding-left: 85px;

		&:before {
			transform-origin: 0 0;
			transform: scale(2);
		}		
	}

	&--one {
		padding-left: 50px;
		line-height: 35px;		
	}

	&:before {
		content: url('../../../media/icon-pdf.svg');
		position: absolute;
		left: 0;
	}

	a {
		display: inline-block;
		padding-bottom: 8px;
		text-decoration: underline;
	}
} */
.bt-back {
  display: flex;
  align-items: center;
  width: 80px;
  color: #999999;
}
.bt-back:before {
  content: "\e03f";
  font-family: "linea-arrows-10";
  font-size: 20px;
}
.bt-back:hover {
  color: #000;
}

.bt-like {
  display: flex;
}
.bt-like i {
  margin-right: 8px;
  font-size: 18px;
  color: #999999;
}
.bt-like:hover {
  color: #999999;
}

@media screen and (max-width: 1000px) {
  .boxed-link {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .boxed-link {
    display: block;
    text-align: center;
    width: 100%;
  }
  a.circle-link {
    width: 120px;
    height: 120px;
  }
  a.circle-link span {
    font-size: 16px;
  }
  a.circle-link span span {
    font-size: 13px;
  }
}
/* *********************************************************************************************************************
* SHARED ELEMENTS
*/
/* PRELOAD */
.preload,
.preload:after {
  position: absolute;
  z-index: 2;
  width: 180px;
  height: 180px;
  left: 50%;
  top: 50%;
  margin: -90px 0 0 -90px;
  border-radius: 50%;
}

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

@keyframes preload-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.animblock {
  opacity: 0;
}

.animtext > span > span {
  overflow: hidden;
  margin-bottom: -10px;
  padding-bottom: 12px;
}

#interlinks {
  margin-top: 50px;
  padding: 70px 0;
  background-color: #F5F5F8;
}
#interlinks .action {
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 1000px) {
  #interlinks {
    padding: 40px 0;
  }
  #interlinks .action {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #interlinks .action a {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .preload,
  .preload:after {
    width: 180px;
    height: 180px;
    margin: -90px 0 0 -90px;
  }
}
/* *********************************************************************************************************************
 * RRSS & SOCIAL
 */
.social-menu {
  position: relative;
}
.social-menu a {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid #83c6d2;
  background: transparent url("../../../media/social-sprite.svg") no-repeat 0 0;
  transform: scale(1.1);
}
.social-menu a.facebook {
  background-position: 0 -5px;
}
.social-menu a.twitter {
  background-position: -30px -5px;
}
.social-menu a.linkedin {
  background-position: -60px -5px;
}
.social-menu a.instagram {
  background-position: -90px -5px;
}
.social-menu a.podcast {
  background-position: -120px -5px;
}
.social-menu a.youtube {
  background-position: -150px -5px;
}
.social-menu a.rss {
  background-position: -180px -5px;
}
.social-menu a.spotify {
  background-position: -210px -5px;
}
.social-menu a.whatsapp {
  background-position: -240px -5px;
}
.social-menu a.mail {
  background-position: -270px -5px;
}
.social-menu a.tripadvisor {
  background-position: -300px -5px;
}
.social-menu a:hover {
  background-color: #03455f;
  border-color: #03455f;
}

.social ul li {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin: 0 3px;
  border-radius: 100%;
  border: 1px solid #fff;
  transition: all 0.4s ease 0s !important;
}
.social ul li:first-child {
  margin-left: 0;
}
.social ul li a {
  display: block;
  width: 100%;
  height: 200%;
  position: relative;
  top: 0;
  line-height: 32px !important;
  text-align: center;
  color: #fff;
}
.social ul li a i {
  font-size: 16px;
}
.social ul li a i:last-child {
  display: block;
  margin-top: 2px;
  color: #fff;
}
.social ul li:hover {
  border-color: transparent;
}
.social ul li:hover a {
  top: -26px;
}
.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: #537bbd;
}
.social ul li:nth-of-type(2):hover {
  background-color: #77cdf0;
}
.social ul li:nth-of-type(3):hover {
  background-color: #ff0000;
}
.social ul li:nth-of-type(4):hover {
  background-color: #0077B5;
}

/* *********************************************************************************************************************
 * FORMS / CF7
 */
.form-container .form-column-left {
  position: relative;
  float: left;
  width: 49%;
  z-index: 2;
}
.form-container .form-column-right {
  position: relative;
  float: right;
  width: 49%;
  z-index: 2;
}
.form-container .form-column-full {
  position: relative;
  display: block;
  z-index: 1;
}
.form-container .block-legal {
  padding-top: 10px;
}
.form-container .block-legal p {
  padding-bottom: 8px;
  color: #494949;
}

.wpcf7-form > p {
  position: relative;
  margin: 5px 0 !important;
}
.wpcf7-form > p label {
  position: absolute;
  display: block;
  z-index: 1;
  pointer-events: none;
  top: 30px;
  width: 100%;
  font-family: "pp";
  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: 15px;
  font-family: "pp";
  font-size: 12px;
  color: rgb(4.5612244898, 104.9081632653, 144.4387755102);
}
.wpcf7-form input.wpcf7-text,
.wpcf7-form input.wpcf7-mail,
.wpcf7-form textarea.wpcf7-textarea {
  padding: 0;
  font-family: "pp";
  font-size: 26px !important;
  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: 40px;
  font-size: 12px;
}
.wpcf7-form .txt-legal {
  display: inline-block;
  margin: 0 0 0 30px;
  font-size: 14px;
  color: #fff;
  transform: translateY(-10px);
}
.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: #03455f;
}
.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: "✓";
  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: #03455f;
  border-color: #03455f;
}
.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 {
  display: inline-block;
  cursor: pointer;
  width: 120px;
  height: 120px;
  font-size: 16px;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background-color: #03455f;
  border-radius: 50%;
  border: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.wpcf7-form input.wpcf7-submit:hover {
  color: #03455f;
  background-color: #fff;
}
.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;
  font-size: 12px !important;
  color: #ff0000 !important;
}
.wpcf7-form .wpcf7-response-output {
  margin-top: 0 !important;
  font-size: 18px !important;
  padding: 20px !important;
  line-height: 1.2;
  color: #fff;
  background-color: #ff0000 !important;
  border: 0 !important;
}
.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; } */
form[name=contacto] input[type=text],
form[name=contacto] input[type=email],
form[name=contacto] select {
  box-sizing: border-box;
  appearance: none;
  outline: none;
  width: 100%;
  padding: 7px 0;
  margin-bottom: 7px;
  font-family: "pp", sans-serif;
  font-size: 17px;
  color: #fff;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
}
form[name=contacto] textarea {
  box-sizing: border-box;
  appearance: none;
  outline: none;
  width: 100%;
  height: 80px;
  padding: 7px 0;
  margin-bottom: 3px;
  box-sizing: border-box;
  font-family: "pp", sans-serif;
  font-size: 17px;
  color: #fff;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
}
form[name=contacto] input[id=first_name],
form[name=contacto] input[id=last_name],
form[name=contacto] input[id=mobile],
form[name=contacto] input[id=email] {
  display: inline-block;
  width: 49% !important;
}
form[name=contacto] input[id=last_name],
form[name=contacto] input[id=email] {
  float: right;
}
form[name=contacto] .politica {
  margin-top: 20px;
  font-size: 14px;
  color: #dbdbdb;
}
form[name=contacto] .politica a {
  color: #fff;
  text-decoration: underline;
}
form[name=contacto] input[type=checkbox] {
  margin: 0 8px 0 0;
}
form[name=contacto] input[type=submit] {
  display: inline-block;
  cursor: pointer;
  width: 120px;
  height: 120px;
  margin-top: 30px;
  font-size: 16px;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  background-color: #03455f;
  border-radius: 50%;
  border: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
form[name=contacto] input[type=submit]:hover {
  color: #03455f;
  background-color: #fff;
}

@media screen and (max-width: 1000px) {
  .wpcf7-form > p {
    position: relative;
    margin: 5px 0 !important;
  }
  .wpcf7-form > p label {
    font-size: 16px;
  }
  .wpcf7-form input.wpcf7-text,
  .wpcf7-form input.wpcf7-mail,
  .wpcf7-form textarea.wpcf7-textarea {
    font-size: 22px !important;
  }
  .wpcf7-form .block-legal {
    margin-top: 25px;
  }
  .wpcf7-form {
    /* p {
    	margin-bottom: 10px !important;
    }

    p.text-bigger {
    	font-size: 16px !important;
    } */
  }
  .wpcf7-form .wpcf7-spinner {
    position: absolute;
    margin: 10px 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .form-container .form-column-left,
  .form-container .form-column-right {
    float: none;
    width: 100%;
  }
  .wpcf7-form > p label {
    top: 25px;
    font-size: 15px;
  }
  .wpcf7-form input.wpcf7-text,
  .wpcf7-form input.wpcf7-mail,
  .wpcf7-form textarea.wpcf7-textarea {
    font-size: 18px !important;
  }
  .wpcf7-form {
    /* select.wpcf7-select {
    	font-size: 14px;
    }*/
  }
  .wpcf7-form .txt-legal {
    transform: translateY(-5px);
  }
  form[name=contacto] input[id=first_name],
  form[name=contacto] input[id=last_name],
  form[name=contacto] input[id=mobile],
  form[name=contacto] input[id=email] {
    display: block;
    width: 100% !important;
  }
  form[name=contacto] input[id=last_name],
  form[name=contacto] input[id=email] {
    float: none;
  }
}
/* *********************************************************************************************************************
* HEADER - MENU
*/
header {
  z-index: 3;
  position: fixed;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 160px;
  background: transparent;
  transition: all 0.5s ease;
}
header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  padding: 0 100px;
}
header .logo a img {
  vertical-align: top;
  width: 370px;
  transition: all 0.4s ease;
}
header .hamb {
  position: fixed;
  display: none;
  z-index: 3;
  right: 60px;
  width: 30px;
  height: 24px;
}
header .hamb span {
  display: block;
  position: absolute;
  left: 0;
  height: 1px;
  width: 30px;
  background-color: #fff;
  transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
header .hamb span:nth-child(1) {
  top: 0;
}
header .hamb span:nth-child(2) {
  top: 10px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .hamb span:nth-child(3) {
  top: 20px;
}
header nav.main-menu ul.menu {
  display: flex;
  align-items: center;
  gap: 40px;
  transition: all 0.5s ease;
}
header nav.main-menu ul.menu > li {
  position: relative;
  list-style: none;
  text-align: center;
}
header nav.main-menu ul.menu > li a {
  position: relative;
  z-index: 2;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
}
header nav.main-menu ul.menu > li a:before {
  content: "";
  position: absolute;
  display: inline-block;
  z-index: 1;
  left: 50%;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: transparent;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}
header nav.main-menu ul.menu > li a:hover:before {
  left: 0;
  background-color: #fff;
  mix-blend-mode: overlay;
  transform: scaleX(1);
}
header nav.main-menu ul.menu > li.inscri a {
  padding: 15px 25px;
  text-transform: uppercase;
  font-family: "gb", sans-serif;
  font-size: 13px;
  color: #000;
  border-radius: 35px;
  background-color: #fff;
}
header nav.main-menu ul.menu > li.inscri a:hover {
  background-color: #83c6d2;
}
header nav.main-menu ul.menu > li.inscri a:before {
  display: none;
}
header nav.main-menu ul.menu > li.current-menu-item > a {
  pointer-events: none;
  font-family: "gb", sans-serif;
}
header.sticky {
  height: 80px;
  background-color: #054761;
  background: linear-gradient(to bottom, #03455f, rgb(3.9367346939, 90.5448979592, 124.6632653061));
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.08);
}
header.sticky .logo img {
  width: 150px;
}
header.faded {
  pointer-events: none;
  opacity: 0;
}

.wrapper.menu-open header .hamb span:nth-child(1) {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}
.wrapper.menu-open header .hamb span:nth-child(2) {
  opacity: 0;
  width: 0;
  height: 0;
  left: 30px;
}
.wrapper.menu-open header .hamb span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}
.wrapper.menu-open header .hamb:hover {
  transform: scale(0.9);
}
.wrapper.menu-open header nav.main-menu {
  pointer-events: auto;
  opacity: 1;
}
.wrapper.menu-open header nav.main-menu ul.menu {
  gap: 20px;
}

@media screen and (max-width: 1500px) {
  header .header-wrapper {
    padding: 0 60px;
  }
  header .logo a img {
    width: 250px;
  }
}
@media screen and (max-width: 1300px) {
  header .hamb {
    display: block;
    margin-top: 5px;
  }
  header nav.main-menu {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(0);
    background-color: rgba(3, 69, 95, 0.95);
    opacity: 0;
    transition: all 0.5s ease;
  }
  header nav.main-menu > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  header nav.main-menu ul.menu {
    flex-direction: column;
  }
  header nav.main-menu ul.menu > li.inscri {
    margin-top: 30px;
  }
  header nav.main-menu ul.menu > li a {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  header .header-wrapper {
    padding: 0 5%;
  }
  header .hamb {
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 100px;
  }
  header .header-wrapper {
    padding: 0 7.5%;
  }
  header .logo a img {
    width: 150px;
  }
  header .hamb {
    right: 30px;
  }
  header nav.main-menu ul.menu > li.inscri {
    margin-top: 20px;
  }
  header nav.main-menu ul.menu > li a {
    font-size: 21px;
  }
  header.sticky {
    height: 60px;
  }
}
/* *********************************************************************************************************************
* FOOTER
*/
footer {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
footer .footer-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  padding: 60px 100px;
}
footer .footer-wrapper > div {
  box-sizing: border-box;
  width: 50%;
}
footer .footer-wrapper .left p {
  padding-right: 30px;
  font-size: 14px;
}
footer .footer-wrapper .left .legal {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 14px;
}
footer .footer-wrapper .left .legal .icon-link {
  margin-right: 30px;
}
footer .footer-wrapper .left .legal > span {
  margin: 0 6px;
}
footer .footer-wrapper .right .links {
  display: flex;
  justify-content: end;
  gap: 30px;
}
footer .footer-wrapper .bt-top {
  position: absolute;
  bottom: 30px;
  right: 30px;
  line-height: 0;
  text-decoration: none;
  color: #000;
}
footer .footer-wrapper .bt-top:hover {
  color: #03455f;
  transform: scale(1.2);
}

@media screen and (max-width: 1500px) {
  footer .footer-wrapper {
    padding: 60px 5%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-wrapper {
    flex-direction: column;
    padding: 50px 7.5%;
  }
  footer .footer-wrapper > div {
    width: 100%;
  }
  footer .footer-wrapper .left {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 30px;
  }
  footer .footer-wrapper .left p {
    margin-top: 30px;
    padding-right: 0;
    text-align: center;
  }
  footer .footer-wrapper .left .legal {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  footer .footer-wrapper .left .legal .icon-link {
    margin: 0 0 10px 0;
  }
  footer .footer-wrapper .left .legal > span {
    display: none;
  }
  footer .footer-wrapper .right .links {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  footer .footer-wrapper .right .links a {
    width: 40%;
  }
}
/* PAGES */
/* *********************************************************************************************************************
* HOME
*/
.home #requisitos {
  padding: 150px 0;
}
.home #requisitos h2 {
  margin-bottom: 30px;
}
.home #requisitos h2 + p {
  max-width: 640px;
}
.home #requisitos .action {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  margin-top: 40px;
}
.home #proceso {
  padding: 100px 0;
  background-color: #dde8e8;
}
.home #proceso h2 {
  margin: 30% 0 50px 0;
  color: #222222;
}
.home #conoce {
  padding: 150px 0;
}
.home #conoce h2 {
  margin-bottom: 30px;
}
.home #conoce p {
  max-width: 550px;
  margin: 20px 0 35px 0;
}
.home #conoce .galeria .slick-prev,
.home #conoce .galeria .slick-next {
  top: calc(100% - 80px);
}
.home #conoce .galeria .slick-prev:hover,
.home #conoce .galeria .slick-next:hover {
  background-color: #dde8e8;
  border-color: #dde8e8;
}
.home #conoce .galeria .slick-prev {
  left: -300px;
}
.home #conoce .galeria .slick-next {
  right: auto;
  left: -200px;
}
.home #faqs {
  padding: 100px 0;
  background-color: #03455f;
}
.home #faqs h2 {
  margin: 10% 0 30px 0;
  font-size: 60px;
}

@media screen and (max-width: 1400px) {
  .home #requisitos {
    padding: 120px 0;
  }
  .home #requisitos .wpb_single_image {
    padding-right: 40px;
  }
  .home #proceso {
    padding: 80px 0;
  }
  .home #conoce {
    padding: 120px 0;
  }
  .home #conoce p {
    max-width: 470px;
  }
  .home #conoce .galeria .slick-prev,
  .home #conoce .galeria .slick-next {
    top: calc(100% - 5px);
  }
  .home #conoce .galeria .slick-prev {
    left: -230px;
  }
  .home #conoce .galeria .slick-next {
    right: auto;
    left: -150px;
  }
}
@media screen and (max-width: 1300px) {
  .home #conoce .galeria .slick-prev,
  .home #conoce .galeria .slick-next {
    top: calc(100% - 60px);
  }
  .home #faqs h2 {
    font-size: 52px;
  }
}
@media screen and (max-width: 1000px) {
  .home #requisitos {
    padding: 90px 0;
  }
  .home #requisitos .vc_col-sm-6:first-child {
    width: 40%;
  }
  .home #requisitos .vc_col-sm-6:last-child {
    width: 60%;
  }
  .home #proceso {
    padding: 80px 0;
  }
  .home #proceso h2 {
    margin: 10% 0 20px 0;
  }
  .home #conoce p {
    max-width: 90%;
  }
  .home #conoce .galeria .slick-prev,
  .home #conoce .galeria .slick-next {
    left: auto;
    top: calc(100% + 20px);
  }
  .home #conoce .galeria .slick-prev {
    right: 80px;
  }
  .home #conoce .galeria .slick-next {
    right: 0;
  }
  .home #faqs .vc_col-sm-4,
  .home #faqs .vc_col-sm-8 {
    width: 50%;
  }
  .home #faqs h2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .home #requisitos {
    display: flex;
    flex-direction: column-reverse;
    padding: 40px 0;
  }
  .home #requisitos .vc_col-sm-6 {
    width: 100% !important;
  }
  .home #requisitos .vc_col-sm-6:first-child {
    margin-top: 30px;
  }
  .home #proceso {
    padding: 40px 0;
  }
  .home #proceso h2 {
    margin: 0 0 20px 0;
  }
  .home #proceso .action {
    margin-bottom: 30px;
  }
  .home #conoce {
    padding: 40px 0 100px 0;
  }
  .home #conoce p {
    max-width: none;
  }
  .home #conoce .galeria {
    margin-top: 30px;
  }
  .home #conoce .galeria .slick-prev {
    right: auto;
    left: calc(50% - 50px);
  }
  .home #conoce .galeria .slick-next {
    right: auto;
    left: calc(50% + 10px);
  }
  .home #faqs {
    overflow: hidden;
    padding: 40px 0;
  }
  .home #faqs .vc_col-sm-4,
  .home #faqs .vc_col-sm-8 {
    width: 100%;
  }
  .home #faqs h2 {
    font-size: 38px;
  }
  .home #faqs .action {
    margin-bottom: 30px;
  }
  .home #faqs .wpb_single_image {
    transform: scale(1.5) translateY(10px);
    transform-origin: top center;
  }
}
/* *********************************************************************************************************************
* REQUISITOS
*/
.page-requisitos #desc h1 {
  margin: 80px 0 20px 0;
}
.page-requisitos #desc ul {
  padding: 50px 0;
}
.page-requisitos #desc ul li {
  position: relative;
  margin-bottom: 40px;
  padding-left: 70px;
}
.page-requisitos #desc ul li:last-child {
  margin-bottom: 0;
}
.page-requisitos #desc ul li span {
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  font-family: "gk", sans-serif;
  font-size: 60px;
  line-height: 0.9;
  color: #83c6d2;
}
.page-requisitos #desc ul li strong {
  font-family: "gk", sans-serif;
  font-size: 30px;
}
.page-requisitos #desc ul li p {
  margin-top: 5px;
}

@media screen and (max-width: 1200px) {
  .page-requisitos #desc ul li strong {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .page-requisitos #desc h1 {
    margin: 0 0 20px 0;
  }
  .page-requisitos #desc ul {
    padding: 30px 0;
  }
  .page-requisitos #desc ul li {
    margin-bottom: 30px;
    padding-left: 55px;
  }
  .page-requisitos #desc ul li strong {
    font-size: 21px;
  }
}
/* *********************************************************************************************************************
* PROCESO
*/
.page-proceso #desc h1 {
  margin: 80px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .page-proceso #desc h1 {
    margin: 0 0 20px 0;
  }
}
/* *********************************************************************************************************************
* PROMOCION
*/
.page-promocion #desc {
  padding: 80px 0 0 0;
}
.page-promocion #desc h1 {
  margin: 0 0 40px 0;
}
.page-promocion #desc .action {
  display: flex;
  justify-content: end;
  margin-top: 40px;
}
.page-promocion #tipos {
  margin-top: 80px;
  padding: 50px 0 70px 0;
  background-color: #dde8e8;
}
.page-promocion #tipos h2 {
  margin-bottom: 20px;
}
.page-promocion #tipos h2 + p {
  min-height: 80px;
}
.page-promocion #galeria {
  padding-top: 70px;
}
.page-promocion #galeria h2 {
  margin-bottom: 30px;
}
.page-promocion #galeria h2 + p {
  max-width: 700px;
  margin-bottom: 20px;
  font-size: 14px;
}
.page-promocion #galeria .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.page-promocion #galeria .gallery__card {
  position: relative;
  cursor: pointer;
  min-height: 280px;
}
.page-promocion #galeria .gallery__card:hover .gallery__card__image img {
  transform: scale(1.06);
}
.page-promocion #galeria .gallery__card__image {
  overflow: hidden;
  aspect-ratio: 4/5;
  border-radius: 4px;
}
.page-promocion #galeria .gallery__card__image img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.page-promocion #galeria .gallery__card__title {
  margin-top: 15px;
  font-family: "gb", sans-serif;
}
.page-promocion #galeria .gallery__card__items {
  display: none;
}
.page-promocion #cars {
  padding-top: 80px;
}
.page-promocion #cars .cars {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
  width: 100%;
  margin-top: 40px;
}
.page-promocion #cars .cars__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.page-promocion #cars .cars__item__icon {
  width: 40px;
  height: 30px;
  text-align: center;
}
.page-promocion #cars .cars__item__icon img {
  max-height: 100%;
}
.page-promocion #cars .cars__item__title {
  font-size: 16px;
  text-align: center;
}
.page-promocion #docu {
  padding-top: 80px;
}
.page-promocion #docu .docs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.page-promocion #viviendas {
  padding: 100px 0;
}
.page-promocion #viviendas h2 {
  margin-bottom: 30px;
}
.page-promocion #viviendas table {
  margin-top: 35px;
}
.page-promocion #viviendas table .vc_table_content a {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../../../media/icon-download.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-promocion #mapa .wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
  background-color: transparent;
}

@media screen and (max-width: 1700px) {
  .page-promocion #tipos h2 + p {
    min-height: 110px;
  }
  .page-promocion #cars .cars {
    gap: 70px;
  }
}
@media screen and (max-width: 1400px) {
  .page-promocion #cars .cars {
    gap: 40px;
  }
  .page-promocion #cars .cars__item__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .page-promocion #docu .docs {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: start;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-promocion #desc {
    padding: 40px 0 0 0;
  }
  .page-promocion #desc .vc_col-sm-6:last-child {
    margin-top: 30px;
  }
  .page-promocion #tipos .vc_col-sm-6:last-child {
    margin-top: 40px;
  }
  .page-promocion #tipos .vc_row.bigger-gap .wpb_column:first-child > .vc_column-inner {
    padding-right: 0;
  }
  .page-promocion #tipos .vc_row.bigger-gap .wpb_column:last-child > .vc_column-inner {
    padding-left: 0;
  }
  .page-promocion #tipos h2 + p {
    min-height: 0;
  }
  .page-promocion #galeria {
    padding-top: 40px;
  }
  .page-promocion #galeria .gallery {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .page-promocion #cars {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #d2d2d2;
  }
  .page-promocion #cars .cars {
    flex-direction: column;
    gap: 20px;
  }
  .page-promocion #cars .cars__item {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
  .page-promocion #cars .cars__item__icon {
    width: 30px;
  }
  .page-promocion #viviendas {
    margin-top: 40px;
    padding: 20px 0 50px 0;
    border-top: 1px solid #d2d2d2;
  }
}
/* *********************************************************************************************************************
* FAQS
*/
.page-faqs #desc {
  padding-bottom: 80px;
}
.page-faqs #desc h1 {
  margin: 80px 0 20px 0;
}
.page-faqs #desc h2 {
  margin: 70px 0 30px 0;
  font-size: 40px;
  color: #222222;
}

@media screen and (max-width: 1300px) {
  .page-faqs #desc h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .page-faqs #desc h2 {
    margin-top: 40px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .page-faqs #intro {
    transform: scaleX(-1) !important;
  }
  .page-faqs #desc {
    padding-bottom: 40px;
  }
  .page-faqs #desc h1 {
    margin: 40px 0 20px 0;
  }
  .page-faqs #desc h2 {
    font-size: 20px;
  }
}
/* *********************************************************************************************************************
* QUIENES
*/
.page-quienes #desc {
  width: 1100px;
  padding: 80px 0 0 0;
}
.page-quienes #desc h1 {
  margin: 0 0 30px 0;
}
.page-quienes #desc p {
  text-align: justify;
}
.page-quienes #desc img {
  margin-top: 100px;
  transform: translateX(80px);
}
.page-quienes #pilares {
  width: 1100px;
  transform: translateY(-60px);
}
.page-quienes #pilares .wpb_text_column {
  padding-top: 180px;
}
.page-quienes #pilares img {
  transform: translateX(-80px);
}
.page-quienes #pilares p {
  text-align: justify;
}

@media screen and (max-width: 1200px) {
  .page-quienes #desc,
  .page-quienes #pilares {
    width: 90%;
  }
  .page-quienes #pilares {
    transform: translateY(-20px);
  }
}
@media screen and (max-width: 1000px) {
  .page-quienes #pilares {
    margin-top: 60px;
    padding-bottom: 40px;
    transform: translateY(0);
  }
  .page-quienes #pilares .wpb_text_column {
    padding-top: 40px;
  }
}
/* *********************************************************************************************************************
 * LEGAL
 */
.page-legal .grid-container {
  padding: 80px 0;
}
.page-legal .grid-container h1 {
  max-width: 70%;
  margin-bottom: 40px;
  font-size: 40px;
}
.page-legal .grid-container h2 {
  padding: 40px 0 0 0;
  font-size: 24px;
  letter-spacing: 0;
}
.page-legal .grid-container h2:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 10px;
  background-color: #83c6d2;
}
.page-legal .grid-container h2 + p,
.page-legal .grid-container h2 + div {
  margin-top: 20px;
}
.page-legal .grid-container h3 {
  padding: 30px 0 10px 0;
  font-size: 20px;
  font-weight: 700;
}
.page-legal .grid-container p, .page-legal .grid-container table, .page-legal .grid-container li {
  font-size: 16px;
}
.page-legal .grid-container a {
  text-decoration: underline;
}
.page-legal .grid-container ul, .page-legal .grid-container ol {
  margin-top: 30px;
}
.page-legal .grid-container ul {
  text-indent: -20px;
  margin-left: 20px;
  padding-left: 40px;
}
.page-legal .grid-container ul li:before {
  content: "•";
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.3;
  color: #000;
  transform: translateY(3px);
}
.page-legal .grid-container table {
  width: 100%;
  margin: 20px 0;
}
.page-legal .grid-container table th, .page-legal .grid-container table td {
  text-align: left !important;
  border: 1px solid #999999;
}
.page-legal .grid-container hr {
  visibility: hidden;
  margin: 40px 0 !important;
}

@media screen and (max-width: 1300px) {
  .page-legal .grid-container h1 {
    margin-bottom: 20px;
    font-size: 34px;
  }
}
@media screen and (max-width: 1000px) {
  .page-legal .grid-container {
    padding: 50px 0;
  }
  .page-legal .grid-container h2 {
    font-size: 20px;
  }
  .page-legal .grid-container p, .page-legal .grid-container table, .page-legal .grid-container li {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-legal .grid-container {
    padding: 0 0 40px 0;
  }
  .page-legal .grid-container h1 {
    max-width: none;
    font-size: 26px;
  }
  .page-legal .grid-container h2 {
    font-size: 18px;
  }
  .page-legal .grid-container h3 {
    font-size: 18px;
  }
}
/* MODULES */
#intro {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  transform: scale(1.05);
  transition: transform 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#intro .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}
#intro .bt-follow {
  position: absolute;
  bottom: -50px;
  left: calc(50% - 30px);
  font-size: 50px;
  color: #fff;
  opacity: 0;
  transition: all 0.8s ease 1.5s !important;
}
#intro .data {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1600px;
  height: 100%;
  margin: 0 auto;
  filter: blur(200px);
  transform: translateY(10%) scale(1.2);
  opacity: 0;
  transition: all 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
#intro .data .main-title {
  max-width: 600px;
  margin: 0 auto 50px auto;
  font-family: "gk", sans-serif;
  font-size: 60px;
  text-align: center;
  color: #fff;
}
#intro .data p {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
#intro .data .action {
  margin-top: 50px;
  text-align: center;
}
#intro .data .action a {
  text-transform: uppercase;
}
#intro.small {
  height: 50vh;
  transform: scale(1);
}
#intro.cover-transparent .cover {
  opacity: 0;
}
#intro.active {
  transform: scale(1);
}
#intro.active .data {
  filter: blur(0px);
  transform: translateY(0) scale(1);
  opacity: 1;
}
#intro.active .bt-follow {
  bottom: 30px;
  opacity: 1;
}
#intro.active.imago:after {
  opacity: 1;
}

@media screen and (max-width: 1700px) {
  #intro .data {
    width: 1300px;
  }
}
@media screen and (max-width: 1300px) {
  #intro .data {
    width: 980px;
  }
  #intro .data .main-title {
    font-size: 50px;
  }
  #intro .data p {
    max-width: 700px;
  }
  #intro.small {
    height: 320px;
  }
}
@media screen and (max-width: 1000px) {
  #intro {
    height: 800px;
  }
  #intro .data {
    width: 90%;
  }
  #intro .data p {
    max-width: 85%;
  }
}
@media screen and (max-width: 767px) {
  #intro {
    height: 100vh;
  }
  #intro .data .main-title {
    margin-bottom: 40px;
    font-size: 30px;
  }
  #intro .data p {
    max-width: 80%;
  }
  #intro .data .action {
    margin-top: 40px;
  }
  #intro.small {
    height: 180px;
  }
}
.proceso {
  max-width: 750px;
}
.proceso__item {
  position: relative;
  padding: 150px 0;
}
.proceso__item__number {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  font-size: 350px;
  line-height: 1;
  color: #83c6d2;
  opacity: 0;
  transition: all 1s ease;
}
.proceso__item__title {
  position: relative;
  z-index: 2;
  max-width: 60%;
  font-size: 60px;
  line-height: 1.1;
  text-wrap: inherit;
  color: #222222;
}
.proceso__item__text {
  position: relative;
  z-index: 2;
  max-width: 60%;
  margin-top: 20px;
  padding-left: 10%;
}
.proceso .slick-active .proceso__item__number {
  right: 120px;
  opacity: 1;
}
.proceso .slick-next {
  right: 0;
}
.proceso.slider .proceso__item {
  cursor: grab;
}
.proceso.list {
  max-width: 850px;
  margin: 80px auto 0 auto;
}
.proceso.list .proceso__item {
  margin-bottom: 120px;
  padding: 0;
}
.proceso.list .proceso__item__number {
  top: -30px;
  opacity: 1;
}
.proceso.list .proceso__item__title {
  max-width: 50%;
  font-size: 52px;
}
.proceso.list .proceso__item__text {
  max-width: 42%;
  margin-top: 25px;
  padding-left: 50px;
  text-wrap: pretty;
}
.proceso.list .proceso__item:nth-child(even) .proceso__item__number {
  left: 0;
  right: auto;
  font-size: 300px;
  color: #a8d6da;
}
.proceso.list .proceso__item:nth-child(even) .proceso__item__title {
  width: 50%;
  margin-left: 50%;
  text-align: right;
}
.proceso.list .proceso__item:nth-child(even) .proceso__item__text {
  position: relative;
  margin-left: 58%;
  padding-left: 0;
  text-align: right;
}

@media screen and (max-width: 1300px) {
  .proceso {
    max-width: 750px;
  }
  .proceso__item {
    padding: 120px 0;
  }
  .proceso__item__number {
    font-size: 320px;
  }
  .proceso__item__title {
    font-size: 50px;
  }
  .proceso.list .proceso__item__title {
    font-size: 42px;
  }
}
@media screen and (max-width: 1200px) {
  .proceso__item {
    padding-bottom: 0;
  }
  .proceso__item__number {
    font-size: 270px;
  }
  .proceso__item__title {
    font-size: 40px;
  }
  .proceso.list .proceso__item__title {
    font-size: 32px;
  }
  .proceso.list .proceso__item__text {
    min-height: 160px;
  }
}
@media screen and (max-width: 1000px) {
  .proceso__item {
    padding-bottom: 0;
  }
  .proceso__item__number {
    font-size: 170px;
  }
  .proceso__item__title {
    max-width: 70%;
    font-size: 36px;
  }
  .proceso.list .proceso__item__number {
    font-size: 240px !important;
  }
  .proceso.list .proceso__item__title {
    font-size: 32px;
  }
  .proceso.list .proceso__item__text {
    max-width: 50%;
    min-height: 0;
  }
}
@media screen and (max-width: 767px) {
  .proceso__item {
    padding: 70px 0 0 0;
  }
  .proceso__item__number {
    right: -50px;
    font-size: 150px;
  }
  .proceso__item__title {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .proceso__item__text {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .proceso.list {
    margin-top: 50px;
  }
  .proceso.list .proceso__item {
    margin-bottom: 50px;
  }
  .proceso.list .proceso__item__number {
    font-size: 170px !important;
    opacity: 0.3;
  }
  .proceso.list .proceso__item__title {
    max-width: 70%;
    font-size: 26px;
  }
  .proceso.list .proceso__item:nth-child(even) .proceso__item__number {
    left: -50px;
  }
  .proceso .slick-prev,
  .proceso .slick-next {
    top: 10px;
  }
  .proceso .slick-next {
    right: auto;
    left: 50px;
  }
  .proceso .slick-active .proceso__item__number {
    right: 0;
  }
}
/* *********************************************************************************************************************
* FAQS
*/
.faqs__item {
  position: relative;
  border-top: 1px solid #d2d2d2;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.faqs__item:last-child {
  border-bottom: 1px solid #d2d2d2;
}
.faqs__item:hover .faqs__item__title {
  color: #83c6d2;
}
.faqs__item__icon {
  position: absolute;
  pointer-events: none;
  top: 25px;
  right: 20px;
  width: 20px;
  height: 20px;
  transform: rotate(135deg);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.faqs__item__title {
  cursor: pointer;
  padding: 20px 60px 20px 0;
  font-size: 22px;
  color: #222222;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.faqs__item__text {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.faqs__item__text a {
  text-decoration: underline;
}
.faqs__item.expanded .faqs__item__icon {
  transform: rotate(0deg);
}
.faqs__item.expanded .faqs__item__title {
  color: #83c6d2;
}
.faqs__item.expanded .faqs__item__text {
  max-height: 500px;
  padding-bottom: 50px;
  opacity: 1;
}

@media screen and (max-width: 1300px) {
  .faqs__item__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .faqs__item__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .faqs__item__title {
    font-size: 16px;
  }
  .faqs__item__icon {
    top: 20px;
    right: 10px;
    width: 15px;
    height: 15px;
  }
}
/* FIXES */
/* *********************************************************************************************************************
* FIREFOX FIXES
*/
@-moz-document url-prefix() {}
