:root {
    --main-color: #0c0505;
    --black: #13131a;
    --bg: #8f0e0e;
    --border: 0.1rem solid rgba(255, 255,255, 0.3);
    font-size: 10px;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-decoration: none;
    transition: 0.3s linear;
    font-family: "Roboto", sans-serif
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-decoration: none;
}

.topo{
    background-color: #8B0000;
    padding: 20px 0;
    text-align:  center;
}
.logo {
    width: 250px;
    height: auto;
    display: inline-block;
}

body {
    background-color: var(--bg);
}
section {
    padding: 3rem 3rem;
    margin: 0 auto;
    max-width: 1000px;
}

.icons img:hover {
    width: 60px;
    height: 100px;
}

.btn {
    background: var(--main-color);
    color: #fff;
    padding: 1rem 3rem;
    font-size: 1.7rem;
    cursor: pointer;
    margin-top: 1rem;
    display: inline-block;
}


.title {
    font-size: 4rem;
    color: var(--main-color);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 4rem;
}


.box-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 1.1rem;
}

.menu .box-container .box {
    text-align: center;
    border: var(--border);
    padding: 2rem;
    cursor: pointer;
}

.menu .box-container .box img {
    height: 14rem;
}

.menu .box-container .box-caixa img{
    height: 270px;
    width: 100%;
    object-fit: cover;
}


.menu .box-container .box .price {
    color: #fff;
    font-size: 1.5rem;   
}

.menu .box-container .box:hover {
    background-color: #d35a5a;
}


.review .box-container .box {
    border: var(--border);
    text-align: center;
    padding: 1rem 2rem;
}

.review .box-container .box p {
    font-size: 1.5rem;
    color: #6d5e5e;
    padding: 1rem 0;
    line-height: 1.8;
    font-weight: lighter;
}

.review .box-container .box h3 {
    color: #fff;
    font-size: rem;
    margin: 0.1rem ;
}

.review .box-container .box .user {
    height: 7rem;
    width: 7rem;
    border-radius: 20%;
}


.img-centro {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}



.videos-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.video-item {
    width: 300px; /* tamanho fixo do quadrado */
    text-align: center;
}

.video-item video {
    width: 100%;
    aspect-ratio: 1 / 1; /* deixa QUADRADO */
    object-fit: cover;
    border-radius: 12px;
}


.content {
    color: #8B0000;
    border: 0.1rem solid rgba(255, 255,255, 0.3);
    font-size: 20px;
    padding: 20px;
}

.map-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.mapa-container iframe {
    width: 100%;
    height: 350px;
    border: 0;
    border-radius: 20px;
}

.sub-title {
    text-align: center;
    color: #8B0000;
    font-size: 2.8rem;
    margin-top: 30px;
}



.encomendas {
    text-align: center;
    color: #000000;
    font-size: 2.8rem;
    margin-top: 30px;
}

.botoes-contato {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.whatsapp {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #25D366;
    padding: 15px 20px;
    border-radius: 30px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 30px;
}

.icon-whats {
    width: 35px;
    height: 35px;
}




    








