/* RESET CSS */
* {
    margin: 0;
    padding: 0;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: sans-serif;
}

ul {
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none;
}

input,
textarea {
    border: none;
    outline: none;
}



/* HEADER */
header {
    background-color: #000720;
    width: 100%;
}

.header_inner {
    min-height: 60px;
    /* padding: 12.5px 0; */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
}

.header_logo.logo {
    background: #001B2C;
    width: 100%;
    padding: 15px 0;
}

.logo > a {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

    .logo > a > p {
        color: #fff;
        font-weight: bold;
        font-size: 2rem;
    }

.header_logo img {
    width: 50px;
    height: 50px;
}

.header_nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    background-color: #0060A5;
    color: #A1BAE0;
}

    .header_nav ul {
        display: flex;
        margin: 0;
        list-style: none;
        padding: 0;
        align-items: center;
    }

        .header_nav ul > li:not(:last-child),
        .list_menu > li:not(:last-child) {
            margin-right: 35px;
        }

        .header_nav ul > li > a {
            color: #fff;
            text-decoration: none;
            transition: 0.2s;
            font-family: "Avenir Book";
        }

        .header_nav ul > li.active > a {
            background-color: #fff;
            color: #212751;
            padding: 5px 15px;
            border-radius: 6px;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            -ms-border-radius: 6px;
            -o-border-radius: 6px;
            font-size: 18px;
        }

        .header_nav ul > li > a {
            color: #fff;
            text-decoration: none;
            transition: 0.2s;
            font-family: "Avenir Book";
        }

/* TOP-CONTENT */
#top-content {
    background-image: url("../images/imagemdefundoaberturaDesktop.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

@media screen and (max-device-width: 640px) {
    #top-content {
        background-image: url("../images/imagemdefundoabertura.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }
}



#top-content,
#top-overlay,
.top-content__wrapper {
    height: 60vh;
}

#top-overlay {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.355), rgba(0, 0, 0, 0.039));
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-content__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 70%;
    align-items: left;
    width: 70%;
    margin: auto;
    background-color: #172734bb;
    color: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

#top-content h1 {
    margin-bottom: 10px;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
}

#top-content p {
    width: 80%;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
}

/* HOTELS */
.hotels_wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 2em 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.hotel_item {
    width: 95%;
    background-color: #F7F5F3;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    margin: 10px;
}

.hotel_item_inner {
    display: flex;
    flex-direction: row;
    padding: 0 15px;
    height: 80%;
}

.hotel_info {
    display: flex;
    /*margin-bottom: 2em;*/
    height: 80%;
    align-items: center;
    padding: 20px 0;
}

    .hotel_info > div:first-child {
        width: 50%;
    }

    /*.hotel_info>div {*/
    /*    width: 45%;*/
    /*}*/

    .hotel_info > div:first-child {
        margin-right: 1em;
    }

    .hotel_info img {
        width: 100%;
        height: 100%;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
    }

    .hotel_info .hotel_img {
        min-width: 440px;
    }

.hotel_info_content {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    width: 45%;
}

    .hotel_info_content ul {
        display: flex;
        justify-content: space-between;
        width: 60%;
    }

.check-btn {
    background-color: #7850FF;
    width: 60%;
    text-align: center;
    color: #fff;
    padding: 15px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-shadow: 0 0 9px 0 rgba(61, 93, 77, 0.35);
}

.hotel_text {
    height: 20%;
    display: flex;
    align-items: center;
    width: 90%;
    justify-content: flex-end;
}

/* CONTACT */
form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}

input,
textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 1em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: rgb(130, 130, 130);
    font-family: sans-serif;
}

/* PLACES */
.places-wrapper {
    width: 58%;
    margin: 3em auto 0;
}

    .places-wrapper h2 {
        margin-bottom: 1em;
    }

    .places-wrapper > p {
        margin-bottom: 3em;
        line-height: 23px;
        letter-spacing: 1px;
        font-weight: lighter;
    }

.place-item {
    margin-bottom: 6em;
}

.place_name {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 2em;
}

.place__order {
    margin-right: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .place__order img {
        width: 60px;
    }

.place__rating {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .place__rating > p {
        color: #004990;
        font-size: 23px;
        font-weight: 600;
    }

    .place__rating ul {
        display: flex;
    }

.place_img {
    margin-bottom: 2em;
}

    .place_img img {
        /* margin-bottom: 2em; */
        width: 100%;
        height: 100%;
    }

.place_info p {
    line-height: 25px;
}


/* BOTTOM CONTENT */
#bottom-content {
    margin-top: 2em;
}

.bottom-content_wrapper {
    width: 78%;
    margin: 0 auto;
    color: #000;
}

    .bottom-content_wrapper p:not(:last-child) {
        margin-bottom: 2em;
    }

    .bottom-content_wrapper p:nth-child(2n+1) {
        font-weight: 600;
    }

/* FOOTER */
footer {
    width: 100%;
    margin: 6em auto 0;
    padding: 3em 0;
    background-color: #202020;
    color: #fff;
}

.footer-wrapper {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-content: center;
    margin: 0 auto;
}

.footer-top,
.footer-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.footer-top {
    margin-bottom: 2em;
}

    .footer-top a {
        display: flex;
        align-items: center;
        color: #fff;
    }

        .footer-top a p {
            color: #fff;
            font-weight: bold;
            font-size: 2rem;
        }

.footer-bottom {
    align-items: flex-end;
}

    .footer-bottom span {
        width: 30%;
    }

    .footer-bottom p {
        width: 75%;
    }

footer ul {
    display: flex;
    justify-content: space-between;
    width: 45%;
}

    footer ul li a {
        color: #fff;
    }

/* MOBILE RESPONSIVENESS */
@media screen and (max-width: 991px) {
    .header_nav ul {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

        .header_nav ul > li {
            margin-bottom: 10px;
            text-align: center;
        }

            .header_nav ul > li:not(:last-child) {
                margin-right: 0;
            }

    .top-content__wrapper {
        background-color: #17273459;
        width: 100%;
        height: 100%;
    }

    .hotels_wrapper {
        width: 90%;
    }

    .hotel_item {
        width: 100%;
        height: 100%;
        margin-bottom: 3em;
    }

    .hotel_info {
        flex-direction: column;
        align-items: center;
    }

        .hotel_info > div:first-child {
            width: 100%;
            margin-right: 0;
            margin-bottom: 1em;
        }

        .hotel_info > div {
            width: 100%;
        }

    .hotel_info_content {
        align-items: center;
    }

        .hotel_info_content p {
            width: 70%;
            margin-bottom: 0.5rem;
        }

        .hotel_info_content ul {
            width: 35%;
        }

        .hotel_info_content h2,
        .hotel_info_content ul {
            margin-bottom: 7px;
        }

    .hotel_item_inner,
    .hotel_item {
        padding: 0;
    }

    .hotel_text p {
        margin-bottom: 1em;
        text-align: center;
    }

    .footer-top {
        flex-direction: column;
        align-items: center;
    }


    footer ul {
        width: 100%;
        flex-direction: column;
        margin: 1em auto 0;
        text-align: center;
    }

        footer ul li a {
            text-decoration: underline;
        }

        footer ul li:not(:last-child) {
            margin-bottom: 8px;
        }

    .footer-bottom {
        flex-direction: column-reverse;
    }

        .footer-bottom span,
        .footer-bottom p {
            width: 100%;
            text-align: center;
        }

        .footer-bottom p {
            margin-bottom: 2em;
        }

        .footer-bottom span {
            font-weight: 600;
        }

    .places-wrapper {
        width: 90%;
    }
}
