.contenedor{
    width: 100%;
    height: auto;
    min-height: calc(100vh - 210px);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.60) 22.35%, rgba(0, 29, 11, 0.60) 28.27%, rgba(0, 142, 55, 0.60) 51.14%, rgba(98, 179, 45, 0.60) 83.23%), url(../img/Fondo-foglia-Arkodigest-biotics-A4.png);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
}
#cabecera_index{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    background-color: #fff;
    padding: 20px 0 50px 0;
}
#cabecera_index svg{
    width: 100%;
    max-width: 476px;
}
.title{
    padding: 140px 15px 28px 15px;
    text-align: center;
}
.title h1{
    width: 100%;
}
.subtitle{
    padding: 0 15px 90px 15px;
}
.subtitle h5{
    width: 100%;
}
#botones{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; 
    gap: 30px; 
    
    padding: 0 15px 140px 15px;
}
#btn_acceder{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 260px;
    height: 85px;    
    border-radius: 43px;
    background-color: #ffffff;
    cursor: pointer;

    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 30px;
    letter-spacing: normal;
    text-align: center;
    color: #009C3C;
    
}
#oppure{
    margin: 0;

    font-family: Montserrat;
    font-size: 22px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 30px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
#btn__ir_registro{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 85px;
    
    border-radius: 43px;
    border: solid 1px #fff;
    cursor: pointer;

    font-family: Montserrat;
    font-size: 22px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 30px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

#footer_index{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 144px;
    background-color: #ffffff;
}

@media (max-width: 520px) {
    .contenedor{
        background-position: 44% 140px;
    }
    #cabecera_index{
        padding: 20px 15px 25px 15px;
    }
    #cabecera_index svg{
        max-width: 287px;
        height: auto;
        margin: auto;
    }
    .title{
        margin: 70px 15px 40px 15px;
        padding: 0;
    }
    .title h1{
        width: 100%;

        font-family: Montserrat;
        font-size: 33px;
        font-style: normal;
        font-weight: 700;
        line-height: 43px;
    }
    .subtitle{
        padding: 0 15px 80px 15px;
    }
    .subtitle h5{
        width: 80%;

        font-family: Montserrat;
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
    }
    #botones{
        flex-direction: column;
        
        padding: 0 15px 70px 15px;
    }
    #btn_acceder{
        height: 71px;
    }
    #btn__ir_registro{
        height: 71px;
    }
}

.message_finale h2{
    width: 100%;
    text-align: center !important;
    margin-bottom: 90px;
}