@import url(reutilizaveis/ModaiseAcoes.css);
@import url(reutilizaveis/Modal3Pontinhos.css);
@import url(reutilizaveis/LinhaDelimitadora.css);

/* Movimentação do Card */
.card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden;
    position: relative;
}

.card {
    width: 30vw;
    height: 45vw;
    perspective: 10000px;
}

.card-inner {
    width: 30vw;
    height: 45vw;
    transform-style: preserve-3d;
    transition: transform 0.5s;
}

.card-front {
    width: 30vw;
    height: 45vw;
    position: absolute;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.1vw solid #ccc;
    box-shadow: 0 0 0.1vw rgba(0, 0, 0, 0.3);
}

.card-back {
    transform: rotateY(180deg);
}

.fundo {
    background-color: var(--cor_fundo_tela);
}

.carousel {
    flex: 0 0 30vw;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: calc(100vh - 0vw);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
}

    .carousel img {
        width: 100vw;
        height: 100vh;
        object-fit: cover;
    }

.btn_fechar {
    position: absolute;
    top: 1vw;
    right: 0.5vw;
    text-decoration: none;
    cursor: pointer;
    z-index: 999;
}

    .btn_fechar i {
        text-decoration: none;
        cursor: pointer;
        font-size: 1.3em;
        color: white;
    }

        .btn_fechar i:hover {
            color: var(--cor_branca);
        }

.mais_opcoes {
    position: absolute;
    top: 0vw;
    left: 0.5vw;
    background-color: transparent;
    color: var(--cor_branca);
    border: none;
    font-size: 1.7em;
    cursor: pointer;
    margin: auto 0.5vw auto 0vw;
    z-index: 999;
}

    .mais_opcoes:hover {
        color: var(--cor_branca);
    }

/* ajuste Banner vídeo */
.banner_controle {
    position: absolute;
    bottom: 0;
    left: 0vw;
    width: 30vw;
    height: 6vw;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    padding-left: 2vw;
    padding-right: 4vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.quantificadores_enviar_votar button {
    color: var(--cor_branca);
    border: none;
    background-color: transparent;
    font-size: 1em;
}


.quantificadores_enviar_votar p {
    font-family: var(--font-family-koho);
    text-decoration: none;
    color: var(--cor_branca);
    font-size: 1.0em;
}

.btn_ver_publicacao {
    font-family: var(--font-family-koho);
    font-size: 1em;
    color: var(--cor_branca);
    background-color: transparent;
    border-radius: 0.3vw;
    padding: 0.2vw 3vw;
    margin-bottom: 2vw;
    border: 0.1vw solid var(--cor_branca);
}


/* Botão ver mais */
.btn-ver-mais {
    position: absolute;
    bottom: 6vw; 
    right: 0vw;
    background-color: rgba(0, 0, 0, 0.6);
    color: white; 
    border: none;
    border-radius: 0.5vw 0vw 0vw 0vw;
    cursor: pointer;
}

    .btn-ver-mais i {
        margin-left: 0.5vw; 
    }

/* Botão voltar */
.btn-voltar {
    position: absolute;
    bottom: 6vw; 
    right: 0vw;
    background-color: rgba(0, 0, 0, 0.6);
    color: white; 
    border: none;
    border-radius: 0.5vw 0vw 0vw 0vw;
    cursor: pointer;
}

    .btn-voltar i {
        margin-left: 0.5vw; 
    }

/* *****************Formatação do Card Anterior */


.carousel-control-next,
.carousel-control-prev {
    height: 2vw;
    margin: auto;
}

.card-back {
    background-color: var(--cor_branca);
    width: 30vw;
    height: 45vw;
    position: absolute;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.1vw solid #ccc;
    box-shadow: 0 0 0.1vw rgba(0, 0, 0, 0.3);
}

.box_conteudo_verso {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 20vw;
}

.titulo_principal {
    font-family: var(--font-family-montserrat);
    font-size: 2.5em;
    font-weight: 500;
    color: var(--cor_cinza_escura);
    width: 30vw;
    text-align: center;
    padding: 0 2vw;
}

.paragrafo_principal {
    display: inline-block;
    font-family: var(--font-family-montserrat);
    font-size: 1em;
    font-weight: 300;
    color: var(--cor_cinza_escura);
    margin-top: 1vw;
    width: 30vw;
    text-align: justify;
    padding: 0 2.5vw;
}

.scrollable-section {
    max-height: calc(100vh - 3vw);
    overflow: hidden;
    overflow-y: auto;
    margin-top: 0vw;
    width: 30vw;
    padding-bottom: 5vw;
}



/* <!-- *******************************Box contendo comodiidades quarto********************************* --> */

.seletor_bloco {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 85%;
    margin: 5vh auto 0vw auto;
    gap: 1vw;
}


.tag_especial {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: var(--cor_principal);
    border: 0.1vw solid var(--cor_principal);
    border-radius: 0.3vw;
    padding: 0.1vw 0.7vw;
    min-width: 18vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--font-family-koho);
    font-size: 0.9em;
    font-weight: bold;
}

    .tag_especial i {
        margin-right: 0.5vw;
    }

/* <!-- *******************************Dia do evento********************************* --> */


.box_semana {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 1vw 0vw 0vw 3vw;
}

.box_dia {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
}

.dia_semana {
    font-family: var(--font-family-koho);
    color: var(--cor_cinza_escura);
    font-size: 1em;
    font-weight: 900;
}

    .dia_semana span {
        font-family: var(--font-family-koho);
        color: var(--cor_cinza_escura);
        font-size: 0.8em;
        font-weight: 900;
    }

.horario_funcionamento {
    font-family: var(--font-family-koho);
    color: var(--cor_cinza_clara);
    font-size: 1em;
    font-weight: 600;
    padding-left: 1vw;
}

/* <!-- *******************************Preço********************************* --> */
.preco {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1vw 3vw;
}

.moeda {
    font-family: var(--font-family-koho);
    color: var(--cor_cinza_escura);
    font-size: 1em;
    font-weight: 900;
}

    .moeda span {
        font-family: var(--font-family-koho);
        color: var(--cor_cinza_escura);
        font-size: 1em;
        font-weight: 900;
    }

.obs_preco {
    font-family: var(--font-family-koho);
    color: var(--cor_cinza_clara);
    font-size: 1em;
    font-weight: 900;
    padding: 0vw 3vw;
}


/* <!-- *******************************Prato Típico********************************* --> */
.album {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    position: relative;
    margin-top: 1vw;
    margin-left:2em;
    padding-bottom:3vw;
}

.foto_titulo a {
    text-decoration: none; 
}
    .foto_titulo a img {
        display: block;
        width: 4vw;
        height: 4vw;
        object-fit: cover;
        border-radius: 50%;
    }

.nome_album {
    display: inline-block;
    font-family: var(--font-family-koho);
    font-size: 1em;
    font-weight: bold;
    color: var(--cor_cinza_escura);
    text-align: center;
    text-decoration: none;
}



/* *****************Modal 3 pontinhos */
.menu_tres_pontos {
    position: absolute;
    top: 2.5vw;
    left: 20vw;
    width: 15vw;
    transform: translateX(100%) translatey(0%);
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 0.9vw;
    padding: 1vw;
    display: none;
    z-index: 1;
}
.paragrafo_principal strong {
    font-weight: bold !important;
}


/* ************************Responsividade******************** */
@media only screen and (max-width: 1024px) {

    .card {
        width: 50vw;
        height: 100vh;
    }

    .card-inner {
        width: 50vw;
        height: 100vh;
    }

    .card-front {
        width: 50vw;
        height: 100vh;
    }


    .carousel {
        flex: 0 0 50vw;
    }

    .btn_fechar {
        top: 2.5vw;
        right: 2.5vw;
    }


    .mais_opcoes {
        top: 0vw;
        left: 1.5vw;
    }


    /* ajuste Banner vídeo */
    .banner_controle {
        bottom: 0;
        left: 0vw;
        width: 50vw;
        height: 10vw;
        padding-left: 3vw;
        padding-right: 6vw;
    }



    .btn_ver_publicacao {
        border-radius: 0.8vw;
        padding: 0.2vw 8vw;
    }


    /* Botão ver mais */
    .btn-ver-mais {
        bottom: 10vw;
        right: 0vw;
        border-radius: 1.0vw 0vw 0vw 0vw;
    }

    /* Botão voltar */
    .btn-voltar {
        bottom: 10vw;
        right: 0vw;
        border-radius: 1.0vw 0vw 0vw 0vw;
    }


    /* *****************Formatação do Card Anterior */


    .carousel-control-next,
    .carousel-control-prev {
        height: 2vw;
        margin: auto;
    }

    .card-back {
        width: 50vw;
        height: 100vh;
    }

    .box_conteudo_verso {
        width: 50vw;
    }

    .titulo_principal {
        width: 50vw;
        margin: 0 auto;
    }

    .paragrafo_principal {
        margin-top: 3vw;
        width: 50vw;
        margin: 0 auto;
    }

    .scrollable-section {
        max-height: calc(80vh - 10vw);
        width: 50vw;
        padding-bottom: 5vw;
    }



    /* <!-- *******************************Box contendo comodiidades quarto********************************* --> */

    .seletor_bloco {
        width: 85%;
        margin: 5vh auto 0vw auto;
        gap: 2.5vw;
    }


    .tag_especial {
        border-radius: 0.8vw;
        padding: 0.1vw 0.7vw;
        min-width: 10vw;
    }

        .tag_especial i {
            margin-right: 1.0vw;
        }

    /* <!-- *******************************Dia do evento********************************* --> */


    .box_semana {
        margin: 3vw 0vw 0vw 6vw;
    }

    .box_dia {
        width: 90%;
    }



    /* <!-- *******************************Preço********************************* --> */
    .preco {
        padding: 1vw 3vw;
    }


    /* <!-- *******************************Prato Típico********************************* --> */
    .album {
        margin-top: 1vw;
    }



    .foto_titulo a img {
        width: 6vw;
        height: 6vw;
    }

    .nome_album {
        margin-top: 0.5vw;
    }



    /* *****************Modal 3 pontinhos */
    .menu_tres_pontos {
        top: 2.5vw;
        left: 5vw;
        width: 25vw;
    }




}

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

    .card {
        width: 50vw;
        height: 100vh;
    }

    .card-inner {
        width: 50vw;
        height: 100vh;
    }

    .card-front {
        width: 50vw;
        height: 100vh;
    }


    .carousel {
        flex: 0 0 50vw;
    }

    .btn_fechar {
        top: 2.5vw;
        right: 2.5vw;
    }


    .mais_opcoes {
        top: 0vw;
        left: 1.5vw;
    }


    /* ajuste Banner vídeo */
    .banner_controle {
        bottom: 0;
        left: 0vw;
        width: 50vw;
        height: 12vw;
        padding-left: 3vw;
        padding-right: 6vw;
    }


    .btn_ver_publicacao {
        border-radius: 1.0vw;
        padding: 0.2vw 8vw;
    }


    /* Botão ver mais */
    .btn-ver-mais {
        bottom: 12vw;
        right: 0vw;
        border-radius: 1.5vw 0vw 0vw 0vw;
    }

    /* Botão voltar */
    .btn-voltar {
        bottom: 12vw;
        right: 0vw;
        border-radius: 1.5vw 0vw 0vw 0vw;
    }


    /* *****************Formatação do Card Anterior */


    .carousel-control-next,
    .carousel-control-prev {
        height: 2vw;
        margin: auto;
    }

    .card-back {
        width: 50vw;
        height: 100vh;
    }

    .box_conteudo_verso {
        width: 50vw;
    }

    .titulo_principal {
        width: 50vw;
        margin:0 auto;
    }

    .paragrafo_principal {
        margin-top: 3vw;
        width: 50vw;
        margin: 0 auto;
    }

    .scrollable-section {
        max-height: calc(80vh - 10vw);
        width: 50vw;
        padding-bottom: 5vw;
    }



    /* <!-- *******************************Box contendo comodiidades quarto********************************* --> */

    .seletor_bloco {
        width: 85%;
        margin: 5vh auto 0vw auto;
        gap: 2.5vw;
    }


    .tag_especial {
        border-radius: 1.0vw;
        padding: 0.1vw 0.7vw;
        min-width: 20vw;
    }

        .tag_especial i {
            margin-right: 1.0vw;
        }

    /* <!-- *******************************Dia do evento********************************* --> */


    .box_semana {
        margin: 3vw 0vw 0vw 6vw;
    }

    .box_dia {
        width: 90%;
    }


    /* <!-- *******************************Preço********************************* --> */
    .preco {
        padding: 1vw 3vw;
    }


    /* <!-- *******************************Prato Típico********************************* --> */
    .album {
        margin-top: 1vw;
    }



    .foto_titulo a img {
        width: 8vw;
        height: 8vw;
    }

    .nome_album {
        margin-top: 0.5vw;
    }

    /* *****************Modal 3 pontinhos */
    .menu_tres_pontos {
        top: 2.5vw;
        left: -5vw;
        width: 35vw;
    }

}




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


    .card-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        position: relative;
    }

    .card {
        width: 100vw;
        height: 100vh !important;
        overflow: hidden;
    }

    .card-inner {
        width: 100vw;
        height: 100vh;
       
    }

    .card-front {
        width: 100vw;
        height: 100vh;
        overflow: hidden;
    }


    .carousel {
        flex: 0 0 100vw;
    }

    .btn_fechar {
        top: 10vw;
        right: 3.5vw;
    }



    .mais_opcoes {
        top: 4vw;
        left: 2.5vw;

    }


    /* ajuste Banner vídeo */
    .banner_controle {
        bottom: 0;
        left: 0vw;
        width: 100vw;
        height: 30vw;
        padding-left: 5vw;
        padding-right: 10vw;
    }




    .btn_ver_publicacao {
        border-radius: 1.5vw;
        padding: 0.2vw 8vw;

    }


    /* Botão ver mais */
    .btn-ver-mais {
        bottom: 30vw;
        right: 0vw;
        border-radius: 2.5vw 0vw 0vw 0vw;
    }

    /* Botão voltar */
    .btn-voltar {
        bottom: 30vw;
        right: 0vw;
        border-radius: 2.5vw 0vw 0vw 0vw;
    }


    /* *****************Formatação do Card Anterior */


    .carousel-control-next,
    .carousel-control-prev {
        height: 2vw;
        margin: auto;
    }

    .card-back {
        width: 100vw;
        height: 100vh;
          overflow: hidden;
    }


    .box_conteudo_verso {
        width: 100vw;
    }

    .titulo_principal {
        width: 100vw;
    }

    .paragrafo_principal {
        margin-top: 3vw;
        width: 100vw;
        padding: 0 5vw;
    }

    .scrollable-section {
        max-height: calc(100vh - 2vw);
        width: 100vw;
        padding-bottom: 30vw;
    }



    /* <!-- *******************************Box contendo comodiidades quarto********************************* --> */

    .seletor_bloco {
        width: 85%;
        margin: 5vh auto 0vw auto;
        gap: 4vw;
    }


    .tag_especial {
        border-radius: 1.5vw;
        padding: 0.1vw 0.7vw;
        min-width: 20vw;
    }

        .tag_especial i {
            margin-right: 1.5vw;
        }

    /* <!-- *******************************Dia do evento********************************* --> */


    .box_semana {
        margin: 5vw 0vw 0vw 6vw;
    }

    .box_dia {
        width: 90%;
    }


    /* <!-- *******************************Preço********************************* --> */
    .preco {
        padding: 1vw 3vw;
    }



    /* <!-- *******************************Prato Típico********************************* --> */
    .album {
        margin-top: 1vw;
    }

        .foto_titulo a img {
            width: 12vw;
            height: 12vw;
        }

    .nome_album {
        margin-top: 0.5vw;
    }



    /* *****************Modal 3 pontinhos */
    .menu_tres_pontos {
        top: 8.5vw;
        left: -40vw;
        width: 50vw;

    }

    .linha_delimitadora {
        height: 0vw;
    }

}