@charset "UTF-8";
/* CSS Document */
:root {
    --fuente-documento: "Montserrat Light";
    --color-primario: #bda680;
    --color-secundario: #bda680;
    --color-link: #bda680;
    --color-oscuro: #2f302b;
    --titulo-inicio: 4rem;
    --titulo-inicio-m: 1.2rem;
    --titulo-principal: 3.2rem;
    --titulo-secciones: 2.5rem;
    --subtitulos: 2rem;
    --p-font-size: 1.4rem;
    --textos-small1: 1.4rem;
    --gris-claro: #f3f1ed;
    --link-1: var(--gris-claro);
    --link-2: #37c5f0;
    --link-3: #bda680;
    --text: #18272f;
    --counter: #30b67d;
    --fondo_destacado: #e9e9e9;
    --fondo_destacad_2: #56388e;
    --fondo_griss_1: #cbcbcb;
}


.contenedor-menu-lateral {
	background-color: #242424;
}

/*
Clases nuevas elias */
.titulo-grande-1 {
    color: #000;
    font-family: Trajan Pro;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.font-5-1 {
    font-family: "Gotham" !important;
    letter-spacing: 4px;
}
.p_logo {
    top: -40px;
    right: -8px;
}

.fondo_destacado {
    background: var(--fondo_destacado);
}
.fondo_etapa_2 {
    background: url("../imagenes/fondo_monaco_etapa2.jpg") left top no-repeat;
    background-size: cover;
    height: 900px;
}
.fondo_galeria_mon {
    background: #a0a0a0;
    height: 1080px;
}

.top_mpnaco_azul_1 {
    top: -380px;
}
.fondo_etapa_1 {
    background: url("../imagenes/fondo_monaco_etapa1.jpg") left top no-repeat;
    background-size: cover;
    height: 900px;
}

/* Clases nuevas elias */

.fs-1 {
    font-size: calc(1.395rem + 1.4vw) !important;
    font-family: "Trajan Pro";
}
.fs-2 {
    font-family: "Trajan Pro" !important;
}
/* Reset */
a {
    text-decoration: none;
    color: var(--text);
    vertical-align: middle;
}

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
}
body {
    font-family: var(--fuente-documento);
    color: var(--gris-fuerte);
    -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
   header 
   ========================================================================== */
/* ==========================================================================
   INPUT
   ========================================================================== */
.fondo_ubicaicon {
    background: url("../imagenes/img_ubicacion.png") top center no-repeat;
    background-size: cover;
    height: 700px;
}
.pad_ubicacion {
    padding-top: 200px;
}

.btn-primary {
    color: #fff !important;
    background-color: #94c356 !important;
    border-color: #94c356 !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    border-radius: 0px !important;
    outline: none !important;
}
.btn-primary:hover {
    color: #fff !important;
    background-color: #0b5ed7 !important;
    border-color: #0a58ca !important;
}

.form-select {
    background: none !important;
    border: 1px solid #cbb062 !important;
    color: #cbb062 !important;
    border-radius: 0px;
}
.form-control {
    background: none !important;
    border: none !important;
    border-bottom: 1px solid #ced4da !important;
    color: #fff !important;
}
.form-select::placeholder {
    color: #cbb062 !important;
}
.form-control::placeholder {
    color: #fff !important;
}
.input-group-text_v {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: none;
    border-bottom: 1px solid #ced4da;
}
/* ==========================================================================
   INPUT
   ========================================================================== */

.menu-movil div {
    height: 2px;
    width: 25px;
    background: rgb(255, 255, 255);
    margin-bottom: 5px;
}
.alto_camp_1 {
    background-size: cover;
    height: 850px !important;
}
.alto_camp_2 {
    background-size: cover;
    height: 650px !important;
}
.text_f50_camp {
    font-size: 30px;
    line-height: 30px;
}

.menu_1 {
    position: relative;
    transition: color 0.3s ease-in-out;
}
.iti{ 
    width: 100% !important;
}
.menu_1::before {
    content: "";
    position: absolute;
    top: 100%;
    width: 90%;
    height: 1px;
    background-color: var(--link-1);
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}
.menu_1:hover {
    color: var(--link-1);
}
.menu_1:hover::before {
    transform: scaleX(1);
}
.fondo_1 {
    background-color: var(--fondo_destacado);
}
.fondo_2 {
    background-color: var(--color-secundario);
}
/* ==========================================================================
 CLASES MAIN ========================================================================== */
.fondo_gris_1 {
    background: var(--fondo_griss_1);
}
.espacio_letra {
    letter-spacing: 4.8px;
    color: #797979;
}
.enlace_hotel_v {
    color: darkgray;
}
.enlace_hotel_v:hover {
    color: #a000b7;
}
.linea_1_v {
    border: #56388e solid 0.2rem;
}
.linea_2_v {
    border: #56388e solid 0.01rem;
}
.linea_3_v {
    border: #35215a solid 0.0001rem;
}
.linea_4_v {
    border: #cbcbcb solid 0.0001rem;
}
.linea_5_v {
    border: #b4842b solid 0.2rem;
}
.linea_6_v {
    border: #b4842b solid 0.01rem;
}
/* ==========================================================================
 FIN CLASES MAIN ========================================================================== */

/* ==========================================================================
   a {
      text-decoration: none;
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 0% 2px;
      transition: background-size .3s;
  }
  a:hover, a:focus {
      background-size: 100% 2px;
  }
     ========================================================================== */
@media (max-width: 1399px) {
    .top_mpnaco_azul_1 {
        top: -390px;
    }
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
    .galeria_amenidades{
        height: 400px !important;
    }
    .idioma{
        right: 18em !important;
        top: 6.6em !important;
        background: black !important;
        font-size: 8px !important;
        border: none !important;
        border-radius: 0px 0px 10px 10px !important;
        font-weight: bold !important;
    }
    .reservar{
        right: 6em !important;
        top: 6.7em !important;
        font-size: 8px !important;

        background: black !important;
        border-radius: 0px 0px 10px 10px !important;
        border: none !important;
        font-weight: bold !important;
    }
    .menu-toggle{
        top: 1.5em !important;
    }
    .top-menu-idioma_{
        top: 3em !important;
    }
    .reservar-menu-idioma{
        top: 3em !important;
    }
    .titulo-grande-1 {
        font-size: 45px !important;
        color: #000;
        font-family: Trajan Pro;
        font-size: 70px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .p_logo {
        top: -40px;
        right: -8px;
    }
    .fondo_etapa_2 {
        background: url("../imagenes/fondo_monaco_etapa2.jpg") center top no-repeat;
        background-size: cover;
        height: 700px;
    }
    .top_mpnaco_azul_1 {
        top: -250px;
    }
    .fondo_galeria_mon {
        background: #a0a0a0;
        height: 800px;
    }
    .fondo_etapa_1 {
        background: url("../imagenes/fondo_monaco_etapa1.jpg") left top no-repeat;
        background-size: cover;
        height: 700px;
    }
}

@media (max-width: 768px) {
    .titulo-grande-1 {
        color: #000;
        font-family: Trajan Pro;
        font-size: 50px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .fondo_etapa_2 {
        background: url("../imagenes/fondo_monaco_etapa2.jpg") center top no-repeat;
        background-size: cover;
        height: 650px;
    }
    .fondo_etapa_1 {
        background: url("../imagenes/fondo_monaco_etapa1.jpg") left top no-repeat;
        background-size: cover;
        height: 650px;
    }
    .fondo_galeria_mon {
        background: #a0a0a0;
        height: 500px;
    }
    .fondo_ubicaicon {
        background: url("../imagenes/img_ubicacion_2.jpg") bottom center no-repeat;
        background-size: cover;
        height: 700px;
    }
    .pad_ubicacion {
        padding-top: 150px;
    }
}
@media (max-width: 575px) {
    .fondo_etapa_2 {
        background: url("../imagenes/fondo_monaco_etapa2.jpg") center top no-repeat;
        background-size: cover;
        height: 500px;
    }
    .fondo_etapa_1 {
        background: url("../imagenes/fondo_monaco_etapa1.jpg") left top no-repeat;
        background-size: cover;
        height: 500px;
    }
    .fondo_galeria_mon {
        background: #a0a0a0;
        height: 450px;
    }

    .fondo_ubicaicon {
        background: url("../imagenes/img_ubicacion_2.jpg") bottom center no-repeat;
        background-size: cover;
        height: 700px;
    }
    .pad_ubicacion {
        padding-top: 150px;
    }
}
@media (max-width: 480px) {
    .top_mpnaco_azul_1 {
        top: -300px;
    }
    .fondo_ubicaicon {
        background: url("../imagenes/img_ubicacion_2.jpg") bottom center no-repeat;
        background-size: cover;
        height: 700px;
    }
    .pad_ubicacion {
        padding-top: 200px;
    }
    .titulo-inicio {
        font-size: var(--titulo-inicio-m);
    }
}

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

/* ==========================================================================
   footer 
   ========================================================================== */
.logo-pie {
    max-width: 150px;
}
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
}
/* ==========================================================================
   Fin footer
   ========================================================================== */

/* ==========================================================================
   CLASES GLOBALES!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   ========================================================================== */
/* ==========================================================================
   colors
   ========================================================================== */
.color-primario {
    color: var(--color-primario);
}
.bg-primario {
    color: var(--color-primario);
}
.color-secundario {
    color: var(--color-secundario);
}
.bg-secundario {
    color: var(--color-secundario);
}
.color_link_verde {
    color: var(--color-link);
}
/* ==========================================================================
   colors
   ========================================================================== */

/* ==========================================================================
  texts
   ========================================================================== */
.titulo-inicio {
    font-size: var(--titulo-inicio);
}
.titulo-secciones {
    font-size: var(--titulo-secciones);
}
.subtitulos {
    font-size: var(--subtitulos);
}
p {
    color: #000;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px; /* 187.5% */
}
.texto-small {
    font-size: var(--textos-small1);
}
a {
    color: var(--color-link);
}
b {
    font-family: "Montserrat Bold";
}

/* ==========================================================================
  texts
   ========================================================================== */
/* ==========================================================================
  inputs
   ========================================================================== */
input[type="button"] {
    border: #ffffff solid 1px;
    border-radius: 50px;
    background: none;
    color: #ffffff;
    padding: 5px;
    letter-spacing: 4px;
    transform: rotate(0deg);
    transition: transform 0.5s eas;
}

input[type="button"]:hover {
   border: #ffffff solid 1px !important;
   border-radius: 50px;
   background: #000000;
   color: #ffffff !important;
   padding: 5px;
   letter-spacing: 4px;
}

input::placeholder {
    color: #fff !important;
}

.contact input[type="text"] {
    border: none;
    background: none;
}
.contact input::placeholder {
    color: #fff !important;
}

.menu-toggle {
    width: 40px;
    height: 45px;
    /* padding-top: 15px; */
    position: fixed;
    top: 2em;
    right: 3em;
    cursor: pointer;
    z-index: 12;
    text-align: right;
}

.menu-toggle.on .one {
    -moz-transform: rotate(45deg) translate(7px, 7px);
    -ms-transform: rotate(45deg) translate(7px, 7px);
    -webkit-transform: rotate(45deg) translate(7px, 7px);
    transform: rotate(45deg) translate(7px, 7px);
    padding-left: 20px;
    margin: 7px auto;
    margin-left: 8px;
}

.menu-toggle.on .two {
    opacity: 0;
}

.menu-toggle.on .three {
    -moz-transform: rotate(-45deg) translate(8px, -10px);
    -ms-transform: rotate(-45deg) translate(8px, -10px);
    -webkit-transform: rotate(-45deg) translate(8px, -10px);
    transform: rotate(-45deg) translate(8px, -10px);
    padding-left: 20px;
    margin: 7px auto;
    margin-left: 8px;
}

.one,
.two,
.three {
    width: 100%;
    height: 3px;
    background: white !important;
    padding: 0;
    margin: 8px auto;
    backface-visibility: hidden;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 5px;
    padding-left: 45px;
}

.four {
    width: 5px;
    height: 5px;
    /*background: white !important;*/
    background: none !important;
    padding: 0;
    margin: 8px auto;
    backface-visibility: hidden;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 70px;
    padding-left: 6px;
    margin-right: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.one {
    width: 100%;
}

.two {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 35px;
}

.three {
    width: 100%;
}

.menu {
    min-height: 100vh;
    /* background: #181b3a;       align-items: center; */
    display: flex;
    justify-content: center;

    z-index: 3;
    position: relative;
}

.menu ul li a:hover {
    background: white;
    color: black !important;
    text-decoration: none;
    font-weight: bold;
    padding: 4px;
}

.menu ul li a span:hover {
    color: white !important;
    text-decoration: none;
    /* padding: 0 2rem; */
}

.menu ul li a:hover img {
    filter: brightness(200%) saturate(0%);
}

.img-menu {
    width: 100%;
    min-height: 120vh;
    object-fit: cover;
    filter: brightness(0.9);
}

.menu-activ h1 {
    font-weight: bold;
    font-size: 3.5rem;
    color: white;
    width: 50%;
    text-align: center;
    padding: 10px 15px;
    font-family: "Raleway-Bold";
}

.fondo-house {
    background: url(https://demos.smartinfo.co/inmobiliariakaribana/recursos/imagenes/fondo_crudros_a_1.png) bottom no-repeat;
    background-size: contain;
}

ul a {
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    text-decoration: none;
    color: white;
    font-size: 1.8em;
    line-height: 1.3;
    width: 100%;
    display: block;
    font-family: "Montserrat Light";
    text-transform: uppercase;
}
.top-menu {
    top: 1em !important;
    transition: 0.5s ease-in-out;
    z-index: 7;
}
.top-menu-idioma {
    /*top: 2em !important;*/
    transition: 0.5s ease-in-out;
    z-index: 7;
}
.idioma {
    position: fixed;
    top: 2.3em;
    right: 21em;
    cursor: pointer;
    border: #FFFFFF solid 1px;
    border-radius: 50px;
    background: none;
    color: #FFFFFF;
    padding: 9px 7px 9px 9px;
    letter-spacing: 4px;
    font-size: 10px !important;
}
.idioma:hover {
    background: white;
    color: black;
}

.reservar {
    font-size: 10px !important;
    position: fixed;
    top: 2.3em;
    right: 8em;
    cursor: pointer;
    border: #FFFFFF solid 1px;
    border-radius: 50px;
    background: none;
    color: #FFFFFF;
    padding: 9px 7px 9px 9px;
    letter-spacing: 4px;
    width: 115px;
    text-align: center;
}
.reservar:hover {
    background: white;
    color: black;
}
.reservar-menu-idioma {
    
    top: 1em !important;
    transition: 0.5s ease-in-out;
    z-index: 7;
}

.ul-menu li .vineta-menu {
    padding-top: 2px;
    padding-left: 30px;
    /*background: url(../imagenes/vienta-1.svg) left center no-repeat;*/
    background-size: 10px;
    font-size: 1.6em;
}
.ul-menu li .vineta-menu:hover {
    padding-left: 30px;
    background-size: 16px;
}
.menu-redes:hover{
    color: black !important;
}
.btn-whatsapp {
    position: fixed;
    z-index: 401;
    right: 1%;
    bottom: 3%;
    width: 7em;
    height: 5em;
    cursor: pointer;
}
.txt_contenido_blog{
    padding: 10%;
}


/* ============================================================ ==============
  inputs
   ========================================================================== */
/* ==========================================================================
   font-face
   ========================================================================== */
@font-face {
    font-family: "Gotham";
    src: url("../fuentes/Gotham-Light.eot");
    src: url("../fuentes/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fuentes/Gotham-Light.woff2") format("woff2"), url("../fuentes/Gotham-Light.woff") format("woff"), url("../fuentes/Gotham-Light.ttf") format("truetype"),
        url("../fuentes/Gotham-Light.svg#Gotham-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Trajan Pro";
    src: url("../fuentes/TrajanPro-Regular.eot");
    src: url("../fuentes/TrajanPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fuentes/TrajanPro-Regular.woff2") format("woff2"), url("../fuentes/TrajanPro-Regular.woff") format("woff"),
        url("../fuentes/TrajanPro-Regular.ttf") format("truetype"), url("../fuentes/TrajanPro-Regular.svg#TrajanPro-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat Light";
    src: url("../fuentes/Montserrat-Light.eot");
    src: url("../fuentes/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fuentes/Montserrat-Light.woff2") format("woff2"), url("../fuentes/Montserrat-Light.woff") format("woff"),
        url("../fuentes/Montserrat-Light.ttf") format("truetype"), url("../fuentes/Montserrat-Light.svg#Montserrat-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat Bold";
    src: url("../fuentes/Montserrat-Bold.eot");
    src: url("../fuentes/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fuentes/Montserrat-Bold.woff2") format("woff2"), url("../fuentes/Montserrat-Bold.woff") format("woff"),
        url("../fuentes/Montserrat-Bold.ttf") format("truetype"), url("../fuentes/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat SemilBold";
    src: url("../fuentes/Montserrat-SemiBold.eot");
    src: url("../fuentes/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fuentes/Montserrat-SemiBold.woff2") format("woff2"), url("../fuentes/Montserrat-SemiBold.woff") format("woff"),
        url("../fuentes/Montserrat-SemiBold.ttf") format("truetype"), url("../fuentes/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat Regular";
    src: url("../fuentes/Montserrat-Regular.eot");
    src: url("../fuentes/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fuentes/Montserrat-Regular.woff2") format("woff2"), url("../fuentes/Montserrat-Regular.woff") format("woff"),
        url("../fuentes/Montserrat-Regular.ttf") format("truetype"), url("../fuentes/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
  font-face
   ========================================================================== */

@media (max-width: 1200px) {
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
    .alto_camp_1 {
        background-size: cover;
        height: 600px !important;
    }
}

/* ==========================================================================
   CLASES GLOBALES!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   ========================================================================== */
