



.credito{
    height: 170px;
    background: linear-gradient(55deg, #d33f34 50%, #a61322 50.1%);
    /* background: linear-gradient(55deg, rgb(41, 42, 47) 50%, rgb(19, 21, 25) 50.1%); */
    position: relative;
}

.creditos{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18em;
    background: #f5f5f5;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
    overflow: hidden;
    border-radius: 5px;
    padding: 25px;
    text-align: center;
    z-index: 2;
    margin-bottom: 10px;
}

.creditos .title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1em;
    color: #23211f;
    margin-bottom: 5px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-decoration: none;
}

.credito a {
    text-decoration: none;
}




.logo_credito{
    width: 100px;
}

.copyright{
    display: block;
    position: absolute;
    left:10px;
    bottom: 10px;
    color: #f5f5f5;
    font-family: 'Open Sans Condensed', sans-serif;
}

.creditos :hover {
    transform: scale(1.05);
    transition: transform 0.6s;
    
}