*{
    margin: 0%;
    font-family:Arial;
}

header{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgb(0, 0, 199);
}
.headerLogo{
    width: 6%;
    margin: 0.5%;
    margin-right: 5%;
}
.headerElements{
    margin-inline: 1%;
    color: white;
    font-family:'Franklin Gothic Medium';
    font-size: x-large;
}
.headerElements:hover{color: yellow;cursor: pointer;}
.headerBotaoLoginCadastrar{
    background-color: white;
    padding: 0.5%;
    border-radius: 20px;
    font-size: medium;
    margin-left: 5%;
    text-decoration: none;
    font-family: 'Arial';
    color: black;
}
.headerBotaoLoginCadastrar:hover{
    background-color: rgb(255, 238, 0);
    color: rgb(0, 0, 199);
    cursor: pointer;
}

section{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column; 
}
.barraInicio{
    background-image: url(imagens/fundoInicio.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(255, 255, 255);
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.inicioImagem{
    position: relative;
    width: 50%;
    margin-inline: 5%;
    align-self: last baseline;
}
.inicioCampoTextos{
    margin-inline: 5%;
    margin-block: 7%;
}
.inicioTextos{
    background-color: rgb(0, 0, 199);
    color: white;
    margin-block: 9%;
    font-size: xx-large;
    padding: 3%;
    border-radius: 20px;
}
.inicioParagrafo{font-size: x-large;}

.barraQuemSomos{
    background-color: yellow;
    box-shadow: 0px 0px 20px 5px yellow;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.quemSomosTitulo{
    margin-block: 3%;
    font-size: xx-large;
    color: rgb(0, 0, 199);
}
.quemSomosCampo{
    display: flex;
    flex-direction: row;
}
.quemSomosParagrafo{
    margin-inline: 10%;
    margin-right: 5%;
    margin-block: 5%;
    font-size: x-large;
    text-align: left;
}
.veterinaria{
    width: 40%;
    margin-right: 5%;
}

.barraLocalizacao{
    background-color: rgb(0, 0, 199);;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.localizacaoTitulo{
    margin-block: 3%;
    font-size: xx-large;
    color: greenyellow;
}
.localizacaoCampo{
    display: flex;
    flex-direction: row;
    margin-block: 3%;
}
.localizacaoMapa{margin-right: 4%;}
.localizacaoTextos{
    width: 30%;
    margin-left: 4%;
    text-align: left;
    color: white;
}

.barraTermos{
    background-color: yellow;
    box-shadow: 0px 0px 20px 5px yellow;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.termosTitulo{
    margin-block: 3%;
    font-size: xx-large;
    color: rgb(0, 0, 199);
}
.termosParagrafo{
    margin-inline: 10%;
    margin-bottom: 5%;
    font-size: x-large;
    text-align: left;
}

footer{
    background-color: rgb(0, 0, 199);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footerTitulo{
    margin-block: 3%;
    font-size: xx-large;
    color: greenyellow;
}
.redes{
    margin-block: 1%;
    background-color: white;
    width: 15%;
    text-align: center;
    padding: 0.7%;
    border-radius: 20px;
    text-transform: uppercase;

    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease;
    animation: fadeIn 1s;
}
.redes:hover{
    padding: 0.8%;
    font-size: x-large;
    cursor: pointer;
    width: 19%;
}
.rede1{
    background-color: rgb(0, 209, 10);
    color: white;
}
.rede2{
    background-color: rgb(255, 0, 106);
    color: white;
}
.rede3{
    background-color: rgb(0, 140, 255);
    color: white;
}
.criador{
    background-color: greenyellow;
    border-radius: 20px;
    padding: 0.5%;
    text-align: center;
    margin-block: 2%;
}


@media screen and (max-width:768px) {
    header{
        flex-direction: column;
    }
    .headerLogo{
        width: 30%;
        margin: 0;
        margin-block: 3%;
    }
    .headerElements{
        margin-block: 2%;
    }
    .headerBotaoLoginCadastrar{
        margin: 0;
        margin-block: 3%;
        margin-bottom: 6%;
        padding: 3%;
    }
    .inicioImagem{margin: 0;}
    .inicioCampoTextos{
        margin: 2%;
        margin-block: 5%;
        margin-right: 3%;
    }
    .inicioTextos{
        font-size: medium;
    }
    .quemSomosTitulo{
        margin-block: 10%;
    }
    .quemSomosCampo{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .quemSomosParagrafo{
        font-size: medium;
        margin:5%;
    }
    .veterinaria{
        margin: 0;
        width: 80%;
    }
    .localizacaoTitulo{
        margin-top: 10%;
    }
    .localizacaoCampo{
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-block: 10%;
    }
    .localizacaoTextos{
        margin: 0;
        margin-bottom: 10%;
        text-align: center;
        width: 100%;
    }
    .localizacaoMapa{
        width: 90%;
        margin: 0;
    }
    .termosTitulo{
        margin-block: 10%;
    }
    .termosParagrafo{
        font-size: medium;
        margin: 5%;
    }
    .footerTitulo{
        margin-block: 10%;
    }
    .redes{
        width: 70%;
        margin-block: 5%;
    }
    .redes:hover{
        width: 80%;
    }
    .criador{
        padding: 3%;
    }
}