﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/* Menú Principal ----------------------------------------------------- */

.menu > * {
    margin-bottom: 2px;
}

.menu img {
    max-width: 100%;
}

.menu .app-block-red {
    background-color: rgb(209, 13, 13);
    margin: 10px;
}

.menu .app-block-black {
    background-color: rgb(0, 0, 0);
}

.menu .app-block-red-disabled {
    background-color: rgba(209, 13, 13, 0.5);
}

.menu .app-link {
    transition: 0.5s all;
    display: block;
    width: 242.5px;
    height: 117px;
    color: white;
}

    .menu .app-link:hover {
        transform: scale(1.05);
        box-shadow: 0 0 3px 3px rgba(0,0,0,0.5);
        z-index: 9000;
    }

.menu .padding-img {
    padding-top: 8px;
}
