.fondo-diluido{
    background-color: rgba(0,0,0,0.7);
    z-index: 3000000000;
    position: absolute;
    margin: auto;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.vw-100{
    max-width: 100vw;
    width: 100vw;
}

.vh-100{
    max-height: 100vh;
    height: 100vh;
}

.fondo-diluido figure{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding-top: 2rem;*/
    text-align: center;
    margin: 0 auto;
}

.fondo-diluido img{
    max-width: 80vw;
    max-height: 80vh;
}

.fondo-diluido button{
    background-color: #282c87;
    color: white;
    border: 1px solid #282D87;
    outline: none;
    border-radius: 20px;
    padding: 0.1rem 0.6rem;
    font-size: 1rem;
    margin-left: auto;
    margin-right: 5rem;
    margin-bottom: -3rem;
    z-index: 3000000001;
    /*margin-top: 3rem;*/
}

@media screen and (max-width: 325px){
    .fondo-diluido button{
        margin-right: 1rem;
        margin-bottom: -3rem;
        margin-top: 0;
    }
}

@media screen and (max-width: 942px) and (min-width: 321px){
    .fondo-diluido button{
        font-size: 1.2rem;
        padding: 0.2rem 0.8rem;
        margin-right: calc(10vw - 1rem);
        margin-bottom: -1.5rem;
    }
}

@media screen and (min-width: 943px){
    .fondo-diluido button{
        margin-bottom: -20px;
        margin-right: calc(10vw - 20px);
        font-size: 1.6rem;
        padding: 0.12rem 0.95rem;
    }
}

@media screen and (min-width: 1160px) and (max-width: 1440px) {
    .fondo-diluido figure{
        padding-top: 0;
    }

    .fondo-diluido button{
        margin-top: 0;
        margin-bottom: -20px;
        margin-right: calc(50vw - 490px);
    }
}

@media screen and (min-width: 1441px) {
    .fondo-diluido button{
        margin-right: calc(50vw - 490px);
    }
}