.div-central{
    text-align: center;
    display: flex;
    justify-content: center;
}

.div-img{
    width: 70%;
    height: 70%;
}

.span-1{
    color: black;
    font-size: 35px;
}

.span-2{
    color: black;
    font-size: 25px;
    font-weight: bold;
}

.span-3{
    color: RGB(113,5,77);
    font-size: 30px;
    font-weight: bold;
}

.span-4{
    color: black;
    font-size: 25px;
}

.span-5{
    color: RGB(113,5,77);
    font-size: 25px;
    font-weight: bold;
}

.boton-download{
    border: 1px solid RGB(65, 113, 156);
    border-radius: 8px;
    font-size: 15px;
    color: white;
    background: rgb(113, 5, 77);
    height: 50px;
    width: 70%;
    line-height: 1;
}

.div-grande{
    width: 50%;
}

.span-6{
    color: black;
    font-size: 20px;
    line-height: 1;
}




@media screen and (max-width: 760px){

    .div-img{
        width: 100%;
        height: 100%;
    }

    .span-1{
        color: black;
        font-size: 25px;
        line-height: 1;
        margin-bottom: 15px !important;
    }

    .span-2{
        color: black;
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 15px !important;
    }

    .span-3{
        color: RGB(113,5,77);
        font-size: 25px;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 15px !important;
    }

    #div-central4{
        margin-bottom: 0px !important;
    }

    .span-4{
        color: black;
        font-size: 20px;
        line-height: 1;
        margin-bottom: 15px !important;
    }

    .span-5{
        color: RGB(113,5,77);
        font-size: 25px;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 15px !important;
    }

    .boton-download{
        margin-top: -15px !important;
    }

    .div-grande{
        width: 100%;
        margin-top: -30px !important;
    }

    .span-6{
        color: black;
        font-size: 15px;
        line-height: 1;
    }

}