body{
    background: linear-gradient(0deg, #ffff,#c9c9c9,40%, black);
}

h1 {
    font-size: 60px;
    color: white;
    font-family: 'Roboto Slab', serif;
    padding-top: 60px;
}

#subTitulo {
    font-size: 25px;
    font-family: 'Merriweather', serif;
    color: white;
    padding-bottom: 80px;
}

#texto {
    font-size: 25px;
    font-family: 'Merriweather', serif;
    color: white;
}

#logo {
    width: 544px;
    height: 130px;
    padding: 30px;
}

#fotoWpp{
    width: 50px;
    height: 50px;
}

header {
    background-color: #C0C0C0;
    display: flex;
    width: 100%;
    height: 177px;
    align-items: center;
    gap: 200px;
    border-radius: 30px;
    box-shadow: 0px 10px rgba(255, 255, 255, 0.12)
}

#botoes {
    display: flex;
    justify-content: space-between;
    width: 40%;
    padding-right: 30px;
}

#btnContatosId{
    width: 140px;
    height: 70px;
    border-radius: 30px;
    background-color: black;
    cursor: pointer;
}

#btnLocalizacao{
    width: 140px;
    height: 70px;
    border-radius: 30px;
    background-color: black;
    cursor: pointer; 
}

#btnAgendamento{
    width: 140px;
    height: 70px;
    border-radius: 30px;
    background-color: black;
    cursor: pointer;
}

#textoA {
    text-decoration: none;
    color: white; 
    font-size: 18px;
}

#sobreCentro{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

#sobre{
    background-image: url(imagemDeFundo.png);
    background-repeat: no-repeat;
    width: 1200px;
    height: 600px;
    text-align: center;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
}


#btnWpp {
    position: fixed;
    top: 86%;
    right: 20px;
    width: 5em;
    z-index: 1;
    background-color: #3ABF4C;
    border-radius: 50%;
    text-align: center;

    animation-name: pulsar;
    animation-duration: 0.8s;
    animation-timing-function: ease-out;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: none;
    animation-play-state: running;
}

#imagemWpp{
    padding-top: 16px;
}

@keyframes pulsar {
    0% {
        height: 70px;
        width: 70px;
    }

    100% {
        height: 80px;
        width: 80px;
    }
}

#areaDeContatos{
    width: 500px;
    height: 600px;
    border-radius:0px 30px 0px 30px;
    text-align: center;
    background-color: #7f7f7f;
    justify-content: center;
}

h2{
    font-family: 'Roboto Slab', serif;
    font-size: 60px;
}

#numeros{
    padding-bottom: 60px;
}

#numeroFixo{
    display: flex;
    text-align: center;
    justify-content: center;
    padding-bottom: 30px;
}

#numeroWpp{
    display: flex;
    text-align: center;
    justify-content: center;
}

#numeroContato{
    font-size: 25px;
    font-family: 'Merriweather', serif;
}

#emailContato{
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}

#email{
    padding-top: 30px;
    font-size: 25px;
    font-family: 'Merriweather', serif;
}

#centroContatos{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 60px;
}

#areaDeLocalizacao{
    text-align: center;
    padding-top: 40px;
}

#arrumarLocalizacao{
    justify-content: center;
    display: flex;
}

#localizacaoTitulo{
    font-family: 'Roboto Slab', serif;
    font-size: 60px;
    border-bottom: 2px solid black;
    border-radius: 2px;
}

#endereco{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
}

#enderecoPorEscrito{
    font-size: 25px;
    font-family: 'Merriweather', serif;
    padding-top: 10%;
}

[data-anime] {
    opacity: 0;
    transition: .3s;
}

[data-anime="buttom"] {
    transform: translate3d(0, 50px, 0);
}

[data-anime="left"] {
    transform: translate3d(-50px, 0, 0);
}

[data-anime="right"] {
    transform: translate3d(50px, 0, 0);
}

[data-anime].animate {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

footer{
    width: 100%;
    height: 300px;
    background-color: black;
    margin-top: 30px;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}

#divDeTudo{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

#divAtuacao{
    text-align: center;
    padding-left: 20px;
}

#tituloAtuacao{
    color: white;
    font-size: 30px;
}


#textoAtuacao{
    display: flex;
    color: white;
    gap: 30px;
    justify-content: space-between;
    padding-top: 25px;
    text-align: justify;
    font-size: 20px;
}

#numeroRodapeContato{
    padding-top: 25px;
}

#divRodapeNumeros{
    padding-left: 50px;
    text-align: justify;
}

#tituloContatoRodaPe{
    color: white;
    font-size: 30px;
}

#numeroContatoRodaPe{
    color: white;
    font-size: 20px;
}

#emailRodaPe{
    color: white;
    font-size: 20px;
}

