body {
    margin: 0px;
    padding: 0px;
    display: flex;
    min-height: 100dvh;
    font-family: "Spectral", serif;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.5;
}

.flexbox-columna {
    display: flex;
    width: 50%;
    justify-content: center;
    height: 100%;
    flex-wrap: wrap;
    align-content: center;
    /* ADDED */
    position: relative;
    /* ADDED */
    display: flex;
    flex-flow: column;
}

.header_lodge {
    flex: 0 1 auto;
    width: 100%;
    text-align: center;
    /*background-color: #3e2b22;*/
    background-color: #8c6d5a;
}
.header_suites {
    flex: 0 1 auto;
    width: 100%;
    text-align: center;
    background-color: #3e2b22;
    /*background-color: #8c6d5a;*/
}

.content {
    flex: 1 1 auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bkg-lodge {
    background-image: url('bkg-lodge.jpg');
}

.bkg-suites {
    background-image: url('bkg-suites.jpg');
}

.footer_lodge {
    flex: 0 1;
    align-self: flex-end;
    justify-self: flex-end;
    padding: 0;
    width: 100%;
    /*background-color: #3e2b22;*/
    background-color: #8c6d5a;
}
.footer_suites {
    flex: 0 1;
    align-self: flex-end;
    justify-self: flex-end;
    padding: 0;
    width: 100%;
    background-color: #3e2b22;
    /*background-color: #8c6d5a;
    background-color: #ffe3cb;*/
}
.texto-footer {
    align-self: center;
    text-align: center;
    color: white;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
}
.btn-conocer {
    color: #fff;
    text-decoration: none;
}
.btn-conocer:hover {
    color: #fff;
    text-decoration: none;
}
.text-uppercase {
    text-transform: uppercase;
    margin-block-start: 3px;
    margin-block-end: 2px;
}
.link_central{
    display: block;
    width: 100%;
    height: 100%;
}
h1{font-size: 0.9rem;}
h3{font-size: 0.8rem;}

h1, h3 {
    margin-top: 2px;
    margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
    body {
        flex-direction: column;
        height: 100%; padding-left: 0px; padding-right: 0px; margin-left: 0px; margin-right: 0px;
    }
    .flexbox-columna {
        width: 100%;
        height: 50vh;
        justify-content: center;
        align-items: flex-start;
    }
    .menu .logo {
        padding: 0 16px;
    }

    .menu .logo img {
        /*width: 100%;*/
        max-width: 250px
    }
    .menu {
        font-size: 14px;
        letter-spacing: 0.5px;
        border-bottom: none;
    }
    .content {
        width: 100%;
    }
    .texto-footer {
        align-self: center;
        text-align: center;
        color: white;
        /*background: rgba(0, 0, 0, 0.1);*/
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 5px;
        padding-right: 5px;
    }
    h1{font-size: 0.9rem;}
    h3{font-size: 0.8rem;}

    h1, h3 {
        margin-top: 2px;
        margin-bottom: 2px;
    }
}
