.notvisible {
    display: none;
}

.firstImg {
    background-image: url('../assets/rafa.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 40%;
}

.titleborder {
    background-color: #C58C6D;
    width: 15%;
    height: 2px;
}

.titlelinesmall {
    background-color: #C58C6D;
    width: 2px;
    height: 30px;
}

.sumir {
    display: none;
}

.duvida {
    cursor: pointer;
}

.item_duvida {
    width: auto;
}

/* contatos */

.contatos {
    padding: 24px 40px;
    background-color: #DDBEA9;
    font-size: 18px;
    font-weight: 600;
}

.contatos h3 {
    margin-bottom: 20px;
}


.list_contatos {
    display: flex;
    justify-content: start;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.item_contatos {
    font-size: 14px;
    align-self: flex-start;
}

.item_contatos span,
.item_contatos a {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-left: 10px;
}

@media screen and (max-width: 400px) {
    .list_contatos {
        flex-direction: column;
    }
}