* {
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

body {
    background-color: #fdfdfd;
}

.tudo {
    position: relative;
    margin: 5%;
}

.log {
    margin: 2%;
    color: rgb(22, 22, 22);
    left: 0;
    font-family: 'Raleway', sans-serif;
}

.buscar {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.busca {
    width: 80%;
    color: rgb(19, 18, 18);
    border: none;
    margin: 10px;
    border-bottom: 1px solid black;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 19px;
}

.busca:active {
    color: rgb(14, 14, 14);
}

.busca:focus {
    box-shadow: 0 0 0 0;
    outline: 0;
}

.aderess {
    display: flex;
    align-items: center;
    text-align: center;
}

.Ncontato {
    color: rgb(19, 18, 18);
    border-radius: 10px;
    font-weight: 700;
    border-bottom: 2px solid black;
    padding: 8px;
}

#cont {
    position: relative;
    font-weight: 700;
    margin-left: 8px;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 15px 30px rgba(233, 231, 231, 0.6);
    border-radius: 50%;
    padding: 1px;
    font-size: 18px;
}

.contatos {
    display: block;
    justify-content: left;
}

.conta {
    display: flex;
    align-items: center;
    margin: 5px;
}

.conta i {
    margin: 10px;
}

.conta h1 {
    color: rgb(2, 2, 56);
    margin: 3px;
    font-size: 22px;
}

.conta p {
    font-size: 16px;
    color: rgb(139, 137, 137);
    font-family: sans-serif;
}

.add {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 20px;
}

.popup {
    position: absolute;
    flex-direction: column;
    top: 0;
    display: none;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: rgb(48, 4, 91);
    background: linear-gradient(90deg, rgba(48, 4, 91, 1) 0%, rgba(8, 8, 94, 1) 42%, rgba(4, 117, 140, 1) 100%);
}

.conteudo {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    margin: 20px;
}

.popup h3 {
    margin: 5px;
}

.popup h1 {
    color: white;
}

.popup img {
    width: 100px;
}

.popinput {
    position: absolute;
    align-items: center;
    bottom: 0;
    width: 100%;
    height: 50%;
    border-radius: 9px;
    background-color: white;
}

.popinputconteudo {
    margin-top: 40px;
}

.popup input {
    margin: 10px;
    display: block;
    width: 60%;
    color: rgb(19, 18, 18);
    border: none;
    margin: 10px;
    padding: 1px;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 19px;
    border-bottom: 1px solid black;
}

input:active {
    color: rgb(14, 14, 14);
}

.numero,
.email,
.nome {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.numero,.email, a{
    text-decoration: none;
}
#linkemail,#linkwatss{
    display: none;
}
.numeroinput{
    text-decoration: none;
}
input:focus {
    box-shadow: 0 0 0 0;
    outline: 0;
}



.botao {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
}

.button,
.buttonn {
    margin: 1%;
    cursor: pointer;
}

.button img,
.buttonn img {
    padding: 2px;
    width: 35px;
    height: 25px;
}
.error::placeholder{
    color: red;
}
