/* Sec Page Author
------------------------------------------------------------*/
.author__container{
    /* background: #f7f7f7; */
}

.author__img{
    border: 1px solid #c3c3c3;
    border-radius: 50%;
    padding: 5px;
    /* width: 200px; */
    width: 250px;
    margin-top: 1rem;
}

.author__name{
    font-size: 1.5rem;
    font-family: BebasNeue-Regular;
    /* font-family: Montserrat, sans-serif; */
    letter-spacing: 2px;
    font-weight: 600;
    border-bottom: 1px solid #ffe9e9;
}

.author__desc{
    color: #5b5b5b;
    font-size: .9rem;
}

.author__desc p, .author__site a, .author__email{
    font-family: Title-Regular;
}

.author__site a{}

.author__email{}

.author__redes{
    margin-bottom: 2rem;
}

.author__redes a{
    border: 1px solid var(--bs-gray-200);
    border-radius: 2px;
    padding: 5px 10px 2px 10px;
}

.author__box{}

.author__posts{
    padding: 1rem;
}

.author__posts h3{
    font-size: 1.2rem;
    font-family: BebasNeue-Regular;
    /* font-family: Montserrat, sans-serif; */
    letter-spacing: 2px;
    font-weight: 600;
    border-bottom: 1px solid #ffe9e9;
    text-align: center;
}

.author__post{
    background: #fff;
    margin: 0.5em 5px;
    padding: 10px 20px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    border-radius: 3px;
    border: 0;
}

.author__link{
    font-size: 1rem;
    font-family: Title-Regular;
    color: #414141;
    /* text-transform: uppercase; */
    font-weight: 400;
    text-decoration: none;
    transition: .3s;
}

.author__link:hover{
    color: #003eff;
    transition: .2s;
}