body {
    font-family:'Lato', sans-serif;
    background-image: url(../img/adocao/background/patinhas.jpeg);
    background-size: 35%;
}

.slide-container {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin: 0;
    background: linear-gradient(to right top, #000);
    color: #000;
    display: flex;
    align-items:center;
    justify-content: space-around;
    min-height: 100vh;
    width: 100%;
   

}

.slide {
    display: none;
    width: 50%;
    padding: 20px;
    min-height: 450px;
    background-color: #fff;
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.3);
    border-radius: 15px;
}

.opcao{
    display: block;
    padding: 8px 15px;
    margin-bottom: 10px;
    background-color:#F8b74c;
    border-radius: 15px;
    color: #421a12;
    
    }



h1 {
    background-color: #F8b74c;
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    margin: -20px -20px 20px;
    border-radius: 15px 15px 0 0;
    font-size: 20px;
    color: #421a12;
    font-weight: bold;
}

.paragrafo{
    margin: 0 0 15px;
    font-size: 20px;
    color: #421a12;
    
}

.botao {
    display: inline-block;
    padding: 8px 20px;
    background-color: #F8b74c;
    color: #421a12;
    font-weight: bold;
    border-radius: 15px;
    border: none;
    cursor:pointer;
    transition: all 0.3s ease-out;
    margin-left: 80%;
    margin-top: 40%;
}
.botao:hover{
    background-color: #EB7A21;
}
.resultado {
    display: none;
    width: 50%;
    padding: 20px;
    min-height: 450px;
    background-color: #fff;
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.3);
    border-radius: 15px;
    text-align: justify;
    color: #421a12;
    
}

