* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* rosa claro #F79AD3 247,154,211 
rosa forte #FF66C4
roxo #31081F
goiaba #B5838D 181,131,141


247,154,211
255,102,196
49,8,31




*/

/* fonts */


@font-face {
    font-family: nunito-lit;
    src: url(../fonts/Nunito-Light.ttf);
}

@font-face {
    font-family: nunito;
    src: url(../fonts/Nunito-Regular.ttf);
}

@font-face {
    font-family: buffalo;
    src: url(../fonts/Buffalo.otf);
}

@font-face {
    font-family: amsterdam;
    src: url(../fonts/amsterdam-four-slant-ttf.ttf);
}

@font-face {
    font-family: sugo;
    src: url(../fonts/Sugo-Pro-Display-Regular-trial.ttf);
}






body {
    /* background: #31081F; */
    /* background-color: rgba(49,8,31, 0.4); */
    /* background-color: rgba(255,102,196, 0.3); */
    /* background: #B5838D; */
    background: linear-gradient(rgba(181, 131, 141, .80), rgba(181, 131, 141, .80) 100%), url('../img/wallpapee.svg') no-repeat;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    /* color: #efeded; */
    color: #fff;

}

.box {
    margin-top: 2rem;
    width: 30rem;
    /* border: solid 2px #efeded; */
    border: solid 3px #31081F;
    text-align: center;
}


.foto-perfil {
    border-radius: 50%;
    width: 9rem;
    height: 9rem;
    border: var(--bege) solid 5px;
    margin-top: 2rem;
    border: #31081F 2px solid;

}

.logo {
    margin-top: 0.5rem;
    font-family: buffalo;
    font-size: 4rem;
}

.ramo {
    font-family: nunito-lit;
    margin-top: -1.5rem;

}

.fale-comigo {
    font-family: nunito-lit;
    text-decoration: none;
}

.banner {
    width: 80%;
    padding: 1 2rem;
    border-radius: 5%;
    border: 2px solid;
    border-color: #fff;
    margin-bottom: 0.3rem;
    cursor: pointer;
    transition: .5s ease all;
}

.banner:hover {
    width: 23rem;
    height: 13rem;
    background-size: cover;
    margin-bottom: 1rem;
    border-radius: 10%;
    border: var(--bege) solid 2px;
    cursor: pointer;

}


.redes-sociais {
    margin-top: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 2rem;
    background: linear-gradient(rgba(49, 8, 31, .80), rgba(49, 8, 31, .80) 20%);

}

.redes-sociais a {
    font-size: large;
    color: #fff;
    margin-left: 2rem;
    border: solid 1px #FF66C4 ;
    padding: 0.5rem;
    border-radius: 0.5rem;
 

}

.logo-img {
    width: 5rem;


}