@charset "UTF-8";
/* CSS Document */

:root {
    --fuente-documento: "Gotham-Light";
    --color-primario: #004165;
    --color-link: #8ab7e3;
    --titulo-grande: 7.2rem;
    --titulo-seccion: 4.4rem;
    --subtitulos: 2rem;
    /* --p-font-size: 1.4rem; */
    --p-font-size: 1.6rem;
    --text-small: 1.4rem;
    --gris-fuerte: #6f6f6e;
}

@font-face {
    font-family: "Gotham-Light";
    src: url("../fuentes/Gotham-Light.woff2") format("woff2"), url("../fuentes/Gotham-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Bold";
    src: url("../fuentes/Gotham-Bold.woff2") format("woff2"), url("../fuentes/Gotham-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Medium";
    src: url("../fuentes/Gotham-Medium.woff2") format("woff2"), url("../fuentes/Gotham-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Frutiger57-Condensed";
    src: url("../fuentes/Frutiger57-Condensed.woff2") format("woff2"), url("../fuentes/Frutiger57-Condensed.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 62.5%;
}
body {
    font-family: var(--fuente-documento);
    color: var(--gris-fuerte);
    overflow-x: hidden;
}
.form-cotizar .form input::placeholder {
    color: var(--color-primario) !important;
}
.form-cotizar .form {
    color: var(--color-primario) !important;
}



.form-select {
    font-size: 1.8rem;
    transition: 0.3s;
    background-color: white; /* Ajustado para usar solo uno de los valores */
    padding-left: 0.8rem;
    padding-right: 2rem; /* Espacio para la flecha */
    height: 48px;
    width: 100%;
    border: 1px solid #8ab7e3;
    border-radius: 0.3rem;
    color:#004165; /* Color del texto */
    -webkit-appearance: none; /* Quitar estilo predeterminado en WebKit */
    -moz-appearance: none; /* Quitar estilo predeterminado en Firefox */
    appearance: none; /* Quitar estilo predeterminado en otros navegadores */
    position: relative;
    
}

/* Contenedor para posicionar la flecha */
.select-container {
    position: relative;
    width: 100%;
}

/* Flecha personalizada */
.select-container::after {
    content: '▼';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: rgb(255, 255, 255); /* Color de la flecha */
    pointer-events: none;
    font-size: 1.2rem; /* Tamaño de la flecha, ajustable según necesidad */
}


.camp_1_living {
    background: #dae140;
    height: 700px;
}
.menu_flotante_11 {
    font-size:16px;
    color: #ffffff;
    cursor: pointer;
}
.menu_flotante_11:hover {
    font-size: 17px;
    color: #8bb7e3;
}
.fondo_pvl {
    background: url(../../images/fondo_blanco_pl_2.jpg) no-repeat;
    background-size: cover;
    height: 1090px;
    background-position: right top;
}
.galeria_index_pv {
    background: url(../../images/galeria_inicio_1.jpg) center;
    height: 800px;
    background-size: cover;
}
.galeria_index_pv_2 {
    background: url(../../images/paradise_living_1.jpg) center;
    height: 500px;
    background-size: cover;
}
.galeria_index_pv_3 {
    background: url(../../images/qm_paradise_1.jpg) top center;
    height: 800px;
    background-size: cover;
}
.galeria_index_pv_4 {
    background: url(../../images/ubicacion_pl.jpg) top center;
    height: 800px;
    background-size: cover;
}
.img_galeria_amenidades_11 {
    background: url(../../images/img_amenidad_triptico.jpg) no-repeat;
    background-size: cover;
	height: 900px;
}
.img_galeria_amenidades_22 {
    background: url(../../images/ubi_paisaje.jpg) no-repeat;
    background-size: cover;
}
.fondo_camp_pr {
    background: url(../../images/camp_1.jpg) top center no-repeat;
    background-size: cover;
    height: 950px;
}
.fondo_ubicacion_pr_1 {
    background: url(../../images/mapa_ubicacion.jpg) bottom left no-repeat;
    height: 600px;
    background-size: cover;
}
.fondo_cont_pr {
    background: url(../../images/habitacion_1.jpg) center center no-repeat;
    height: 600px;
    background-size: cover;
}
.fondo_transparente_mmedio {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.6012998949579832) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.6012998949579832) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6012998949579832) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.nave {
    transition: all 01s ease;
}
.nave.active {
    background: var(--color-primario);
}
.nave.active .logo img {
    max-width: 100px;
}
.logo {
    position: fixed;
    z-index: 10;
    background: var(--color-primario);
    padding: 2.5rem;
    top: 0;
    left: 18.5rem;
}
.logo img {
    max-width: 650px;
    min-width: 90px;
    width: 100%;
    transition: all 2.3s ease-in-out;
}
.c-campana {
    margin: 4.5rem 0 0 4.5rem;
    position: relative;
    overflow: hidden;
    min-height: 90vh;
}
.campana {
    background: url(../../images/campana-foresta.webp) no-repeat center;
    background-size: cover;
    z-index: 1;
    /*animation-name: fondo;
    animation-duration: 104s;*/
    height: 700px;
    width: 100%;
}

.campana2 {
    height: 350px;
}
@keyframes fondo {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}
.libre img {
    width: 100%;
    max-width: 1180px;
    position: absolute;
    bottom: 0;
    left: 64%;
    transform: translate(-50%);
    z-index: 2;
    min-width: 600px;
}
.franja {
    background: var(--color-primario);
    width: 80%;
    height: 70px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
}
.preventa {
    position: absolute;
    z-index: 6;
    right: 0;
    bottom: 100px;
    max-width: 550px;
    background: rgba(47, 108, 84, 58%);
    padding: 3rem;
}
.preventa h2 {
    color: #ffffff;
    font-family: "Gotham-Bold";
    text-align: center;
    font-size: 3.2rem;
}

/* ==========================================================================
   Fin header
   ========================================================================== */

.logo-pie img {
    max-width: 600px;
}

h1 {
    font-family: "Gotham-Light";
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    /* identical to box height
    letter-spacing: 0.3em;
    */

    text-align: justify;
    

    /* Color 1 */

    color: #004165;
}
h2 {
    letter-spacing: 0.25em;
    font-family: "Gotham-Light";
    color: #004165;
}

.grid-cards {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.super-imagen {
    position: relative;
    background: url(../../images/foresta-reservado1.webp) no-repeat center fixed;
    background-size: cover;
    height: 900px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.super-imagen2 {
    position: relative;
    background: url("../../images/pisicina_1.jpg") no-repeat center fixed;
    background-size: cover;
    height: 900px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.super-imagen3 {
    position: relative;
    background: url(../../images/lobby_1.jpg) no-repeat center fixed;
    background-size: cover;
    height: 900px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.big-container {
    max-width: 1400px;
    margin: 0px;
}
.color-primario {
    color: var(--color-primario);
}
.bg-primario {
    background: var(--color-primario);
}
.titulo-grande {
    font-size: var(--titulo-grande);
    font-family: "Gotham-Bold";
    color: var(--color-primario);
}
.titulo-seccion {
    font-size: var(--titulo-seccion);
}
.subtitulo-seccion {
    font-size: var(--subtitulos);
}
p {
    font-size: var(--p-font-size);
    font-style: normal;
    font-weight: 400;
    
    text-align: justify;

    color: #9e9e9e;
}
.parrafo1 {
    font-size: 2.2rem;
}
b {
    font-family: "Gotham-Medium";
}
.azul_fondo_azul_img {
    background: rgb(36, 60, 89);
    background: -moz-linear-gradient(180deg, rgba(36, 60, 89, 0.7889749649859944) 0%, rgba(3, 5, 97, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(36, 60, 89, 0.7889749649859944) 0%, rgba(3, 5, 97, 0) 100%);
    background: linear-gradient(180deg, rgba(36, 60, 89, 0.7889749649859944) 0%, rgba(3, 5, 97, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#243c59",endColorstr="#030561",GradientType=1);
}
.borde_azul_apto {
    border: #8ab7e3 solid 10px;
    background: #ffffff;
    height: 500px;
}

.formulario {
    background: var(--color-primario);
    padding: 5rem;
    position: relative;
    top: -50px;
}
.form {
    position: relative;
    height: 48px;
    margin-bottom: 2rem;
}
label {
    font-size: 1.5rem;
}
.form-label {
    position: absolute;
    color: var(--color-primario);
    top: 1.1rem;
    left: 0.5rem;
    font-size: 1.8rem;
    transition: 0.3s;
    color: #ffffff;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}
.form-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    width: 100%;
    padding: 1rem;
    border: none;
    font-size: 1.8rem;
    z-index: 1;
    background: rgba(255, 255, 255, 38%);
    color: #ffffff;
}
.form-input::placeholder {
    /* color: #ffffff; */
    color: white !important;
}
.text_input::placeholder {
    color: white;
}
.form-input:focus + .form-label {
    top: -1.2rem;
    font-size: 1.4rem;
    left: 0.8rem;
    z-index: 3;
}
.form-input:not(:placeholder-shown).form-input:not(:focus) + .form-label {
    top: -1.2rem;
    font-size: 1.4rem;
    left: 0.8rem;
    z-index: 3;
    background: var(--color-primario);
}
textarea {
    min-height: 7rem !important;
}
button {
    background: var(--color-link) !important;
    border: none;
    color: aliceblue !important;
    font-size: 1.4rem;
    font-family: var(--fuente-documento);
    letter-spacing: 0.25em;
    padding: 5px;
}

.text_input {
    border: 1px solid #8ab7e3;
    background: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.4rem;
}

#btnMenuPc {
    cursor: pointer;
}
#menuPc {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 10000;
    display: none;
}
#btnMenuPcClose {
    cursor: pointer;
}
.ola-blanca-footer {
    z-index: 5;
    margin-top: -1rem;
    position: absolute;
}
.owl-theme .owl-dots .owl-dot{
	background: none !important;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    position: relative !important;
    margin-top: -30px !important;
}
/*
.owl-uno-items .owl-dots .owl-dot {
    background: transparent !important;
}
.owl-galeria-footer .owl-dots {
    position: absolute;
    bottom: 0%;
    left: 45%;
}
.owl-galeria-footer .owl-dots .owl-dot {
    background: none !important;
}
.fancybox-button {
    background: none !important;
}*/

.nave {
    transition: all 01s ease;
}

.nave.active {
    background: var(--color-primario);
}

.nave.active .logo img {
    max-width: 200px;
}



.border-nav {
    /* border-bottom: 1px solid #ffffff80;004165 */
    padding: 1rem;
    /*background: #004165;*/
}

.contenedor-grande.position-relative.titulos-inter {
    z-index: 9;
}

.container-fluid.position-relative.palmeras {
    z-index: 9;
}

.navegacion ul {
    display: flex;
    justify-content: flex-end;
    flex-flow: wrap;
    align-items: center;
}

.navegacion ul li {
    list-style: none;
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    position: relative;
}

.navegacion ul li img {
    /* width: 25px; */
}

.navegacion ul li div {
    position: absolute;
    bottom: -45px;
    left: 33%;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    transform: translateX(-50%);
    display: none;
}

.nav_barra {
    position: absolute;
    bottom: -3em;
    left: 7.9%;
    width: 20px;
    height: 2px;
    background-color: rgb(255 255 255);
    transform: translateX(-20%);
    display: block !important;
    transition: 0.5s ease-in-out;
    display: none !important;
}

.navegacion {
    position: relative;
    margin-left: auto;
}

.navegacion-act {
    position: absolute;
    bottom: -3.5em !important;
    left: 7.9%;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    transform: translateX(-20%);
    /* display: block !important; */
    display: none !important;
    transition: 0.5s ease-in-out;
}

.navegacion ul li:hover div {
    display: block;
}

.navegacion ul li a {
    color: #fff;
    text-decoration: none;
    padding: 1rem;
    margin: 0 0.5rem;
}

.navegacion ul li:last-child {
    margin-right: 0;
}

.navegacion li ul {
    position: absolute;
    background: var(--color-secundario);
    padding: 1rem;
    min-width: 140px;
    display: none;
}

.navegacion li ul li {
    border-bottom: 1px solid #ffffff10;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.navegacion li ul li:last-child {
    border-bottom: none;
}

.navegacion li:hover > ul {
    display: block;
}
.mm-panels {
    background-color: #004165 !important;
}

/* */

.menu_flotante_11 a {
	padding-left: 10px;
    color: white;
    text-decoration: none;
}
.menu_flotante_11 a:hover {
    color: var(--colorLink);
}
.caja-padre {
    overflow: hidden;
}
.caja-hijo {
    /* bottom: -500; */
    transition: margin-top 0.5s !important;
}
/*.caja-padre:hover .caja-hijo {*/
.caja-padre .caja-hijo {
    /* bottom: 0; */
    margin-top: -50rem;
}
.campanaInicioImg {
    height: 700px;
    transition: transform 0.5s;
}
/*.caja-padre:hover .campanaInicioImg {*/
.caja-padre .campanaInicioImg {
    /* bottom: 0; */
    transform: scale(1.1);
}
.campana-inicio .owl-dots .owl-dot {
    background: none !important;
}
.ola-azul-footer {
    z-index: 5;
    margin-top: -1rem;
    position: absolute;
}
.rutanav {
    color: #007bff !important;
}
.nav-logo {
    filter: drop-shadow(2px 4px 6px black);
	width: 55%;
}
.btn-whatsapp {
    position: fixed;
    z-index: 401;
    right: 1%;
    bottom: 3%;
    width: 7em;
    height: 5em;
    cursor: pointer;
}
.owl-planos-inicio .owl-dots button {
    margin-bottom: 7.2px;
    background: none !important;
}
.caja-planos-apt {
    display: flex;
    justify-content: space-around;
    row-gap: 30px;
}
.btn-h-azul:hover {
    transition: background 0.5s;
    background-color: #004165 !important;
}
.btn-h-blanco:hover {
    transition: background 0.7s;
    background-color: white !important;
    color: #004165 !important;
    outline: 1px #004165 solid;
    /* border: 1px #004165 solid; */
}

.img-logo-index{
	width: 50%;
}
a {
	text-decoration: none;
}
.img-barranquilla{
    height: 700px;
}

.img-galeria-datos{
    height: 700px;
}

.fondo-total2 {
    height: 115vh !important;
    background: url(../../images/fondo_criptico.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.div-gracias {
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    color: #fff;
}
.hvr-wobble-horizontal {
    background: white !important;
    padding: 10px !important;
    text-center:center;
    border-radius: 10px !important;
}
@media (min-width: 1900px) {
    .libre img {
        max-width: 920px;
    }
	.campana{
		height: 900px;
	}
	.campanaInicioImg{
		height: 900px;
	}
}
@media (max-width: 1476px) {
    .texto-barranquilla {
        line-height: 1.4;
        font-size: 14px;
        padding: 0 !important;
    }
    .ameni-pc-inicio {
        flex-basis: 33% !important;
    }
}

@media (max-width: 992px) {
    .galeria_index_pv_3 {
        height: 220px;
    }
    .img-barranquilla{
        height: 200px;
    }

    .campana {
        animation: none;
        height: 400px;
    }

    .galeria_index_pv_2 {
        background: url(../../images/paradise_living_1.jpg) center;
        height: 500px;
        background-size: cover;
    }
    .fondo_pvl {
        background: #ffffff;
        background-size: cover;
        height: auto;
        background-position: right top;
    }
}

@media (max-width: 768px) {
    .img-galeria-datos{
        height: 270px;
    }
    .campana2 {
        height: 250px;
    }
    .camp_1_living {
        background: #dae140;
        height: 500px;
    }
    .fondo_camp_pr {
        background: url(../../images/camp_1.jpg) center bottom no-repeat;
        background-size: cover;
        height: 500px;
    }

    .titulo-brrq {
        font-size: 25px !important;
    }
    .titulo-cnt {
        font-size: 30px !important;
    }
    .titulo-aprm {
        font-size: 25px !important;
        line-height: 30px;
    }
    .texto-barranquilla {
        line-height: 2;
    }
    .borde_azul_apto {
        height: 350px;
    }
    .galeria_index_pv {
        height: 400px;
    }
}

@media (max-width: 575px) {
    .fondo_camp_pr {
        background: url(../../images/camp_1.jpg) bottom center no-repeat;
        background-size: cover;
        height: 300px;
    }
    .img_galeria_amenidades_11 {
        background: url(../../images/img_amenidad_triptico.jpg) no-repeat;
        background-size: cover;
        height: 350px;
    }
    .galeria_index_pv {
        height: 400px;
    }
}
