
body {
    font-family: 'Roboto Slab', sans-serif !important;
}

.primary-container-headline {
    margin-top: 2rem;
}

.headline, .adv-name, .info-title-headline, .info-field-headline, .about-title, .about-text {
    color: white;
}

a {
    text-decoration: none;
}

.limit {
    max-width: 70rem;
    margin: 0 auto;
}

.image-profile {
    max-width: 15rem;
    margin-bottom: 1rem;
    max-height: 15rem;
}

.container-info-headline {
    margin-top: 2rem;
}

.container-block {
    padding: 4rem 0;
}

.icon {
    max-width: 3.5rem;
}


.info-title-headline {
    font-size: 1.3rem;
}

.info-field-headline {
    font-size: 1.3rem;
    font-weight: 300;
}

.headline {
    font-size: 2rem;
}

.adv-name {
    font-size: 1.5rem;
    font-weight: 300;
}

.btn-wpp {
    padding: 0.6rem 3rem;
    border: none;
    border-radius: 3px;
    font-size: 1.2rem;
    margin-top: 1rem;
    display: flex;
    align-items: center;
}

.btn-white {
    background-color: white;
    color: black;
}

.btn-black {
    background-color: black;
    color: white;
}

.about-title {
    font-size: 1.5rem;
    font-weight: 500;
}

.about-text {
    font-size: 1.2rem;
    text-align: justify;
}

.title-info {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 3rem;
}

.modal-info-title {
    font-size: 1.5rem;
}

.modal-info-list {
    font-size: 1.2rem;
}

.modal-background-footer {
    background-color: black;
}

.container-footer {
    padding: 2rem 0;
}

.icon-footer-here {
    max-width: 2rem;
    padding-bottom: 0.5rem;
}

.footer-info-text {
    font-size: 1.3rem;
    color: white;
}

.footer-info-input {
    font-size: 1.1rem;
    font-weight: 300;
    color: white;
}

.info-icon {
    max-width: 4rem;
}

.icon-in-button {
    max-width: 1.3rem;
    margin-left: 1rem;
}

.button-wpp-fly {
    width: 5.5rem;
    height: 5.5rem;
    background-color: #1dbb57;
    position: fixed;
    border-radius: 10rem;
    right: 0;
    bottom: 0;
    z-index: 1000;
    margin: 2rem;
    background-image: url('https://alfredonegreirosadvocacia.adv.br/wp-content/uploads/2021/01/icon-white.png');
    background-size: 3rem;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 768px) {
    .pd-md {
        padding: 0 2rem;
    }

    .btn-wpp {
        width: 100%;
    }

    p {
        margin-bottom: 0;
    }

    .text-center-adv {
        text-align: center;
    }

    .list-space {
        margin-top: 2rem;
    }

    .image-profile {
        margin-top: 2rem;
    }

    .info-field-headline {
        word-break: break-all;
    }
}