@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200; 1.300;1.400;1.500;1.600;1.700;1.800;1.900&display=swap');

* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    background-color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 60vh;
}

.logo-riva {
    width: 75%;
}


div {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.button {
    display: inline-block;
    padding: 10px 50px;
    margin: 8px;
    background-color: #c73434;
    color: #fff;
    text-decoration: none;
    border: 3px solid #fff;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s;
    box-shadow: 0 0 15px 3px #c0acac
}

img {
    margin-top: 10px;
    width: 50px;

}

.foto {
    margin-top: opx;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

ul {
    list-style: none;
    display: grid;
    grid-template-columns: 200px;
    gap: 20px;
    justify-content: center;
    color: #fff;

}

li {
    border: 2px solid #8133ff;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    text-align: center;
}

.img-produtos {
    width: 100%;
    border-radius: 5px;
}

.titulo {
    color: #ffff;
    font-size: 15px;
    margin-bottom: 15px;
}

.titulo-escapes {
    color: #ffff;
    font-size: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.img-escape {
    height: 350px;
    width: auto;
    border-radius: 5px;
}

.ul-escapes {
    list-style: none;
    display: grid;
    grid-template-columns: 300px;
    gap: 20px;
    justify-content: center;
    color: #fff;

}

.ml {
    text-decoration-line: #888;
    color: #ffffff;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    
}
.ml:hover{
    opacity: 0.8;
}