/*.autor-section {
    max-width: 2000px;
    height: 350px;
}

.autor-section:hover {
    background-image: url(../img/brand/background-handsmall-dead.jpg);
    background-size: cover;
    background-position: center;

}*/


.autor-section {
    max-width: 2000px;
    height: 350px;
    position: relative;
    overflow: hidden;
}

.autor-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/brand/deadspaceautor.png);
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1; /* Fondo detrás del contenido */
}

.autor-section:hover::before {
    opacity: 1;
}

/* Ajusta la posición y estilos según tus necesidades */
.autor-section .contenido {
    position: relative;
    z-index: 1; /* Contenido en la parte superior */
    color: #fff; /* Ajusta el color del texto según tus necesidades */
    text-align: center; /* Alinea el texto al centro si es necesario */
    padding: 20px; /* Ajusta el espaciado del contenido según tus necesidades */
}



.autor {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: flex;
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;

}

.row-autor-one img {
    
    border-radius: 30px;
    max-height: 850px;
    
}
.row-autor-two h1 {
    font-size: 2.5rem;
    font-family: 'Butcherman', cursive;
    color: black;
}

.row-autor-two h1:hover {
    color: #AF120C;
}

.row-autor-two h2 {
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;

}

.row-autor-two p {
    
    font-family: 'Lato', sans-serif;
    padding-top: 10px;
    line-height: 1.5;
    font-size: 1rem;
}

@media only screen and (max-width: 648px) { 
    .autor {
        display: block;
        flex-direction: column;
    }

    .row-autor-one img { 
        max-width: 350px;
        display: block;
        margin-left: auto;
        margin-right: auto;        
    }
    
    .row-autor-two {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }

}

@media only screen and (min-width: 649px) { 
        .row-autor-two {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;    }
    
    .row-autor-one img {
     
        padding-left: 20px; }
        
}

    @media only screen and (max-width: 1100px) {
    
        .autor {
            max-width: 1000px;
            padding: 30px;
        }
    
    }

@media only screen and (max-width: 650px) {
    
    .autor {
        
    }
    .autor img {
        height: 250px;
        width: auto;
        border-radius: 0px;
    }
    
    .autor-section {
        height: 750px;
        background-image: url(../img/brand/bloodmobile.png);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }
}




