/* GERAL */
.title {
    font-size: 5em;
    letter-spacing: 0;
    line-height: 60px;
}

.w-100 {
    width: 100% !important;
}

.topo {
    align-items: flex-end;
    background: url("../images/topo.png") center / cover no-repeat;
    display: flex;
    height: 300px;
    justify-content: center;
    padding-bottom: 30px;
}

.topo h2 {
    font: normal normal 49px/73px 'Oswald', 'sans-serif';
}

#suites_home {
    display: flex;
}

.suite_bloco {
    position: relative;
    width: 100%;
}

.suite_bloco .title {
    font-size: 7.5em;
}

.suite_bloco-titulo {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.suite_bloco-titulo img {
    margin-top: -70px;
    max-width: 50%;
}

.suite_botao {
    align-items: center;
    background: linear-gradient(0deg, #000000b3, #000000b3);
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding-top: 25%;
    position: absolute;
    transition: all .5s ease-in-out;
    top: 0;
    right: 0;
    z-index: 1;
}

.suite_botao:active, .suite_botao:focus, .suite_botao:hover {
    opacity: 1;
}

.suite_botao a.botao {
    border: 2px solid #fff;
    border-radius: 15px;
    color: #fff;
    font: 700 normal 21px/25px 'Roboto', 'sans-serif';
    padding: 14px 37px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .5s ease-in-out;
}

.suite_botao a.botao:active, .suite_botao a.botao:focus, .suite_botao a.botao:hover {
    cursor: pointer;
    transform: scale(1.03);
}

.suite_bloco a.botao.azul {
    box-shadow: inset 0px 0px 18px 4px #61fff7d9;
}

.suite_bloco a.botao.rosa {
    box-shadow: inset 0px 0px 18px 4px #d831d5d9;
}

.suites-flickity .item, .suites-flickity .item img {
    width: 100%;
}

@media screen and (min-width: 992px) {

    .topo {
        margin-bottom: 50px;
    }

    #suites_home .suite_bloco {
        width: 50%;
    }

}

@media screen and (max-width: 768px) {

    .topo {
        background: url("../images/topo-m.png") center / cover no-repeat;
    }

    .topo h2 {
        font-size: 40px;
        line-height: 59px;
        text-align: center;
    }
    
    .title {
        font-size: 4em;
    }

    .border-boxes {
        border-right: none !important;
    }

    .divisoria {
        background-color: #96F6F1;
        box-shadow: 0px 0px 18px #61FFF7B3;
        height: 3px;
        width: 90%;
    }

    .wrapper_sobre {
        width: 100% !important;
    }

    #suites_home {
        flex-direction: column;
        margin-top: 50px;
    }

    .suite_bloco .title {
        font-size: 6em;
    }

    .suite_bloco-titulo img {
        margin-top: -50px;
        max-width: 95%;
    }

    .suite_botao {
        background: none;
        opacity: 1;
        padding-top: 60%;
    }

    #Top_bar.interna {
        background: transparent !important;
        position: absolute;
    }

    #Top_bar.interna a.responsive-menu-toggle {
        top: -50px !important;
    }

    #Top_bar.interna #menu {
        margin-top: 15px;
    }

    .logo {
        display: none;
    }

    .suites-mobile {
        margin-bottom: 40px !important;
    }

    .infos-suites {
        display: flex !important;
        flex-direction: column;
        padding: 30px 15px;
    }

}