@charset "UTF-8";
/*
Theme Name: SaintCroix
Theme URI: http://www.elequipoe.com
Description: SaintCroix
Author: ElequipoE
Author URI: http://www.elequipoe.com
Version: 1.0.0
Template: bridge
*/
/* *********************************************************************************************************************
 * IMPORTS
 */
@import "css/animsition.min.css";
@import "css/animate.css";
@import "css/cookie.css";
@import "css/lightgallery.css";
@import "css/slick.css";
/* *********************************************************************************************************************
 * VARS
 */
/* *********************************************************************************************************************
 * GLOBALS
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400italic,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,400italic,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:300,500,600,700&display=swap");
body {
  font-family: "Roboto";
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0;
  color: #007494;
}

h1 {
  margin-bottom: 30px !important;
}

p {
  margin-top: 20px;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.grey {
  color: #b2b2b2;
}

.colored,
.accent {
  color: #007494;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.no-text-transform {
  text-transform: none !important;
}

.no-letter-spacing {
  letter-spacing: 0 !important;
}
.no-letter-spacing a {
  letter-spacing: 0 !important;
}

.text-bigger {
  font-size: 18px !important;
}

.text-smaller {
  font-size: 14px !important;
  line-height: 17px !important;
}
.text-smaller p {
  margin-bottom: 20px;
  font-size: 14px !important;
  line-height: 17px !important;
}

.slab {
  font-family: "Roboto Slab", sans-serif;
}

.condensed {
  font-family: "Roboto Condensed", sans-serif;
}

.text-light {
  font-weight: 300 !important;
}

.text-bold,
strong {
  font-weight: 600 !important;
}

.no-background {
  background-color: transparent !important;
}

.centered {
  text-align: center;
}

.hidden {
  display: none;
}

a, a:before, a:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.squared {
  font-size: 18px;
  font-weight: 400;
}
a.squared:before {
  display: inline-block;
  content: "\f0c8";
  margin-right: 10px;
  font-family: FontAwesome;
  color: #007494;
}
a.squared:hover:before {
  content: "\f152";
}

a.black-link {
  color: #000 !important;
}
a.black-link:hover {
  color: #000 !important;
  text-decoration: underline;
}

a.grey-link {
  color: #3c3c3b !important;
}
a.grey-link:hover {
  color: #007494 !important;
  text-decoration: underline;
}

a.accent-link {
  color: #007494 !important;
}
a.accent-link:hover {
  color: #007494 !important;
  text-decoration: underline;
}

a.boxed-link {
  padding: 6px 10px;
  font-size: 15px;
  background-color: #007494;
  color: #fff;
}
a.boxed-link:hover {
  padding: 6px 14px;
  background-color: #fff;
  color: #007494;
}
a.boxed-link.medium {
  font-size: 18px;
  padding: 10px 15px;
}
a.boxed-link.big {
  font-size: 23px;
  padding: 10px 15px;
}
a.boxed-link.white {
  color: #007494;
  background-color: #fff;
  border: 1px solid #007494;
}
a.boxed-link.white:hover {
  padding: 6px 10px;
  background-color: #007494;
  color: #fff;
}
a.boxed-link.light-accent {
  background-color: #72b0c0;
}
a.boxed-link.light-accent:hover {
  color: #fff;
  background-color: #007494;
}

a.white-link {
  color: #fff;
}
a.white-link:hover {
  color: #007494 !important;
}

a.dossier {
  font-weight: 600;
  font-style: italic;
  color: #007494;
}
a.dossier:before {
  display: inline-block;
  content: "\f15c";
  margin-right: 10px;
  font-family: FontAwesome;
  font-style: normal;
  color: #007494;
}
a.dossier:hover {
  text-decoration: underline;
}

ol.styled {
  margin-top: 20px;
  list-style-type: none;
}
ol.styled li {
  counter-increment: step-counter;
  line-height: 20px;
  display: table-row;
}
ol.styled li:before {
  content: counter(step-counter) ".";
  padding-right: 5px;
  color: #007494;
  font-weight: 600;
  display: table-cell;
}

ul.styled {
  margin-top: 20px;
  list-style-type: none;
}
ul.styled li {
  line-height: 20px;
  display: table-row;
  list-style: none !important;
}
ul.styled li:before {
  position: relative;
  content: "•";
  top: 10px;
  padding-right: 7px;
  color: #007494;
  font-size: 40px;
  line-height: 0;
  display: table-cell;
}

.with-arrow-below:after {
  content: "\f107";
  padding-top: 10px;
  display: block;
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 7px;
  color: #007494;
}

.rounded-icon-link img {
  padding: 10px;
  border: 1px solid #e8e8e8;
}
.rounded-icon-link span {
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.wp-pagenavi {
  margin-bottom: 40px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 2px;
  padding: 5px 12px;
  border: 1px solid #e8e8e8;
}
.wp-pagenavi .current {
  background-color: #e8e8e8 !important;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  vertical-align: top;
  font-size: 16px;
  line-height: 26px !important;
}
.wp-pagenavi .previouspostslink {
  margin-right: 6px;
}
.wp-pagenavi .nextpostslink {
  margin-left: 6px;
}

.investor-links {
  box-sizing: border-box;
  min-height: 230px;
  margin: 80px 0 -40px 0;
  padding: 40px 0;
  background-color: #d8eaf2;
}
.investor-links span {
  position: absolute;
  left: 0;
  margin-top: -70px;
  font-size: 14px;
}
.investor-links a {
  float: left;
  width: 20%;
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #007494;
}
.investor-links a img {
  display: block;
  margin: 0 auto 10px auto;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #73b7ca;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.investor-links a:hover img {
  border-color: #fff;
}

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

.q_accordion_holder h5.ui-accordion-header {
  min-height: 100px !important;
  padding-top: 25px !important;
  font-size: 18px !important;
  text-transform: none !important;
  background-color: #f5f5f5 !important;
}
.q_accordion_holder h5.ui-accordion-header:nth-of-type(odd) {
  background-color: #fff !important;
}
.q_accordion_holder h5.ui-accordion-header .tab-title {
  color: #007494;
}
.q_accordion_holder h5.ui-accordion-header .tab-title:after {
  content: "\f107";
  display: block;
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 7px;
  color: #007494;
}
.q_accordion_holder .accordion_content_inner .vc_row {
  padding: 0 50px;
}
.q_accordion_holder .accordion_content_inner .vc_column-inner {
  padding-right: 50px;
}

#back_to_top {
  bottom: 30px;
  right: 30px !important;
}
#back_to_top span {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 0;
  background: transparent !important;
  border: 0;
}
#back_to_top span i {
  font-size: 20px !important;
  line-height: 20px;
}

.error404 .page_not_found {
  margin: 200px 0 100px 0;
}

/* *********************************************************************************************************************
 * HEADER - MENU
 */
header .header_top {
  height: 0;
}
header .header_bottom {
  background-color: rgba(0, 116, 148, 0.4) !important;
}
header .header_bottom .q_logo a {
  height: 80px !important;
}
header .widget_polylang {
  padding-top: 2px;
}
header .widget_polylang label {
  display: none;
}
header .widget_polylang select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding-right: 10px;
  font-family: "Roboto Slab";
  font-size: 16px;
  font-weight: 300;
  background: transparent url(https://www.saintcroixhi.com/media/arrow-down.png) no-repeat center right;
  border: 0;
  color: #fff;
}
header .widget_polylang select option {
  color: #000;
}
header .widget_polylang {
  /* li {
  	display: inline-block;
  	list-style: none;
  } */
}
header .search_button {
  color: #fff;
}
header .search_button i {
  padding-top: 1px;
  vertical-align: top;
}
header nav.main_menu span:not(.plus) {
  display: inline !important;
}
header nav.main_menu .underline_dash {
  bottom: -35% !important;
}
header nav.main_menu .second .inner ul {
  padding: 11px 0;
}
header.scrolled .header_bottom {
  background-color: rgba(0, 116, 148, 0.9) !important;
}
header.scrolled .header_bottom .q_logo a {
  height: 40px !important;
}

/* *********************************************************************************************************************
 * FOOTER
 */
footer {
  margin: 40px 0 0 0;
}
footer .footer_top_holder {
  background-color: #fff;
}
footer .footer_top .four_columns > div {
  box-sizing: border-box;
  min-height: 210px;
  border-left: 1px solid #e8e8e8;
}
footer .footer_top .four_columns .column1 {
  border: 0;
}
footer .footer_top h5 {
  color: #000;
}
footer .footer_top h5:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin-top: 10px;
  background-color: #000;
}
footer .footer_top .textwidget {
  font-size: 14px;
  color: #000;
}
footer .footer_top ul li a {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
footer .footer_top ul li a:hover {
  color: #007494 !important;
}
footer .footer_bottom {
  font-size: 16px;
}
footer .menu li {
  margin-right: 25px;
}

/* *********************************************************************************************************************
 * GLOBAL LAYOUT
 */
#header-image {
  min-height: 400px;
}

.download-pdfs-holder .wpb_wrapper {
  text-align: center;
}
.download-pdfs-holder .qbutton {
  margin: 8px 0;
  padding: 0 0 0 50px !important;
  display: table;
  clear: both;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  text-transform: none;
  letter-spacing: 0;
  text-indent: -50px;
  border: 0;
  white-space: normal;
}
.download-pdfs-holder .qbutton:before {
  position: relative;
  display: inline-block;
  content: ".PDF";
  width: 40px;
  height: 40px;
  margin-right: 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 0;
  text-align: center;
  text-indent: 0;
  color: #fff;
  border-radius: 100%;
  background-color: #007494;
}
.download-pdfs-holder .qbutton.xhtm:before {
  content: ".XHTM";
  font-size: 11px;
}
.download-pdfs-holder .qbutton:hover {
  background-color: transparent;
  color: #007494;
}
.download-pdfs-holder .qbutton:hover:before {
  color: #3c3c3b;
  background-color: #e8e8e8;
}
.download-pdfs-holder.centered .qbutton {
  margin: 8px auto;
}
.download-pdfs-holder.centered .tabs-nav {
  text-align: center;
}
.download-pdfs-holder.centered .tabs-nav li {
  margin-bottom: -10px;
  float: none;
}
.download-pdfs-holder.centered .tabs-nav li.active {
  background-color: #fff;
  border: 2px solid #E3E3E3;
}
.download-pdfs-holder.centered .tabs-nav li.active a {
  font-weight: 300;
  font-size: 26px;
  color: #007494;
  border: 0;
  border-bottom: 3px solid #fff;
}
.download-pdfs-holder.centered .tabs-nav li a {
  font-size: 18px;
  line-height: 30px;
}
.download-pdfs-holder.centered .tabs-container {
  padding-top: 30px;
}
.download-pdfs-holder.centered.inside-content-left .wpb_wrapper {
  text-align: left;
}
.download-pdfs-holder.centered.inside-content-left .qbutton {
  margin: 8px 0;
}

/* *********************************************************************************************************************
 * HOME STUFF
 */
.home .q_slider .carousel {
  height: 700px !important;
}
.home .q_slider .carousel .carousel-indicators {
  display: none !important;
}
.home .q_slider .carousel .carousel-inner .item {
  height: 700px !important;
}
.home .q_slider .carousel .carousel-inner .item .image {
  background-position: center bottom !important;
}
.home .slider-box {
  position: relative;
  box-sizing: border-box;
  clear: both;
  z-index: 10000;
  width: 40%;
  margin: -255px auto 0 auto;
  padding: 50px 50px 30px 50px;
  background-color: rgba(0, 0, 0, 0.75);
}
.home .slider-box h1 {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}
.home .slider-box h1 span {
  display: block;
  padding-top: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
}
.home #activos {
  padding: 70px 0 0 0;
}
.home #activos h2 {
  color: #000;
}
.home #activos .activos {
  margin-top: 25px;
}
.home #activos .activos .item {
  margin-bottom: 0;
}
.home #activos a.boxed-link {
  display: block;
  width: 30%;
  margin: 0 auto;
  text-align: center;
}
.home #links {
  padding: 70px 0;
}
.home #links a {
  width: 100%;
  min-height: 240px;
  padding: 30px;
  display: block;
  box-sizing: border-box;
  text-align: center;
}
.home #links a img {
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home #links a p {
  margin-top: 15px;
}
.home #links a p:before {
  width: 1px;
  display: inline-block;
  content: "\f061";
  margin-right: 0;
  font-family: FontAwesome;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
.home #links a h2 {
  font-size: 27px;
}
.home #links a:hover {
  background-color: #e8e8e8;
}
.home #links a:hover p:before {
  width: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-right: 6px;
}
.home #links a:hover img {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.home #data {
  padding: 70px 0 90px 0;
  background-color: #e2edee;
}
.home #data .item {
  box-sizing: border-box;
  text-align: center;
}
.home #data .item img {
  margin: 0 auto 20px auto;
}
.home #data .item h2 {
  font-size: 38px;
}
.home #data .item p {
  font-size: 27px;
  color: #3c3c3b;
}
.home #data_date {
  margin-top: -45px;
  font-size: 19px;
  text-align: center !important;
  color: #3c3c3b;
}
.home #external_links {
  padding: 90px 0 70px 0;
}
.home #external_links .section_inner_margin {
  padding: 0 200px;
}
.home #external_links .wpb_column:nth-child(2) {
  border-left: 1px solid #e8e8e8;
}
.home a.home-external-link {
  display: block;
  box-sizing: border-box;
  text-align: center;
}
.home a.home-external-link img {
  margin: 20px auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home a.home-external-link h3 {
  font-size: 16px;
}
.home a.home-external-link:hover img {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.home a.home-external-link:hover h3 {
  text-decoration: underline;
}

/* *********************************************************************************************************************
 * SOCIEDAD / COMPANY
 */
.page-company .vc_column-inner {
  padding: 0 30px;
}
.page-company h5.black {
  margin-top: 30px;
  font-size: 24px;
}
.page-company h5.black.more-margin-top {
  margin-top: 60px;
}
.page-company h5.black {
  /* &:not(:first-child) {
  	margin-top: 40px;
  } */
}
.page-company .wpb_text_column p, .page-company .wpb_text_column ul {
  padding-right: 100px;
}
.page-company .wpb_text_column ul li:before {
  color: #5ea9c8;
}
.page-company .wpb_text_column ul li:after {
  content: "";
  display: block;
  height: 20px;
}
.page-company .wpb_text_column ul p {
  padding-left: 30px;
  color: #000;
}
.page-company .wpb_text_column ul p strong {
  font-family: "Roboto Slab";
  color: #5ea9c8;
}
.page-company .wpb_single_image {
  margin: 50px 0 30px 0 !important;
}
.page-company {
  /* #block_1 {

  	.vc_col-sm-6:last-child {

  		.vc_column-inner {
  			border-left: 1px solid #5ea9c8;
  		}
  	}
  }

  #block_2 {
  	padding: 70px 0;

  	h5 {
  		margin-top: -250px;
  	}
  }

  #block_3 {
  	padding: 70px 0;
  	background-color: $light-blue;

  	img {
  		margin-top: -150px;
  	}
  }

  #block_4 {
  	padding: 70px 0;
  } */
}

/* *********************************************************************************************************************
 * AREA INVERSOR
 */
a.download-pdf {
  position: relative;
  width: 38px;
  height: 38px;
  padding: 9px 7px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  background-color: #007494;
}
a.download-pdf:hover {
  color: #000;
  background-color: #fff;
}

table.vc-table-plugin-theme-classic {
  width: 60%;
  margin: 0 auto;
}
table.vc-table-plugin-theme-classic tr {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
table.vc-table-plugin-theme-classic tr:nth-child(2n+1), table.vc-table-plugin-theme-classic tr:hover {
  background-color: #f5f5f5;
}
table.vc-table-plugin-theme-classic tr:hover {
  background-color: #e1e1e1;
}
table.vc-table-plugin-theme-classic tr td:last-child {
  text-align: center;
}
table.vc-table-plugin-theme-classic td {
  padding: 20px 15px;
  text-align: left;
}
table.vc-table-plugin-theme-classic .vc-th {
  font-family: "Roboto Slab", sans-serif;
  color: #fff;
}
table.vc-table-plugin-theme-classic .vc-th td {
  padding: 25px 15px !important;
  background-color: #007494 !important;
}

table.vc-table-plugin-theme-simple {
  margin: 0 auto;
}
table.vc-table-plugin-theme-simple tr {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
table.vc-table-plugin-theme-simple tr:hover {
  background-color: #f5f5f5;
}
table.vc-table-plugin-theme-simple tr:first-child:hover {
  background-color: transparent;
}
table.vc-table-plugin-theme-simple tr:first-child td {
  border-bottom: 1px solid #007494;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
table.vc-table-plugin-theme-simple tr:last-child td {
  border-bottom: 1px solid #007494;
}
table.vc-table-plugin-theme-simple td {
  padding: 20px 15px;
  text-align: left;
  border: 0;
}

.last-row-total table tr:last-child td {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border-top: 1px solid #007494;
  border-bottom: 0;
}

.only-first-left-aligned table tr td:not(:first-child) {
  text-align: center;
}

.first-column-date table tr td:first-child {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 600;
  color: #a8a8a8;
}

.all-left-aligned table tr td {
  text-align: left !important;
}

.table-no-header tr:first-child {
  display: none;
}

.table-no-borders td {
  border: 0 !important;
}

.equipo-miembro {
  margin: 0;
  padding: 0 25px 35px 25px;
  background-color: #f5f5f5;
}
.equipo-miembro .vc_column-inner {
  padding-top: 35px;
}
.equipo-miembro h5 + p {
  margin: 5px 0 10px 0;
}
.equipo-miembro p {
  padding-right: 50px;
}
.equipo-miembro .condensed {
  text-transform: uppercase;
}
.equipo-miembro .text-smaller p {
  font-size: 12px !important;
  line-height: 15px !important;
}

.page-id-195 .qbutton,
.page-id-531 .qbutton {
  margin: 8px 0;
  padding: 0 0 0 50px;
  display: table;
  clear: both;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  text-transform: none;
  letter-spacing: 0;
  text-indent: -50px;
  border: 0;
  white-space: normal;
}
.page-id-195 .qbutton:before,
.page-id-531 .qbutton:before {
  position: relative;
  content: ".PDF";
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding: 10px 7px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  text-align: center;
  text-indent: 0;
  color: #fff;
  border-radius: 100%;
  background-color: #007494;
}
.page-id-195 .qbutton:hover,
.page-id-531 .qbutton:hover {
  background-color: transparent;
  color: #007494;
}
.page-id-195 .qbutton:hover:before,
.page-id-531 .qbutton:hover:before {
  color: #3c3c3b;
  background-color: #e8e8e8;
}

.collapseomatic {
  width: 25px;
  height: 25px;
  display: block;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #007494;
  color: #fff;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.collapseomatic.colomat-close {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.collapseomatic_content p {
  font-size: 12px !important;
  line-height: 16px !important;
  text-align: justify;
}
.collapseomatic_content p br {
  margin-top: 15px;
  display: block;
}

.page-investor-acciones .investor-links a:nth-of-type(1) {
  display: none;
}

.page-investor-gobierno .investor-links a:nth-of-type(2) {
  display: none;
}

.page-investor-info .investor-links a:nth-of-type(3) {
  display: none;
}

.page-investor-agenda .investor-links a:nth-of-type(4) {
  display: none;
}

.page-investor-hechos .investor-links a:nth-of-type(5) {
  display: none;
}

.page-investor-junta .investor-links a:nth-of-type(6) {
  display: none;
}

/* *********************************************************************************************************************
 * ACTIVOS (FILTER)
 */
.page-activos h1 {
  width: 30%;
  margin-top: 60px;
}
.page-activos .searchandfilter {
  width: 69%;
  float: right;
  text-align: right;
}
.page-activos .searchandfilter ul li {
  display: inline-block;
}
.page-activos .searchandfilter ul li:last-child {
  margin-left: 50px;
}
.page-activos .searchandfilter ul li h4 {
  display: inline-block;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 600;
}
.page-activos .searchandfilter ul li select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  outline: none;
  min-width: 200px;
  margin-left: 15px;
  padding-bottom: 4px;
  font-family: "Roboto Slab";
  font-weight: 300;
  font-size: 16px;
  background: transparent url("https://www.saintcroixhi.com/media/select-arrow.png") no-repeat right center;
  border-bottom: 1px solid #e8e8e8;
}
.page-activos .searchandfilter ul li select option {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
}
.page-activos .search-filter-results {
  display: block;
  width: 100%;
}
.page-activos .search-filter-results .results {
  font-size: 12px;
  color: #b2b2b2;
}
.page-activos .search-filter-results .no-results {
  margin-top: 100px;
}

.activos {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 70px;
}
.activos:after {
  content: "";
  height: 0;
  width: 31%;
}
.activos .item {
  position: relative;
  width: 31%;
  margin-bottom: 60px;
}
.activos .item.disponible .rel-img:before {
  content: url("https://www.saintcroixhi.com/media/activo-disponible.png");
  position: absolute;
  right: 5px;
  margin-top: -1px;
}
.activos .item.disponible.available .rel-img:before {
  content: url("https://www.saintcroixhi.com/media/activo-disponible_eng.png");
}
.activos .item h3 {
  margin: 20px 0 10px 0;
}
.activos .item span, .activos .item a.map {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
}
.activos .item a.map {
  display: inline;
  padding-left: 5px;
  text-decoration: underline;
  color: #007494;
}
.activos .item a.map:hover {
  color: #b2b2b2;
}
.activos .item a.pdf,
.activos .item a.video {
  display: inline-block;
  margin-top: 15px;
  font-weight: 700;
  font-size: 16px;
  color: #007494;
}
.activos .item a.pdf:before,
.activos .item a.video:before {
  display: inline-block;
  float: left;
  content: url("https://www.saintcroixhi.com/media/icon-link.png");
  margin-right: 7px;
}
.activos .item a.pdf:hover,
.activos .item a.video:hover {
  text-decoration: underline;
}
.activos .item a.video {
  margin-left: 20px;
}
.activos .item a.video:before {
  content: url("https://www.saintcroixhi.com/media/icon-video.png");
}
.activos .item .tipo {
  display: inline-block;
  width: auto;
  padding: 0 20px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.7;
  text-transform: uppercase;
  background-color: #e8e8e8;
}
.activos .item .tipo.hotel {
  background-color: #cfe09c;
}
.activos .item .tipo.oficina, .activos .item .tipo.office {
  background-color: #eed876;
}
.activos .item .tipo.comercial, .activos .item .tipo.retail {
  background-color: #abded7;
}
.activos .item .tipo.industrial, .activos .item .tipo.logistics-industrial {
  background-color: #e5dfd8;
}
.activos .item .tipo.sanitario {
  background-color: #d9fff7;
}

/* *********************************************************************************************************************
 * CONTACTO
 */
.page-contacto footer {
  margin-top: 0;
}

.contact-data-block {
  margin-bottom: 60px;
}
.contact-data-block div:first-child {
  margin-right: 20px;
  padding: 17px 20px;
  float: left;
  border: 1px solid #e8e8e8;
  border-radius: 60px;
}
.contact-data-block div:last-child,
.contact-data-block div.data {
  padding-top: 25px;
  line-height: 20px;
}
.contact-data-block div:last-child a,
.contact-data-block div.data a {
  color: #007494;
  text-decoration: underline;
}
.contact-data-block div:last-child a:hover,
.contact-data-block div.data a:hover {
  color: #b2b2b2;
}
.contact-data-block div.data {
  padding-left: 120px;
}

/* *********************************************************************************************************************
 * LEGAL
 */
.page-legal h5 {
  margin-top: 30px;
}

/* *********************************************************************************************************************
 * BLOG
 */
.blog .blog_holder,
.blog .sidebar,
.archive.category .blog_holder,
.archive.category .sidebar,
.archive.tag .blog_holder,
.archive.tag .sidebar,
.search-results .blog_holder,
.search-results .sidebar {
  margin-top: 180px;
}
.blog article .post_image a:hover,
.archive.category article .post_image a:hover,
.archive.tag article .post_image a:hover,
.search-results article .post_image a:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.blog article .post_text_inner,
.archive.category article .post_text_inner,
.archive.tag article .post_text_inner,
.search-results article .post_text_inner {
  margin-bottom: 10px;
  padding: 30px 25px !important;
  background-color: #e8e8e8 !important;
}
.blog article .entry_title,
.archive.category article .entry_title,
.archive.tag article .entry_title,
.search-results article .entry_title {
  font-weight: 600;
  font-size: 21px;
  line-height: 23px;
  text-align: left !important;
}
.blog article .entry_title:after,
.archive.category article .entry_title:after,
.archive.tag article .entry_title:after,
.search-results article .entry_title:after {
  content: "";
  display: block;
  height: 2px;
  width: 30px;
  margin-top: 10px;
  background-color: #007494;
}
.blog article p.post_excerpt,
.archive.category article p.post_excerpt,
.archive.tag article p.post_excerpt,
.search-results article p.post_excerpt {
  font-size: 15px;
  text-align: left !important;
}
.blog article .post_info,
.archive.category article .post_info,
.archive.tag article .post_info,
.search-results article .post_info {
  margin: 10px 0 0 0;
}
.blog article .post_more,
.archive.category article .post_more,
.archive.tag article .post_more,
.search-results article .post_more {
  display: none;
}

.archive.category .content,
.archive.tag .content {
  margin-top: 0 !important;
}

.search-results .post_info,
.search-results .entry_date {
  display: none !important;
}
.search-results .blog_holder article {
  margin-bottom: 20px;
}
.search-results .post_more {
  display: none;
}

.single-post .default_template_holder {
  margin-top: 180px;
}
.single-post .blog_single {
  margin-bottom: 50px;
}
.single-post .blog_single .entry_title {
  margin-bottom: 5px !important;
  font-weight: 600;
  font-size: 24px;
  color: #007494;
}
.single-post .blog_single h2:not(.entry_title) {
  margin-bottom: 15px !important;
  font-size: 20px;
}
.single-post .blog_single .post_info {
  margin-bottom: 5px;
  font-size: 15px;
}
.single-post .blog_single .post_info .post_author {
  display: none;
}
.single-post .blog_single .post_text_inner p {
  font-size: 16px;
}
.single-post .blog_single .post_text_inner p a {
  color: #007494;
  text-decoration: underline;
}
.single-post .blog_single .tags_text {
  padding-top: 15px;
  font-size: 14px;
  line-height: 24px;
  border-top: 1px dashed #b2b2b2;
}
.single-post .blog_single .tags_text h5 {
  font-weight: 600;
}
.single-post .blog_single .tags_text a {
  color: #b2b2b2;
}
.single-post .blog_single .tags_text a:hover {
  color: #3c3c3b;
  text-decoration: underline;
}

.sidebar .widget_search form {
  border: 1px solid #e8e8e8;
}
.sidebar > div > h5 {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}
.sidebar > div > h5:after {
  content: "";
  display: block;
  height: 2px;
  width: 30px;
  margin-top: 10px;
  background-color: #007494;
}
.sidebar .latest_post_holder h5 {
  font-size: 16px;
  color: #007494;
}
.sidebar .latest_post_holder h5 a {
  font-weight: 500;
}
.sidebar .latest_post_holder h5:hover {
  text-decoration: underline;
}
.sidebar .latest_post_holder .post_infos {
  font-size: 12px;
  color: #b2b2b2;
}

/* *********************************************************************************************************************
 * BROWSERS FIXES
 */
@-moz-document url-prefix() {}
@media all and (-ms-high-contrast: none) {
  header .header_bottom .logo_wrapper .q_logo img {
    width: 260px !important;
  }
  ul.styled {
    padding-left: 1em;
  }
  ul.styled li {
    text-indent: -1em;
    padding-left: 1em;
  }
  ul.styled li:before {
    display: inline;
  }
}
/* *********************************************************************************************************************
 * RESPONSIVE MEDIA QUERIES
 */
/* *********************************************************************************************************************
 * BREAK POINT 1400
 */
@media screen and (max-width: 1400px) {
  header nav.main_menu > ul > li > a {
    padding: 0 10px;
    font-size: 15px;
  }
  header .widget_polylang select {
    font-size: 15px;
  }
  .home .slider-box {
    width: 45%;
  }
  .home #data .item h2 {
    font-size: 35px;
  }
  .home #data .item p {
    font-size: 22px;
  }
  .page-company .wpb_text_column p, .page-company .wpb_text_column ul {
    padding-right: 0;
  }
  .investor-links a {
    font-size: 16px;
  }
  .activos .item a.video {
    display: block;
    margin: 5px 0 0 0;
  }
}
/* *********************************************************************************************************************
 * BREAK POINT 1300
 */
/* *********************************************************************************************************************
 * BREAK POINT 1200
 */
@media screen and (max-width: 1200px) {
  header .header_bottom .q_logo a {
    height: 60px !important;
  }
  header nav.main_menu > ul > li > a {
    padding: 0 10px;
    font-size: 15px;
  }
  header header .widget_polylang select {
    font-size: 15px;
  }
  .home .slider-box {
    width: 50%;
  }
  .home #data .item h2 {
    font-size: 31px;
  }
  .home #data .item p {
    margin-top: 15px;
    font-size: 20px;
  }
  .page-company #block_2 h5 {
    margin-top: -550px;
  }
  .page-company #block_3 img {
    margin-top: -100px;
  }
  .investor-links a {
    font-size: 15px;
    line-height: 18px;
  }
  .investor-links a img {
    padding: 15px;
  }
  .page-activos h1 {
    width: 19%;
  }
  .page-activos .searchandfilter {
    width: 80%;
  }
  .page-activos .searchandfilter ul li {
    margin-left: 0;
    padding-top: 5px;
  }
  .page-activos .searchandfilter ul li:last-child {
    margin-left: 40px;
  }
  .page-activos .searchandfilter ul li h4 {
    font-size: 15px;
  }
  .page-activos .searchandfilter ul li select {
    min-width: 140px;
    margin-left: 10px;
    font-size: 15px;
  }
}
/* *********************************************************************************************************************
 * LANDSCAPE MOBILES AND DOWN  < 1000
 */
@media screen and (max-width: 1000px) {
  .container_inner,
  div.grid_section .section_inner {
    width: 90%;
  }
  h1 {
    font-size: 30px;
    line-height: 1.1;
  }
  h2 {
    font-size: 25px;
    line-height: 29px;
  }
  .hide-on-mobile {
    display: none;
  }
  .q_accordion_holder .accordion_content_inner .vc_row {
    padding: 0 10px;
  }
  .q_accordion_holder .accordion_content_inner .vc_column-inner {
    padding-right: 20px;
  }
  .google_map_ovrlay,
  .google_map_shortcode_overlay {
    display: none;
  }
  header .header_bottom {
    background-color: #99c7d4 !important;
  }
  header .header_bottom .header_bottom_right_widget_holder {
    display: table-cell;
    padding-right: 5px;
  }
  .mobile_menu_button i {
    font-size: 30px;
    color: #fff;
  }
  nav.mobile_menu {
    background-color: transparent;
  }
  nav.mobile_menu ul {
    width: 100%;
    padding-bottom: 30px;
  }
  nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
    font-family: "Roboto Slab", sans-serif;
    font-size: 18px;
    color: #fff;
  }
  nav.mobile_menu ul li .sub_menu a {
    font-size: 15px;
  }
  nav.mobile_menu ul li .mobile_arrow i {
    font-size: 20px;
    color: #007494 !important;
  }
  footer a {
    font-size: 13px !important;
  }
  .home .q_slider .carousel {
    height: 500px !important;
  }
  .home .q_slider .carousel .carousel-inner .item {
    height: 500px !important;
  }
  .home .slider-box {
    width: 70%;
  }
  .home #activos .activos .item:nth-child(3) {
    display: none;
  }
  .home #activos a.boxed-link {
    width: 50%;
  }
  .home #links {
    padding: 50px 0;
  }
  .home #data {
    padding: 50px 0 70px 0;
  }
  .home #external_links {
    padding: 70px 0 50px 0;
  }
  .home #external_links .section_inner_margin {
    padding: 0;
  }
  .activos .item {
    width: 48%;
  }
  .investor-links a img {
    padding: 10px;
  }
  .blog .blog_holder,
  .blog .sidebar,
  .archive.category .blog_holder,
  .archive.category .sidebar,
  .archive.tag .blog_holder,
  .archive.tag .sidebar,
  .search-results .blog_holder,
  .search-results .sidebar {
    margin-top: 50px;
  }
  .single-post .default_template_holder {
    margin-top: 50px;
  }
  .sidebar .latest_post_holder .latest_post_image {
    float: none;
    width: 75px;
    margin-bottom: 10px;
  }
  .sidebar .latest_post_holder .latest_post_text {
    padding-left: 0;
  }
  .sidebar .latest_post_holder .latest_post_text h5 a {
    font-size: 15px;
  }
}
/* *********************************************************************************************************************
 * VERTICAL MOBILES AND DOWN  < 767
 */
@media screen and (max-width: 767px) {
  .container_inner,
  div.grid_section .section_inner {
    width: 80%;
  }
  h1 {
    font-size: 26px;
  }
  #back_to_top {
    display: none;
  }
  .error404 .page_not_found {
    margin: 100px 0;
  }
  #header-image {
    min-height: 150px;
    background-position: 50% 0 !important;
    background-size: contain;
  }
  #header-image + div {
    margin-top: 10px !important;
  }
  .vc_column-inner {
    margin-top: 30px;
  }
  header .header_bottom .q_logo a {
    height: 50px !important;
    left: -70%;
  }
  footer .footer_top .four_columns > div {
    min-height: 0;
    text-align: center;
    border: 0;
  }
  footer .footer_top h5:after {
    margin: 10px auto 0 auto;
  }
  .home {
    /* .q_slider .carousel {
    	height: 100% !important;

    	.carousel-inner .item {
    		height: 100% !important;
    	}
    } */
  }
  .home .slider-box {
    width: 95%;
    margin: -268px auto 0 auto;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .home .slider-box h1 {
    font-size: 25px;
    line-height: 40px;
  }
  .home .slider-box h1 span {
    padding-top: 20px;
    font-size: 17px;
    line-height: 22px;
  }
  .home #activos {
    padding-top: 0;
  }
  .home #activos h2 {
    text-align: center;
  }
  .home #activos .activos .item {
    display: block !important;
    margin-bottom: 40px;
  }
  .home #activos a.boxed-link {
    width: 80%;
    margin-top: -40px;
  }
  .home #links {
    padding: 20px 0;
  }
  .home #data {
    padding: 30px 0 60px 0;
    background-color: #e2edee;
  }
  .home #data .item {
    margin-bottom: 20px;
  }
  .home #data .item img {
    margin: 0 auto 10px auto;
  }
  .home #data_date {
    margin-top: -75px;
    font-size: 15px;
  }
  .home #external_links {
    padding: 20px 0;
  }
  .home #external_links .wpb_column:nth-child(2) {
    border: 0 !important;
  }
  .home a.home-external-link {
    margin-bottom: 10px;
  }
  .home a.home-external-link img {
    margin: 0 auto;
  }
  .page-company h1 {
    margin-bottom: 0 !important;
  }
  .page-company .vc_column-inner {
    margin-top: 0;
    padding: 0 15px;
  }
  .page-company h5.black {
    /* &:not(:first-child) {
    	margin-top: 30px;
    } */
  }
  .page-company {
    /* #block_1 {

    	.vc_col-sm-6:last-child {

    		.vc_column-inner {
    			border: 0;
    		}
    	}
    }

    #block_2 {
    	padding: 30px 0;

    	h5 {
    		margin-top: 0;
    	}
    }

    #block_3 {
    	padding: 30px 0;

    	img {
    		margin-top: 0;
    	}
    }

    #block_4 {
    	padding: 30px 0;
    } */
  }
  .page-activos h1 {
    width: 0;
    margin: -10px 0 0 0;
  }
  .page-activos .searchandfilter {
    width: 100%;
    margin-top: 70px;
    text-align: left;
  }
  .page-activos .searchandfilter ul li {
    display: flex;
    justify-content: space-between;
    margin-left: 0 !important;
    padding-top: 5px;
  }
  .page-activos .searchandfilter ul li:last-child {
    margin-left: 40px;
  }
  .page-activos .searchandfilter ul li h4 {
    width: 130px;
  }
  .page-activos .searchandfilter ul li select {
    font-size: 13px;
  }
  .activos {
    display: block;
    margin-top: 150px;
  }
  .activos:after {
    display: none;
  }
  .activos .item {
    width: 100%;
  }
  .activos .item h3 {
    font-size: 22px;
  }
  .equipo-miembro {
    padding: 0 0 35px 0;
  }
  .equipo-miembro .vc_column-inner {
    margin-top: 0;
  }
  .equipo-miembro h5 + p {
    margin: 5px 0 10px 0;
  }
  .equipo-miembro p {
    padding-right: 0;
  }
  .equipo-miembro .text-smaller p {
    font-size: 13px !important;
    line-height: 16px !important;
  }
  .page-id-195 .qbutton,
  .page-id-531 .qbutton {
    left: 40px;
    margin-right: 30px;
  }
  .page-id-195 .q_tabs,
  .page-id-531 .q_tabs {
    margin-top: 30px;
  }
  .wpb_vc_table {
    overflow: scroll;
  }
  .q_accordion_holder.accordion .ui-accordion-header {
    line-height: 22px !important;
  }
  .q_accordion_holder.accordion .tab-title:after {
    margin-top: 8px;
  }
  .download-pdfs-holder .qbutton {
    font-size: 14px;
  }
  .download-pdfs-holder.centered .tabs-nav li {
    margin-bottom: -10px;
    float: none;
  }
  .download-pdfs-holder.centered .tabs-nav li.active a {
    font-size: 21px;
  }
  .download-pdfs-holder.centered .tabs-nav li a {
    font-size: 15px;
    line-height: 30px;
  }
  .investor-links span {
    width: 100%;
    text-align: center;
  }
  .investor-links a {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .investor-links a img {
    padding: 5px;
  }
  .blog .blog_holder,
  .blog .sidebar,
  .archive.category .blog_holder,
  .archive.category .sidebar,
  .archive.tag .blog_holder,
  .archive.tag .sidebar,
  .search-results .blog_holder,
  .search-results .sidebar {
    margin-top: 30px;
  }
  .single-post .default_template_holder {
    margin-top: 30px;
  }
  .sidebar .latest_post_holder .latest_post_image {
    float: left;
    width: 95px;
  }
  .sidebar .latest_post_holder .latest_post_text {
    padding-left: 120px;
  }
  .sidebar .latest_post_holder .latest_post_text h5 a {
    font-size: 18px;
  }
}
/* *********************************************************************************************************************
* LANDING MELIA STYLES
*/
@font-face {
  font-family: "jp";
  src: url("fonts/jp.woff2") format("woff2"), url("fonts/jp.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.page-melia {
  overflow: scroll;
}
.page-melia header, .page-melia footer, .page-melia .wt-cli-cookie-bar-container {
  display: none !important;
}
.page-melia h1, .page-melia h2, .page-melia h3, .page-melia h4 {
  font-family: "jp";
  font-weight: 400;
  color: #000;
}
.page-melia h1 {
  font-size: 24px;
  line-height: 1.4;
}
.page-melia h2, .page-melia h3 {
  font-size: 34px;
  line-height: 1.3;
}
.page-melia #head {
  padding: 50px 0;
}
.page-melia #head .logos {
  display: flex;
  justify-content: space-between;
  max-width: calc(75% - 15px);
}
.page-melia #head .logos img {
  height: 62px;
}
.page-melia #info {
  padding: 50px 0 80px 0;
  background-color: #f0f0f0;
  background: linear-gradient(180deg, rgb(240, 240, 240) 77%, rgb(255, 255, 255) 77%);
}
.page-melia #info h2 {
  position: absolute;
  box-sizing: border-box;
  top: 300px;
  right: 0;
  width: 400px;
  margin-left: -40px;
  padding: 40px 70px 40px 30px;
  text-align: right;
  background-color: #fff;
}
.page-melia #equipo {
  padding: 0 0 100px 0;
}
.page-melia #equipo .vc_col-sm-9 .vc_column-inner {
  padding-right: 100px;
}
.page-melia #equipo .text-bigger {
  margin: 0 0 200px 0;
  text-align: right;
  font-weight: 300;
  font-size: 28px !important;
  line-height: 1.2;
}
.page-melia #equipo h2 {
  padding: 60px 40px;
  border: 1px solid #000;
}
.page-melia #equipo h3 {
  margin-top: 80px;
  text-align: right;
}
.page-melia #equipo .equipo {
  margin-top: 60px;
  text-align: right;
  font-size: 14px;
  line-height: 1.6;
}
.page-melia #equipo p.centered {
  margin: 100px 0 50px 0;
  font-size: 24px;
  font-weight: 300;
}
.page-melia #equipo .listado {
  column-count: 3;
  font-size: 14px;
}
.page-melia #foot {
  padding: 110px 0;
  background-color: #f0f0f0;
}
.page-melia #foot .propiedad {
  display: flex;
  align-items: center;
  gap: 30px;
}
.page-melia #foot .propiedad p {
  margin-top: 0;
  font-size: 14px;
}
.page-melia #foot .propiedad img {
  height: 35px;
}
.page-melia #foot .legal ul {
  display: flex;
  justify-content: end;
  gap: 40px;
  list-style: none;
}
.page-melia #foot .legal ul li {
  font-weight: 300;
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .page-melia h1 {
    font-size: 19px;
  }
  .page-melia h2, .page-melia h3 {
    font-size: 30px;
  }
  .page-melia #equipo .text-bigger {
    font-size: 20px !important;
  }
  .page-melia #foot .propiedad {
    gap: 20px;
  }
  .page-melia #foot .propiedad p {
    font-size: 12px;
  }
  .page-melia #foot .propiedad img {
    height: 35px;
  }
  .page-melia #foot .legal ul {
    gap: 30px;
  }
  .page-melia #foot .legal ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .page-melia h2, .page-melia h3 {
    font-size: 22px;
  }
  .page-melia .vc_column-inner {
    margin-top: 0;
  }
  .page-melia #head {
    padding: 30px 0;
  }
  .page-melia #head .logos {
    max-width: none;
  }
  .page-melia #head .logos img {
    height: 40px;
  }
  .page-melia #info {
    padding: 30px 0;
    background: #f0f0f0;
  }
  .page-melia #info img {
    margin: 0 -30px;
    max-width: calc(100% + 60px);
  }
  .page-melia #info h1 {
    padding: 0 20px;
    font-family: "Roboto";
    font-weight: 300;
  }
  .page-melia #info h2 {
    position: relative;
    top: 0;
    width: 80%;
    margin: -60px 0 0 40px;
    padding: 30px;
  }
  .page-melia #equipo {
    padding-bottom: 50px;
  }
  .page-melia #equipo .vc_col-sm-9 .vc_column-inner {
    padding-right: 15px;
  }
  .page-melia #equipo .text-bigger {
    margin: 40px 0 20px 0;
    padding: 0 30px;
    font-size: 18px !important;
  }
  .page-melia #equipo .text-bigger br {
    display: none;
  }
  .page-melia #equipo h2 {
    box-sizing: border-box;
    width: 80%;
    margin: -50px 30px 0 40px;
    padding: 30px;
    background-color: #fff;
  }
  .page-melia #equipo h3 {
    margin-top: 30px;
  }
  .page-melia #equipo .equipo {
    margin-top: 30px;
  }
  .page-melia #equipo p.centered {
    margin: 80px 0 30px 0;
    text-align: left;
    font-size: 20px;
  }
  .page-melia #equipo .listado {
    column-count: 1;
  }
  .page-melia #foot {
    padding: 40px 0;
  }
  .page-melia #foot .propiedad {
    flex-direction: column;
    gap: 15px;
  }
  .page-melia #foot .propiedad p {
    font-size: 13px;
  }
  .page-melia #foot .propiedad img {
    height: 35px;
  }
  .page-melia #foot .legal {
    margin-top: 50px;
  }
  .page-melia #foot .legal ul {
    justify-content: center;
  }
  .page-melia #foot .legal ul li {
    font-size: 13px;
  }
}
/* *********************************************************************************************************************
* LANDING sanitas STYLES
*/
@font-face {
  font-family: "jp";
  src: url("fonts/jp.woff2") format("woff2"), url("fonts/jp.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.page-sanitas {
  overflow: scroll;
}
.page-sanitas header, .page-sanitas footer, .page-sanitas .wt-cli-cookie-bar-container {
  display: none !important;
}
.page-sanitas h1, .page-sanitas h2, .page-sanitas h3, .page-sanitas h4 {
  font-family: "jp";
  font-weight: 400;
  color: #000;
}
.page-sanitas h1 {
  font-size: 24px;
  line-height: 1.4;
}
.page-sanitas h2, .page-sanitas h3 {
  font-size: 34px;
  line-height: 1.3;
}
.page-sanitas #head {
  padding: 50px 0;
}
.page-sanitas #head .logos {
  display: flex;
  justify-content: space-between;
  max-width: calc(75% - 15px);
}
.page-sanitas #head .logos img {
  height: 70px;
}
.page-sanitas #info {
  padding: 50px 0 80px 0;
  background-color: #f0f0f0;
  background: linear-gradient(180deg, rgb(240, 240, 240) 77%, rgb(255, 255, 255) 77%);
}
.page-sanitas #info h2 {
  position: absolute;
  box-sizing: border-box;
  top: 300px;
  right: 0;
  width: 400px;
  margin-left: -40px;
  padding: 40px 70px 40px 30px;
  text-align: right;
  background-color: #fff;
}
.page-sanitas #equipo {
  padding: 0 0 100px 0;
}
.page-sanitas #equipo .vc_col-sm-9 .vc_column-inner {
  padding-right: 100px;
}
.page-sanitas #equipo .text-bigger {
  margin: 0 0 200px 0;
  text-align: right;
  font-weight: 300;
  font-size: 28px !important;
  line-height: 1.2;
}
.page-sanitas #equipo h2 {
  padding: 60px 40px;
  border: 1px solid #000;
}
.page-sanitas #equipo h3 {
  margin-top: 80px;
  text-align: right;
}
.page-sanitas #equipo .equipo {
  margin-top: 60px;
  text-align: right;
  font-size: 14px;
  line-height: 1.6;
}
.page-sanitas #equipo p.centered {
  margin: 100px 0 50px 0;
  font-size: 24px;
  font-weight: 300;
}
.page-sanitas #equipo .listado {
  column-count: 3;
  font-size: 14px;
}
.page-sanitas #foot {
  padding: 110px 0;
  background-color: #f0f0f0;
}
.page-sanitas #foot .propiedad {
  display: flex;
  align-items: center;
  gap: 30px;
}
.page-sanitas #foot .propiedad p {
  margin-top: 0;
  font-size: 14px;
}
.page-sanitas #foot .propiedad img {
  height: 35px;
}
.page-sanitas #foot .legal ul {
  display: flex;
  justify-content: end;
  gap: 40px;
  list-style: none;
}
.page-sanitas #foot .legal ul li {
  font-weight: 300;
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .page-sanitas h1 {
    font-size: 19px;
  }
  .page-sanitas h2, .page-sanitas h3 {
    font-size: 30px;
  }
  .page-sanitas #equipo .text-bigger {
    font-size: 20px !important;
  }
  .page-sanitas #foot .propiedad {
    gap: 20px;
  }
  .page-sanitas #foot .propiedad p {
    font-size: 12px;
  }
  .page-sanitas #foot .propiedad img {
    height: 35px;
  }
  .page-sanitas #foot .legal ul {
    gap: 30px;
  }
  .page-sanitas #foot .legal ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .page-sanitas h2, .page-sanitas h3 {
    font-size: 22px;
  }
  .page-sanitas .vc_column-inner {
    margin-top: 0;
  }
  .page-sanitas #head {
    padding: 30px 0;
  }
  .page-sanitas #head .logos {
    max-width: none;
  }
  .page-sanitas #head .logos img {
    height: 40px;
  }
  .page-sanitas #info {
    padding: 30px 0;
    background: #f0f0f0;
  }
  .page-sanitas #info img {
    margin: 0 -30px;
    max-width: calc(100% + 60px);
  }
  .page-sanitas #info h1 {
    padding: 0 20px;
    font-family: "Roboto";
    font-weight: 300;
  }
  .page-sanitas #info h2 {
    position: relative;
    top: 0;
    width: 80%;
    margin: -60px 0 0 40px;
    padding: 30px;
  }
  .page-sanitas #equipo {
    padding-bottom: 50px;
  }
  .page-sanitas #equipo .vc_col-sm-9 .vc_column-inner {
    padding-right: 15px;
  }
  .page-sanitas #equipo .text-bigger {
    margin: 40px 0 20px 0;
    padding: 0 30px;
    font-size: 18px !important;
  }
  .page-sanitas #equipo .text-bigger br {
    display: none;
  }
  .page-sanitas #equipo h2 {
    box-sizing: border-box;
    width: 80%;
    margin: -50px 30px 0 40px;
    padding: 30px;
    background-color: #fff;
  }
  .page-sanitas #equipo h3 {
    margin-top: 30px;
  }
  .page-sanitas #equipo .equipo {
    margin-top: 30px;
  }
  .page-sanitas #equipo p.centered {
    margin: 80px 0 30px 0;
    text-align: left;
    font-size: 20px;
  }
  .page-sanitas #equipo .listado {
    column-count: 1;
  }
  .page-sanitas #foot {
    padding: 40px 0;
  }
  .page-sanitas #foot .propiedad {
    flex-direction: column;
    gap: 15px;
  }
  .page-sanitas #foot .propiedad p {
    font-size: 13px;
  }
  .page-sanitas #foot .propiedad img {
    height: 35px;
  }
  .page-sanitas #foot .legal {
    margin-top: 50px;
  }
  .page-sanitas #foot .legal ul {
    justify-content: center;
  }
  .page-sanitas #foot .legal ul li {
    font-size: 13px;
  }
}
/* *********************************************************************************************************************
* ACTIVO PARTIAL
*/
.single-activo footer {
  margin-top: 0;
}

.activo-header {
  position: relative;
}
.activo-header .img {
  position: relative;
  width: 100%;
  height: 70vh;
}
.activo-header .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.activo-main {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 80px;
}
.activo-main .data {
  width: 62%;
}
.activo-main .data h1 {
  margin-bottom: 50px !important;
}
.activo-main .contact {
  width: 32%;
}
.activo-main .contact .logo {
  margin-bottom: 50px;
}
.activo-main .contact .tel {
  margin-top: 5px;
  font-size: 24px;
}
.activo-main .contact h3 {
  margin-top: 20px;
}
.activo-main .contact span {
  font-size: 14px;
}
.activo-multimedia {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 60px;
}
.activo-multimedia > div:before {
  position: absolute;
  display: block;
  line-height: 0;
  bottom: 1px;
  left: 1px;
}
.activo-multimedia .gal {
  position: relative;
  width: 66%;
}
.activo-multimedia .gal:before {
  content: url("../../../media/activo-icon-gal.png");
}
.activo-multimedia .gal-items {
  display: none;
}
.activo-multimedia .map {
  position: relative;
  overflow: hidden;
  width: 32%;
}
.activo-multimedia .map:before {
  content: url("../../../media/activo-icon-map.png");
}
.activo-multimedia .map a {
  display: block;
  height: 100%;
}
.activo-multimedia .map a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* *********************************************************************************************************************
 * DESKTOP 1400
 */
/* *********************************************************************************************************************
 * PORTRAIT TABLET TO LANDSCAPE AND DESKTOP  - 769 TO 1000
 */
@media screen and (max-width: 1000px) {
  .activo-header .img {
    height: 400px;
  }
}
/* *********************************************************************************************************************
 * VERTICAL MOBILES AND DOWN  < 767
 */
@media screen and (max-width: 767px) {
  .single-activo p {
    font-size: 15px;
  }
  .single-activo .container_inner {
    width: 90% !important;
  }
  .activo-header .img {
    height: 200px;
  }
  .activo-main {
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }
  .activo-main .data {
    width: 100%;
  }
  .activo-main .data h1 {
    margin-bottom: 30px !important;
  }
  .activo-main .contact {
    width: 100%;
    line-height: 1.2;
  }
  .activo-main .contact .logo {
    max-width: 80%;
    margin-bottom: 30px;
  }
  .activo-multimedia {
    flex-direction: column;
  }
  .activo-multimedia > div {
    width: 100% !important;
  }
  .activo-multimedia > div:before {
    transform: scale(0.7);
    transform-origin: left bottom;
  }
}
/* *********************************************************************************************************************
* SHARED contenido PARTIAL (MICROSITE & TAXONOMIES)
*/
.contenido h2 {
  font-size: 36px;
}
.contenido .block-wrapper {
  margin-top: 40px;
}
.contenido .block-wrapper-grid {
  position: relative;
  width: 1300px;
  margin: 0 auto;
}
.contenido .block-wrapper-full {
  width: 100%;
}
.contenido .block-wrapper-full + .block-wrapper-full {
  margin-top: 0;
}
.contenido .title-wrapper > *.pos-center {
  text-align: center;
}
.contenido .title-wrapper > *.pos-right {
  text-align: right;
}
.contenido .title-wrapper h2 {
  font-weight: 700;
}
.contenido .title-wrapper h3 {
  font-size: 30px;
  font-weight: 600;
}
.contenido .title-wrapper h4 {
  font-size: 22px;
  font-weight: 600;
}
.contenido .title-wrapper p {
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
}
.contenido .title-wrapper:has(h2) {
  margin-top: 100px;
}
.contenido .title-wrapper:has(h2) + .text-wrapper {
  margin-top: 10px;
}
.contenido .title-wrapper + .title-wrapper {
  margin-top: 10px;
}
.contenido .text-wrapper p:first-child {
  margin-top: 0;
}
.contenido .text-wrapper h5 {
  margin-top: 20px;
  font-size: 24px;
}
.contenido .text-wrapper h6 {
  margin-top: 20px;
  font-size: 20px;
}
.contenido .html-wrapper.block-wrapper-full > div {
  width: 1300px;
  margin: 0 auto;
  padding: 50px 0;
}
.contenido .html-wrapper.block-wrapper-full-complete {
  position: relative;
  z-index: 1000;
}
.contenido .html-wrapper.block-wrapper-full-complete > div {
  width: 100%;
}
.contenido .claim-img-wrapper {
  position: relative;
  aspect-ratio: 2.5;
  margin-top: 0;
  background-size: cover;
  border-image: fill 0 linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}
.contenido .claim-img-wrapper > div {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: end;
  height: 100%;
  padding: 80px 0 80px calc((100% - 1300px) / 2);
}
.contenido .claim-img-wrapper > div .txt-box {
  padding: 40px 50px;
}
.contenido .claim-img-wrapper > div .txt-box h2 {
  font-weight: 300;
  line-height: 1.1;
}
.contenido .claim-img-wrapper.pos-top {
  border-image: fill 0 linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
.contenido .claim-img-wrapper.pos-top > div {
  align-items: start;
}
.contenido .claim-img-wrapper.parallax-enabled {
  background-attachment: fixed;
  background-size: 100%;
}
.contenido .claim-img-wrapper.block-wrapper-grid {
  background-attachment: scroll !important;
}
.contenido .claim-img-wrapper.block-wrapper-grid > div {
  padding: 40px;
}
.contenido .img-wrapper > div {
  overflow: hidden;
}
.contenido .img-wrapper > div a img {
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.contenido .img-wrapper > div a:hover img {
  transform: scale(1.05);
}
.contenido .img-wrapper > div a:after {
  content: url("../../../media/activo-icon-gal.png");
  position: absolute;
  display: flex;
  bottom: 1px;
  left: 1px;
}
.contenido .video-wrapper > div {
  aspect-ratio: 16/9;
}
.contenido .video-wrapper > div:has(> a) {
  overflow: hidden;
}
.contenido .video-wrapper > div:has(.video-mp4) {
  aspect-ratio: auto;
}
.contenido .video-wrapper > div > a img {
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.contenido .video-wrapper > div > a:hover img {
  transform: scale(1.05);
}
.contenido .video-wrapper > div > a:hover:after {
  transform: scale(0.8);
}
.contenido .video-wrapper > div > a:after {
  content: url("../../../media/play-icon-v2.svg");
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  top: calc(50% - 64px);
  left: calc(50% - 64px);
  width: 128px;
  height: 128px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  transform: scale(0.85);
  transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.contenido .video-wrapper iframe {
  width: 100%;
  height: 100%;
}
.contenido .video-wrapper video.video-mp4 {
  pointer-events: none;
  width: 100%;
}
.contenido .gal-wrapper {
  margin-top: 40px;
}
.contenido .gal-wrapper:has(.slider-container .slick-prev) {
  padding-bottom: 50px;
}
.contenido .gal-wrapper .gal-container {
  overflow: hidden;
}
.contenido .gal-wrapper .gal-container a img {
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.contenido .gal-wrapper .gal-container a:hover img {
  transform: scale(1.05);
}
.contenido .gal-wrapper .gal-container a:after {
  content: url("../../../media/activo-icon-gal.png");
  position: absolute;
  display: flex;
  bottom: 1px;
  left: 1px;
}
.contenido .gal-wrapper .gal-container .gal-items {
  display: none;
}
.contenido .gal-wrapper .slider-container .slick-slide {
  cursor: pointer;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.contenido .gal-wrapper .slider-container .slick-slide img {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}
.contenido .gal-wrapper .slider-container .slider[data-columns="2"] .slick-slide,
.contenido .gal-wrapper .slider-container .slider[data-columns="3"] .slick-slide {
  aspect-ratio: 16/10;
  margin: 0 5px;
  transition: filter 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.contenido .gal-wrapper .slider-container .slider[data-columns="2"] .slick-slide:hover,
.contenido .gal-wrapper .slider-container .slider[data-columns="3"] .slick-slide:hover {
  filter: brightness(1.08);
}
.contenido .gal-wrapper .slider-container .slider[data-columns="2"] .slick-list,
.contenido .gal-wrapper .slider-container .slider[data-columns="3"] .slick-list {
  margin: 0 -5px;
}
.contenido .gal-wrapper .slider-container .slider[data-columns="3"] .slick-list {
  padding-top: 90px !important;
}
.contenido .gal-wrapper .slider-container .slider[data-columns="3"] .slick-slide {
  transform: scale(0.7);
  transform-origin: center bottom;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.contenido .gal-wrapper .slider-container .slider[data-columns="3"] .slick-center {
  transform: scale(1.3);
}
.contenido .gal-wrapper .slider-container .slider[data-columns="3"] .slick-next {
  margin: -70px 150px 0 0;
}
.contenido .gal-wrapper .slider-container .slider[data-columns="3"] .slick-prev {
  margin: -70px 0 0 150px;
}
.contenido .gal-wrapper .grid-container .gal-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contenido .gal-wrapper .grid-container .gal-items li {
  cursor: pointer;
  list-style: none;
  aspect-ratio: 1;
  width: 32%;
  margin-bottom: 2%;
}
.contenido .gal-wrapper .grid-container .gal-items li img {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
  transform: scale(1.02);
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.contenido .gal-wrapper .grid-container .gal-items li:hover img {
  transform: scale(1.05);
}
.contenido .gal-wrapper .grid-container .gal-items.two-columns li {
  width: 49%;
  margin-bottom: 2%;
}
.contenido .gal-wrapper .grid-container .gal-items.round-corners li {
  overflow: hidden;
  border-radius: 10px;
}
.contenido .bt-wrapper a,
.contenido .docs-wrapper a {
  display: flex;
  justify-content: center;
  padding: 15px 25px;
  font-size: 14px;
  text-align: center;
}
.contenido .docs-wrapper .docs {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 15px;
}
.contenido .docs-wrapper .docs li {
  list-style: none;
}
.contenido .cars-wrapper {
  margin-top: 40px;
}
.contenido .cars-wrapper .cars-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contenido .cars-wrapper .cars-container > div {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 33%;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 0;
}
.contenido .cars-wrapper .cars-container > div span {
  padding-right: 80px;
  line-height: 1.3;
}
.contenido .cars-wrapper .cars-container:after {
  content: "";
  width: 33%;
}
.contenido .espec-wrapper {
  padding: 80px 0;
}
.contenido .espec-wrapper .espec-container {
  display: flex;
  gap: 60px;
  width: 1300px;
  margin: 0 auto;
}
.contenido .espec-wrapper h2 {
  flex: 0 0 calc(25% - 45px);
  color: var(--text-color);
}
.contenido .espec-wrapper .espec-cols {
  flex: 1;
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr;
}
.contenido .espec-wrapper .espec-cols h3 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 30px;
  color: var(--text-color);
  border-bottom: 1px solid var(--text-color);
}
.contenido .espec-wrapper .espec-cols p {
  margin-top: 25px;
  font-weight: 300;
  font-size: 30px;
  color: var(--text-color);
}
.contenido .espec-wrapper .espec-cols p em {
  font-style: normal;
  font-size: 15px;
}
.contenido .espec-wrapper.cols-2 .espec-cols {
  grid-template-columns: 1fr 1fr;
}
.contenido .img-txt-wrapper .img-txt-container {
  display: flex;
}
.contenido .img-txt-wrapper .img {
  width: 50%;
}
.contenido .img-txt-wrapper .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contenido .img-txt-wrapper .data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  gap: 30px;
  width: 50%;
  padding: 80px;
}
.contenido .img-txt-wrapper .data h2 {
  color: var(--text-color);
}
.contenido .img-txt-wrapper .data p {
  max-width: 70%;
  color: var(--text-color);
}
.contenido .map-wrapper a[href^="http://maps.google.com/maps"] {
  display: none !important;
}
.contenido .map-wrapper a[href^="https://maps.google.com/maps"] {
  display: none !important;
}
.contenido .map-wrapper .gmnoprint a,
.contenido .map-wrapper .gmnoprint span,
.contenido .map-wrapper .gm-style-cc {
  display: none;
}
.contenido .map-wrapper .map-container {
  position: relative;
  z-index: 0;
  height: 400px;
}
.contenido .map-wrapper .map {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: none !important;
}
.contenido .map-wrapper .map img {
  max-width: none !important;
}
.contenido .map-wrapper .markers {
  display: none;
}
.contenido .map-wrapper.block-wrapper-full .map-container {
  height: 600px;
}
.contenido .iframe-wrapper > div {
  aspect-ratio: 16/9;
}
.contenido .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
}
.contenido .iframe-wrapper.block-wrapper-full {
  position: relative;
  z-index: 1000;
}
.contenido .space-wrapper .space.with-line:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: var(--line-color);
}

@keyframes circleScaleIn {
  from {
    transform: scale(0.3, 0.3);
    opacity: 0.7;
  }
  to {
    transform: scale(2, 2);
    opacity: 0;
  }
}
/* *********************************************************************************************************************
 * DESKTOP 1400
 */
@media screen and (max-width: 1400px) {
  .contenido .block-wrapper-grid {
    width: 1100px;
  }
  .contenido .title-wrapper h3 {
    font-size: 26px;
  }
  .contenido .title-wrapper h4,
  .contenido .title-wrapper p {
    font-size: 20px;
  }
  .contenido .html-wrapper.block-wrapper-full > div {
    width: 1100px;
  }
  .contenido .claim-img-wrapper > div {
    padding: 80px 0 80px calc((100% - 1100px) / 2);
  }
  .contenido .espec-wrapper .espec-container {
    width: 1100px;
  }
  .contenido .espec-wrapper .espec-cols h3 {
    font-size: 26px;
  }
  .contenido .espec-wrapper .espec-cols p {
    font-size: 26px;
  }
}
/* *********************************************************************************************************************
 * DESKTOP 1200
 */
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 32px;
  }
  .contenido .block-wrapper-grid {
    width: 950px;
  }
  .contenido .html-wrapper.block-wrapper-full > div {
    width: 950px;
  }
  .contenido .claim-img-wrapper {
    aspect-ratio: 2;
  }
  .contenido .claim-img-wrapper > div {
    padding: 50px 0 50px calc((100% - 950px) / 2);
  }
  .contenido .claim-img-wrapper > div .txt-box {
    padding: 30px 40px;
  }
  .contenido .espec-wrapper .espec-container {
    width: 950px;
  }
  .contenido .img-txt-wrapper .data p {
    max-width: none;
  }
}
/* *********************************************************************************************************************
 * PORTRAIT TABLET TO LANDSCAPE AND DESKTOP  - 769 TO 1000
 */
@media screen and (max-width: 1000px) {
  .contenido h2 {
    font-size: 28px;
  }
  .contenido .block-wrapper-grid {
    width: 90%;
  }
  .contenido .html-wrapper.block-wrapper-full > div {
    width: 90%;
  }
  .contenido .cars-wrapper .cars-container > div {
    width: 50%;
  }
  .contenido .cars-wrapper .cars-container:after {
    display: none;
  }
  .contenido .claim-img-wrapper {
    aspect-ratio: 1.5;
    background-attachment: scroll !important;
    background-size: cover !important;
  }
  .contenido .claim-img-wrapper > div {
    padding: 50px 0 50px calc((100% - 90%) / 2);
  }
  .contenido .claim-img-wrapper.block-wrapper-full > div {
    padding-left: 5%;
  }
  .contenido .espec-wrapper {
    padding: 60px 0;
  }
  .contenido .espec-wrapper .espec-container {
    width: 90%;
    flex-direction: column;
    gap: 30px;
  }
  .contenido .espec-wrapper h2 {
    flex: 0 0 auto;
  }
  .contenido .espec-wrapper .espec-cols {
    gap: 40px;
  }
  .contenido .espec-wrapper .espec-cols h3 {
    font-size: 21px;
  }
  .contenido .espec-wrapper .espec-cols p {
    font-size: 21px;
  }
  .contenido .img-txt-wrapper .data {
    padding: 40px;
  }
  .contenido .gal-wrapper .slider-container .slider[data-columns="3"] .slick-list {
    padding-top: 0px !important;
  }
  .contenido .gal-wrapper .slider-container .slider[data-columns="3"] .slick-slide {
    transform: scale(1);
  }
  .contenido .gal-wrapper .slider-container .slider[data-columns="3"] .slick-center {
    transform: scale(1);
  }
  .contenido .gal-wrapper .slider-container .slider[data-columns="3"] .slick-next {
    margin: 0;
  }
  .contenido .gal-wrapper .slider-container .slider[data-columns="3"] .slick-prev {
    margin: 0;
  }
  .contenido .map-wrapper.block-wrapper-full .map-container {
    height: 400px;
  }
}
/* *********************************************************************************************************************
 * VERTICAL MOBILES AND DOWN  < 767
 */
@media screen and (max-width: 767px) {
  .contenido h2 {
    font-size: 26px;
  }
  .contenido .block-wrapper {
    margin-top: 0;
  }
  .contenido .title-wrapper:has(h2) {
    margin-top: 40px;
  }
  .contenido .title-wrapper h3 {
    font-size: 22px;
  }
  .contenido .title-wrapper h4,
  .contenido .title-wrapper p {
    font-size: 18px;
  }
  .contenido .text-wrapper h5 {
    font-size: 21px;
  }
  .contenido .text-wrapper h6 {
    font-size: 18px;
  }
  .contenido .claim-img-wrapper {
    aspect-ratio: unset;
  }
  .contenido .claim-img-wrapper > div .txt-box {
    padding: 15px;
  }
  .contenido .claim-img-wrapper > div .txt-box h2 {
    font-size: 21px;
  }
  .contenido .claim-img-wrapper.block-wrapper-grid > div, .contenido .claim-img-wrapper.block-wrapper-full > div {
    padding: 30px 0 90px 5%;
  }
  .contenido .claim-img-wrapper.parallax-enabled {
    background-attachment: scroll;
  }
  .contenido .docs-wrapper .docs {
    gap: 10px;
  }
  .contenido .docs-wrapper .docs li {
    width: 100%;
  }
  .contenido .gal-wrapper {
    margin-top: 30px;
  }
  .contenido .cars-wrapper {
    margin-top: 30px;
  }
  .contenido .cars-wrapper .cars-container > div {
    width: 100%;
    margin-bottom: 0;
  }
  .contenido .cars-wrapper .cars-container > div span {
    padding-right: 0;
  }
  .contenido .espec-wrapper {
    padding: 50px 0;
  }
  .contenido .espec-wrapper h2 {
    font-size: 28px;
  }
  .contenido .espec-wrapper.cols-2 .espec-cols {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .contenido .espec-wrapper .espec-col h3 {
    font-size: 21px;
  }
  .contenido .espec-wrapper .espec-col p {
    font-size: 21px;
  }
  .contenido .img-txt-wrapper .img-txt-container {
    flex-direction: column;
  }
  .contenido .img-txt-wrapper .img {
    width: 100%;
    height: 200px;
  }
  .contenido .img-txt-wrapper .data {
    width: 100%;
    padding: 10%;
  }
}
/* *********************************************************************************************************************
* SLICK
*/
.slick-slider + .paging {
  position: relative;
  width: 140px;
  margin: -70px 0 0 100px;
  font-size: 13px;
  line-height: 70px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}
.slick-slider.with-paging .slick-prev,
.slick-slider.with-paging .slick-next {
  top: auto;
  bottom: 20px;
}
.slick-slider.with-paging .slick-prev {
  left: 115px;
  transform: scale(0.6) rotate(180deg);
}
.slick-slider.with-paging .slick-next {
  right: auto;
  left: 195px;
  transform: scale(0.6);
}
.slick-slider.arrows-top-right .slick-prev,
.slick-slider.arrows-top-right .slick-next {
  top: -30px;
}
.slick-slider.arrows-top-right .slick-prev {
  left: auto;
  right: 40px;
}
.slick-slider.arrows-top-right .slick-next {
  right: 0;
}
.slick-slider.arrows-bottom-right .slick-prev,
.slick-slider.arrows-bottom-right .slick-next {
  top: auto;
  bottom: -50px;
}
.slick-slider.arrows-bottom-right .slick-prev {
  left: auto;
  right: 40px;
}
.slick-slider.arrows-bottom-right .slick-next {
  right: 0;
}
.slick-slider.arrows-outside .slick-prev {
  left: -100px;
}
.slick-slider.arrows-outside .slick-next {
  right: -100px;
}
.slick-slider.arrows-outside-closer .slick-prev {
  left: -35px;
}
.slick-slider.arrows-outside-closer .slick-next {
  right: -35px;
}
.slick-slider.arrows-bordered .slick-prev,
.slick-slider.arrows-bordered .slick-next {
  box-sizing: content-box;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #b2b2b2;
}
.slick-slider.arrows-bordered .slick-prev {
  border-left: 0;
}
.slick-slider.arrows-bordered .slick-next {
  border-left: 0;
}
.slick-slider.arrows-circled .slick-prev,
.slick-slider.arrows-circled .slick-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  border: 1px solid #b2b2b2;
  transition: background 0.4s ease;
}
.slick-slider.arrows-circled .slick-prev:before,
.slick-slider.arrows-circled .slick-next:before {
  display: inherit;
}
.slick-slider.arrows-circled .slick-prev:hover,
.slick-slider.arrows-circled .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.slick-slider.arrows-circled .slick-prev.slick-disabled,
.slick-slider.arrows-circled .slick-next.slick-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.slick-slider.arrows-circled--negative .slick-prev,
.slick-slider.arrows-circled--negative .slick-next {
  background-color: rgba(255, 255, 255, 0.6);
}
.slick-slider.arrows-circled--negative .slick-prev:hover,
.slick-slider.arrows-circled--negative .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.slick-slider.dots-inside .slick-dots {
  margin-top: -50px;
}
.slick-slider.dots-negative .slick-dots li button::before {
  color: #fff;
}

/* .slick-slide {
	height: 100%;
	min-height: 1px;
} */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 100;
  cursor: pointer;
  display: block;
  outline: none;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  color: transparent;
  border: none;
  background: transparent;
}
.slick-prev:before,
.slick-next:before {
  content: url("../../../media/slider-arrow.svg");
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 0.6;
}

.slick-prev {
  left: 30px;
  transform: rotate(180deg) translateY(50%);
}

.slick-next {
  right: 30px;
}

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

.slick-dots {
  position: absolute;
  display: block;
  list-style: none;
  width: 100%;
  margin-top: 30px;
  padding: 0 !important;
  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: 34px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  color: #000;
  opacity: 0.3;
  transition: opacity 0.4s ease;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

@media screen and (max-width: 1400px) {
  .slick-slider.arrows-circled.arrows-outside .slick-prev {
    left: -60px;
  }
  .slick-slider.arrows-circled.arrows-outside .slick-next {
    right: -60px;
  }
}
@media screen and (max-width: 767px) {
  .slick-slider + .paging {
    width: 100px;
    margin: -40px auto 0 auto;
    line-height: 40px;
  }
  .slick-slider.with-paging .slick-prev,
  .slick-slider.with-paging .slick-next {
    bottom: 5px;
  }
  .slick-slider.with-paging .slick-prev {
    left: calc(50% - 45px);
  }
  .slick-slider.with-paging .slick-next {
    left: calc(50% + 15px);
  }
  .slick-slider.arrows-circled .slick-prev,
  .slick-slider.arrows-circled .slick-next {
    width: 40px;
    height: 40px;
  }
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
}
/* *********************************************************************************************************************
* LIGHTGALLERY OVERRIDES
*/
.lg-outer .lg-toolbar {
  height: 0;
}
.lg-outer #lg-counter {
  float: right;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}
.lg-outer.lg-thumb-open .lg-sub-html {
  bottom: 80px !important;
}
.lg-outer .lg-toogle-thumb {
  right: auto;
  left: 20px;
}
.lg-outer .lg-thumb-item {
  border-radius: 0;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #007494;
}
.lg-outer .lg-sub-html {
  padding: 20px 40px;
  font-size: 14px;
  line-height: 1.3;
  background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  .lg-outer .lg-toogle-thumb {
    left: 10px;
  }
  .lg-outer .lg-sub-html {
    padding: 20px 70px;
    font-size: 12px;
  }
}
