*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "Glacial Indifference";
    src: url("../../../ASSETS/FONTS/GlacialIndifference/GlacialIndifference-Regular.otf");
}

@font-face {
    font-family: "Brittany";
    src: url("../../../ASSETS/FONTS/Brittany/BrittanySignature.ttf");
}

header{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.flag{
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 30px;
}

.imgHeader{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.boxBoxBoxAvatarAuthor{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: -5rem;
}

.boxBoxAvatarAuthor{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
}

.boxAvatarAuthor{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.avatarAuthor{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iconVerified{
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
}


.nameAuthor{
    display: flex;
    justify-content: center;
    font-family: "Glacial Indifference";
    font-size: 30px;
    color: #000000b2;
    margin-top: 1rem;
    text-align: center;
}

.username{
    display: flex;
    justify-content: center;
    font-family: "Glacial Indifference";
    font-size: 20px;
    color: #000000b2;
    margin-top: 1rem;
}

.boxAboutAuthor{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 2rem;
    padding: 2rem;
    gap: 2rem;
}

.about{
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 300px;
    font-family: "Glacial Indifference";
    font-size: 15px;
    color: #000000b2;
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.networksAuthor{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    gap: 1rem;
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.iconNetworkAuthor{
    width: 30px;
    height: 30px;
    margin-right: 1rem;
    transition-duration: .3s;
}

.iconNetworkAuthor:hover{
    transform: scale(1.1);
}   


.boxContact{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    gap: 2rem;
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.contentAuthor{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 3rem;
}

.titleContent{
    display: flex;
    font-family: "Glacial Indifference";
    font-size: 30px;
    color: #2f00ffb2;
    margin-top: 2rem;
}

.blogs{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 2rem;
    gap: 3rem;
}

.blog{
    position: relative;
    display: flex;
    width: 300px;
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
    transition-duration: .3s;
}

.blog:hover{
    transform: scale(1.1);
}

.imgBackgroundBlog{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.4);
}

.boxDescriptionBlog{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 1rem;
}

.linkBlog{
    text-decoration: none;
}

.titleBlog{
    font-family: "Glacial Indifference";
    font-size: 20px;
    color: #fff;
    height: 4em; /* Altura para 3 líneas de texto (1.5em por línea) */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Número de líneas visibles */
    -webkit-box-orient: vertical;
    line-height: 1em; /* Espaciado entre líneas */
    white-space: normal;
    position: relative;
}

.gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 2rem;
    gap: 3rem;
}

.boxPicture{
    position: relative;
    width: 350px;
    overflow: hidden;
    height: 350px;
    margin-bottom: 2rem;
}

.imgGallery{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-duration: .4s;
}

.imgGallery:hover{
    filter: brightness(.5);
}

.btnVerMasPicture{
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Brittany";
    font-size: 30px;
    transition-duration: .4s;
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
}

.btnVerMasPicture:hover{
    letter-spacing: 4px;
}

.btnVerMasPicture_Active{
    top: 50%;
}

.arrowPicture{
    animation: arrowPicture infinite 1s forwards;
}

@keyframes arrowPicture{
    0%{
        margin-left: 0;
    }
    50%{
        margin-left: 10px;
    }
    100%{
        margin-left: 0;
    }
}


@media (max-width: 912px) {
    .boxBoxAvatarAuthor{
        width: 150px;
        height: 150px;
    }

    .boxAboutAuthor{
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
}

@media (max-width: 540px) {
    .nameAuthor{
        padding: 0 1rem;
    }

    .about{
        max-width: 90%;
    }
}

@media (max-width: 375px) {
    .networksAuthor{
        flex-wrap: wrap;
        justify-content: center;
    }

    .linkNetworkAuthor{
        text-align: center;
    }

    .iconNetworkAuthor{
        width: 20px;
        height: 20px;
        align-items: center;
        justify-content: center;
    }
}