@charset "UTF-8";
* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.pi{
    background-color: #ff3300;
}
.pi2{
    background-color: #ff3300;
}
.imagem img {
    min-width: 200px;
    max-height: 30vh;
    min-height: 300px;
    margin: 0px 20px; 
}
.ju {
    max-width: 300px;
    max-height: 100px;
    padding-left: 20px;
}

.po {
    background-color: #ff3300; 
    width: 100%;
    margin-bottom: 60px; 
    height: 100px;
}
ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    list-style: none;
    padding-top: 30px;
}
ul a {
    color: white;
    font-size: 3vh;
    padding: 10px;
}
ul a:hover {  
    border-radius: 10px;
    text-decoration: underline;
    color: rgb(216, 209, 209);
}

.container1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 60px;
}
.isso {
    background-color: rgb(43, 226, 95);
    margin: 10px;
    min-width: 200px;
    height: 30vh;
    flex-wrap: wrap;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.container2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 60px;
}
.issod {
    background-color: rgb(43, 226, 95);
    margin: 10px;
    min-width: 200px;
    height: 30vh;
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 90px;
}


.geral .imagem {
    background-color: #dadddd86;
    
}
.texto {  
    max-height: 30vh;
    min-height: 250px;
    background-color: #f0f4f46f;
    margin: 0px 8px;
    padding: 0px 0px 8px 0px;
    margin-top: 10px;
}
.imagem {

    padding: 28px 8px 0px;
    text-align: center;
    
    
}
.texto .titulo {
    font-size: 1.4em;
    font-weight: bolder;
    color: black;
}
.tempo {
    font-weight: bold;
    font-size: 1.1em;
    flex-wrap: wrap;
}
.preço {
    font-size: 1.4em;
}
.detalhe {
    font-size: 1.2em;
    font-weight: bolder;
}
a {
    color: rgb(45, 209, 190);
}
.geral {
    margin: auto;
    margin-top: 30px;
    background-color: #f0f4f46f;
    
}