/*INDEX*/
#introBasic {
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(330deg, rgba(46, 4, 16, 0.81) 0%, rgba(87, 64, 12, 0.56) 100%), url(../img/content/intro.jpg);
    background-size: cover;
    background-position: center;    
}
#introBasic .content {
    max-width: 900px;
    padding: 75px 5%;
    margin: auto;
}	
#introBasic h2 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
}	
#introBasic h1 {
    font-size: 46px;
    font-weight: 100;
    letter-spacing: -1px;
    color: white;
    margin-bottom: 20px;
    font-family: var(--especialFont);
    text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
}	
#introBasic p {
    color: #fff;
    line-height: 20px;
    font-weight: 100;
    margin-bottom: 20px;
}	
#introBasic .arrow {
    width: 40px;
    height: 40px;
    display: block;
    margin-top: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/ui/arrow_down.svg);		
}	
article .author {
    font-size: 13px;
    color: #606060;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 20px;
}
article .author li {
    height: 65px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
@media screen and (max-width: 400px) {
    article .author li {
        margin: auto 10px;
        display: block;
    }
}
article .author  img {
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
}
article .author a {
    text-decoration: underline;
    color: #000;
    letter-spacing: -0.5px;    
}