.imagen{
    width: 100%;
    height: auto;
}

html, body{
    height: 100%;
    padding: 0px;
    background: white
}

.contenedor{
    height: 100%;
    margin-right: 10%;
    margin-left: 5%;
    display: flex;
    align-items: center;
}

.container-image{
    display: flex;
    align-items: center;

}

.container-buttons{
    display: flex;
    align-items: center;
    vertical-align: center;
}

.botones{
    width: 100%;
    position: absolute;
}

.icono{
    width: 32px;
    margin-right: 20px;
}

.med-btn-res{
    width: 100% !important; 
    color: rgb(0, 0, 0) !important; 
    border-color: rgb(0, 0, 0) !important; 
    font-weight: bold !important;
    text-decoration: none !important; 
    height: 50px !important; 
    margin-bottom: 15px !important;
    text-align: center !important;
    background-color: rgb(175, 255, 175) !important;
    -webkit-transition: color 500ms linear;
    -ms-transition: color 500ms linear;
    transition: color 500ms linear;
    -webkit-transition: background-color 150ms linear;
    -ms-transition: background-color 150ms linear;
    transition: background-color 150ms linear;
}

.med-btn-oth {
    width: 100% i !important; 
    color: black !important; 
    border-color: black !important; 
    text-decoration: none !important; 
    height: 50px !important;
    margin-bottom: 15px !important;
}

.med-btn-res:hover{
    width: 100% !important; 
    color: blue !important; 
    border-color: blue !important; 
    text-decoration: none !important; 
    height: 50px !important; 
    margin-bottom: 15px !important;
    text-align: center !important;
    background-color: rgb(112, 198, 209) !important;
    -webkit-transition: color 500ms linear;
    -ms-transition: color 500ms linear;
    transition: color 500ms linear;
    -webkit-transition: border-color 500ms linear;
    -ms-transition: border-color 500ms linear;
    transition: border-color 500ms linear;
    -webkit-transition: background-color 150ms linear;
    -ms-transition: background-color 150ms linear;
    transition: background-color 150ms linear;
}

.med-btn-res2{
    width: 100% !important; 
    color: rgb(0, 0, 0) !important; 
    border-color: rgb(0, 0, 0) !important; 
    font-weight: bold !important;
    text-decoration: none !important; 
    height: 50px !important; 
    margin-bottom: 15px !important;
    text-align: center !important;
    -webkit-transition: color 500ms linear;
    -ms-transition: color 500ms linear;
    transition: color 500ms linear;
    -webkit-transition: background-color 150ms linear;
    -ms-transition: background-color 150ms linear;
    transition: background-color 150ms linear;
}

.med-btn-res2:hover{
    width: 100% !important; 
    border-color: rgb(190, 8, 8) !important; 
    text-decoration: none !important; 
    height: 50px !important; 
    margin-bottom: 15px !important;
    text-align: center !important;
    background-color: rgb(228, 228, 228) !important;
    -webkit-transition: color 500ms linear;
    -ms-transition: color 500ms linear;
    transition: color 500ms linear;
    -webkit-transition: border-color 500ms linear;
    -ms-transition: border-color 500ms linear;
    transition: border-color 500ms linear;
    -webkit-transition: background-color 150ms linear;
    -ms-transition: background-color 150ms linear;
    transition: background-color 150ms linear;
}
@media only screen and (max-width: 372px) {
    .texto{
        font-size: 10px;
        margin-left: 0px;
        margin-right: 0px;
        padding:0px;
        text-align: left;
    }

    .icono{
        margin: 5px;
    }
}