.w3-jumbo {
    font-size: 15px;
    letter-spacing: -2px;
    justify-content: space-between;
}

h1 {
    font-size: 40px;
}

h3 {
    font-size: 25px;
    letter-spacing: -2px;
    justify-content: space-between;
}

h5 {
    font-size: 25px;
    justify-content: space-between;
}

.foto-lisa {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    border: 4px white solid;
    align-items: center;
}

.w3-container .foto-mobile {
    width: 100px;
    height: 80px;
    border-radius: 60px;
    border: 3px white solid;
}

.minha-foto {
    width: 230px;
    height: 300px;
    margin-left: 25px;
    border-radius: 120px;
    border: 3px rgb(190, 78, 78) solid;
    padding: 10px;
    margin-top: 40px;
}

.w3-half {
    width: 350px;
    height: 200px;
}

.w3-xxxlarge {
    font-size: 20px;
}

.subtitulo {
    font-size: 20px;
    color: rgb(63, 59, 59)
}

.subtitulo-one {
    font-size: 20px;
    color: rgb(63, 59, 59)
}

p {
    text-align: justify;
    padding: 25px;
}

.contato {
    display: flex;
}

.agende {
    display: flex;
    justify-content: space-between;
}

.email {
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
}

.zap {
    width: 55px;
    margin-left: 3px;
    padding: 5px;
    text-decoration: none;
}

button {
    margin-left: 30px;
    border: 2px rgb(62 194 80) solid;
    border-radius: 100px;
    padding: 8px;
    font-weight: bold;
    background: rgb(62 194 80);
    color: white;
    font-size: 15px;
}

button:hover {
    background: white;
    color: rgb(62 194 80);
    transform: scale(1.1);
    transition: all 0.5s;
}

.faleconosco {
    font-size: 15px;
    color: red;
    font-weight: bold;
    padding: 20px;
    margin: 10px;
}

.faleconosco:hover {
    background: yellow;
}

footer {
    padding: 45px;
}

footer p {
    text-align: center;
    color: black;
}

footer h6 {
    margin-top: 40px;
}

.zaask {
    width: 55px;
    height: 55px;
}

.zaask:hover {
    transform: scale(1.1);
    transition: all 0.5s;
}

.zenklub {
    width: 50px;
    height: 50px;
}

img:hover {
    transform: scale(1.1);
    transition: all 0.5s;
}