*{
    margin: 0;
    padding: 0;
}

.meio{
    padding: 20px;
    text-align: center;
}

.seta{
    border: none;
    background-color: white;
    padding-left: 60px;
    padding-top: 30px;
}

.seta img{
    width: 90px;
    margin-top: 2rem;
}

.botao {
    display: flex;
    justify-content: center;
    gap: 20px; 
    margin-top: 20px; 
    padding: 20px;
}

.botao img {
    max-width: 300px;
    height: auto; 
}

.titulo {
    font-family: "Carter One", serif;
    color: #5669cf;
}

#bot1{
    border-style: solid;
    border-radius: 20px;
    border-color: black;
    border-width: 5px;
    align-items: center;
    background-color: #ff914d;
    margin-right: 30px;
    width: 450px;
    height: 450px;
    text-decoration: none;
    color: white;
}

#bot2{
    border-style: solid;
    border-radius: 20px;
    border-color: black;
    border-width: 5px;
    align-items: center;
    background-color: #bddb58;
    width: 450px;
    height: 450px;
    text-decoration: none;
    color: white;
}

p{
    font-family: "Sweet Apricot", sans-serif;
    font-size: 1.3rem;
}
#acord{
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 20px;
    padding-bottom: 35px;
}

#acoITEM{
    padding-left: 50px;
    padding-right: 50px;
}

h3{
    padding-top: 5px;
    padding-bottom: none;
}

.text{
    font-weight: 200px;
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: justify;
}

#pp{
    text-align: justify;
}

.custom-accordion {
    margin: 0 90px;
    font-size: 1.3rem;
}
.checkbox-text {
    font-size: 1.1rem;
}
.accordion-text {
    font-size: 1.3rem !important;
}

@media screen and (max-width: 768px) {
    .custom-accordion { margin: 0 5px;}
    .text { padding: 5px 5px}
    
}