.section {
    padding: 15px;
    /* padding-bottom: 20px; */
    margin-top: 15px;
    width: 100%;
}

.section.poco-margen {
    margin-top: 10px !important;
}

.section.sin-margen {
    margin-top: 0px !important;
}

.section .row {
    width: 100%;
}

.section form {
    width: 100%;
}

.section .col {
    margin-top: 25px;
}

.section .title {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section .title.negro {
    color: #000;
}

.section .grid-view {
    width: 100%;
}


/*------ POSIBLE BACKGROUND COLORS ---------------- */

.section.con-scroll-large {
    overflow-y: auto;
    max-height: 700px;
    height: 700px;
}

.section.blanco {
    background-color: #fff !important;
    padding: 0px;
    margin-top: 0px;
}

.section.grisazulado {
    background-color: #dbe4ed !important;
}

.section.gris {
    background-color: #eeeeee !important;
}

.section.teal {
    background-color: #e0f2f1 !important;
}

.section.cyan {
    background-color: #e0f7fa !important;
}

.section.section-inside-section {
    margin: 40px 20px !important;
    width: auto !important;
    padding: 30px 15px !important;
}

.section.con-borde {
    border: 2px solid black;
}

.section.blanco.con-borde {
    padding: 20px;
    padding-bottom: 40px;
    margin-top: 40px;
}


/*------ SECCIONES CON INFORMACIÓN SOBRE UN MODELO ---------------- */

.model-info-section {
    padding: 20px;
}

.model-info-section .info-titulo {
    margin: 20px !important;
    font-family: "Roboto Condensed", sans-serif !important;
    font-weight: 500;
    font-size: 28px;
}

.field-information {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
}

.field-information .label,
.field-information .label {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    font-family: "Roboto", sans-serif !important;
}

.field-information .content,
.field-information .content {
    color: #333;
    font-size: 15px;
    font-family: "Roboto", sans-serif !important;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 15px;
}


/*------- SMALL SECTION ----------------------------------- */

.section.small-section {
    padding: 15px 10px !important;
    margin: 20px !important;
}