@import url(reset.css);

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Bramble';
    src: url('Bramble.ttf');
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8vh;
    font-weight: 400;
    cursor: default;
    background-color: white;
    color: #000000;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

main {
    overflow: hidden;
}

/*top*/

.top {
    background-color: #D6B9A0;
    border-bottom: 2px solid white;
}

.top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 5vh;
}

.top .container>div:nth-child(1) {
    display: none;
}

.top .container>div:nth-child(2) {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top .container>div:nth-child(2) i {
    color: #C68962;
    font-size: 2.5vh;
    padding: 0.75vh;
}

.top .container>div:nth-child(2) a:hover i {
    color: #EFEFE8;
}

.top .container>div:nth-child(3) {
    width: 45%;
    text-align: right;
}

.top .container>div:nth-child(3) button {
    background-color: #C68962;
    color: #EFEFE8;
    padding: 1vh 1.5vh;
    border-radius: 1vh;
    border: 0;
    outline: 0;
}

.top .container>div:nth-child(3) button:hover {
    background-color: #EFEFE8;
    color: #C68962;
    cursor: pointer;
}

/*menu*/

.menu {
    background-color: white;
    border-top: 2px solid #D6B9A0;
}

.menu .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu .container>div {
    display: none;
}

.menu .container>a img {
    width: 20vh;
    height: 12vh;
    object-fit: contain;
    object-position: center;
}

.menu .container>i {
    font-size: 3vh;
}

/*banner*/

.banner img {
    width: 100%;
}

/*sobre*/

.sobre {
    padding-bottom: 8vh;
}

.sobre .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sobre .container div {
    width: 100%;
}

.sobre .container div h2 {
    color: #C68962;
    font-weight: 700;
    font-size: 150%;
    text-align: center;
    padding-top: 2vh;
}

.sobre .container div p {
    line-height: 150%;
    margin-top: 1vh;
    font-size: 100%;
    text-align: center;
    color: #534F3D;
}

.sobre .container .images {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 30vh;
    border-radius: 1vh;
    margin-left: 0;
    margin-top: 2vh;
}

.sobre .container .reservar {
    margin-top: 5vh;
}

.sobre .container .reservar>img {
    height: 5vh;
    width: 100%;
}

/*acomodacoes*/

.acomodacoes {
    background-color: #D6B9A0;
    padding: 8vh 0;
    position: relative;
}

.acomodacoes>div>div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.acomodacoes>div>div:first-child img {
    width: 100%;
    height: 30vh;
    margin-right: 0;
    object-fit: cover;
    object-position: center;
}

.acomodacoes>div>div:first-child div {
    padding-top: 2vh;
}

.acomodacoes>div>div:first-child h2 {
    color: #C68962;
    font-weight: 700;
    font-size: 150%;
}

.acomodacoes>div>div:first-child p {
    line-height: 150%;
    margin-top: 1vh;
    font-size: 100%;
    color: #534F3D;
}

.acomodacoes>div>div:last-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2vh;
}

.acomodacoes>div>div:last-child img {
    width: calc(33.33% - 1.33vh);
    height: 10vh;
    object-fit: cover;
    object-position: center;

}

.acomodacoes>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 6vh;
}

/*petropolis*/

.petropolis {
    background-image: url(../img/petropolis.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
    padding: 5vh 0 25vh 0;
}

.petropolis>img {
    position: absolute;
    bottom: 0;
}

.petropolis>div>h2 {
    color: #C68962;
    font-weight: 700;
    font-size: 150%;
    text-align: center;
}

.petropolis>div>p {
    font-size: 100%;
    line-height: 125%;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #534F3D;
    padding-top: 3vh;
}

.petropolis>div>div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5vh;
}

.petropolis>div>div>img {
    width: calc(25% - 2vh);
    margin: 1vh;
    box-sizing: border-box;
    border-radius: 1vh;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7);
}

.petropolis>div>span {
    font-size: 120%;
    line-height: 125%;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    color: white;
    padding-top: 8vh;
    display: block;
    font-style: italic;
}

.petropolis>div>span>span {
    font-weight: 700;
}

/*depoimentos*/

.depoimentos {
    background-color: #EBDCD0;
    padding-bottom: 10vh;
    padding-top: 3vh;
}

.depoimentos>div>h2 {
    color: #C68962;
    font-weight: 700;
    font-size: 150%;
    text-align: center;
}

.depoimentos>div>div {
    width: 100%;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    gap: 2vh;
}

.depoimentos__lista {
    width: 100%;
    padding-top: 6vh;
}

.depoimentos__right {
    font-size: 3vh;
}

.depoimentos__left {
    font-size: 3vh;
}

.depoimentos__item {
    width: 100%;
    border: 1px solid #534F3D;
    border-radius: 1vh;
    padding: 4vh 3vh 3vh 3vh;
    box-sizing: border-box;
    margin-right: 2vh;
    position: relative;
    margin-top: 2vh;
}

.depoimentos__item>img {
    object-fit: contain;
    object-position: center;
    width: 8vh;
    height: 8vh;
    position: absolute;
    top: -4vh;
    left: calc(50% - 4vh);
}

.depoimentos__item>h3 {
    text-align: center;
    color: #C68962;
    font-weight: 700;
    padding-top: 1vh;
}

.depoimentos__item>p {
    text-align: center;
    font-size: 85%;
    line-height: 125%;
    font-weight: 600;
    font-style: italic;
    padding-top: 1vh;
    color: #534F3D;
}

.depoimentos__item>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.depoimentos__item>div>i {
    color: #534F3D;
    font-size: 1.2vh;
    margin: 0 0.1vh;
}

/*map*/

.map {
    width: 100%;
    height: 40vh;
}

.map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*footer*/

.footer {
    background-color: #EBDCD0;
    padding: 3vh 0;
}

.footer .container {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer .container img {
    width: 100%;
    height: 10vh;
    object-fit: contain;
    object-position: center;
}

.footer .container>div {
    width: 100%;
}

.footer .container div h3 {
    color: #C68962;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 2vh;
}

.footer .container div p {
    padding-top: 1vh;
    font-size: 85%;
    color: #534F3D;
}

.footer .container div:nth-of-type(2) div:nth-of-type(1) {
    font-size: 100%;
    padding-top: 1vh;
    font-weight: 500;
}

.footer .container div:nth-of-type(2) div:nth-of-type(1) a {
    color: #C68962;
    text-decoration: none;
}

.footer .container div:nth-of-type(2) div:nth-of-type(1) i {
    color: #C68962;
    font-size: 1.5vh;
    margin-right: 0.5vh;
}

.footer .container div:nth-of-type(2) div:nth-of-type(2) {
    padding-top: 1vh;
}

.footer .container div:nth-of-type(2) div:nth-of-type(2) i {
    color: #C68962;
    font-size: 2.5vh;
    margin-right: 1vh;
}

.footer__doit {
    position: absolute;
    background-image: url(../img/doit.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    width: 12vh;
    height: 2vh;
    cursor: pointer;
    bottom: 0;
    right: 0;
}

/*mobile*/

.mobile {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #D6B9A0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.5s ease;
}

.mobile__item {
    font-size: 2.5vh;
    color: #534F3D;
    margin: 2vh 0;
    text-transform: uppercase;
    text-decoration: none;
}

.fechar {
    position: absolute;
    top: 2vh;
    right: 2vh;
    color: #534F3D;
    font-size: 3vh;
}

/*modal*/

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/*evento*/

.eventos {
    padding: 3vh 0 5vh 0;
}

.eventos h1 {
    text-align: center;
    color: #C68962;
    font-weight: bold;
    font-size: 150%;
    margin-bottom: 3vh;
}

.eventos>div {
    padding: 3vh 0;
}

.eventos>div.dark {
    background-color: #EBDCD0;
}

.eventos .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.eventos .container img {
    width: 100%;
    height: 25vh;
    object-fit: cover;
    object-position: center;
    margin: 1vh;
    border-radius: 1vh;
}

.eventos .container div {
    padding: 1vh;
    width: 100%;
}

.eventos .container h2 {
    color: #C68962;
    font-weight: bold;
    font-size: 150%;
}

.eventos .container p {
    line-height: 150%;
    margin-top: 2vh;
    font-size: 100%;
}

/*galeria*/

.galeria {
    margin: 3vh 0 5vh 0;
}

.galeria__title {
    background-image: url(../img/faixa.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 120%;
    padding: 3vh 0;
}

.galeria>.container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2vh;
    padding-top: 5vh;
}

.galeria>.container>div {
    width: calc(50% - 1vh);
    aspect-ratio: 1;
}

.galeria>.container>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/*wpp*/

.footer__wpp {
    position: fixed;
    bottom: 7vh;
    right: 0;
    z-index: 9999;
    cursor: pointer;
}

.footer__wpp i {
    position: absolute;
    top: 0;
    right: 1vh;
    width: 5vh;
    height: 5vh;
    font-size: 3vh;
    line-height: 5vh;
    text-align: center;
    border-radius: 100%;
    background-color: #00C662;
    color: white;
    z-index: 1;
    border: 2px solid #eeeeee;
}

.footer__wpp div {
    position: absolute;
    top: 1vh;
    width: 18vh;
    border-radius: 2vh 0 0 2vh;
    background: #eeeeee;
    color: black;
    height: 3.5vh;
    line-height: 3.5vh;
    padding-left: 2vh;
    font-size: 1.4vh;
    right: 2vh;
    font-weight: 700;
}