@charset "UTF-8";


@font-face {
    font-family: "Sweetie";
    src: url(../fonts/Urbanist-VariableFont_wght.ttf);
}
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body,
html {
    height: auto;
    width: 100%;
    scroll-behavior: smooth;
    font-family: 'Sweetie';
    font-weight: 500;
    background-color: rgb(248, 247, 247);
}

header {
    background-color: #FFC0CB;
    display: flex;
    justify-content: space-between;
}


h1 {
    font-family: "Rubik", sans-serif;
    font-weight: bold;
    color: white;
    font-size: 1.5em;
    text-align: center;
}

#login {
    margin: auto;
}

#login>a {
    color: #4B2E2A;
    border-left: 1px solid;
    padding-left: 10px;
}


.pagina-inicial {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

table#cabecalho {
    border-collapse: collapse;
    background: linear-gradient(to top, #72402e31, #fff6f5);
}

table#cabecalho th {
    border-right: 1px solid black;
    padding: 10px;
}

nav a {
    text-align: left;
    text-decoration: none;
    padding: 8px 3px;
    position: relative;
    color: #4B2E2A;
    margin: 15px;
}

nav a::after {
    content: " ";
    width: 100%;
    height: 2px;
    background: #4B2E2A;
    position: absolute;
    bottom: -6px;
    left: 0;
    border-radius: 5px;
    transform: translateY(10px);
    transition: .5s;
    opacity: 0;
}

nav a:hover::after {
    transform: translateY(0);
    opacity: 1;
}


nav {
    margin: auto;
    text-align: left;
}

section#quem-somos {
    background-size: cover;
    background-position: center center;
    height: 100vh;
    width: 100%;
}

section#quem-somos {
    background-image: url(../image/Mulher.jpg);
    background-attachment: fixed;
    box-shadow: inset 6px 6px 13px 0px rgba(0, 0, 0, 0.397);
}

.conteiner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 20px;
}


.imagem {
    display: flex;
    flex-direction: row-reverse;
}


main>.imagem-com-texto {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 50px;
    justify-content: space-between;
    height: 630px;
}




h3 {
    font-family: "Sweetie";
    font-size: 2.5em;
    color: #000;
}

.container h2 {
    text-align: center;
    color: #333;
    font-family: 'Sweetie';
    font-weight: 600;
}

#nossa-historia {
    background: #FCC7C1;
    height: auto;
    padding-bottom: 100px;
    box-shadow: inset 0px 10px 10px rgba(0, 0, 0, 0.489);
}

.parceiras {
    width: 600px;
    height: 190px;
    flex-shrink: 0;
    background-color: #c68c54;
    margin: auto;
    border-radius: 5px;
    margin-top: 20px;
}

.titulo {
    padding-left: 15px;
    padding-top: 5px;
}

.texto {
    padding-top: 20px;
    padding-left: 15px;
    font-size: 20px;
}

section#nossa-historia h2 {
    font-family: "Sweetie";
    font-weight: 500;
    text-align: center;
    padding-top: 20px;
    margin-top: 0px;
    margin: auto;
    color: #fff;
    width: 200px;
}
section#nossa-historia p {
    gap: 30px;
    text-align: left;
    font-family: "Sweetie";
    font-weight: 500;
    font-size: 18.4px;
    padding: 15px;
    width: 100%;
}
section#nossa-historia {
    background: url(../image/mulher-com-capcake.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    
}
.line {
    width: 200px;
    height: 2px;
    background-color: #c8a2bc;
    margin: 20px auto;
}

#historia {
    margin-left: 5px;
    margin-bottom: 90px;
}

.linha {
    margin: 17px 0px 10px 0px;
    border-radius: 300px;
    width: 250px;
    height: 1.5px;
    border-radius: 10px;
}

#vivemos {
    font-size: 19px;
}


#clique {
    margin-bottom: 3px;
}

#email {
    text-decoration: underline;
    margin-left: 20px;
    font-size: 19px;
}

footer {
    background-color: #4B2E2A;
    padding-top: 10px;
    color: #F5F5F5;
}
footer p {
    font-weight: 100;
}
div>p {
    font-size: 20px;
    margin: 2px;
}

a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

#ro1 {
    display: flex;
    gap: 100px;
}

#reser {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 70%;
    margin: auto;
}

#reser>p:hover {
    text-decoration: underline;
    cursor: pointer;
}

#reser>p {
    text-align: center;
    font-size: 15px;
    margin: 10px;
    color: rgba(255, 255, 255, 0.575);
    border-right: 1px solid;
    padding-right: 20px;
}

#dentro {
    display: flex;
    align-items: center;
    justify-content: space-around;
}


section#degustacao {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

#degus {
    margin-bottom: 40px;
}

form {
    margin-right: 20px;
    text-align: center;
    padding: 5px;
    background-color: #F3E9E5;
    width: 400px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.434);
}

label {
    font-weight: bold;
}

input,
textarea {
    width: 95%;
    padding: 8px;
    margin: 5px 0px;
    border: 1px solid #ccc;
    border-radius: 4px;

}

input[type="submit"] {
    background-color: #6C9AB6;
    color: #fff;
    border: none;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #45a049;
}

.centralizar {
    text-align: center;
}




#logo>img {
    width: 170px;
    height: 70px;
}

#logo {
    margin: 5px 0 5px 30px;
}

#parceiras {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding-left: 10%;
    padding-top: 60px;
    padding-bottom: 200px;
}

#parceiras #parca {
    width: 90px;
    height: 50px;
    display: flex;
    flex-direction: row;
    margin-left: 60px;
}

#parca img {
    width: 200px;
    height: 50px;
    margin: 20px;
}

.lojas {
    position: relative;
    width: 90%;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 50px;
    margin: 50px;
    padding-top: 150px;
}

.lojas img {
    position: relative;
    width: 150px;
    height: 150px;
}

#fini2 {
    position: relative;
    width: 670px;
    height: 290px;
    background-color: #fcc7c1;
    margin-left: 40px;
    font-size: 12px;
    text-align: center;
    padding-left: 15px;
    border-radius: 20px;
}

#docesfini>p {
    margin: 20px;
}

#docesfini {
    display: flex;
    flex-wrap: wrap;
}

#docesfini img {
    width: 100px;
    height: 70px;
    margin-left: 55px;
}



abbr[title] {
    border-bottom: none;
    cursor: default;
    text-decoration: none;
}

.meio {
    background-color: #FCC7C1;
    border-radius: 10px;
    margin: 30px;
    perspective: 1000px;
    width: 20px;
}

.meio a {
    width: 100%;
    margin: auto;
    text-align: center;
}




#imagem-container,
#imagem-cont {
    perspective: 1000px;
}

.imagem {
    transition: transform 0.3s ease;
}

.imagem:hover {
    transform: translateY(-20px);
    cursor: pointer;
}



#comente {
    width: 530px;
    height: 50px;
    border-radius: 8px;
    background: #FFE9E9;
    font-size: 19px;
}

.box {

    margin: 8px;
    width: auto;
    height: auto;
    border-radius: 10px;
    background-color: #FFFFE0;
    font-size: 19px;
    text-align: center;
    color: black;
}

.box>p {
    text-align: left;
    padding-left: 10px;
}

#comentario {
    display: flex;
    width: auto;
    height: auto;
    background-color: #FFC0CB;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 10px;
    color: white;
    border-radius: 20px;
}

#contato {
    background-color: #333;
    height: auto;
}

#enviar {
    text-decoration: none;
    border: none;
    text-align: center;
    width: auto;
    border-radius: 10px;
    padding: 10px;
    font-size: 20px;
}

#resposta {
    gap: 70px;
}

input {
    outline: none;
}

#nossa-historia p {
    margin: auto;
    text-align: justify;
    width: 800px;
    line-height: 1.8;
    padding-bottom: 40px;
}

h5 {
    font-family: "Sweetie";
    font-size: 50px;
}

#baix p {
    font-size: 30px;
}

#carouselExampleCaptions {
    width: 100%;
    /* Ocupa toda a largura da tela */
    height: 80vh;
    /* Ajuste conforme necessário (50% da altura da viewport) */
    overflow: hidden;
    /* Garante que nada ultrapasse os limites do carrossel */
    position: relative;
    /* Necessário para posicionar os controles */
}

.carousel-inner {
    height: 100%;
}

.carousel-item {
    height: 100%;
    /* Garante que o item do carrossel ocupe toda a altura do carrossel */
}

.carousel-item img,
.carousel-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ajusta o conteúdo para cobrir a área sem distorcer */
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.card-img-top {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.card:hover .card-img-top {
    transform: scale(1.1);
}

.card {
    overflow: hidden;
}

.card-img-overlay {
    cursor: pointer;
}

p {
    font-size: 1.2em;
    font-weight: 600;

}

#animes {
    background-color: #FFC0CB;
    color: #4B2E2A;
    font-size: 2em;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
}

.btn {
    background-color: #cf943a;
    color: #fff;
    font-size: 1.2em;
}

.btn:hover {
    background-color: #ffffffba;
    color: #000;
}

.btn-custom-width {
    width: 120px;
    /* Ajuste o valor conforme necessário */
    margin: auto;
}

.card-img-overlay div {
    display: flex;
    gap: 20px;

}

.card-img-overlay h6 {
    color: #fff;
    backdrop-filter: blur(17px);
    border-radius: 10px;
    font-size: 1.4em;

}

.card-img-overlay p {
    color: #fff;
    backdrop-filter: blur(10px);
    border-radius: 10px;
}


.carousel-item>img {
    width: 50px;
}

#feed {
    width: 100%;
    margin-top: 200px;
    color: #fff;
    height: 200px;
    align-items: center;
    background-color: #8cb0dc;
}

#voltar,
#passar {
    background-color: rgba(238, 85, 85, 0.808);
    border-radius: 20px;
    color: #fff;
}


/*Parte do feedback*/
.customer-reviews {
    text-align: center;
    padding: 20px;
    background-color: #d7a68b;
    margin-bottom: 20px;
    position: relative;
    color: white;
    margin-top: 50px;
}

.reviews-carousel {
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 80%;
    margin: 0 auto;
    transition: transform 0.5s ease;
    /* Transição suave */
    flex-wrap: nowrap;
}

.review-card {
    background-color: #c68c54;
    padding: 10px;
    margin: 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    min-height: 180px;
    position: relative;
}

.review-stars {
    font-size: 20px;
    color: yellow;
    margin-bottom: 10px;
}

.review-text {
    color: #000;
    text-align: center;
    margin-top: 10px;
}

.review-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid white;
}

.arrow {
    color: black;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    border-radius: 50%;
    width: 50px;
}

.left-arrow {
    left: 30px;
}

.right-arrow {
    right: 30px;
}
