@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body,
h1,
h2,
h3,
ul,
li,
p {
    margin: 0;
    padding: 0;
}

h2, p {
    word-break: break-word;
}

@font-face {
    font-family: 'mFont-2';
    src: url('/assets/fonts/Chaloops\ W00\ Bd.ttf');
}

p {
    color: #A0AEC0
}

body {
    background: #1A202C;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
}

.section-header-bio {
    margin-top: 50px;
}

.container-logo-bio {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 280px;
}

.img-nome-bio {
    width: 165px;
    height: 44px;
    margin-bottom: 10px;
}

.nav-social-bio li {
    list-style: none;
}

.nav-social-bio ul {
    display: flex;
    gap: 13px;
    margin-top: 15px;
}

.nav-social-bio .fab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51px;
    height: 51px;
    background: #5c5c5c38;
    font-size: 20px;
    border-radius: 7px;
    cursor: pointer;
    transition: 0.5s;
}

.nav-social-bio .fab:hover {
    background: #2d3d3c;
}

.nav-social-bio a {
    text-decoration: none;
    color: #dfdfdf;
}

.div-text-bio-titulo {
    color: #dfdfdf;
}

.nav-social-bio .fab {
    font-size: 23px;
}

.section-links-bio {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.container-link-bio {
    width: 680px;
    margin: 20px;
    margin-left: auto;
    margin-right: auto;
}

.div-links-bio {
    margin: 10px;
}


.div-links-bio li {
    background: #171923;
    list-style: none;
    text-decoration: none;
    border-radius: 21px;
    border: 1px solid #2D3748;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 20px;
    transition: 0.5s;
    position: relative;
}

.div-links-bio a::before {
    content: 'PETRECHO!';
    right: 15px;
    top: 5px;
    font-size: 11px;
    opacity: 0.25;
    position: absolute;
    color: #f1f1f1;
    font-family: 'mFont-2';
}

.div-links-bio a {
    color: #f1f1f1;
    text-decoration: none;
}


.div-grid-bio {
    display: grid;
    grid-template-columns: 132px 1fr;
    align-items: center;
    position: relative;
}

.div-icon-bio {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2d3d3c;
    width: 95px;
    height: 95px;
    margin: 11px;
    border-radius: 12px;
}

.div-links-bio a img {
    width: 70px;
    transition: 0.5s ease;
}

.div-links-bio a:hover .svg-bio {
    transform: translate(10px, -10px) scale(1.2);
}

.div-links-bio .svg-social {
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 100px;
    transition: 0.5s ease;
}

.div-links-bio a:hover .svg-social {
    transform: scale(1.3);

}

.div-links-bio li:hover .copy-icon{
    transform: scale(1.3);

}

.svg-bio-site {
    transition: 0.5s ease;

}

.div-links-bio li:hover .svg-bio-site {
   transform: scale(1.2);
}


.div-text-bio-titulo {
    font-size: 1.2rem;
}

.div-text-bio {
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    gap: 16px;
    padding: 20px;
    position: relative;
}

.div-text-bio::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 75px;
    margin-left: -10px;
    background-color: #A0AEC0;
    opacity: 0.25;
    transition: 0.5s;
}

.link-copia-bio-media {
    display: none;
    color: #f1f1f1;
}

.link-copia {
    cursor: pointer;
}

.compartilhar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: 0 10px;
    margin-bottom: 50px;
    position: relative;
}

.compartilhar-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 657px;
    height: auto;
    border-radius: 11px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #2D3748;
    background: #171923;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.compartilhar-link span {
    color: #f1f1f1;
    font-weight: 800;
    font-size: 1.3rem;
    padding: 10px;
}

.nav-social-compartilhar ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    gap: 13px;
    margin: 20px;
}

.nav-social-compartilhar li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 53px;
    background: #5c5c5c38;
    font-size: 20px;
    border-radius: 7px;
    cursor: pointer;
    transition: 0.5s;

}

.nav-social-compartilhar li:hover {
    background: #2d3d3c;
}

.nav-social-compartilhar a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 53px;
    height: 53px;
    font-size: 25px;
    text-decoration: none;
    color: #dfdfdf;
}

.footer-rodape-bio {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 31px;
}

.nav-social ul {
    display: flex;
    list-style: none;
    gap: 13px;
}

.nav-social li {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #5c5c5c38;
    width: 53px;
    height: 53px;
    font-size: 20px;
    border-radius: 7px;
    cursor: pointer;
    transition: 0.5s;
}

.nav-social li:hover {
    background: #2d3d3c;
}

.nav-social a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    text-decoration: none;
    color: #dfdfdf;
    width: 53px;
    height: 53px;
}

.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #f1f1f1;
    gap: 11px;
    margin: 10px ;
    margin-bottom: 100px;
}

.copyright .fa-brands {
    font-size: 2rem;
}

.fa-square-js {
    color: rgb(251, 255, 0);
}
.fa-css3-alt {
    color: rgb(22, 76, 255);
}
.fa-html5 {
    color: rgb(255, 42, 42);
}

.bloco-sites {
    margin: 32px 0;
}

.titulo-bloco-site h2 {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    color: #f1f1f1;
}

@media (max-width: 420px) {
    .div-text-bio {
        gap: 0px;
        padding: 10px;
        font-size: 0.8rem;
    }
}

@media (max-width:350px) {
    .div-text-bio-titulo{
        display: none;
    }
    .link-copia-bio-media {
        display: block;
    }
}

