*{
  font-family: 'Locator';
  outline: 0;
}
:root{
  --blanco: #ffffff;
  --negro: #000000;
  --marron: #7C6E65;
  --marron2: #947359;
  --gris1: #666367;
  --gris2: #C6C4BB;
  --gris3: #F2F1F0;
  --crema: #EFE8D8;
  --crema2: #D8C8B1;
  --crema3: #AB9E8F;

  --team-2: #662E8C;
  --team-3: #8C2970;
  --team-4: #384729;
  --team-5: #6E7D2E;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
a:focus{
  outline:none;
}
html,
body {
  height: 100%;
}
button,
button:focus{
  outline: 0;
}
@font-face {
  font-family: 'Locator';
  src: url('../fonts/Locator-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Locator';
  src: url('../fonts/Locator-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Locator';
  src: url('../fonts/Locator-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Locator';
  src: url('../fonts/Locator-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Locator';
  src: url('../fonts/Locator.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Locator';
  src: url('../fonts/Locator-UltraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
.p-relative{
  position: relative;
}
.overhidden{
  position: relative;
  overflow: hidden;
}
.container{
  max-width: 1450px;
}
.img-central{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.h100{
  height: 100vh;
}
.w100{
  width: 100%;
}
.container-1550{
  max-width: 1550px;
}
.container-1430{
  max-width: 1430px;
}
.pl-130{
  padding-left: 130px;
}
.pl-61{
  padding-left: 61px;
}
.pl-68{
  padding-left: 68px;
}
/*btn-general*/ /*btn-general*/
.btn-general{
  position: relative;
  padding: 9px 20px;
  line-height: 1.2;
  border-radius: 0;
  outline: 0 none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 233px;
  text-align: center;
  height: 60px;
  color: var(--blanco) !important;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: var(--marron2);
  border: 1px solid var(--marron2);
  transition: all 0.3s;
  cursor: pointer;
}
.btn-general:before,
.btn-general:after{
  content: '';
  display: block;
  position: absolute;
  height: 17px;
  width: 11px;
  z-index: 2;
}
.btn-general:before{
  border-top: 3px solid #fff;
  top: 4px;
  border-left: 3px solid #fff;
  left: 4px;
}
.btn-general:after{
  border-right: 3px solid #fff;
  right: 4px;
  border-bottom: 3px solid #fff;
  bottom: 4px;
}
.btn-general.white{
  border-color: var(--blanco);
  background-color: transparent;
}
.btn-general.invertido{
  border-color: var(--marron2);
  color: var(--marron2) !important;
  background-color: transparent;
}
.btn-general.invertido:before,
.btn-general.invertido:after{
  border-color: var(--marron2);
}
.btn-general.white:not(.normal):hover{
  background-color: var(--marron2);
  border-color: var(--marron2);
}
.btn-general.shadow{
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.20);
}
.btn-general.shadow:hover{
  background-color: var(--marron2);
  border-color: var(--marron2);
}
.btn-general.grande{
  height: 90px;
  width: 297px;
}
/*btn-general*/ /*btn-general*/


/*home-principal*/ /*home-principal*/
.section-home{
  height: 100vh;
}
@media (max-width: 760px){
  .section-home,
  .section-home .h100{
    height: calc(100vh + -60px);
    height: -webkit-calc(100vh + -60px);
    height: -moz-calc(100vh + -60px);
    height: -o-calc(100vh + -60px);
  }
}
.section-home::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.section-home .content-0{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  transition: all 0.5s;
  opacity: 1;
}
.section-home .content-0 .log-central{
  max-width: 339px;
}
.section-home.activado .content-0{
  opacity: 0;
}
.videobg{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #111111;
}
.videobg-width {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.videobg-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.videobg-make-height{
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
}
.videobg-hide-controls {
  box-sizing: content-box;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px 97.7777px;
  top: -55px;
  left: -97.7777px;
}
.videobg iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none;
}
@media (max-width: 767px){
  .section-home .content-0 .log-central {
    max-width: 320px;
  }
}
@media (max-width: 480px){
  .section-home .content-0 .log-central {
    max-width: 287px;
  }
}
@media (max-width: 340px){
  .section-home .content-0 .log-central {
    max-width: 250px;
  }
}
/*home-principal*/ /*home-principal*/


/*scroll-arrow*/ /*scroll-arrow*/
.box-anchor{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  background-color: rgba(103, 91, 83, 60%);
  padding: 12px 24px;
  z-index: 4;
}
.box-anchor span{
  color: var(--blanco);
  font-size: 14px;
  font-weight: 400;
  display: table;
  text-align: center;
  line-height: 1.2;
}
.box-anchor span.mobil{
  display: none;
}
.box-anchor .arrow{
  margin: 0 auto;
  display: table;
  width: 44px;
  height: auto;
  padding-top: 14px;
}
@media (max-width: 1450px){
  .box-anchor {
    padding: 10px 14px 9px;
  }
  .box-anchor .arrow {
    width: 32px;
    padding-top: 9px;
  }
}
@media (max-width: 550px){
  .box-anchor span.desktop{
    display: none;
  }
  .box-anchor span.mobil{
    display: block;
  }
  .box-anchor .arrow {
    width: 28px;
    padding-top: 6px;
  }
  .box-anchor span {
    font-size: 11px;
  }
  .box-anchor {
    padding: 7px 14px;
  }
}
/*scroll-arrow*/ /*scroll-arrow*/


/*section-title*/ /*section-title*/
.section-home-2{
  padding: 230px 0 240px;
}
#decoracion-2{
    top: 0;
    right: -60px;
    width: 120px;
    height: 120px;
    z-index: 2;
}
.decoracion-right-top{
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
.section-home-2 .container{
  max-width: 1200px;
  margin: 0 auto;
}
.section-home-2 .container h2{
  font-size: 51px;
  color: var(--marron);
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
}
.section-home-2 .container h2 strong,
.section-home-2 .container h2 b {
  font-weight: 700;
}
.linea-general{
  max-width: 465px;
  height: 5px;
  margin: 0 auto;
  margin-top: 50px;
  background-color: var(--marron);
}
.section-mareas-2 .decoracion-1::before,
.section-home-2 .decoracion-1::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    width: 110px;
    height: 110px;
    background-color: #D8C8B14D;
}
@media (max-width: 1600px){
  .section-home-2 .container h2 {
    font-size: 48px;
  }
  .section-home-2 {
    padding: 280px 0 130px;
  }
}
@media (max-width: 1480px){
  .section-home-2 .container h2 {
    font-size: 42px;
  }
  .section-home-2 {
    padding: 250px 0 100px;
  }
}
@media (max-width: 1450px){
  .section-home-2 .decoracion-1::before {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 1280px){
  .section-home-2 {
    padding: 200px 0 100px;
  }
}
@media (max-width: 991px){
  .section-home-2 .container h2 {
    font-size: 38px;
  }
  .section-home-2 {
    padding: 180px 0 80px;
  }
}
@media (max-width: 767px){
  .section-home-2 .container h2 {
    font-size: 32px;
  }
  .linea-general{
    height: 2px;
    margin-top: 30px;
  }
  #decoracion-2{
    display: none;
  }
  .section-home-2 {
    padding: 120px 0 60px;
  }
}
@media (max-width: 550px){
  .section-home-2 .decoracion-1::before {
    width: 57px;
    height: 57px;
  }
}
@media (max-width: 480px){
  .section-home-2 .container h2 {
    font-size: 27px;
  }
  .section-home-2 .container{
    padding: 0 20px;
  }
  .section-home-2 {
    padding: 120px 0 110px;
  }
}
@media (max-width: 340px){
  .section-home-2 .container h2 {
    font-size: 22px;
  }
  .linea-general {
    margin-top: 35px;
  }
  .section-home-2 {
    padding: 90px 0 45px;
  }
}
/*section-title*/ /*section-title*/


/*home-duo*/ /*home-duo*/
#decoracion-bottom{
    bottom: 0;
    right: -85px;
    width: 173px;
    height: 167px;
    z-index: 2;
}
.decoracion-right-bottom{
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
.section-suscripcion .box-0{
  min-height: 450px;
  display: flex;
  align-items: center;
  padding: 20px;
  max-width: 520px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.section-suscripcion .col-right::before{
  content:'';
  display: block;
  width: 100vw;
  height: 100%;
  left:0;
  background: var(--gris3);
  position: absolute;
  top:0;
  left:0;
  z-index: -1;
}
.section-suscripcion .box-0 .title{
  font-size: 36px;
  color: var(--marron);
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
  max-width: 460px;
}
.section-suscripcion .box-0 .title strong,
.section-suscripcion .box-0 .title b{
  font-weight: 700;
}
.section-suscripcion .box-0 .subtitle{
  color: var(--gris2);
  font-size: 27px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 25px 0 0;
}
.section-suscripcion .box-center{
  max-width: 525px;
  margin: 0 auto;
}
.item-input input {
    color: var(--negro);
    font-size: 24px;
    font-weight: 300;
    border: 0;
    border-bottom: 2px solid var(--marron);
    background-color: transparent;
    height: 50px;
    border-radius: 0;
    padding: 8px 10px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}
.item-input input::placeholder{
  color: #AB9E8F;
  font-style: italic;
  font-weight: 200;
}
.section-suscripcion .box-center .item-check{
  padding: 15px 0 20px;
}
.item-check label{
  font-size: 18px;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 12px;
  position: relative;
  padding-left: 40px;
  color: #666367;
}
.item-check input[type="checkbox"]{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 25px;
  height: 25px;
  border: 2px solid var(--marron);
  background-color: transparent;
  outline: none;
  cursor: pointer;
  padding: 0 !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 10px;
}
.item-check input[type="checkbox"]:checked::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 15px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  left: 7px;
  top: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  z-index: 1;
}
.item-check input[type="checkbox"]:checked{
  border-color: var(--marron);
  background-color:var(--marron);
}
@media (max-width: 1450px){
  .section-suscripcion .box-0 {
    min-height: 400px;
    margin: 0 auto;
  }
  #decoracion-bottom {
    right: -65px;
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 991px){
  .section-suscripcion .box-0 .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 767px){
  .section-suscripcion {
    background-color: var(--gris3);
    padding: 80px 0;
    margin-bottom: 0;
  }
  .section-suscripcion .box-0 {
    min-height: auto;
    margin: 0 auto;
  }
  .section-suscripcion .box-0 .subtitle {
    margin: 20px 0 0;
  }
  #decoracion-bottom {
    right: -55px;
    width: 115px;
    height: 115px;
  }
}
@media (max-width: 480px){
  .section-suscripcion .box-0 .btn-general{
    width: 100%;
  }
  #decoracion-bottom {
    right: -40px;
    width: 91px;
    height: 88px;
  }
  .section-suscripcion .box-0 .subtitle {
    text-transform: none;
  }
  .section-suscripcion .box-0 .title,
  .section-suscripcion .box-0 .subtitle{
    text-align: center;
  }
  .section-suscripcion {
    padding: 30px 0 50px;
  }
  .section-suscripcion .box-0 {
    padding: 20px 10px 40px;
  }
}
@media (max-width: 340px){
  .section-suscripcion .box-0 .title {
    font-size: 32px;
  }
  .section-suscripcion .box-0 .subtitle {
    font-size: 22px;
  }
  .item-check label {
    font-size: 16px;
  }
  .item-input input {
    font-size: 20px;
  }
}
/*home-duo*/ /*home-duo*/




/*slider-home*/ /*slider-home*/
.item-design{
  height: 808px;
  max-width: 407px;
  width: 100%;
  position: relative;
}
.item-design::before{
  content:'';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: var(--negro);
  position: absolute;
  top:0;
  left:0;
  opacity: 0.15;
  transition: all 0.4s;
}
.item-design:hover::before{
  opacity: 0.5;
}
.item-design .content-x{
  position: absolute;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
  text-align: center;
  padding: 20px;
}
.item-design .content-x .title{
  font-weight: 300;
  font-size: 36px;
  color: var(--blanco);
  text-transform: uppercase;
}
.item-design .content-x .d-table .btn-general{
  opacity: 0;
  margin-top: 40px;
}
.item-design:hover .content-x .d-table .btn-general{
  opacity: 1;
}
.item-design .img-central.mobil{
  display: none;
}
.section-home-3 .move-0{
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1425px;
  position: relative;
}
.section-home-3 .bloque-0{
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px;
  position: relative;
}
@media (min-width: 551px){
  .section-home-3 .bloque-0::before{
    content: '';
    display: block;
    background-color: var(--blanco);
    position: absolute;
    top: 0;
    left: -50vw;
    height: 100%;
    width: 50vw;
    z-index: 2;
  }
}
.list-home-0 .slick-slide{
  margin: 0 5px;
}
.list-home-0 .slick-list{
  overflow: visible !important;
}
.arrow-00{
  position: absolute;
  top:50%;
  width: 80px;
  height: 80px;
  z-index: 5;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
}
.arrow-00.left{
  left:0;
}
.arrow-00.right{
  right:0;
}
.slick-arrow.slick-disabled{
  display: none !important;
}
.section-home-3 .arrow-00.left {
  left: 45px;
}
.arrow-00 img{
  width: 23px;
  height: auto;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
@media (max-width: 1600px){
  .item-design {
    height: 720px;
  }
  .arrow-00 {
    top: 44%;
  }
}
@media (max-width: 1480px){
  .item-design {
    height: 640px;
  }
  .arrow-00 {
    top: 45%;
  }
  .section-home-3 .move-0 {
    margin-bottom: 125px;
  }
  .item-design .content-x .d-table .btn-general {
    margin-top: 30px;
  }
}
@media (max-width: 1350px){
  .section-home-3 .bloque-0 {
    max-width: 1100px;
  }
  .item-design {
    height: 600px;
  }
  .arrow-00 {
    top: 44.2%;
  }
}
@media (max-width: 1220px){
  .arrow-00 img {
    width: 16px;
  }
  .arrow-00 {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1180px){
  .section-home-3 .bloque-0 {
    max-width: 1000px;
  }
  .item-design {
    height: auto;
    padding-bottom: 190%;
  }
  .arrow-00 {
    top: 46.4%;
  }
  .section-home-3 .move-0 {
    margin-bottom: 100px;
  }
}
@media (max-width: 1100px){
  .section-home-3 .bloque-0 {
    max-width: 900px;
  }
}
@media (max-width: 1080px){
  .section-home-3 .bloque-0 {
    max-width: 820px;
  }
}
@media (max-width: 925px){
  .section-home-3 .bloque-0 {
    max-width: 750px;
  }
}
@media (max-width: 855px){
  .section-home-3 .bloque-0 {
    max-width: 700px;
  }
  .item-design .content-x .d-table .btn-general {
    margin-top: 20px;
  }
}
@media (max-width: 800px){
  .section-home-3 .bloque-0 {
    max-width: 650px;
  }
}
@media (max-width: 766px){
  .section-home-3 .bloque-0 {
    max-width: 450px;
  }
  .item-design {
    height: 480px;
  }
  .item-design .img-central.desktop{
    display: none;
  }
  .item-design .img-central.mobil{
    display: block;
  }
  .section-home-3 .move-0 {
    margin-bottom: 50px;
  }
  .arrow-00 {
    top: 44.9%;
  }
}
@media (max-width: 550px){
  .section-home-3 .bloque-0 {
    max-width:400px;
  }
  .section-home-3 .arrow-00{
    display: none;
  }
  .section-home-3 .bloque-0 .list-home-0 li{
    margin: 10px 0;
  }
  .item-design {
    height: auto;
    padding-bottom: 110%;
  }
  .item-design:hover .content-x .d-table .btn-general.white{
    backdrop-filter: blur(2px);
  }
  .item-design .content-x .d-table .btn-general {
    margin-top: 10px;
  }
  .item-design::before,
  .item-design:hover::before{
    opacity: 0.25;
  }
  .item-design .content-x .d-table .btn-general {
    opacity: 1;
    backdrop-filter: blur(2px);
  }
}
@media (max-width: 480px){
  .arrow-00 img {
    width: 12px;
  }
  .arrow-00 {
    width: 50px;
    height: 55px;
  }
}
@media (max-width: 400px){
  .section-home-3 .container{
    padding: 0 6px;
  }
}
@media (max-width: 380px){
  .arrow-00 {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 340px){
  .item-design {
    height: 340px;
  }
  .item-design .content-x .title {
    font-size: 32px;
  }
}
/*slider-home*/ /*slider-home*/



/*footer*/ /*footer*/
.footer{
  background: var(--marron);
}
.footer .part-1{
  padding: 75px 0 35px;
}
.footer .part-1 *{
  color: var(--blanco);
}
.footer .part-1 .box-left{
  position: relative;
  height: 100%;
}
.footer .part-1 .box-left .link-0{
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 18px;
}
.footer .part-1 .box-left .text-0{
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer .group-links ul{
  list-style: none;
  padding-left: 0;
}
.footer .group-links ul li{
  padding: 0 0 5px;
}
.footer .group-links ul li a{
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer .group-links > div {
  max-width: 190px;
}
.footer .part-1 .group-links{
  margin-bottom: 25px;
}
.footer .part-1 .group-social .lista{
  text-align: right;
}
.footer .part-1 .group-social .lista li{
  display: inline-block;
  margin: 4px 8px;
}
.footer .part-1 .group-social .lista li img{
  width: 30px;
  height: auto;
  vertical-align: bottom;
}
.footer .part-2 .row{
  min-height: 130px;
  align-items: center;
  justify-content: center;
}
.footer .part-2 .linea{
  width: 100%;
  height: 1px;
  background-color: var(--crema3);
}
.footer .part-2 .col-a .box-0{
  margin-left: auto;
  display: table;
}
.footer .part-2 .lista-0 li{
  display: inline-block;
  margin-left: 15px;
}
.footer .part-2 span,
.footer .part-2 a{
  font-size:12px;
  font-weight: 400;
  color: var(--crema3);
}
.footer .part-2 .logo-footer{
  width: 193px;
  height: auto;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.footer .part-1 .col-md-6.pl-0{
  padding-left: 10px;
}
@media (max-width: 1600px){
  .footer .part-1 {
    padding: 55px 0 20px;
  }
  .footer .part-1 .box-left .link-0 {
    font-size: 34px;
  }
  .footer .part-2 .row {
      min-height: 160px;
  }
  .footer .part-1 .group-social .lista li img {
    width: 28px;
  }
}
@media (max-width: 1450px){
  .footer .part-1 .box-left .link-0 {
    font-size: 32px;
  }
  .footer .group-links ul li a {
    font-size: 14px;
  }
  .footer .part-2 .row {
    min-height: 140px;
  }
  .footer .part-2 .logo-footer {
    bottom: 10px;
  }
}
@media (max-width: 991px){
  .footer .part-1 .group-links{
    display: none!important;
  }
  .footer .part-1 .box-left .link-0 {
    font-size: 28px;
  }
  .footer .part-1 .box-left .text-0 {
    position: relative;
    padding-top: 20px;
  }
  .footer .part-1 .group-social{
    position: relative;
    height: 100%;
  }
  .footer .part-1 .group-social .lista{
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .footer .part-1 .col-md-6 {
    width: 70%;
  }
  .footer .part-1 .col-md-6.pl-0 {
    width: 30%;
    padding-left: 0;
  }
}
@media (max-width: 767px){
  .footer .part-2 .col-a,
  .footer .part-2 .col-b {
    left: 0;
  }
  .footer .part-2 .col-md-6 {
    width: 50%;
  }
  .footer .part-2 .container{
    padding: 0 20px 40px;
  }
  .footer .part-2 .row{
    min-height: auto;
  }
  .footer .part-2 .col-a .box-0 {
    margin-left: 0;
    display: inline-block;
  }
  .footer .part-2 .lista-0 li {
    margin-left: 0;
    margin-right: 15px;
  }
  .footer .part-2 .logo-footer{
    bottom: 0;
    position: relative;
    left: 0;
    transform: none;
    text-align: center;
    margin: 30px auto;
    display: table;
    width: 271px;
  }
  .footer .part-2 .col-b .box-0 span{
    text-align: right;
    display: table;
    margin-left: auto;
  }
}
@media (max-width: 650px){
  .footer .part-1 .col-md-6,
  .footer .part-1 .col-md-6.pl-0 {
    width: 100%;
  }
  .footer .part-1{
    text-align: center;
    padding: 35px 0 50px;
  }
  .footer .part-1 .group-social .lista {
    position: relative;
    display: block;
    text-align: center;
  }
  .footer .part-1 .box-left .link-0 {
      font-size: 24px;
  }
  .footer .part-1 .box-left .text-0 {
    padding: 20px 0;
    font-weight: 300;
  }
  .footer .part-2 .col-md-6 {
    width: 100%;
  }
  .footer .part-2 .col-b .box-0 span {
    text-align: left;
    display: block;
    margin-left: 0;
  }
  .footer .part-2 .col-a .box-0{
    width: 100%;
  }
  .footer .part-2 .col-a .box-0 .lista-0{
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer .part-2 .lista-0 li {
    margin: 10px 0;
  }
}
@media (max-width: 480px){
  .footer .part-1 .box-left .text-0{
    max-width: 260px;
    margin: 0 auto;
  }
  .footer .part-1 .box-left .link-0 {
    text-transform: unset;
  }
  .footer .part-1 .group-social {
    max-width: 240px;
    margin: 0 auto;
  }
  .footer .part-1 .group-social .lista{
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer .part-1 .group-social .lista li{
    display: inline-block;
  }
  .footer .part-1 .group-social .lista li img {
    width: 26px;
  }
}
@media (max-width: 340px){
  .footer .part-1 .box-left .link-0 {
    font-size: 20px;
  }
  .footer .part-2 .logo-footer {
    width: 250px;
  }
}
/*footer*/ /*footer*/


/*Real-Estate-banner*//*Real-Estate-banner*/
.section-banner-0{
  height: 100vh;
}
.section-banner-0::before{
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.section-banner-0 .content-0{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.section-banner-0 .container .titulo{
  color: var(--blanco);
  font-size: 45px;
  font-weight: 300;
}
#select-tab-1 option{
  color: var(--negro);
}
@media (max-width: 760px){
  .section-banner-0,
  .section-banner-0 .h100{
    height: calc(100vh + -60px);
    height: -webkit-calc(100vh + -60px);
    height: -moz-calc(100vh + -60px);
    height: -o-calc(100vh + -60px);
  }
}
@media (max-width: 700px){
  .section-banner-0 .container .titulo br{
    display: none;
  }
}
@media (max-width: 550px){
  .banner-desktop-0,
  .page-template-location .section-team-3 {
    display: none;
  }
  .banner-mobile-0{
    display: block !important;
  }
}

/*Real-Estate-banner*//*Real-Estate-banner*/


/*Section-real*//*Section-real*/
.section-real{
  padding: 100px 0 120px;
}
.item-real{
  position: relative;
  padding-bottom: 54%;
  height: 100%;
}
.item-real::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.item-real .center-0{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.item-real .title{
  font-weight: 700;
  font-size: 27px;
  color: var(--blanco);
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 40px;
}
.item-real .content-0{
  padding: 20px 15px;
  max-width: 480px;
  margin: 0 auto;
}
.item-real .content-0 .btn-general{
  backdrop-filter: blur(2px);
}
.item-real .btn-general{
  width: 222px;
}
.row-real{
  margin-left: -4px;
  margin-right: -4px;
}
.row-real .cols-0{
  width: 40%;
  margin-bottom: 8px;
  padding: 0 4px;
}
.row-real .cols-0:nth-child(1),
.row-real .cols-0:nth-child(4),
.row-real .cols-0:nth-child(5),
.row-real .cols-0:nth-child(8),
.row-real .cols-0:nth-child(9),
.row-real .cols-0:nth-child(12),
.row-real .cols-0:nth-child(13){
  width: 60%;
}
.tab-container-one .nav-tabs{
  border-bottom: 0;
  margin-bottom: 30px;
}
.tab-container-one .nav-tabs .nav-item .nav-link{
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  color: var(--crema2);
  line-height: 1.1;
  border: 0;
}
.tab-container-one .nav-tabs .nav-item{
  margin-right: 80px;
}
.tab-container-one .nav-tabs .nav-item .nav-link.active{
  background-color: transparent;
  border: 0;
  color: var(--marron2);
  border-bottom: 3px solid var(--marron2);
}
.tab-container-one .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.tab-container-one .nav-tabs li:nth-last-child(1){
  margin-right: 0;
}
.inner-select{
  position: relative;
  display: none;
}
.inner-select select{
  font-size: 24px;
  font-weight: 200;
  color: var(--gris2);
  background-color: transparent;
  width: 100%;
  padding: 5px 30px 8px 10px;
  border-radius: 0;
  position: relative;
  border: 0;
  border-bottom: 2px solid var(--marron);
  cursor: pointer;
  font-style: italic;
  position: relative;
  z-index: 3;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.inner-select::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 19px;
  right: 10px;
  background-image: url(../../assets/img/triangulo-brown.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
@media (max-width: 1450px){
  .section-real {
    padding: 80px 0 100px;
  }
  .tab-container-one .nav-tabs .nav-item .nav-link {
    font-size: 22px;
  }
  .tab-container-one .nav-tabs .nav-item {
    margin-right: 40px;
  }
}
@media (max-width: 1080px){
  .row-real .cols-0{
    width: 45%;
  }
  .row-real .cols-0:nth-child(1),
  .row-real .cols-0:nth-child(4),
  .row-real .cols-0:nth-child(5),
  .row-real .cols-0:nth-child(8),
  .row-real .cols-0:nth-child(9),
  .row-real .cols-0:nth-child(12),
  .row-real .cols-0:nth-child(13){
    width: 55%;
  }
}
@media (max-width: 991px){
  .row-real .cols-0{
    width: 48%;
  }
  .row-real .cols-0:nth-child(1),
  .row-real .cols-0:nth-child(4),
  .row-real .cols-0:nth-child(5),
  .row-real .cols-0:nth-child(8),
  .row-real .cols-0:nth-child(9),
  .row-real .cols-0:nth-child(12),
  .row-real .cols-0:nth-child(13){
    width: 52%;
  }
  .item-real {
    height: 350px;
  }
  .section-real {
    padding: 60px 0 80px;
  }
  .tab-container-one .nav-tabs .nav-item .nav-link {
    font-size: 20px;
  }
}
@media (max-width: 767px){
  .row-real .cols-0{
    width: 100%;
    padding: 0;
  }
  .row-real .cols-0:nth-child(1),
  .row-real .cols-0:nth-child(4),
  .row-real .cols-0:nth-child(5),
  .row-real .cols-0:nth-child(8),
  .row-real .cols-0:nth-child(9),
  .row-real .cols-0:nth-child(12),
  .row-real .cols-0:nth-child(13){
    width: 100%;
  }
  .section-real {
    padding: 40px 0 60px;
  }
  .inner-select{
    display: block;
    padding-bottom: 35px;
    max-width: 400px;
    margin: 0 auto;
  }
  .tab-container-one .nav-tabs {
    display: none;
  }
}
@media (max-width: 550px){
  .item-real {
    height: 425px;
  }
  .section-banner-real{
    background-color: var(--blanco);
    padding: 110px 0 10px;
  }
  .section-banner-real .titulo{
    font-size: 45px;
    font-weight: 300;
    color: var(--marron);
    margin: 0;
  }
  .page-template-real-estate #mainNav:not(.sticky-custom) .logo-centrado,
  .page-template-reservas #mainNav:not(.sticky-custom) .logo-centrado{
    filter: brightness(0) saturate(100%) invert(47%) sepia(2%) saturate(2529%) hue-rotate(340deg) brightness(90%) contrast(83%);
  }
}
@media (max-width: 480px){
  .section-banner-real .titulo br{
    display: none;
  }
  .section-banner-real .titulo{
    font-size: 36px;
  }
  .section-today .content .d-flex .btn-general {
    margin: 15px auto;
  }
}
@media (max-width: 340px){
  .item-real {
    height: 380px;
  }
  .item-real .title {
    font-size: 22px;
  }
  .section-real {
    padding: 40px 0;
  }
  .section-banner-real .titulo {
    font-size: 32px;
  }
  .inner-select select {
    font-size: 22px;
  }
  .section-today .content {
    max-width: 280px;
  }
}
/*Section-real*//*Section-real*/


/*section-today*//*section-today*/
.section-today{
  padding: 120px 0;
  background-color: var(--gris3);
}
.section-today .container .row{
  min-height: 600px;
  align-items: center;
  justify-content: center;
}
.section-today .content{
  max-width: 565px;
  margin-right: auto;
  padding: 0 20px;
}
.section-today .content .decoracion{
  width: 87px;
  height: auto;
  margin-bottom: 20px;
}
.section-today .content .title{
  color: var(--marron);
  font-size: 51px;
  font-weight: 700;
  text-transform: uppercase;
}
.section-today .content .subtitle{
  color: var(--marron);
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding: 15px 0 40px;
}
.section-today .content-img{
  padding-right: 12px;
}
@media (max-width: 1450px){
  .section-today .content .title {
    font-size: 48px;
  }
  .section-today {
    padding: 80px 0;
  }
  .section-today .content .decoracion {
    width: 75px;
  }
}
@media (max-width: 1280px){
  .section-today .content .subtitle{
    font-size: 32px;
  }
  .section-today .content .title {
    font-size: 42px;
  }
}
@media (max-width: 1180px){
  .section-today .container .row {
    min-height: 500px;
  }
}
@media (max-width: 1020px){
  .section-today .content .decoracion {
    width: 65px;
    margin-bottom: 10px;
  }
  .section-today .content .subtitle {
    padding: 10px 0 30px;
  }
  .section-today .content .d-flex{
    display: block!important;
  }
  .section-today .content .d-flex .btn-general{
    margin: 10px auto;
    width: 303px;
  }
  .section-today .content .title,
  .section-today .content .subtitle{
    text-align: center;
  }
}
@media (max-width: 991px){
  .section-today .content .subtitle{
    font-size: 28px;
  }
  .section-today {
    padding: 60px 0;
  }
  .section-today .content {
    padding: 0 15px;
  }
}
@media (max-width: 900px){
  .section-today .container .row {
    min-height: 400px;
  }
}
@media (max-width: 850px){
  .section-today .content .decoracion{
    display: none;
  }
}
@media (max-width: 767px){
  .section-today{
    background-color: var(--gris3);
    padding: 60px 0;
  }
  .section-today.tipo-2{
    text-align: center;
  }
  .section-today .col-6{
    width: 100%;
  }
  .section-today .content .title {
    font-size: 36px;
  }
  .section-today .content-img{
    display: none;
  }
  .section-today .container .row {
    min-height: 100%;
  }
  .section-today .content {
    max-width: 450px;
    margin: 0 auto;
  }
  .section-today .content .subtitle{
    text-transform: unset;
  }
  .section-today .content {
    padding: 0;
  }
}
@media (max-width: 550px){
  .section-today .content .subtitle{
    font-size: 24px;
  }
}
@media (max-width: 520px){
  .section-today .content {
    max-width: 303px;
  }
}
@media (max-width: 480px){
  .section-today .container{
    padding-left: 25px;
    padding-right: 25px;
  }
  .section-today .container .row {
    display: -webkit-box;
  }
}
@media (max-width: 360px){
  .section-today .content .d-flex .btn-general {
    width: 100%;
  }
}
@media (max-width: 340px){
  .section-today .content .d-flex .btn-general {
    width: 100%;
  }
  .section-today {
    padding: 60px 0 50px;
  }
  .section-today .content .title {
    font-size: 34px;
  }
  .section-today .content .subtitle {
    font-size: 22px;
  }
}
/*section-today*//*section-today*/



/*error-404*//*error-404*/
.section-404{
  height: 90vh;
  display: flex;
  align-items: center;
}
.section-404 .title-2{
  font-size: 28px;
  margin: 15px 0 25px;
  font-weight: 500;
  text-transform: uppercase;
}
.section-404 .btn-general{
  margin: 0 auto;
}
.section-404 .titulo-0{
  font-size: 10em;
  color: var(--marron2);
  font-weight: 800;
}
@media (max-width: 1600px){
  .section-404 .title-2 {
    font-size: 26px;
  }
}
@media (max-width: 991px){
  .section-404 .title-2 {
    font-size: 24px;
  }
}
@media (max-width: 500px){
  .section-404 .titulo-0{
    font-size: 8em;
  }
}
@media (max-width: 480px){
  .section-404 .title-2 {
    font-size: 22px;
  }
}

/*error-404*//*error-404*/

/*section-noticias*/
.section-noticias{
  padding: 83px 5px 130px;
  padding-bottom: 130px;
}
.section-noticias .block-loading-footer{
  margin-top: 60px;
  padding: 0 5px;
}
.section-noticias .head-taxonomy{
  min-height: 125px;
  padding-bottom: 50px;
  text-align: right;
  padding-right: 15px;
}
.section-noticias .head-taxonomy .lista li{
  display: inline-block;
  margin-left: 90px;
}
.section-noticias .head-taxonomy .lista a{
  font-size: 24px;
  font-weight: 700;
  color: var(--crema2);
  position: relative;
  text-transform: uppercase;
  padding: 0 14px;
}
.section-noticias .head-taxonomy .lista a.activo::before{
  content: '';
  display: block;
  height: 3px;
  background: var(--marron2);
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
}
.section-noticias .head-taxonomy .lista a.activo{
  color: var(--marron2);
}

.item-noticias{
  background: var(--blanco);
  max-width: 425px;
  margin-bottom: 60px;
  position: relative;
}
.item-noticias .box-head{
  height: 300px;
  position: relative;
}
.item-noticias .box-body{
  min-height: 140px;
  padding: 20px 20px 10px;
  background: var(--blanco);
}
.item-noticias .box-body .date-0{
  font-weight: 400;
  font-size: 12px;
  color: var(--crema3);
}
.item-noticias .box-body .title-0{
  font-weight: 400;
  font-size: 24px;
  color: var(--marron);
}
.row-list-news .col-md-6{
  padding-left: 17px;
  padding-right: 17px;
}
.section-noticias .block-center{
  max-width: 64%;
  margin-left: auto;
}
.section-noticias .block-header{
  position: absolute;
  top: 0;
  left: 15px;
  max-width: 30%;
  width: 100%;
}
.section-noticias .decoracion-1{
  position: absolute;
  width: 92px;
  z-index: 2;
  height: auto;
  bottom: -315px;
  left: 0;
}
@media (max-width: 1480px){
  .section-noticias .titulo-66 {
    font-size: 62px;
  }
}
@media (max-width: 1450px){
  .section-noticias {
    padding: 65px 5px 100px;
  }
  .section-noticias .head-taxonomy .lista a {
    font-size: 22px;
  }
}
@media (max-width: 1280px){
  .section-noticias .block-center {
    max-width: 64%;
  }
  .section-noticias .titulo-66 {
    font-size: 58px;
  }
  .item-noticias {
    margin-bottom: 40px;
  }
}
@media (max-width: 1180px){
  .section-noticias .block-center {
    max-width: 66%;
  }
}
@media (max-width: 1100px){
  .section-noticias .block-center {
    max-width: 67%;
  }
  .item-noticias .box-head {
    height: 280px;
  }
}
@media (max-width: 991px){
  .section-noticias .block-header{
    max-width: 100%;
    position: relative;
  }
  .section-noticias .decoracion-1{
    display: none;
  }
  .section-noticias .block-center {
    max-width: 100%;
  }
  .section-noticias::before {
    right: 25%;
  }
  .section-noticias .titulo-66 {
    font-size: 52px;
  }
  .section-noticias .titulo-66 br{
    display: none;
  }
  .section-noticias .block-header{
    left: 0;
  }
  .section-noticias .head-taxonomy {
    min-height: 100%;
    text-align: center;
    padding-right: 0;
    padding-top: 40px;
  }
  .section-noticias .head-taxonomy .lista a {
    font-size: 20px;
  }
  .item-noticias {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px){
  .section-noticias::before {
    right: 0;
    height: 10%;
  }
  .row-list-news .col-md-6:nth-child(odd) .item-noticias {
    top: 0;
  }
  .section-noticias .head-taxonomy .lista li {
    margin: 0 15px;
  }
  .item-noticias{
    margin: 15px auto;
    margin-bottom: 10px;
  }
  .section-noticias .block-loading-footer {
    margin-top: 20px;
  }
  .section-noticias {
    padding: 50px 5px 100px;
  }
  .section-noticias .block-loading-footer{
    max-width: 420px;
    margin: 0 auto;
    padding-top: 30px;
  }
  .section-noticias .titulo-66 {
    font-size: 48px;
  }
}
@media (max-width: 480px){
  .item-noticias {
    margin: 15px auto;
  }
  .section-noticias .titulo-66 {
    font-size: 45px;
  }
  .section-noticias .block-header {
    padding: 0 5px;
  }
  .section-noticias .head-taxonomy .lista li{
    margin: 15px 0;
  }
  .section-noticias .head-taxonomy {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .section-noticias .head-taxonomy .lista a {
    font-size: 18px;
    width: 100%;
    display: table;
  }
}
@media (max-width: 400px){
  .item-noticias .box-body {
    padding: 20px 15px 10px;
  }
}
@media (max-width: 340px){
  .item-noticias .box-head {
    height: 220px;
  }
  .item-noticias .box-body .title-0 {
    font-size: 22px;
  }
  .item-noticias .box-body {
    padding: 15px 10px 10px;
    min-height: auto;
  }
}
/*section-noticias*/


/* Contact-x1 *//* Contact-x1 */
.space-contact-0{
  height: 50px;
  width: 100%;
  background: var(--blanco);
}
.section-contact-x1 .h-contact{
  min-height: 875px;
}
.section-contact-x1 .col-a{
  width: 33%;
  padding-top: 65px;
  position: relative;
}
.section-contact-x1 .col-b{
  width: 67%;
  padding-top: 70px;
  padding-bottom: 150px;
}
.contact-center{
  max-width: 855px;
  margin: 0;
  width: 100%;
  padding: 0 15px 0 5px;
}
.section-contact-x1 .col-a .content-group{
  position: relative;
  z-index: 2;
}
.contenedor-select #select-contact{
  background-color: transparent;
  height: 50px;
  font-size: 24px;
  font-weight: 200;
  font-style: italic;
  color: var(--gris2);
  position: relative;
  cursor: pointer;
  border-bottom: 2px solid var(--gris2);
  padding: 8px 30px 8px 5px;
}
.contenedor-select #select-contact::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 20px;
  right: 8px;
  background-image: url(../../assets/img/triangulo-brown.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.contenedor-select #select-contact.lleno{
  color: var(--marron2);
  border-bottom: 2px solid var(--marron);
}
.label-0{
  font-size: 24px;
}
.contenedor-select{
  position: relative;
}
#select-contact-list{
  background: var(--blanco);
  top:55px;
  left:0;
  width: 100%;
  min-height: 410px;
  padding:  30px 25px;
  display: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 10;
  position: absolute;
}
#select-contact-list .grupo{
  border-bottom: 1px solid var(--gris3);
  position: relative;
  min-height: 63px;
  padding-left: 120px;
  padding-top: 16px;
}
#select-contact-list .grupo:nth-last-child(1){
  border-bottom: 0;
}
#select-contact-list .selector{
  display: block;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 15px;
  cursor: pointer;
  font-style: italic;
  color: var(--marron2);
}
#select-contact-list .type{
  position: absolute;
  top:18px;
  left:0;
  width: 82px;
  text-align: right;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: var(--crema3);
}
#select-contact-overlay{
  position: fixed;
  top:0;
  left:0;
  background: transparent;
  z-index: 5;
  width: 100vw;
  height: 100vh;
  display: none;
}
.contenedor-check{
  position: relative;
  padding-left: 173px;
  margin-bottom: 80px;
  margin-top: 50px;
}
.contenedor-check .text{
  position: absolute;
  left:0;
  top:0;
  max-width: 173px;
  color: var(--gris1);
  font-size: 24px;
  font-weight: 400;
}
.section-contact-x1 .datos-1 .row-0 .btn-general,
.section-contact-x1 .datos-2 .btn-general{
  width: 100%;
}
.section-contact-x1 .datos-2 .row,
.section-contact-x1 .datos-1 .row-0{
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}
.custom-textarea textarea{
  font-size: 24px;
  font-weight: 300;
  padding: 0 10px;
  width: 100%;
  background-color: transparent;
  border: 0;
  height: 150px;
  z-index: 3;
  position: relative;
  line-height: 46px;
  background-image: linear-gradient(to bottom, var(--marron) 2px, transparent 1px), linear-gradient(to bottom, var(--marron) 1px, transparent 1px);
  background-size: 100% 46px;
  background-position: 0 -3px;
  background-attachment: local;
}
.custom-textarea textarea::placeholder{
  font-style: italic;
  color: var(--gris2);
  font-weight: 200;
}
.section-contact-x1 .col-a .content-group .content-2{
  margin-bottom: 40px;
  max-width: 400px;
}
.section-contact-x1 .col-a .content-group .content-1 .titulo{
  color: var(--marron);
  font-weight: 700;
  font-size: 66px;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}
.section-contact-x1 .col-a .content-group .content-2 .subtitulo{
  font-size: 36px;
  font-weight: 300;
  color: var(--gris1);
  text-transform: uppercase;
  margin: 0;
}
.section-contact-x1 .col-a .content-group .content-2 .subtitulo b{
  font-weight: 700;
}
.section-contact-x1 .col-a .content-group .decoracion-1{
  width: 109px;
  height: auto;
}
.section-contact-x1 .datos-1 .label-0.lp2,
.input-custom .label-0{
  font-weight: 400;
  font-size: 24px;
  color: var(--gris1);
  display: block;
  min-height: 36px;
}
.section-contact-x1 .datos-1 .label-0.lp2{
  margin-bottom: 5px;
}
.input-custom {
  margin: 0 0 25px;
}
.input-custom .label-0{
  margin: 0 0 10px;
}
.input-custom input{
  color: var(--marron);
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  border: 0;
  border-bottom: 2px solid var(--gris2);
  background-color: transparent;
  height: 50px;
  border-radius: 0;
  padding: 8px 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
.input-custom input::placeholder{
  font-style: italic;
  font-weight: 200;
  color: var(--gris2);
}
.input-custom.lleno input{
  border-bottom: 2px solid var(--marron);
}
.section-contact-x1 .contenedor-check .list-check li{
  display: inline-block;
  margin: 4px 0 4px 23px;
}
.custom-select-a,
.custom-select-a .label-0{
  margin: 0;
}
.contenedor-check .item label{
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  background-color: var(--marron2);
  padding: 8px 12px 7px 30px;
  border-radius: 20px;
  color: var(--blanco);
  position: relative;
  cursor: pointer;
}
.contenedor-check .item label input[type="radio"]{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 17px;
  height: 17px;
  border: 1px solid var(--crema2);
  background-color: transparent;
  outline: none;
  cursor: pointer;
  padding: 0 !important;
  border-radius: 50px;
  transition: all 0.3s;
  position: absolute;
  top: 10px;
  left: 8px;
}
.contenedor-check .item label input[type="radio"]:checked::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 11px;
  border: solid var(--marron);
  border-width: 0 2px 2px 0;
  left: 5px;
  top: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  z-index: 1;
}
.contenedor-check .item label input[type="radio"]:checked{
  background-color: var(--blanco);
  border: 1px solid var(--blanco);
}
.custom-checkbox label{
  font-size: 24px;
  cursor: pointer;
  font-weight: 400;
  position: relative;
  padding-left: 40px;
  color: var(--gris1);
  line-height: 1.2;
}
.custom-checkbox label input[type="checkbox"]{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 25px;
  height: 25px;
  border: 2px solid var(--marron2);
  background-color: transparent;
  outline: none;
  cursor: pointer;
  padding: 0 !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  top: 1px;
  left: 0;
  margin-right: 10px;
}
.custom-checkbox label input[type="checkbox"]:checked::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 15px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  left: 7px;
  top: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  z-index: 1;
}
.custom-checkbox label input[type="checkbox"]:checked{
  border-color: var(--marron2);
  background-color:var(--marron2);
}

.iti__selected-flag:before{
  content: '';
  display: block;
  position: absolute;
  height: 10px;
  width: 8px;
  z-index: 2;
  right: -5px;
  bottom: -5px;
  background-color: var(--blanco);
}
.contact-center .datos-2 .contenido{
  margin: 60px 0;
}
.contact-center .datos-2 .contenido p{
  color: var(--gris1);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
}
.contact-center .datos-2 .contenido strong,
.contact-center .datos-2 .contenido b{
  font-weight: 700;
}
.section-contact-x1 #telephone .iti .iti__arrow::before,
.select2-container--default .select2-selection--single .select2-selection__arrow::before{
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 8px;
  right: 3px;
  background-image: url(../../assets/img/triangulo-brown.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}
.section-contact-x1 #telephone .iti .iti__arrow::before{
  top: 20px;
}
.section-contact-x1 .datos-1{
  margin-top: 120px;
}
.custom-textarea p,
.input-custom p{
  margin: 0;
}
.custom-textarea br,
.input-custom br{
  display: none;
}
.input-custom .iti{
  width: 100%;
}
.mb-120{
  margin-bottom: 120px;
}
.section-contact-x1 #telephone input{
  padding-left: 60px;
  -moz-appearance: textfield;
}
.section-contact-x1 #telephone input::-webkit-outer-spin-button,
.section-contact-x1 #telephone input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.section-contact-x1 #telephone .iti .iti__arrow{
  border:0;
  margin-left: 20px;
}
.iti--separate-dial-code .iti__selected-flag{
  background-color: transparent !important;
}
.input-custom .select2{
  width: 100% !important;
}
.input-custom .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid var(--gris2);
  height: 50px;
  padding-top: 11px;
  margin-top: -5px;
}
.input-custom .select2-container--default .select2-selection--single .select2-selection__placeholder,
.input-custom .select2-container--default .select2-selection--single .select2-selection__rendered{
  font-size: 24px;
  color:var(--gris2);
  font-weight: 200;
  font-style: italic;
}
.input-custom .select2-container--default .select2-selection--single .select2-selection__rendered{
  color: var(--marron);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  opacity: 0;
}
.select2-personalizado .select2-dropdown .select2-search__field {
  border: 0;
}
.select2-personalizado .select2-results__option,
.select2-personalizado .select2-search__field,
.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code{
  font-size: 24px;
  color:var(--marron2);
  font-weight: 300;
  font-style: italic;
}
.select2-personalizado .select2-results__option{
  padding-left: 23px;
}
.select2-personalizado .select2-search__field{
  padding-left: 12px;
}
.select2-personalizado .select2-dropdown--above{
  top: -10px;
}
.select2-personalizado .select2-results{
  border-top: 2px solid var(--marron);
}
.select2-personalizado .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--marron) !important;
}
.iti__country-name,
.iti__dial-code{
  font-size: 20px;
  color:var(--marron2);
  font-weight: 300;
  font-style: italic;
}
@media (max-width: 1480px){
  .section-contact-x1 .col-a .content-group{
    max-width: 360px;
    margin: 0 auto;
  }
  .section-contact-x1 .col-a .content-group .content-1 .titulo {
    font-size: 62px;
  }
  .section-contact-x1 .col-a .content-group .content-2 .subtitulo {
    font-size: 34px;
  }
  .section-contact-x1 .col-a .content-group .content-2 {
    margin-bottom: 30px;
    max-width: 380px;
  }
  .contenedor-select #select-contact {
    height: 45px;
    font-size: 22px;
  }
  .contenedor-select #select-contact::before {
    top: 17px;
  }
  .section-contact-x1 .h-contact {
    min-height: 800px;
  }
  .section-contact-x1 .col-b {
    padding-bottom: 120px;
  }
  #select-contact-list .selector {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #select-contact-list {
    padding: 25px 20px;
  }
  .input-custom input {
    font-size: 22px;
    height: 45px;
  }
  .input-custom .select2-container--default .select2-selection--single .select2-selection__placeholder,
  .input-custom .select2-container--default .select2-selection--single .select2-selection__rendered,
  .contact-center .datos-2 .contenido p,
  .custom-textarea textarea,
  .custom-checkbox label,
  .section-contact-x1 .datos-1 .label-0.lp2,
  .input-custom .label-0,
  .contenedor-check .text{
    font-size: 22px;
  }
  .input-custom .select2-container--default .select2-selection--single {
    height: 45px;
  }
  .section-contact-x1 #telephone .iti .iti__arrow::before,
  .select2-container--default .select2-selection--single .select2-selection__arrow::before {
    top: 15px;
  }
  .contenedor-check {
    margin-bottom: 60px;
    margin-top: 40px;
  }
  .section-contact-x1 .datos-1 {
    margin-top: 100px;
  }
  .custom-checkbox label input[type="checkbox"]{
    top: 0px;
  }
  .select2-personalizado .select2-results__option, .select2-personalizado .select2-search__field,
  .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
    font-size: 20px;
  }
  .section-contact-x1 .datos-1 .custom-checkbox.mb-120{
    margin-bottom: 100px!important;
  }
  .contenedor-check .item label input[type="radio"]{
    top: 9px;
  }
  .contact-center .datos-2 .contenido {
    margin: 50px 0;
  }
}
@media (max-width: 1180px){
  .section-contact-x1 .col-a .content-group .content-1 .titulo {
    font-size: 56px;
  }
  .section-contact-x1 .col-a .content-group .content-2 .subtitulo {
    font-size: 32px;
  }
  .section-contact-x1 .h-contact {
    min-height: 750px;
  }
  .section-contact-x1 .datos-1 {
    margin-top: 80px;
  }
}
@media (max-width: 991px){
  .section-contact-x1 .col-a .content-group .content-2 .subtitulo {
    font-size: 30px;
  }
  .section-contact-x1 .col-a .content-group .content-1 .titulo {
    font-size: 45px;
  }
}
@media (max-width: 850px){
  .section-contact-x1 .col-a,
  .section-contact-x1 .col-b {
    width: 100%;
  }
  .section-contact-x1 .col-a .content-group .decoracion-1{
    display: none;
  }
  .section-contact-x1 .col-a{
    min-height: 100%;
    padding-top: 0;
  }
  .section-contact-x1 .col-a .content-group .content-2 {
    margin-top: 30px;
    max-width: 100%;
  }
  .section-contact-x1 .col-a .content-group {
    padding: 0 12px;
    max-width: 100%;
  }
  .section-contact-x1 .col-b{
    padding-top: 60px;
  }
  .section-contact-x1 .col-b{
    min-height: 650px;
  }
  .section-contact-x1 .datos-1 {
    margin-top: 60px;
  }
}
@media (max-width: 767px){
  .section-contact-x1 .datos-1 .label-0.lp2,
  .input-custom .label-0 {
    min-height: auto;
  }
  .input-custom.input-duo{
    margin: 0;
  }
  .section-contact-x1 .contact-center .datos-2 .btn-general.invertido{
    margin-top: 20px;
  }
}
@media (max-width: 550px){
  .section-contact-x1 .datos-1 .custom-checkbox.mb-120 {
    margin-bottom: 80px !important;
  }
  .section-contact-x1 .col-b {
    padding-bottom: 80px;
    min-height: 620px;
  }
}
@media (max-width: 480px){
  .space-contact-0{
    height: 35px;
  }
  .contenedor-check {
    margin-bottom: 30px;
    margin-top: 25px;
    padding-left: 0;
  }
  .section-contact-x1 .col-a .content-group,
  .section-contact-x1 .col-b .contact-center{
    max-width: 400px;
    margin: 0 auto;
    padding: 0 5px;
  }
  .section-contact-x1 .col-a .content-group .content-2 {
    margin-bottom: 45px;
  }
  .contenedor-check .text {
    position: relative;
  }
  .section-contact-x1 .contenedor-check .list-check li {
    margin: 6px 0;
  }
  .section-contact-x1 .datos-1 {
    margin-top: 30px;
  }
  #select-contact-list .type {
    position: relative;
    top: 0;
    text-align: left;
  }
  #select-contact-list .grupo {
    min-height: auto;
    padding-left: 0;
  }
  .section-contact-x1 .col-b {
    min-height: 680px;
  }
  .input-custom input::placeholder{
    font-size: 18px;
  }
}
@media (max-width: 400px){
  .section-contact-x1 .col-a .content-group .content-1 .titulo {
    font-size: 36px;
  }
  .section-contact-x1 .col-a .content-group .content-2 .subtitulo {
    font-size: 27px;
  }
  .input-custom .select2-container--default .select2-selection--single .select2-selection__placeholder,
  .input-custom .select2-container--default .select2-selection--single .select2-selection__rendered,
  .contact-center .datos-2 .contenido p,
  .custom-textarea textarea,
  .custom-checkbox label,
  .section-contact-x1 .datos-1 .label-0.lp2,
  .input-custom .label-0,
  .contenedor-check .text{
    font-size: 18px;
  }
  .contenedor-select #select-contact {
    font-size: 24px;
  }
  .section-contact-x1 .datos-1 .custom-checkbox.mb-120 {
    margin-bottom: 60px !important;
  }
  .section-contact-x1 .col-a .content-group,
  .section-contact-x1 .col-b .contact-center {
    max-width: 320px;
  }
}
@media (max-width: 360px){
  .contenedor-select #select-contact {
    font-size: 22px;
  }
  .section-contact-x1 .col-a .content-group,
  .section-contact-x1 .col-b .contact-center {
    max-width: 300px;
  }
}
/* Contact-x1 *//* Contact-x1 */


/* Contact-x2 *//* Contact-x2 */
.section-contact-x2{
  background: var(--gris3);
  padding: 120px 0 30px;
}
.section-contact-x2 .bloque{
  max-width: 365px;
}
.section-contact-x2 .bloque .title{
  font-size: 51px;
  font-weight: 300;
  color: var(--marron);
  text-transform: uppercase;
}
.section-contact-x2 .bloque .title b{
  font-weight: 700;
}
.section-contact-x2 .box-0{
  margin: 0 0 55px;
}
.section-contact-x2 .box-0 .subtitle{
  font-size: 27px;
  font-weight: 300;
  color: var(--marron);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 18px;
}
.section-contact-x2 .box-0 p,
.section-contact-x2 .box-0 p a{
  font-size: 24px;
  font-weight: 400;
  color: var(--marron);
}
.section-contact-x2 .box-0 .lista-social li{
  display: inline-block;
  margin: 0 35px 0 0;
  padding: 5px;
}
.section-contact-x2 .box-0 .lista-social li img{
  width: 24px;
  height: auto;
  vertical-align: bottom;
}
@media (max-width: 1480px){
  .section-contact-x2 .bloque{
    max-width: 380px;
    padding-left: 50px;
  }
  .section-contact-x2 {
    padding: 100px 0 30px;
  }
  .section-contact-x2 .bloque .title {
    font-size: 46px;
  }
  .section-contact-x2 .box-0 .subtitle {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .section-contact-x2 .box-0 p,
  .section-contact-x2 .box-0 p a {
    font-size: 22px;
  }
  .section-contact-x2 .box-0 {
    margin: 0 0 45px;
  }
  .section-contact-x2 .box-0 .lista-social li {
    margin: 0 22px 0 0;
  }
}
@media (max-width: 1280px){
  .section-contact-x2 .bloque {
    max-width: 350px;
    padding-left: 20px;
  }
}
@media (max-width: 1180px){
  .section-contact-x2 .bloque {
    max-width: 325px;
    padding-left: 0;
  }
}
@media (max-width: 991px){
  .section-contact-x2 {
    padding: 80px 0 20px;
  }
  .section-contact-x2 .bloque {
    max-width: 300px;
  }
  .section-contact-x2 .bloque .title{
    font-size: 42px;
  }
  .section-contact-x2 .box-0 .subtitle {
    font-size: 24px;
  }
  .section-contact-x2 .box-0 {
    margin: 0 0 35px;
  }
  .section-contact-x2 .box-0 .lista-social li img {
    width: 23px;
  }
}
@media (max-width: 850px){
  .section-contact-x2 .col-md-4,
  .section-contact-x2 .col-md-8{
    width: 100%;
  }
  .section-contact-x2 .bloque {
    margin-bottom: 35px;
  }
  .section-contact-x2 .box-0 .subtitle {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px){
  .section-contact-x2 .col-md-8 .col-md-6{
    width: 50%;
  }
  .section-contact-x2 {
    padding: 60px 0 20px;
  }
}
@media (max-width: 520px){
  .section-contact-x2 .col-md-8 .col-md-6{
    width: 100%;
  }
  .section-contact-x2 .container{
    max-width: 450px;
  }
  .section-contact-x2 .box-0 {
    margin: 0 0 20px;
  }
  .section-contact-x2 .box-0 .subtitle{
    font-weight: 700;
    text-transform: capitalize;
  }
  .section-contact-x2 .box-0 p,
  .section-contact-x2 .box-0 p a {
    font-size: 24px;
    font-weight: 300;
  }
  .section-contact-x2 {
    padding: 60px 0 30px;
  }
  .section-contact-x2 .box-0 .lista-social{
    margin-top: 10px!important;
  }
}
@media (max-width: 480px){
  .section-contact-x2 .container {
    max-width: 410px;
  }
  .section-contact-x2 .bloque .title {
    font-size: 36px;
  }
  .section-contact-x2 .box-0 p,
  .section-contact-x2 .box-0 p a {
    line-height: 1.2;
  }
}
@media (max-width: 400px){
  .section-contact-x2 .container {
    max-width: 340px;
  }
}
@media (max-width: 360px){
  .section-contact-x2 .container {
    max-width: 320px;
  }
}
/* Contact-x2 *//* Contact-x2 */






.h90{
  height: 90px;
}
.section-project-1{
  margin-top: 90px;
}
.section-project-1 .contenido {
  min-height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 120px 15px 50px;
  max-width: 1050px;
  margin: 0 auto;
}
.section-project-1 .contenido .title{
  font-size: 66px;
  font-weight: 700;
  color: var(--marron);
  text-transform: uppercase;
  line-height: 1;
}
.section-project-1 .contenido .subtitle{
  font-size: 36px;
  font-weight: 300;
  color: var(--marron);
  text-transform: uppercase;
  padding-top: 50px;
}
.section-project-1 .contenido .subtitle b,
.section-project-1 .contenido .subtitle strong{
  font-weight: 700;
}
.section-project-3{
  padding-top: 120px;
  padding-bottom: 120px;
}
.section-project-3 .container {
  max-width: 1450px;
}
.section-project-3 .block-iframe{
  position: relative;
  width: 100%;
}
.section-project-3 .bloque .title-0{
  color: var(--marron);
  font-size: 45px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.section-project-3 .bloque .title-0 b,
.section-project-3 .bloque .title-0 strong{
  font-weight: 700;
}

.section-project-4{
  min-height: 313px;
  background: var(--gris3);
  padding-top: 120px;
  padding-bottom: 120px;
}
.section-project-4 .item-real{
  padding-bottom: 59.5%;
}
.section-project-4 .title-0{
  margin-bottom: 50px;
  font-size: 66px;
  font-weight: 300;
  color: var(--marron);
  text-transform: uppercase;
  line-height: 1;
}
.section-project-4 .title-0 strong,
.section-project-4 .title-0 b{
  font-weight: 700;
}
.px-50{
  padding-left: 50px;
  padding-right: 50px;
}
.section-project-5{
  padding-top: 110px;
  padding-bottom: 80px;
}
.section-project-5 .btn-general{
  width: 347px;
  margin: 5px 0 0 auto;
}
.section-project-5 .contenido-36{
  max-width: 885px;
}
.section-project-5 .col-a{
  width: 69%;
}
.section-project-5 .col-b{
  width: 31%;
}
@media (min-width: 767px){
  .section-project-4 .row-lists .col-md-6:nth-child(1),
  .section-project-4 .row-lists .col-md-6:nth-child(3),
  .section-project-4 .row-lists .col-md-6:nth-child(5),
  .section-project-4 .row-lists .col-md-6:nth-child(7),
  .section-project-4 .row-lists .col-md-6:nth-child(9){
    padding-right: 5px;
  }
  .section-project-4 .row-lists .col-md-6:nth-child(2),
  .section-project-4 .row-lists .col-md-6:nth-child(4),
  .section-project-4 .row-lists .col-md-6:nth-child(6),
  .section-project-4 .row-lists .col-md-6:nth-child(8),
  .section-project-4 .row-lists .col-md-6:nth-child(10){
    padding-left: 5px;
  }
}
@media (max-width: 1480px){
  .section-project-1 .contenido .title,
  .section-project-4 .title-0 {
    font-size: 62px;
  }
  .section-project-1 .contenido .subtitle {
    font-size: 34px;
  }
  .section-project-1 .contenido {
    padding: 100px 15px 40px;
  }
  .section-project-5 .contenido-36 p {
    font-size: 32px;
  }
  .section-project-5 {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .section-project-3,
  .section-project-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-project-3 .bloque .title-0 {
    font-size: 42px;
  }
  .section-project-3 .block-iframe iframe {
    height: 680px;
  }
}
@media (max-width: 1280px){
  .section-project-1 .contenido .title,
  .section-project-4 .title-0 {
    font-size: 58px;
  }
  .section-project-3.px-50,
  .section-project-5.px-50 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-project-3 .block-iframe iframe {
    height: 650px;
  }
}
@media (max-width: 1250px){
  .section-project-5 .btn-general {
    width: 100%;
  }
  .section-project-5 .contenido-36 p {
    font-size: 30px;
  }
}
@media (max-width: 1080px){
  .section-project-1 .contenido .title,
  .section-project-4 .title-0 {
    font-size: 52px;
  }
  .section-project-1 .contenido {
    padding: 80px 0 40px;
  }
}
@media (max-width: 991px){
  .section-project-1 .contenido .title,
  .section-project-4 .title-0 {
    font-size: 48px;
  }
  .section-project-1 .contenido .subtitle {
    font-size: 30px;
  }
  .section-project-5 .contenido-36 p {
    font-size: 28px;
  }
  .section-project-5 .col-a,
  .section-project-5 .col-b{
    width: 100%;
  }
  .section-project-5 .btn-general {
    width: 347px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .section-project-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-project-3,
  .section-project-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-project-3.px-50,
  .section-project-4.px-50{
    padding-left: 0;
    padding-right: 0;
  }
  .section-project-4 .item-real {
    margin: 5px 0;
  }
  .section-project-3 .bloque .title-0{
    font-size: 38px;
  }
  .section-project-3 .block-iframe iframe {
    height: 600px;
  }
}
@media (max-width: 850px){
  .section-project-1.px-50{
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px){
  .section-project-1 .contenido {
    padding: 60px 0 40px;
  }
  .section-project-4 .title-0 {
    font-size: 45px;
    text-align: center;
  }
  .section-project-3 .block-iframe iframe {
    height: 550px;
  }
  .section-project-3 .col-md-12{
    padding: 0;
  }
  .section-project-3 .bloque{
    padding: 0 15px;
  }
}
@media (max-width: 550px){
  .section-project-1 .contenido {
    padding: 30px 0 60px;
  }
  .section-project-1 .contenido .subtitle {
    padding-top: 30px;
  }
  .section-project-3,
  .section-project-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-project-3 .block-iframe iframe {
    height: 500px;
  }
}
@media (max-width: 480px){
  .section-project-1 .contenido .title{
    font-size: 45px;
  }
  .section-project-1 .contenido .subtitle {
    font-size: 27px;
  }
  .section-project-5 .contenido-36 p {
    font-size: 24px;
  }
  .section-project-3 .bloque .title-0,
  .section-project-4 .title-0 {
    font-size: 36px;
  }
  .section-project-3 .block-iframe iframe {
    height: 400px;
  }
}
@media (max-width: 420px){
  .section-project-5 .btn-general{
    width: 100%;
  }
}
@media (max-width: 360px){
  .section-project-3 .block-iframe iframe {
    height: 330px;
  }
}




.item-real.destacado .title{
  font-size: 36px;
}
.item-real .content-0{
  max-width: 450px;
}
.block-iframe iframe{
  max-width: 100%;
  width: 100%;
  height: 720px;
}


.modal-contenido .close-map{
  z-index: 5;
  position: sticky;
  top: 0;
  right: 0;
  float: right;
  padding: 20px;
  margin-left: auto;
  background-color: var(--blanco);
}
.modal-contenido .close-map img{
  width: 32px;
  height: auto;
  margin-left: auto;
  display: table;
}
.modal-contenido .contenedor{
  position: relative;
  margin-top: 40px;
  z-index: 2;
}
.modal-contenido .title{
  font-size: 45px;
  margin: 0;
  position: relative;
  z-index: 2;
  color: var(--marron);
  text-transform: uppercase;
  font-weight: 700;
}

/* las-mareas *//* las-mareas */
.section-banner-0 .content-0 .title-marea{
  font-size: 45px;
  color: var(--blanco);
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  font-weight: 300;
}

.section-mareas-1{
  height: 100vh;
}
.index-2{
  z-index: 2;
  position: relative;
}
.section-mareas-3{
  padding-top: 120px;
  padding-bottom: 100px;
}
.section-mareas-3 .group-head .box-1{
  padding-bottom: 50px;
  text-align: center;
}
.section-mareas-3 .group-head .box-1 .title-0{
  color: var(--marron);
  font-size: 66px;
  font-weight: 300;
  text-transform: uppercase;
}
.section-mareas-3 .group-head .box-1 .title-0 b,
.section-mareas-3 .group-head .box-1 .title-0 strong{
  font-weight: 700;
}
.section-mareas-3 .group-head .box-2{
  padding-top: 135px;
  padding-bottom: 20px;
}
.section-mareas-3 .item-real .title{
  font-size: 36px;
}
.section-mareas-3 .container .lists-projects .col-md-4{
  margin-bottom: 10px;
}
.section-mareas-4{
  padding-top: 80px;
}
.section-mareas-4 .content-head{
  margin-bottom: 50px;
}
.section-mareas-4 .row-content{
  margin-top: 100px;
}
.section-mareas-4 .contenido-36{
  max-width: 635px;
}
.section-mareas-4 .titulo-51{
  max-width: 1240px;
}
.section-mareas-4 .icono{
  max-width: 213px;
  height: auto;
  margin-top: 45px;
}

.px-1{
  padding-left: 5px;
  padding-right: 5px;
}
.lists-projects .item-real {
  padding-bottom: 183%;
}
@media (min-width: 767px){
  .pl-1{
    padding-left: 5px;
  }
  .pr-1{
    padding-right: 5px;
  }
}
.contenido-24 *{
  color: var(--gris1);
  line-height: 1.35;
  font-weight: 300;
}
.contenido-24 p,
.contenido-24 li{
  font-size: 24px;
}
.contenido-24 ul{
  padding-left: 20px;
}
.contenido-24 ol{
  padding-left: 25px;
}
.contenido-24 b,
.contenido-24 strong{
  font-weight: 700 !important;
}
.contenido-24 a{
  text-decoration: underline;
  font-weight: 500;
}
.contenido-24 h3{
  font-size: 27px;
}
.contenido-24 h5{
  font-size: 18px;
  line-height: 27px;
}
.titulo-36{
  color: var(--marron);
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
}
.contenido-24 p{
  font-size: 24px;
  color: var(--gris1);
  font-weight: 300;
}
.contenido-24 strong,
.contenido-24 b {
  font-weight: 700;
}
.section-mareas-5{
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: var(--gris3);
}
.titulo-66{
  font-size: 66px;
  font-weight: 300;
  color: var(--marron);
  text-transform: uppercase;
  line-height: 1;
}
.titulo-36 b,
.titulo-36 strong,
.titulo-66 strong,
.titulo-66 b{
  font-weight: 700;
}
.section-mareas-5 .group-title{
  max-width: 980px;
  margin-bottom: 60px;
}
.section-mareas-5 .group-body .btn-general{
  width: 414px;
}
.section-mareas-5 .group-body .btn-general .mobil{
  display: none;
}
.section-mareas-6{
  padding-top: 120px;
  padding-bottom: 120px;
}
.contenido-24.marron *{
  color: var(--marron);
}
.section-mareas-6 .box-img{
  padding-left: 12px;
}
.section-mareas-6 .column-right{
  max-width: 565px;
  margin-left: auto;
  height: 100%;
  padding: 0 20px;
}
.section-mareas-6 .decoracion-2{
  position: absolute;
  bottom:0;
  right:0;
  width: 107px;
  height: 107px;
  z-index: 0;
}
.section-mareas-6 .decoracion-1{
  position: absolute;
  top:0;
  left:0;
  width: 80px;
  height: auto;
  z-index: 0;
}
.titulo-51{
  font-weight: 300;
  font-size: 51px;
  color: var(--marron);
  text-transform: uppercase;
}
.titulo-51 strong,
.titulo-51 b{
  font-weight: 700;
}
.section-mareas-6 .column-right .btn-general{
  width: 348px;
}
.section-mareas-6 .contenido-24{
  margin: 65px 0 50px;
}
@media (max-width: 1480px){
  .section-mareas-3 .group-head .box-1 .title-0 {
    font-size: 62px;
  }
  .section-mareas-5 {
    padding-bottom: 100px;
  }
}
@media (max-width: 1280px){
  .section-mareas-6 .titulo-51{
    font-size: 48px;
  }
  .contenido-24 p{
    font-size: 22px;
  }
  .section-mareas-6 .contenido-24 {
    margin: 40px 0 50px;
  }
  .section-mareas-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-mareas-3 .group-head .box-1 .title-0 {
    font-size: 58px;
  }
  .section-mareas-3 .group-head .box-1 {
    padding-bottom: 35px;
  }
  .section-mareas-3 {
    padding-bottom: 80px;
  }
  .section-mareas-5 .group-title {
    margin-bottom: 40px;
  }
  .section-mareas-5 {
    padding-bottom: 80px;
  }
  .section-mareas-4{
    padding-top: 60px;
  }
}
@media (max-width: 1180px){
  .section-mareas-6 .decoracion-1 {
    left: 20px;
    width: 65px;
  }
  .section-mareas-6 .decoracion-2 {
    width: 85px;
    height: 85px;
  }
}
@media (max-width: 1080px){
  .section-mareas-6 .decoracion-1{
    display: none;
  }
  .section-mareas-3 .group-head .box-1 .title-0 {
    font-size: 52px;
  }
}
@media (max-width: 991px){
  .section-banner-0 .content-0 .title-marea{
    font-size: 42px;
  }
  .section-mareas-3 .group-head .box-1 .title-0 {
    font-size: 48px;
  }
  .section-mareas-3 {
    padding-bottom: 60px;
  }
  .section-mareas-3 .item-real .title{
    font-weight: 300;
    padding-bottom: 25px;
  }
  .section-mareas-5 .item-real .title {
    padding-bottom: 25px;
  }
  .section-mareas-6 .col-md-6 {
    width: 100%;
  }
  .section-mareas-6 .box-img{
    max-width: 500px;
    margin: 0 auto;
    padding-left: 0;
  }
  .section-mareas-6 .column-right {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 20px 0;
  }
  .section-mareas-6 .column-right .btn-general {
    margin: 0 auto;
  }
  .section-mareas-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 850px){
  .section-mareas-3 .lists-projects .item-real {
    padding-bottom: 150%;
    max-width: 500px;
    margin: 0 auto;
  }
  .section-mareas-3 .col-md-4 {
    width: 50%;
  }
  .section-mareas-3 .lists-projects{
    justify-content: center;
  }
}
@media (max-width: 767px){
  .section-banner-0 .content-0 .title-marea{
    font-size: 36px;
  }
  .section-mareas-3 {
    padding-bottom: 30px;
  }
  .section-mareas-3 .group-head .box-1 .title-0 {
    font-size: 42px;
  }
  .section-mareas-3 .group-head .box-1 {
    padding-bottom: 20px;
  }
  .section-mareas-4{
    padding-top: 30px;
  }
  .section-mareas-4 img{
    display: none;
  }
  .section-mareas-4 .row-content {
    margin-top: 0;
  }
  .section-mareas-4 .content-head {
    margin-bottom: 20px;
  }
  .section-mareas-5 .group-title {
    margin-bottom: 20px;
    text-align: center;
  }
  .section-mareas-5 {
    padding-bottom: 60px;
  }
  .section-mareas-6 .titulo-51{
    font-size: 42px;
  }
  .contenido-24 p{
    font-size: 20px;
  }
  .section-mareas-6 .contenido-24 {
    margin: 20px 0 50px;
  }
  .section-mareas-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-mareas-6 .decoracion-2{
    display: none;
  }
  .page-template-las-mareas .section-galeria-0 {
    padding-bottom: 0;
  }
}
@media (max-width: 680px){
  .section-mareas-3 .col-md-4 {
    width: 100%;
  }
  .section-mareas-3 .lists-projects .item-real {
    padding-bottom: 80%;
  }
}
@media (max-width: 550px){
  .section-mareas-4 .contenido-36 p {
    text-transform: capitalize;
  }
  .section-mareas-4 .container{
    padding: 0 25px;
  }
  .section-mareas-3 .container{
    padding: 0 5px;
  }
  .page-template-las-mareas .section-destino-1 {
    padding-top: 60px;
  }
  .section-mareas-5 .group-body .btn-general .mobil{
    display: block;
  }
  .section-mareas-5 .group-body .btn-general .desktop{
    display: none;
  }
  .section-mareas-5 .group-body .btn-general {
    width: 233px;
  }
}
@media (max-width: 480px){
  .section-mareas-3 .group-head .box-1 .title-0 {
    font-size: 36px;
  }
  .section-mareas-3 .group-head .box-1{
    max-width: 450px;
    margin: 0 auto;
  }
  .section-mareas-6 .container{
    padding: 0 20px;
  }
  .section-mareas-6 .titulo-51{
    font-size: 36px;
  }
  .contenido-24 p{
    font-size: 18px;
  }
  .section-mareas-6 .box-img{
    display: none;
  }
  .section-mareas-6 .column-right {
    padding: 0 20px;
    display: table !important;
  }
}
@media (max-width: 400px){
  .section-mareas-6 .column-right .btn-general {
    width: 100%;
  }
  .section-mareas-3 .lists-projects .item-real{
    height: 370px;
  }
}
@media (max-width: 340px){
  .section-mareas-6 .titulo-51{
    font-size: 32px;
  }
  .section-mareas-3 .group-head .box-1 .title-0 {
    font-size: 34px;
  }
  .section-mareas-3 .item-real .title {
    font-size: 32px;
  }
}
/* las-mareas *//* las-mareas */


.subtitulo-45{
  font-size: 45px;
  color: var(--marron);
  text-transform: uppercase;
  font-weight: 300;
}
.subtitulo-45 b,
.subtitulo-45 strong{
  font-weight: 700;
}
.titulo-45{
  font-size: 45px;
  color: var(--marron);
  font-weight: 300;
  text-transform: uppercase;
}
.titulo-45 b,
.titulo-45 strong{
  font-weight: 700;
}
.contenido-24.white *{
  color: var(--blanco) !important;
}
.pr-0{
  padding-right: 0;
}
.pl-0{
  padding-left: 0;
}
.pl-60{
  padding-left: 60px;
}
.subtitulo-36{
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--marron);
}



/* destino *//* destino */
.page-template-location .section-banner-0 .content-0 .title-marea {
  font-size: 45px;
}
.section-destino-1 .decoracion-1::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  width: 110px;
  height: 110px;
  background-color: #D8C8B14D;
}
.section-destino-1{
  padding-top: 220px;
  padding-bottom: 120px;
  z-index: 3;
  position: relative;
}
.section-destino-1 .group-head{
  max-width: 1180px;
  margin: 0 auto;
}
.section-destino-1 .group-head .icono{
  width: 288px;
  height: auto;
  margin: 0 auto;
  display: table;
  margin-bottom: 60px;
}
.section-destino-1 .group-head .title-0 {
  color: var(--marron);
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
}
.section-destino-1 .group-head .title-0 b,
.section-destino-1 .group-head .title-0 strong{
  font-weight: 700;
}
.section-destino-1 .linea-general{
  background-color: var(--marron);
}
.section-destino-2 .box-img{
  padding-bottom: 120px;
}
.section-destino-4{
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--gris3);
  position: relative;
}
.section-destino-4 .titulo-36{
  font-weight: 300;
}
.section-destino-4 .titulo-36 b,
.section-destino-4 .titulo-36 strong{
  font-weight: 700;
}
.section-destino-4 .box-duo .col-a{
  width: 62%;
}
.section-destino-4 .box-duo .col-b{
  width: 38%;
}
/*.section-destino-4 .group-title{
  max-width: 900px;
}*/
.section-destino-4 .group-title {
  max-width: 925px;
  margin-bottom: 60px;
}
.section-destino-4 .contenido-24{
  max-width: 460px;
  margin-left: auto;
  padding-left: 20px;
}
.section-destino-4 .item-real .content-0{
  max-width: 550px;
}
.section-destino-4 .item-real .title{
  font-size: 36px;
}
.section-destino-4 .item-real{
  padding-bottom: 128%;
}
.section-destino-4 .box-duo{
  padding: 50px 0;
}

.section-destino-6{
  padding-top: 120px;
  padding-bottom: 120px;
}
.section-destino-6 .group-head{
  padding-bottom: 50px;
}
.section-destino-6 .item-design{
  max-width: 450px;
}

@media (max-width: 1450px){
  .section-destino-1 .decoracion-1::before{
    width: 90px;
    height: 90px;
  }
  .section-destino-1 {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .section-destino-4,
  .section-destino-6{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-destino-2 .box-img{
    padding-bottom: 100px;
  }
}
@media (max-width: 1280px){
  .section-destino-1 {
    padding-top: 180px;
  }
  .section-destino-1 .group-head .title-0 {
    font-size: 34px;
  }
  .section-destino-4 .titulo-36{
    font-size: 32px;
  }
  .page-template-location .section-destino-1 .group-head .icono {
    width: 260px;
  }
}
@media (max-width: 991px){
  .section-destino-1 {
    padding-top: 150px;
    padding-bottom: 80px;
  }
  .section-destino-1 .group-head .title-0 {
    font-size: 32px;
  }
  .section-destino-4 .titulo-36{
    font-size: 28px;
  }
  .section-destino-4 .col-md-6,
  .section-destino-6 .col-md-4{
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .section-destino-6 .item-design {
    max-width: 500px;
  }
  .section-destino-4,
  .section-destino-6{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-destino-4 .box-duo .col-a,
  .section-destino-4 .box-duo .col-b {
    width: 50%;
  }
  .section-destino-2 .box-img{
    padding-bottom: 80px;
  }
}
@media (max-width: 880px){
  .section-destino-4 .box-duo .col-a,
  .section-destino-4 .box-duo .col-b {
    width: 100%;
  }
  .section-destino-4 .contenido-24 {
    max-width: 100%;
    padding-left: 0;
  }
  .section-destino-6 .col-md-4{
    width: 50%;
    margin-bottom: 10px;
    padding: 0 10px!important;
  }
  .section-destino-6 .lista-real-6{
    justify-content: center;
  }
}
@media (max-width: 767px){
  .section-destino-4 .container{
    padding: 0 5px;
  }
  .section-destino-4 .group-title {
    padding: 0 10px;
  }
  .section-destino-4,
  .section-destino-6{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-destino-2 .box-img{
    padding-bottom: 60px;
  }
  .section-destino-4 .titulo-36{
    font-size: 24px;
  }
  .section-destino-4 .item-real {
    padding-bottom: 80%;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .section-destino-4 .item-real .title{
    padding-bottom: 20px;
  }
  .section-destino-4 .box-duo {
    padding: 20px 10px 50px;
  }
  .section-destino-6 .group-head .titulo-66 {
    font-size: 45px;
  }
  .page-template-location .section-destino-1 .group-head .icono {
    width: 220px;
  }
}
@media (max-width: 760px){
  .section-destino-1 .decoracion-1::before{
    display: none;
  }
  .section-destino-1 {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .section-destino-1 .group-head .title-0 {
    font-size: 28px;
  }
  .page-template-location .section-destino-1 {
    padding-top: 60px;
  }
}
@media (max-width: 680px){
  .section-destino-6 .col-md-4{
    width: 100%;
  }
  .section-destino-2 .container,
  .section-destino-2 .container .col-md-12{
    padding: 0;
  }
}
@media (max-width: 550px){
  .section-destino-1 .container{
    padding: 0 20px;
  }
  .section-destino-4 .titulo-36 {
    font-size: 20px;
  }
}
@media (max-width: 480px){
  .page-template-location .section-destino-1 .group-head .title-0{
    font-size: 27px;
    text-transform: uppercase;
  }
  .section-destino-1 .group-head .title-0 {
    font-size: 24px;
    text-transform: capitalize;
  }
  .section-destino-4 .titulo-36{
    font-size: 18px;
    text-transform: capitalize;
  }
  .page-template-location .section-destino-1 .group-head .icono {
    width: 180px;
  }
}
@media (max-width: 340px){
  .section-destino-1 .group-head .title-0 {
    font-size: 22px;
  }
  .page-template-location .section-destino-1 .group-head .title-0{
    font-size: 24px;
  }
  .page-template-location .section-banner-0 .content-0 .title-marea{
    font-size: 42px;
  }
  .section-destino-6 .group-head .titulo-66{
    font-size: 42px;
  }
}
/* destino *//* destino */


/* Team *//* Team */
.section-banner-0 .title-team{
  font-size: 45px;
  color: var(--blanco);
  font-weight: 300;
  text-transform: uppercase;
}
.section-team-2 .decoracion-1::before,
.section-club-2 .decoracion-1::before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  width: 110px;
  height: 110px;
  background-color: #D8C8B14D;
}
.section-team-2,
.section-club-2{
  padding-top: 230px;
  padding-bottom: 60px;
  z-index: 3;
  position: relative;
}
.section-team-2 .group-head,
.section-club-2 .group-head {
  max-width: 1080px;
  margin: 0 auto;
}
.section-club-2 .group-head{
  max-width: 1180px;
}
.section-team-2 .group-head .icono,
.section-club-2 .group-head .icono{
  width: 288px;
  height: auto;
  margin: 0 auto;
  display: table;
  margin-bottom: 60px;
}
.section-team-2 .group-head .title-0,
.section-club-2 .group-head .title-0 {
  color: var(--marron);
  font-size: 51px;
  font-weight: 300;
  text-transform: uppercase;
}
.section-team-2 .group-head .title-0 b,
.section-club-2 .group-head .title-0 b,
.section-team-2 .group-head .title-0 strong,
.section-club-2 .group-head .title-0 strong{
  font-weight: 700;
}
.section-team-2 .linea-general,
.section-club-2 .linea-general {
  background-color: var(--marron);
}
.section-team-3{
  padding: 60px 0;
}
.section-team-3 .item-real {
  padding-bottom: 62%;
}
.section-team-3 .item-real::before{
  display: none;
}
.section-team-4{
  padding: 60px 0;
}
.section-team-4 .col-a{
  width: 70%;
}
.section-team-4 .col-b{
  width: 30%;
}
.section-team-4 .box-title{
  margin-bottom: 50px;
}
.section-team-4 .contenido-18 *{
  color: var(--gris1);
}
.section-team-4 .contenido-18{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 50px;
}
.section-team-4 .btn-general{
  width: 287px;
  margin-left: auto;
}
@media (max-width: 1450px){
  .section-team-2 .decoracion-1::before,
  .section-club-2 .decoracion-1::before {
    width: 90px;
    height: 90px;
  }
  .section-team-2 .group-head .title-0,
  .section-club-2 .group-head .title-0 {
    font-size: 48px;
  }
  .section-team-2,
  .section-club-2 {
    padding-top: 200px;
  }
}
@media (max-width: 1280px){
  .section-team-2 .group-head .title-0,
  .section-club-2 .group-head .title-0 {
    font-size: 42px;
  }
  .section-team-2,
  .section-club-2 {
    padding-top: 180px;
  }
  .section-team-2 .group-head .icono,
  .section-club-2 .group-head .icono {
    width: 250px;
  }
  .section-banner-0 .title-team{
    font-size: 42px;
  }
}
@media (max-width: 1050px){
  .section-team-4 .col-a {
    width: 65%;
  }
  .section-team-4 .col-b {
    width: 35%;
  }
}
@media (max-width: 991px){
  .section-team-2 .group-head .title-0,
  .section-club-2 .group-head .title-0 {
    font-size: 36px;
  }
  .section-team-2,
  .section-club-2 {
    padding-top: 150px;
  }
}
@media (max-width: 900px){
  .section-team-4 .col-a,
  .section-team-4 .col-b {
    width: 100%;
  }
  .section-team-4 .btn-general {
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (max-width: 767px){
  .section-team-2 .group-head .title-0,
  .section-club-2 .group-head .title-0 {
    font-size: 32px;
  }
  .section-team-2 .group-head .icono,
  .section-club-2 .group-head .icono {
    width: 220px;
  }
  .section-team-3{
    padding: 30px 0;
  }
  .section-team-4 {
    padding: 30px 0;
  }
  .section-team-4 .contenido-18 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0 50px;
  }
  .section-team-4 .btn-general {
    margin-top: 20px;
  }
  .section-team-4 .box-title {
    margin-bottom: 20px;
  }
  .section-banner-0 .title-team{
    font-size: 38px;
  }
}
@media (max-width: 760px){
  .section-team-2 .decoracion-1::before,
  .section-club-2 .decoracion-1::before{
    display: none;
  }
  .section-team-2,
  .section-club-2 {
    padding-top: 100px;
  }
}
@media (max-width: 550px){
  .section-team-3 .container,
  .section-team-4 .container{
    padding: 0 25px;
  }
  .section-team-4 .box-title .titulo-51 br{
    display: none;
  }
}
@media (max-width: 480px){
  .section-team-2 .group-head .title-0,
  .section-club-2 .group-head .title-0 {
    font-size: 27px;
  }
  .section-team-2,
  .section-club-2 {
    padding-top: 60px;
  }
  .section-team-2 .group-head .icono,
  .section-club-2 .group-head .icono {
    width: 180px;
  }
  .section-team-2 .container,
  .section-club-2 .container{
    padding: 0 20px;
  }
  .section-banner-0 .title-team{
    font-size: 36px;
  }
}
@media (max-width: 400px){
  .section-team-4 .btn-general{
    width: 100%;
  }
}
@media (max-width: 340px){
  .section-team-2 .group-head .title-0,
  .section-club-2 .group-head .title-0 {
    font-size: 24px;
  }
}
/* Team *//* Team */



/* ocean-club*//* ocean-club*/
.section-banner-0 .title-club{
  font-size: 81px;
  color: var(--blanco);
  font-weight: 300;
  text-transform: uppercase;
}
.section-banner-0 .text{
  max-width: 1060px;
  margin: 0 auto;
}
@media (max-width: 1480px){
  .section-banner-0 .title-club {
    font-size: 72px;
  }
}
@media (max-width: 1280px){
  .section-banner-0 .title-club {
    font-size: 68px;
  }
}
@media (max-width: 991px){
  .section-banner-0 .title-club {
    font-size: 58px;
  }
}
@media (max-width: 767px){
  .section-banner-0 .title-club {
    font-size: 52px;
  }
}
@media (max-width: 550px){
  .section-banner-0 .title-club {
    font-size: 48px;
  }
}
@media (max-width: 480px){
  .section-banner-0 .title-club {
    font-size: 42px;
  }
}
@media (max-width: 400px){
  .section-banner-0 .title-club {
    font-size: 36px;
  }
}
/* ocean-club*//* ocean-club*/



/* section-club-3 */
.section-club-3{
  background-color: var(--gris3);
  padding: 120px 0 60px;
}
.section-club-3 .contenido-36{
  padding-top: 65px;
  max-width: 670px;
  margin-left: auto;
  padding-left: 20px;
}
.section-club-3 .contenido-36 *{
  color: var(--marron);
}
.section-club-3 .contenido-36 strong,
.section-club-3 .contenido-36 b{
  font-weight: 700;
}
@media (max-width: 1480px){
  .section-club-3 .container{
    max-width: 1350px;
  }
}
@media (max-width: 1280px){
  .section-club-3 {
    padding: 100px 0 40px;
  }
}
@media (max-width: 991px){
 .section-club-3 .box-title{
  max-width: 400px;
  margin: 0 auto;
 }
 .section-club-3 .contenido-36 {
  padding-left: 0;
  }
  .section-club-3 {
    padding: 80px 0 40px;
  }
}
@media (max-width: 850px){
  .section-club-3 .col-md-6 {
    width: 100%;
  }
  .section-club-3 .contenido-36 {
    margin: 0 auto;
    padding-top: 30px;
    max-width: 650px;
  }
  .section-club-3 .box-title {
    text-align: center;
  }
}
@media (max-width: 767px){
  .section-club-3 {
    padding: 60px 0 20px;
  }
}
@media (max-width: 480px){
  .section-club-3 .box-title {
    text-align: left;
    margin: 0;
  }
  .section-club-3 .contenido-36 {
    padding-top: 20px;
  }
  .section-club-3 .contenido-36 p{
    text-transform: capitalize;
  }
  .section-club-3 .container{
    padding: 0 25px;
  }
}
/* section-club-3 */

.contenido-central-modal{
  padding: 0 57px;
}
.floor-tab-modal{
  padding-top: 50px;
  padding-bottom: 60px;
}
@media (max-width: 1090px){
  .contenido-central-modal {
    padding-left: 25px;
    padding-right: 25px;
  }
  .floor-tab-modal{
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
@media (max-width: 499px){
  .contenido-central-modal {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*  modulo cabecera */
.modulo-headers{
  min-height: 110px;
  position: relative;
}
.modulo-headers .caja-1{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.modulo-headers .caja-2{
  padding-top: 35px;
  max-width: 880px;
}
.modulo-headers .caja-2 .titulo-36{
  font-weight: 300;
}
.modulo-headers .caja-imagen{
  min-height: 500px;
  margin-top: 40px;
  z-index: 2;
}
.modulo-headers .decoracion{
  content:'';
  display: block;
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
  height: 280px;
  background: var(--marron);
  z-index: 0;
}
.modulo-headers .box-anchor{
  left: auto;
  right: 10px;
}
/*  modulo cabecera */

/*  modulo cuerpo */
.contenido-36 *{
  color: var(--blanco);
}
.contenido-36 p{
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.25;
}
.contenido-36.marron *{
  color: var(--marron);
}
.contenido-36.gris *{
  color: var(--gris1);
}
.contenido-36 strong,
.contenido-36 b {
  font-weight: 700;
}
.titulo-27{
  color: var(--marron);
  font-size: 27px;
  font-weight: 300;
  text-transform: uppercase;
}
.titulo-27 b,
.titulo-27 strong{
  font-weight: 700;
}
@media (max-width: 1280px){
  .contenido-36 p{
    font-size: 32px;
  }
}
@media (max-width: 767px){
  .contenido-36 p{
    font-size: 28px;
  }
}
@media (max-width: 480px){
  .contenido-36 p{
    font-size: 26px;
  }
}
@media (max-width: 400px){
  .contenido-36 p{
    font-size: 24px;
  }
}
@media (max-width: 340px){
  .contenido-36 p{
    font-size: 22px;
  }
}
/*  modulo cuerpo */



/*  modulo columnas */
.modulo-column-maps .inner{
  position: relative;
}
.modulo-column-maps .index-2{
  max-width: 520px;
  padding: 0 20px 60px;
  margin-left: 0;
  padding-left: 65px;
}
.modulo-column-maps .col-a{
  width: 46%;
}
.modulo-column-maps .col-b{
  width: 54%;
}
.modulo-column-maps .index-2 .contenido-24{
  padding-top: 50px;
}
.modulo-column-maps .index-2 .contenido-24 *{
  color: var(--marron);
}
.modulo-column-maps .index-2 .btn-general{
  max-width: 340px;
  width: 100%;
  margin-top: 50px;
}
/*  modulo columnas */


.modulo-fun{
  background-color: var(--gris3);
  padding-top: 100px;
}
.modulo-fun .bloque-slider{
  overflow: hidden;
  position: relative;
}
.modulo-fun .bloque-slider .item .head-0{
  height: 347px;
  position: relative;
}
.modulo-fun .bloque-slider .item .content-0{
  height: 83px;
  background: var(--blanco);
  display: flex;
  align-items: center;
  padding: 16px;
}
.modulo-fun .bloque-slider .item .title-item{
  font-size: 24px;
  margin: 0;
  font-weight: 300;
}
.modulo-fun .bloque-slider .inner{
  max-width: 770px;
  background: var(--gris3);
  position: relative;
  margin-top: 55px;
}
.modulo-fun .bloque-slider .inner::before{
  content: '';
  display: block;
  width: 60px;
  height: 100%;
  background: var(--gris3);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.modulo-fun .slider-destino .slick-list{
  overflow: visible!important;
}
.modulo-fun .slider-destino .slick-slide{
  margin: 0 7px;
}
.modulo-fun .arrow-black{
  width: 60px;
  height: 60px;
  padding: 14px 20px !important;
}
.modulo-fun .arrow-black img{
  width: 17px;
}
.modulo-fun .arrow-black.left{
  left: 38px !important;
}
.modulo-fun .arrow-black.right{
  right: 0 !important;
}
.arrow-black img{
  width: 23px;
  height: auto;
  margin: 0 auto;
  display: table;
}
.arrow-black.left {
  position: absolute;
  top: 40%;
  left: 25px;
  cursor: pointer;
  padding: 20px 29px;
  background-color: rgba(0, 0, 0, 0.20);
  z-index: 3;
}
.arrow-black.right {
  position: absolute;
  top: 40%;
  right: -225px;
  cursor: pointer;
  padding: 20px 29px;
  background-color: rgba(0, 0, 0, 0.20);
}
.modulo-fun .bloque-descripcion{
  padding-bottom: 60px;
  padding-left: 290px;
  position: relative;
  margin-top: 60px;
}
.modulo-fun .bloque-descripcion .titulo{
  position: absolute;
  top:0;
  left:0;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
}
.modulo-fun .bloque-descripcion ul{
  columns: 2;
  column-gap: 40px;
  padding-left: 25px;
}
.modulo-fun *{
  color: var(--gris1);
}

.section-team-7{
  padding: 120px 0;
}
#lista-principal-0{
  max-width: 780px;
}
#lista-principal-0 .item{
  cursor: pointer;
  border-bottom: 3px solid var(--crema);
  padding: 60px 0;
  position: relative;
  transition: all 0.3s;
}
#lista-principal-0 .item .subtitle{
  font-size: 36px;
  text-transform: uppercase;
  color: var(--crema3);
  font-weight: 300;
  margin: 0;
}
#lista-principal-0 .item .content{
  padding-top: 10px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
  transition: transform 1s ease, opacity 1.2s ease;
}
#lista-principal-0 .item.activo .content{
  height: auto;
  opacity: 1;
  transform:  matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
#lista-principal-0 .item .content p{
  font-size: 18px;
  font-weight: 400;
  color: var(--gris1);
}
#lista-principal-0 .item .content p:nth-last-child(1){
  margin-bottom: 0;
}
.section-team-7 #lista-principal-0 .item:nth-child(1){
  padding-top: 0;
}
@media (max-width: 1450px){
  .section-team-7{
    padding: 100px 0;
  }
  #lista-principal-0 .item {
    padding: 40px 0;
  }
}
@media (max-width: 1280px){
  #lista-principal-0 .item .subtitle {
    font-size: 32px;
  }
  .section-team-7 .titulo-51{
    font-size: 48px;
  }
}
@media (max-width: 991px){
  .section-team-7{
    padding: 80px 0;
  }
  .section-team-7 .titulo-51{
    font-size: 42px;
  }
}
@media (max-width: 767px){
  .section-team-7{
    padding: 60px 0;
  }
  .section-team-7 .container{
    padding: 0 25px;
  }
  #lista-principal-0 .item .subtitle {
    font-size: 30px;
  }
  .section-team-7 .titulo-51 br{
    display: none;
  }
  .section-team-7 .titulo-51{
    margin-bottom: 50px;
  }
  .section-team-7 .titulo-51{
    font-size: 36px;
  }
}
@media (max-width: 480px){
  #lista-principal-0 .item .subtitle {
    font-size: 27px;
  }
  #lista-principal-0 .item {
    padding: 30px 0;
  }
}


/* modulo slider general */
.section-galeria-0{
  padding-top: 120px;
  padding-bottom: 120px;
}
.modulo-slider-general .slider-galeria-general .item{
  height: 735px;
  position: relative;
}
.modulo-slider-general .inner-0{
  max-width: 1060px;
  position: relative;
}
.modulo-slider-general .inner-0::before{
  content:'';
  display: block;
  background-color: var(--blanco);
  position: absolute;
  top:0;
  left:-50vw;
  height: 100%;
  width: 50vw;
  z-index: 2;
}
.modulo-slider-general .slick-list{
  overflow: visible !important;
  left: -5px;
}
.modulo-slider-general .slider-galeria-general .slick-slide{
  margin: 0 5px;
}
.modulo-slider-general .block-nav-0{
  display: table;
  margin-left: auto;
}
.modulo-slider-general .block-nav-0 .count-current,
.modulo-slider-general .block-nav-0 .count-total{
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: var(--marron);
  position: relative;
}
.modulo-slider-general .block-nav-0 .count-total::before{
  content: '';
  display: block;
  width: 85px;
  height: 1px;
  background: var(--marron);
  position: absolute;
  left: -98px;
  top: 13px;
}
.modulo-slider-general .block-nav-0 .count-total{
  margin-left: 113px;
  margin-bottom: 15px;
}
.modulo-slider-general .arrow-00{
  width: 70px;
  height: 70px;
  top: 50%;
}
.modulo-slider-general .arrow-00 img{
  width: 20px;
}
@media (max-width: 1480px){
  .section-galeria-0{
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px){
  .section-galeria-0 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 550px){
  .section-galeria-0{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* modulo slider general */



/* Item real grande */
.item-real.item-real-grande-0,
.item-real.item-real-grande-36{
  max-width: 100%;
  padding-bottom: 47%;
}
.item-real.item-real-grande-36 .title{
  font-size: 36px;
}
/* Item real grande */



.section-destino-1.tipo-2 .icono{
  max-width: 330px;
  height: auto;
}
.section-destino-1.tipo-2 .caja-1,
.section-destino-1.tipo-2 .caja-2{
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
.section-destino-1.tipo-2 .caja-2{
  margin-top: 56px;
}
@media (max-width: 1280px){
  .section-destino-1.tipo-2 .icono {
    max-width: 280px;
  }
}
@media (max-width: 767px){
  .section-destino-1.tipo-2 .icono {
    max-width: 220px;
  }
  .section-destino-1.tipo-2 .caja-2 {
    margin-top: 30px;
  }
}
@media (max-width: 400px){
  .section-destino-1.tipo-2 .icono {
    max-width: 180px;
  }
}



/* section-contacto *//* section-contacto */
.section-contacto-x6{
  padding: 45px 0 120px;
}
.section-contacto-x6 .box-img{
  position: relative;
}
.section-contacto-x6 .box-img .mobil{
  display: none;
}
.section-contacto-x6 .row{
  min-height: 660px;
}
.section-contacto-x6 .col-a{
  position: relative;
  left: 33.33333333%;
}
.section-contacto-x6 .col-b{
  position: relative;
  left: -33.33333333%;
}
.section-contacto-x6 .box-title{
  max-width: 350px;
  padding-top: 180px;
}
.section-contacto-x6 .titulo-51{
  font-weight: 700;
}
.section-contacto-x6 .box-text{
  max-width: 400px;
  margin: 0 auto;
  padding-top: 180px;
  position: relative;
}
.section-contacto-x6 .decoracion-top{
  width: 120px;
  height: auto;
  position: absolute;
  top: -40px;
  left: -20px;
}
.section-contacto-x6 .btn-general{
  margin: 50px 0 70px;
}
.section-contacto-x6 .box-text p{
  color: var(--crema3);
  font-size: 18px;
  font-weight: 400;
  max-width: 288px;
}
@media (max-width: 1480px){
  .section-contacto-x6 {
    padding: 45px 0 80px;
  }
  .section-contacto-x6 .decoracion-top {
    width: 100px;
  }
  .section-contacto-x6 .box-img{
    max-width: 400px;
    margin: 0 auto;
  }
  .section-contacto-x6 .box-title {
    padding-top: 150px;
    margin: 0 auto;
  }
  .section-contacto-x6 .box-text {
    padding-top: 150px;
    margin: 0;
  }
  .section-contacto-x6 .btn-general {
    margin: 40px 0 60px;
  }
  .section-contacto-x6 .box-title .titulo-51{
    font-size: 48px;
  }
  .section-contacto-x6 .row {
    min-height: 600px;
  }
}
@media (max-width: 1280px){
  .section-contacto-x6 .box-img {
    max-width: 350px;
  }
  .section-contacto-x6 .titulo-36{
    font-size: 34px;
  }
  .section-contacto-x6 .box-text p {
    font-size: 16px;
  }
  .section-contacto-x6 .row {
    min-height: 530px;
  }
  .section-contacto-x6 .box-title,
  .section-contacto-x6 .box-text{
    padding-top: 125px;
  }
  .section-contacto-x6 .decoracion-top {
    width: 85px;
  }
}
@media (max-width: 1180px){
  .section-contacto-x6 .box-title .titulo-51 {
    font-size: 44px;
  }
}
@media (max-width: 991px){
  .section-contacto-x6 .row {
    min-height: auto;
  }
  .section-contacto-x6 .decoracion-top{
    display: none;
  }
  .section-contacto-x6 .box-title{
    padding-top: 100px;
  }
  .section-contacto-x6 .box-text {
    padding-top: 50px;
  }
  .section-contacto-x6 {
    padding: 0 0 60px;
  }
}
@media (max-width: 950px){
  .section-contacto-x6 .titulo-36 {
    font-size: 27px;
  }
  .section-contacto-x6 .box-title .titulo-51 {
    font-size: 38px;
  }
}
@media (max-width: 850px){
  .section-contacto-x6 .col-a,
  .section-contacto-x6 .col-b {
    left: 0;
  }
  .section-contacto-x6 .col-4{
    width: 100%;
  }
  .section-contacto-x6 .box-img .desktop{
    display: none;
  }
  .section-contacto-x6 .box-img .mobil{
    display: block!important;
  }
  .section-contacto-x6 .box-img {
    max-width: 380px;
  }
  .section-contacto-x6 .box-title{
    padding-top: 20px;
    text-align: center;
  }
  .section-contacto-x6 .box-text{
    margin: 0 auto;
    text-align: center;
    padding-top: 0;
  }
  .section-contacto-x6 .btn-general {
    margin: 15px auto;
    margin-top: 40px;
  }
  .section-contacto-x6 .box-text p{
    margin: 0 auto;
  }
  .section-contacto-x6 {
    padding: 0 0 80px;
  }
}
@media (max-width: 480px){
  .section-contacto-x6 .container{
    padding: 0;
  }
  .section-contacto-x6 .box-title {
    padding: 20px 15px 0;
  }
  .section-contacto-x6 .box-text {
    padding: 0 18px;
  }
  .section-contacto-x6 .box-title .titulo-51 {
    font-size: 36px;
  }
  .section-contacto-x6 .box-text p {
    font-size: 18px;
  }
}
/* section-contacto *//* section-contacto */


/* section-propiedad-1 */
.section-propiedad-1{
  margin-top: 90px;
  padding: 60px 0 120px;
}
.section-propiedad-1 .col-a{
  width: 72%;
}
.section-propiedad-1 .col-b{
  width: 28%;
}
.section-propiedad-1 .content{
  max-width: 970px;
}
.section-propiedad-1 .content .subtitulo{
  font-size: 36px;
  color: var(--crema3);
  text-transform: uppercase;
  margin-bottom: 0;
}
.section-propiedad-1 .content .titulo-66{
  font-weight: 700;
}
.section-propiedad-1 .precio{
  font-size: 51px;
  font-weight: 700;
  color: var(--marron);
  margin: 50px 0 0;
  text-align: right;
}
@media (max-width: 1450px){
  .section-propiedad-1 .content .titulo-66{
    font-size: 62px;
  }
  .section-propiedad-1 .precio{
    font-size: 48px;
  }
  .section-propiedad-1 .content .subtitulo {
    font-size: 32px;
  }
}
@media (max-width: 1280px){
  .titulo-66{
    font-size: 58px;
  }
}
@media (max-width: 1080px){
  .titulo-66{
    font-size: 52px;
  }
}
@media (max-width: 991px){
  .titulo-66{
    font-size: 48px;
  }
  .section-propiedad-1 .precio{
    font-size: 42px;
    text-align: center;
    margin: 20px 0 0;
  }
  .section-propiedad-1 .content .subtitulo {
    font-size: 30px;
  }
  .section-propiedad-1 .col-a,
  .section-propiedad-1 .col-b{
    width: 100%;
  }
  .section-propiedad-1 .content {
    text-align: center;
  }
  .section-propiedad-1 {
    padding: 40px 0 80px;
  }
}
@media (max-width: 767px){
  .titulo-66{
    font-size: 42px;
  }
}
@media (max-width: 480px){
  .titulo-66,
  .section-propiedad-1 .precio{
    font-size: 36px;
  }
  .section-propiedad-1 .content .subtitulo {
    font-size: 27px;
  }
  .section-propiedad-1 {
    padding: 20px 0 65px;
  }
}
@media (max-width: 340px){
  .section-propiedad-1 .content .subtitulo {
    font-size: 24px;
  }
  .titulo-66,
  .section-propiedad-1 .precio {
    font-size: 34px;
  }
}
/* section-propiedad-1 */


.section-propiedad-contenido .contenido{
  padding: 60px 0 0;
  max-width: 1200px;
}
@media (max-width: 1450px){
  .section-propiedad-contenido .contenido .titulo-36{
    font-size: 34px;
  }
}
@media (max-width: 991px){
  .section-propiedad-contenido .contenido .titulo-36{
    font-size: 30px;
  }
}
@media (max-width: 480px){
  .section-propiedad-contenido .contenido .titulo-36{
    font-size: 27px;
  }
  .section-propiedad-contenido .container{
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 340px){
  .section-propiedad-contenido .contenido .titulo-36 {
    font-size: 24px;
  }
}


/* section-filas *//* section-filas */
.section-filas .row-item{
  margin-bottom: 110px;
  position: relative;
}
.section-filas .container .row-item:nth-last-child(1){
  margin-bottom: 80px;
}
.section-filas .box-head .titulo-45{
  margin-bottom: 60px;
  color: var(--crema3);
}
.section-filas ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 50px;
}
.section-filas .btn-general{
  width: 287px;
}
.section-filas .contenido-18 *{
  color: var(--crema3);
}
@media (max-width: 1450px){
  .section-filas .row-item {
    margin-bottom: 80px;
  }
  .section-filas .box-head .titulo-45{
    font-size: 42px;
  }
}
@media (max-width: 991px){
  .section-filas .row-item {
    padding-bottom: 75px;
  }
  .section-filas .row-item .col-md-4,
  .section-filas .row-item .col-md-8 {
    width: 100%;
  }
  .section-filas .row-item .caja-boton{
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 0 15px;
  }
  .section-filas .box-head .titulo-45 {
    margin-bottom: 30px;
  }
  .section-filas .container .row-item:nth-last-child(1) {
    margin-bottom: 0;
  }
  .section-filas{
    padding-bottom: 70px;
  }
}
@media (max-width: 991px){
  .section-filas .box-head .titulo-45{
    font-size: 38px;
  }
}
@media (max-width: 550px){
  .section-filas ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 480px){
  .section-filas .box-head .titulo-45{
    font-size: 36px;
  }
  .section-filas .container{
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 360px){
  .section-filas .row-item .caja-boton {
    left: 0;
    bottom: 0;
    transform: none;
    -webkit-transform: none;
    display: table;
    width: 100%;
  }
  .section-filas .btn-general {
    width: 100%;
  }
}
/* section-filas *//* section-filas */


/* section-listado *//* section-listado */
.section-listado{
  padding: 120px 0;
}
.section-listado .titulo-45{
  margin-bottom: 60px;
}
.section-listado ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 50px;
}
@media (max-width: 1450px){
  .section-listado{
    padding: 100px 0;
  }
  .section-listado .titulo-45{
    font-size: 42px;
  }
}
@media (max-width: 991px){
  .section-listado{
    padding: 80px 0;
  }
  .section-listado .titulo-45{
    margin-bottom: 30px;
    font-size: 38px;
  }
  .section-listado ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px){
  .section-listado{
    padding: 60px 0;
  }
}
@media (max-width: 550px){
  .section-listado ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .section-propiedad-1 .content .titulo-66 {
    font-size: 42px;
  }
}
@media (max-width: 480px){
  .section-listado .titulo-45{
    font-size: 36px;
  }
  .section-listado .container{
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* section-listado *//* section-listado */


.contenido-18 *{
  color: var(--marron);
  font-weight: 300;
}
.contenido-18 p,
.contenido-18 li{
  font-size: 18px;
}
.contenido-18 strong,
.contenido-18 b {
  font-weight: 700;
}
.contenido-18 ul,
.contenido-18 ol{
  padding-left: 20px;
}



.section-propiedad-detail{
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-propiedad-detail .fila-1,
.section-propiedad-detail .fila-2{
  position: relative;
  padding: 50px 0;
}
.section-propiedad-detail .fila-1::before,
.section-propiedad-detail .fila-2::before{
  content: '';
  display: block;
  width: calc(100% + -15px);
  width: -webkit-calc(100% + -15px);
  width: -moz-calc(100% + -15px);
  width: -o-calc(100% + -15px);
  border: 0;
  height: 0.8px;
  background: var(--crema2);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.item-propiedad-lateral{
  position: relative;
  padding-left: 100px;
  margin: 10px 0;
}
.item-propiedad-lateral .ico{
  width: 61px;
  height: auto;
  position: absolute;
  left: 0;
  top: 2px;
}
.item-propiedad-lateral .title{
  font-size: 18px;
  color: var(--marron);
  font-weight: 700;
  margin-bottom: 5px;
}
.item-propiedad-lateral .value{
  font-size: 45px;
  color: var(--marron);
  font-weight: 300;
  margin: 0;
  line-height: 1;
}
.item-propiedad{
  text-align: center;
  margin: 10px 0;
}
.item-propiedad .title{
  font-size: 45px;
  font-weight: 300;
  color: var(--marron);
  margin: 30px 0 0;
  line-height: 1;
}
.item-propiedad .ico{
  width: 60px;
  height: auto;
}
@media (max-width: 1600px){
  .section-propiedad-detail .fila-1,
  .section-propiedad-detail .fila-2 {
    padding: 50px 15px;
  }
}
@media (max-width: 1480px){
  .item-propiedad-lateral .value,
  .item-propiedad .title {
    font-size: 42px;
  }
  .item-propiedad-lateral .ico {
    width: 55px;
    top: 4px;
  }
  .item-propiedad-lateral {
    padding-left: 80px;
  }
  .item-propiedad .ico{
    width: 55px;
  }
  .section-propiedad-detail .fila-1,
  .section-propiedad-detail .fila-2 {
    padding: 35px 15px;
  }
}
@media (max-width: 1280px){
  .item-propiedad-lateral .value,
  .item-propiedad .title {
    font-size: 38px;
  }
}
@media (max-width: 1080px){
  .item-propiedad-lateral .value,
  .item-propiedad .title {
    font-size: 36px;
  }
  .item-propiedad .title {
    margin: 20px 0 0;
  }
}
@media (max-width: 991px){
  .item-propiedad-lateral .value,
  .item-propiedad .title {
    font-size: 32px;
  }
  .item-propiedad-lateral .ico {
    width: 48px;
  }
  .item-propiedad-lateral {
    padding-left: 65px;
  }
}
@media (max-width: 767px){
  .item-propiedad-lateral .value,
  .item-propiedad .title {
    font-size: 28px;
  }
  .section-propiedad-detail {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 480px){
  .item-propiedad-lateral .value,
  .item-propiedad .title {
    font-size: 24px;
  }
  .item-propiedad-lateral .value{
    text-align: right;
  }
  .section-propiedad-detail .row.justify-content-between{
    justify-content: normal!important;
  }
  .section-propiedad-detail .row .col-auto {
    width: 100%;
  }
  .item-propiedad-lateral .ico,
  .item-propiedad .ico{
    display: none;
  }
  .item-propiedad-lateral{
    justify-content: space-between;
    display: flex;
    padding-left: 0;
  }
  .item-propiedad-lateral .title,
  .item-propiedad .title{
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
  }
  .item-propiedad-lateral .value,
  .item-propiedad .title span{
    font-weight: 700;
  }
  .section-propiedad-detail {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .item-propiedad {
    text-align: left;
  }
  .item-propiedad .title{
    position: relative;
  }
  .item-propiedad .title span{
    position: absolute;
    top: 0;
    right: 0;
  }
  .section-propiedad-detail .fila-1,
  .section-propiedad-detail .fila-2 {
    padding: 0 25px;
  }
  .section-propiedad-detail .fila-1::before,
  .section-propiedad-detail .fila-2::before{
    display: none;
  }
}
@media (max-width: 340px){
  .item-propiedad-lateral .title,
  .item-propiedad .title,
  .item-propiedad-lateral .value{
    font-size: 20px;
  }
}


/* single-noticias *//* single-noticias */
.section-banner-single{
  position: relative;
}
.section-banner-single::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
.section-banner-single .content-head{
  height: 625px;
}
.section-banner-single .content-head .inner-0{
  position: relative;
  z-index: 2;
}
.section-banner-single .inner-0 .titulo{
  font-size: 66px;
  font-weight: 300;
  color: var(--blanco);
  line-height: 1;
  min-height: 200px;
  max-width: 800px;
  text-transform: uppercase;
}
.section-banner-single .inner-0 .date-0{
  background-color: var(--marron);
  padding: 38px 15px 38px 75px;
  max-width: 410px;
}
.section-banner-single .inner-0 .date-0 p{
  color: var(--blanco);
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}
.section-banner-single .column-single-1,
.section-body-single .column-single-1{
  width: 28%;
  padding: 0;
}
.section-banner-single .column-single-2,
.section-body-single .column-single-2{
  width: 72%;
  padding-left: 60px;
}
.column-single-1 .box-left::before {
  content: "";
  width: 800px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--gris3);
  z-index: 1;
}
.column-single-1 .box-left{
  min-height: 240px;
  position: sticky;
  top: 0;
  left: 0;
  margin-bottom: 150px;
}
.column-single-1 .box-left img{
  width: 220px;
  height: auto;
  position: absolute;
  bottom: -100px;
  right: 0px;
  z-index: 2;
}
.column-single-2 .contenido-general-0{
  padding: 60px 20px 120px 0;
  max-width: 845px;
}
.column-single-2 .contenido-general-0 *{
  color: var(--gris1);
}
.contenido-general-0 h1,
.contenido-general-0 h2,
.contenido-general-0 h3,
.contenido-general-0 h4,
.contenido-general-0 h5,
.contenido-general-0 h6{
  font-weight: 400;
}
.contenido-general-0 p,
.contenido-general-0 ul li,
.contenido-general-0 ol li{
  font-size: 18px;
}
.contenido-general-0 img{
  width: auto;
  height: auto;
  max-width: 100%;
}
.contenido-general-0 a{
  text-decoration: underline;
  font-weight: 600;
}
@media (max-width: 1480px){
  .section-banner-single .inner-0 .titulo {
    font-size: 62px;
  }
  .section-banner-single .content-head {
    height: 580px;
  }
}
@media (max-width: 1280px){
  .section-banner-single .inner-0 .titulo {
    font-size: 58px;
  }
  .section-banner-single .content-head {
    height: 550px;
  }
}
@media (max-width: 1180px){
  .section-banner-single .column-single-2,
  .section-body-single .column-single-2 {
    padding-left: 30px;
  }
}
@media (max-width: 1080px){
  .section-banner-single .inner-0 .titulo {
    font-size: 52px;
  }
}
@media (max-width: 991px){
  .section-banner-single .inner-0 .titulo {
    font-size: 48px;
    min-height: 150px;
  }
  .section-banner-single .content-head {
    height: 500px;
  }
}
@media (max-width: 900px){
  .section-body-single .column-single-1{
    display: none;
  }
  .section-banner-single .column-single-2,
  .section-body-single .column-single-2{
    width: 100%;
    padding: 0 15px;
  }
  .section-banner-single .content-head .inner-0 .titulo {
    text-align: center;
    margin: 0 auto;
    min-height: 500px;
    align-items: center;
    display: flex;
  }
  .column-single-2 .contenido-general-0 {
    padding: 60px 0;
    max-width: 100%;
  }
  .section-banner-single .content-head{
    align-content: center !important;
    height: 100%;
  }
  .section-banner-single .content-head .inner-0 {
    width: 100%;
  }
  .section-banner-single .inner-0 .date-0 {
    padding: 20px 15px;
    max-width: 100%;
    background-color: transparent;
  }
  .section-banner-single .inner-0 .date-0 .row .col-6:nth-last-child(1){
    text-align: right;
  }
}
@media (max-width: 767px){
  .section-banner-single .inner-0 .titulo {
    font-size: 42px;
  }
}
@media (max-width: 480px){
  .section-banner-single .inner-0 .titulo {
    font-size: 36px;
  }
  .section-banner-single .content-head .inner-0 .titulo {
    min-height: 420px;
  }
  .column-single-2 .contenido-general-0 {
    padding: 60px 0 40px;
  }
}
@media (max-width: 360px){
  .section-banner-single .content-head .inner-0 .titulo {
    min-height: 350px;
  }
}
/* single-noticias *//* single-noticias */



.slider-active{
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.slider-active.slick-initialized{
  visibility: visible;
  opacity: 1;
}

.section-recomendados{
  background-color: var(--gris3);
  padding: 120px 0 0;
}
.section-recomendados .titulo-51{
  margin-bottom: 40px;
}
.section-recomendados .box-width{
  max-width: 900px;
  margin-left: 110px;
}
.section-recomendados .box-slider{
  position: relative;
}
.section-recomendados .arrow-black.left{
  top: 30%;
  left: 58px;
}
.section-recomendados .arrow-black.right{
  top: 30%;
  right: 30px;
}
.section-recomendados .slick-list{
  overflow: visible!important;
}
.section-recomendados .box-slider::before {
  content: "";
  width: 340px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -250px;
  background-color: var(--gris3);
  z-index: 1;
}
@media (max-width: 1480px){
  .section-recomendados {
    padding: 80px 0 0;
  }
  .titulo-51{
    font-size: 48px;
  }
  .section-recomendados .arrow-black.left,
  .section-recomendados .arrow-black.right{
    padding: 14px 21px;
  }
  .section-recomendados .arrow-black img {
    width: 18px;
  }
  .section-recomendados .arrow-black.left {
    left: 70px;
  }
}
@media (max-width: 1280px){
  .titulo-51{
    font-size: 42px;
  }
}
@media (max-width: 1050px){
  .section-recomendados .box-width {
    max-width: 450px;
  }
}
@media (max-width: 991px){
  .titulo-51{
    font-size: 38px;
  }
}
@media (max-width: 767px){
  .section-recomendados {
    padding: 60px 0 0;
  }
  .section-recomendados .item-noticias {
    margin-bottom: 60px;
  }
  .section-recomendados .box-width {
    margin-left: 60px;
  }
  .section-recomendados .box-slider::before {
    width: 300px;
    left: -250px;
  }
  .section-recomendados .arrow-black.left {
    left: 30px;
  }
  .section-recomendados .arrow-black.right {
    right: 5px;
  }
  .section-recomendados .titulo-51 {
    margin-bottom: 20px;
  }
  .titulo-51{
    font-size: 32px;
  }
}
@media (max-width: 530px){
  .section-recomendados .box-slider::before {
    width: 50px;
    left: -35px;
  }
  .section-recomendados .box-width {
    margin-left: 15px;
    max-width: 400px;
  }
  .section-recomendados .box-width ul li{
    margin: 0 5px;
  }
  .section-recomendados .arrow-black.left {
    left: 5px;
  }
  .section-recomendados .titulo-51 {
    padding-left: 18px;
  }
  .section-recomendados .item-noticias .box-head {
    height: 280px;
  }
}
@media (max-width: 480px){
  .titulo-51{
    font-size: 27px;
  }
  .item-noticias .box-body .title-0 {
    font-size: 22px;
  }
}
@media (max-width: 380px){
  .section-recomendados .arrow-black img {
    width: 12px;
  }
  .section-recomendados .arrow-black.left,
  .section-recomendados .arrow-black.right {
    padding: 9px 15px;
  }
  .section-recomendados .box-width {
    max-width: 300px;
  }
  .section-recomendados .item-noticias .box-head {
    height: 250px;
  }
  .item-noticias .box-body .title-0 {
    font-size: 20px;
  }
  .section-recomendados .titulo-51 {
    margin-bottom: 10px;
  }
}
@media (max-width: 340px){
  .section-recomendados .box-width {
    max-width: 270px;
  }
  .section-recomendados .box-width {
    margin-left: 10px;
  }
  .section-recomendados .arrow-black.left {
    left: 0px;
  }
  .section-recomendados .item-noticias .box-head {
    height: 200px;
  }
  .titulo-51{
    font-size: 24px;
  }
}
.mapa-scroll{
  position: relative;
  height: 535px;
  overflow-y: hidden;
}
.modal-dialog .modulo-column-maps .caja-imagen{
  position: sticky!important;
  top: 0;
  left: 0;
}


.section-team-6{
  background: var(--gris3);
  padding-top: 60px;
  padding-bottom: 120px;
}
.section-team-6 .content-inner-0{
  max-width: 820px;
  position: relative;
}
.section-team-6 .content-inner-0::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -1000px;
  width: 1000px;
  height: 100%;
  background: var(--gris3);
  z-index: 2;
}
.slider-team-general .slick-slide{
  margin: 0 4px;
}
.slider-team-general .slick-list{
  overflow: visible !important;
}
.section-team-6 .col-a{
  position: relative;
  z-index: 5;
}
.block-nav-team{
  margin-left: auto;
  display: table;
}
.block-nav-team .count-current-team,
.block-nav-team .count-total-team{
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: var(--marron);
  position: relative;
}
.block-nav-team .count-total-team::before{
  content: '';
  display: block;
  width: 85px;
  height: 1px;
  background: var(--marron);
  position: absolute;
  left: -98px;
  top: 13px;
}
.block-nav-team .count-total-team{
  margin-left: 113px;
  margin-bottom: 15px;
}
.item-team{
  position: relative;
  min-height: 716px;
  background: var(--blanco);
}
.item-team .head-0{
  height: 466px;
  position: relative;
}
.item-team .name{
  position: relative;
  max-width: 230px;
  font-size: 27px;
  text-transform: uppercase;
  min-height: 96px;
  font-weight: 300;
  margin-bottom: 30px;
}
.item-team .name::before{
  content:'';
  display: block;
  position: absolute;
  top: -15px;
  left:0;
  width: 190px;
  height: 2px;
  background: #293B8F;
}
.item-team .body-0{
  padding: 60px 23px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.item-team .body-0 *{
  color: #293B8F;
}
.item-team .body-0 .cargo{
  margin: 0;
  font-weight: 300;
}
@media (max-width: 1450px){
  .item-team .head-0 {
    height: 440px;
  }
  .item-team {
    min-height: 685px;
  }
  .item-team .body-0 .cargo{
    font-size: 22px;
  }
}
@media (max-width: 767px){
  .item-team .name {
    font-size: 24px;
  }
  .item-team .body-0 .cargo {
    font-size: 20px;
  }
  .item-team {
    min-height: 665px;
  }
}
@media (max-width: 480px){
  .item-team .name::before {
    width: 100%;
  }
  .item-team .name {
    max-width: 100%;
    min-height: auto;
  }
  .item-team .body-0 {
    position: relative;
  }
  .item-team {
    min-height: auto;
  }
  .item-team .body-0 {
    padding: 50px 18px 30px;
  }
}
@media (max-width: 440px){
  .item-team .head-0 {
    height: 350px;
  }
}
@media (max-width: 380px){
  .item-team .body-0 .cargo {
    font-size: 17px;
  }
  .item-team .name {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .item-team .head-0 {
    height: 280px;
  }
  .item-team .body-0 {
    padding: 40px 15px 25px;
  }
}


.section-team-6 .text{
  max-width: 350px;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
.section-team-6 .text .titulo-45{
  margin-bottom: 60px;
}
.section-team-6 .arrow-00.left{
  left: -35px;
}
.section-team-6 .text .decoracion-top{
  width: 83px;
  height: auto;
  position: absolute;
  top: 30px;
  left: 0;
}
.section-team-6 .columna-a{
  position: relative;
}
.section-team-6 .columna-a .decoracion-bottom{
  width: 85px;
  height: auto;
  position: absolute;
  bottom: -45px;
  left: 0;
}
.section-team-6 .contenido-24 p {
  font-size: 24px;
}


.item-team.color-2 *{
  color: var(--team-2);
}
.item-team.color-2 .name::before{
  background: var(--team-2);
}
.item-team.color-3 *{
  color: var(--team-3);
}
.item-team.color-3 .name::before{
  background: var(--team-3);
}
.item-team.color-4 *{
  color: var(--team-4);
}
.item-team.color-4 .name::before{
  background: var(--team-4);
}
.item-team.color-5 *{
  color: var(--team-5);
}
.item-team.color-5 .name::before{
  background: var(--team-5);
}

/* =WordPress Core ------ */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
/* =WordPress Core ------ */

.next-section-modal{
  position: relative;
  top: 45px;
}



.modal-floor .lista-ancla li{
  padding: 31px 0;
  border-bottom: 1px solid var(--gris2);
}
.modal-floor .lista-ancla li a{
  color: var(--marron);
  font-weight: 400;
  font-size: 24px;
  position: relative;
  line-height: 1;
  display: block;
}
.modal-floor .lista-ancla li a.activo{
  padding: 10px 0 10px 20px;
}
.modal-floor .lista-ancla li a.activo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 100%;
  background-color: var(--crema2);
}
.mapa-scroll{
  max-width: 635px;
  margin-left: auto;
}
.modal-floor .contenido .col-a{
  width: 35%;
}
.modal-floor .contenido .col-b{
  width: 65%;
}

.section-team-6 .arrow-00{
  transform: none;
  -webkit-transform: none;
  top: 315px;
}

.section-column-team{
  padding: 60px 0 120px;
}
.item-columna .bg-imagen{
  height: 653px;
  position: relative;
}
.item-columna .bloque-texto{
  max-width: 290px;
  width: 100%;
  margin-left: 45px;
}
.item-columna .bloque-texto .btn-general{
  width: 100%;
  margin-top: 60px;
}
.item-columna .bloque-titulo{
  max-width: 350px;
  width: 100%;
  margin-left: auto;
}
.item-columna .bloque-titulo .subtitulo-24{
  color: var(--crema3);
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1;
}
.item-columna .col-a,
.item-columna .col-b{
  position: relative;
}
.item-columna .count-current,
.item-columna .count-total{
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: var(--crema3);
  position: relative;
}
.item-columna .count-total::before{
  content: '';
  display: block;
  width: 85px;
  height: 1px;
  background: var(--crema3);
  position: absolute;
  left: -98px;
  top: 13px;
}
.item-columna .count-total{
  margin-left: 113px;
  margin-bottom: 15px;
}
.item-columna .count-nav{
  margin-bottom: 40px;
}
@media (min-width: 1081px){
  .item-columna .col-a{
    width: 36%;
    left: 30%;
  }
  .item-columna .col-b{
    width: 30%;
    left: -36%;
  }
  .item-columna .col-c{
    width: 33%;
  }
}
.section-column-team .arrow-black.left {
  left: 0;
}
.section-column-team .arrow-black.right {
  right: 0;
}
.mapa-scroll .box{
  position: relative;
  min-height: 535px;
}
.mapa-scroll .box .img-central{
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}
.section-column-team.tipo-2{
  padding-bottom: 60px;
  padding-top: 30px;
  background-color: var(--gris3);
}
@media (max-width: 1450px){
  .section-team-6 .columna-a{
    padding-left: 10px;
  }
}
@media (max-width: 1380px){
  .section-team-6 .arrow-00.right {
    right: 0;
  }
}
@media (max-width: 1220px){
  .section-team-6 .arrow-00.left {
    left: -20px;
  }
}
@media (max-width: 1200px){
  .section-team-6 .content-inner-0 {
    max-width: 390px;
  }
}
@media (max-width: 1080px){
  .section-team-6 .col-a{
    width: 40%;
  }
  .section-team-6 .col-b{
    width: 60%;
  }
  .section-team-6 .arrow-00.left{
    left: -12px;
  }
  .section-team-6 .arrow-00.right{
    right: -12px;
  }
}
@media (max-width: 760px){
  .section-team-6 .arrow-00{
    top: auto !important;
    bottom: 305px;
  }
  .section-team-6 .arrow-00.right{
    right: 0 !important;
  }
}
@media (max-width: 480px){
  .section-team-6 .arrow-00{
    bottom: 192px;
  }
}
@media (max-width: 991px){
  .section-team-6 .col-a,
  .section-team-6 .col-b{
    width: 50%;
  }
}
@media (max-width: 760px){
  .section-team-6 {
    padding-bottom: 60px;
  }
  .section-team-6 .col-a,
  .section-team-6 .col-b{
    width: 100%;
  }
  .section-team-6 .block-nav-team,
  .section-team-6 .text .decoracion-top,
  .section-team-6 .columna-a .decoracion-bottom{
    display: none;
  }
  .section-team-6 .text{
    padding-top: 0;
    padding-bottom: 50px;
    max-width: 550px;
  }
  .section-team-6 .text .titulo-45 {
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 700;
  }
  .section-team-6 .content-inner-0 {
    left: 15px;
  }
}
@media (max-width: 480px){
  .section-team-6 {
    padding-bottom: 30px;
  }
  .section-team-6 .text {
    padding-bottom: 35px;
  }
}
@media (max-width: 450px){
  .section-team-6 .text .titulo-45 {
    font-size: 27px;
  }
  .section-team-6 .content-inner-0::before {
    height: 108%;
  }
  .section-team-6 .content-inner-0 {
    max-width: 320px;
  }
}
@media (max-width: 380px){
  .section-team-6 .content-inner-0 {
    max-width: 265px;
  }
}
@media (max-width: 340px){
  .section-team-6 .contenido-24 p {
    font-size: 22px;
  }
}
@media (max-width: 360px){
  .section-propiedad-1 .content .titulo-66 {
    font-size: 36px;
  }
}
@media (max-width: 480px){
  .section-propiedad-detail .fila-2::after {
    content: '';
    width: 100%;
    height: 1px;
    border: 1px solid var(--crema2);
    display: block;
    margin: 55px 0 0 0;
  }
}
.column-single-2 .contenido-marron *{
  color: var(--marron) !important;
  font-size: 24px !important;
  font-weight: bold !important;
}
.column-single-2 .contenido-marron p{
  line-height: 1.2;
}
@media (max-width: 768px){
  .modulo-slider-general{
    position: relative;
  }
}
.background-video .videobg{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
img.w-100 ~ .section-destino-1{
  padding-top: 60px !important;
  padding-bottom: 0;
}
.section-today .contenido-24{
  margin-top: 25px;
  margin-bottom: 45px;
}
.section-today.tipo-2 .btn-general{
  max-width: 347px;
  width: 100%;
}
.item-booking{
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  min-height: 272px;
}
.section-bookings .bloque-listado{
  padding-top: 100px;
  padding-bottom: 60px;
}
.item-booking .bg-img{
  height: 272px;
  position: relative;
  width: 475px;
  background: #f4f4f4;
}
.item-booking .detalles{
  padding-left: 60px;
  padding-right: 0;
}
.item-booking .titulo{
  font-size: 36px;
  color: var(--marron);
  text-transform: uppercase;
  margin-bottom: 40px;
}
.item-booking .lista .col{
  padding: 0;
}
.item-booking .lista .label{
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: var(--marron);
}
.item-booking .lista .value{
  font-size: 36px;
  margin: 0;
  font-weight: 300;
  color: var(--marron);
}
.section-bookings .bloque-book{
  margin-top: 75px;
}
.crema{
  color:var(--crema3);
}
.page-template-reservas .select2-search{
  display: none;
}
.section-bookings .input-custom{
  width: 350px;
}
.section-bookings .input-custom .text{
  font-size: 24px;
  font-weight: 400;
  color: var(--gris1);
  white-space: nowrap;
  margin-right: 20px;
}
#next-section{
  position: relative;
  top:-50px;
}
.section-bookings{
  padding-left: 10px;
  padding-right: 10px;
}
.col-guest{
  width: 22.5%;
  padding: 0;
}
@media (max-width: 1280px){
  .item-booking .detalles {
    padding-left: 30px;
  }
  .item-booking .bg-img{
    width: 375px;
  }
}
@media (max-width: 1200px){
  .item-booking .btn-general{
    width: 185px;
  }
}
@media (max-width: 1080px){
  .item-booking .col-btn{
    width:100%;
    margin-top: 15px;
  }
  .item-booking .col-btn .btn-general{
    height: 50px;
    font-size: 14px;
    padding-top: 15px;
  }
  .item-booking .titulo {
    margin-bottom: 25px;
  }
  .item-booking .lista .col{
    flex: 0 0 auto;
    width: auto;
    margin-left: 20px;
  }
  .col-guest{
    width: auto;
  }
}
@media (max-width: 800px){
  .item-booking .bg-img {
    width: 310px;
  }
  .item-booking .titulo {
    margin-bottom: 15px;
    font-size: 32px;
  }
  .item-booking .lista .label {
    font-size: 16px;
  }
  .item-booking .lista .value {
    font-size: 32px;
  }
  .section-bookings .bloque-listado {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 700px){
  .item-booking .lista .col,
  .item-booking .lista .col-guest{
    margin-right: 20px;
    margin-left: 0;
  }
  .item-booking .lista .col:nth-last-child(1){
    margin-right: 0;
  }
  .section-bookings .bloque-book .col-auto{
    width: 100%;
  }
  .section-bookings .bloque-book .titulo-27{
    margin-bottom: 10px;
  }
  .section-bookings .input-custom {
    width: 100%;
  }
}
@media (max-width: 575px){
  .item-booking .bg-img {
    width: 100%;
  }
  .item-booking{
    display: block;
  }
  .item-booking .detalles {
    padding-left: 0;
    padding-top: 15px;
  }
  .item-booking .col-btn .btn-general{
    width: 100%;
  }
}
@media (max-width: 400px){
  .item-booking .lista .label {
    font-size: 14px;
  }
}
.reserva-message .datos-1{
  margin-top: 90px;
}
.reserva-message .subtitulo{
  margin-top: 30px !important;
}
@media (max-width: 767px) {
  .reserva-message .datos-1 .input-custom.input-duo {
    margin-bottom: 20px;
  }
  .reserva-message .datos-1 {
    margin-top: 15px;
  }
}
@media (max-width: 1480px){
  .section-contact-x1 .titulo-66 {
    font-size: 52px;
  }
}
@media (max-width: 1100px){
  .section-contact-x1 .titulo-66 {
    font-size: 46px;
  }
}
@media (max-width: 991px){
  .section-contact-x1 .titulo-66 {
    font-size: 38px;
  }
}
@media (max-width: 850px){
  .section-contact-x1 .titulo-66 {
    font-size: 52px;
  }
}
.modulo-btn-contact{
  padding: 65px 70px 70px 70px;
}
@media (max-width: 991px){
  .modulo-btn-contact {
    padding: 55px 35px 70px 35px;
  }
}
@media (max-width: 550px){
  .modulo-btn-contact {
    padding: 55px 30px 70px 30px;
  }
}
.modulo-mapa-scroll .imagen{
  width: 100%;
}
.modulo-mapa-scroll{
  margin-top: 35px;
  margin-bottom: 60px;
}
@media (max-width: 767px){
  .modulo-mapa-scroll{
    overflow-x: scroll;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 80px;
  }
  .modulo-mapa-scroll .imagen{
    width: auto !important;
    height: 100vh !important;
    margin: 0 auto;
    display: table;
  }
  .modulo-headers-map{
    text-align: center;
  }
}
.flatpickr-day{
  border-radius: 0 !important;
  margin: 2px 0 !important;
  color: var(--marron) !important;
}
.flatpickr-current-month span.cur-month,
.flatpickr-current-month input.cur-year{
  color: var(--marron) !important;
}
.flatpickr-calendar .startRange,
.flatpickr-calendar .endRange{
  background: var(--marron) !important;
  border-color: var(--marron) !important;
  border-radius: 0 !important;
  color: var(--blanco) !important;
}
.flatpickr-day.inRange{
  box-shadow: none !important;
  background-color: var(--crema) !important;
  border-color: var(--crema) !important;
}
span.flatpickr-weekday{
  color: var(--crema2) !important;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg{
  fill: var(--marron) !important;
}
.flatpickr-day:focus,
.flatpickr-day:active,
.flatpickr-day:hover,
.flatpickr-day.selected{
  background: var(--marron) !important;
  border-color: var(--marron) !important;
  border-radius: 0 !important;
  color: var(--blanco) !important;
}
.flatpickr-calendar{
  padding-top: 10px;
  padding-bottom: 10px;
}
.flatpickr-calendar .dayContainer,
.flatpickr-weekdays .flatpickr-weekdaycontainer{
  padding-left: 15px !important;
  padding-right: 15px !important;
}
footer .logo-footer-1{
  width: 193px;
}
@media (max-width: 991px){
  footer .col-b{
    padding-right: 15px !important;
  }
}
footer .part-2{
  padding-bottom: 15px;
}
@media (max-width: 767px){
  footer .logo-footer{
    display: table !important;
  }
  footer .logo-footer-1{
    display: none !important;
  }
  footer .col-b{
    padding-right: 0 !important;
  }
  footer .col-a,
  footer .col-b{
    width: 100% !important;
  }
}
