.modal-content-funcion p {
    font-size: 14px;
    line-height: 18px !important;
}


/* Modal Content/Box */

.modal-content-funcion {
    position: fixed;
    background-color: #fefefe;
    margin: 1% auto;
    /* 15% from the top and centered */
    padding: 20px;
    left: 50%;
    margin-left: -320px;
    /* Negative half of width. */
    border: 1px solid #888;
    overflow-y: auto !important;
    z-index: 99999;
}

.modal-content-funcion {
    width: 50%;
}

@media (max-width: 990px) {
    .modal-funcion {
        position: fixed;
    }
    .modal-content-funcion {
        margin: 10% auto;
        width: 80% !important;
        height: 500px;
        left: 50%;
        margin-left: -370px;
    }
    .modal-content-funcion img {
        min-height: 500px !important;
    }
}

@media (max-width: 450px) {
    .modal-funcion {
        position: fixed;
    }
    .modal-content-funcion {
        margin: 20% auto;
        width: 100% !important;
        height: 480px;
        left: 0;
    }
    .modal-content-funcion img {
        min-height: 480px !important;
    }
}

.victorinox-img {
    width: 350px;
}