.sub-title {
    color: #020659;
    font-size: 18px;
    padding: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.cont-sub-title {
    background-color: #F6F9F7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 5px;
}

.row-text {
    padding: 5px 0 15px 0;
}

.form-control {
    outline: 0 !important;
    box-shadow: none !important;
    height: calc(1.5em + 0.5rem + 0px);
}

.hide {
    display: none !important;
}

td {
    font-size: 14px;
}

.mascara {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.contenido {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.cerrar {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.cerrar:hover,
.cerrar:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.spinner-border {
    margin: 0 auto;
    display: block;
}

.load {
    background-color: #a9a9a961;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
}

.table-general {
    width: "";
    border: 0;
    text-align: center;
    border-color: 0;
}


/* GENERAL */
a {
    text-decoration: none;
}

a {
    color: #039be5;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

a {
    background-color: transparent;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.bg-oscuro {
    background-color: #1a1730;
}

.padding-vertical {
    padding: 10px 0;
}


/* TEXTO DE ENCABEZADO */
.jumbotron {
    padding: 2rem 2rem !important;
}


/* FOOTER */
footer {
    min-height: 10vh;
    background-color: #f1f1f1;
    margin-top: 50px;
}

footer .row {
    height: 10vh;
}

footer p {
    color: #fff;
    text-align: center;
}

.foot-right::after {
    content: " ";
    height: 10vh;
    width: 100%;
    background: #1a1730;
}

.foot-right::before {
    background: #1a1730;
    height: 10vh;
    width: 17%;
    content: "";
    position: absolute;
    transform: skew(-45deg, 0);
    -moz-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    -webkit-transform: skew(-45deg);
    left: -40px;
    bottom: 0;

}

/* COLORES */
.btn-color-green {
    background-color: #F46C00 !important;
    border-color: #F46C00 !important;
}

/* Estilos Alerta */
.swal-text {
    font-size: 27px !important;
    font-weight: 600 !important;
    text-align: center !important;
}

/* RESPONSIVE */
/* para 980px o menos */
@media screen and (max-width:980px) {}

/* para 700px o menos */
@media screen and (max-width:700px) {
    .bg-oscuro {
        background: #f1f1f1;
        width: 100%;
    }

    footer p {
        color: #212529;
    }

    footer .row {
        height: auto !important;
        /* padding-top: 20px; */
    }

    .foot-right::after,
    .foot-right::before {
        display: none;
    }
}

/* para 480px o menos */
@media screen and (max-width:480px) {}

:root {
    --primary-color: rgba(244, 108, 0, 100%);
    --white-color: rgba(255, 255, 255, 100%);
}

/* Nuevos Estilos */

.css-content-enlaces {
    text-align: center;
}

.css-content-enlaces__title {
    margin-bottom: 1rem;
}

.css-content-enlaces__link {}

.css-content-enlaces__item {
    text-decoration: none;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: .5rem;
    border-radius: .5rem;
}

.css-content-enlaces__item:hover {
    text-decoration: none;
    color: var(--white-color);
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loader_azul.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
}

.cmp-span__text {
    font-size: .8rem;
    color: black;
}

.main_container {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    max-width: 100%;
}

.span_ {
    text-align: right;
}

.comentario {
    color: #81888f;
}

.doc_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 15px;
    /* margin-top: 15px; */
}

.doc {
    width: 20%;
    margin-left: 10px;
    margin-right: 15px;
}

.doc_input {
    width: 80%;
    margin-bottom: 10px;
}

/*RESPONSIVE FUT*/
.container #boton-enviar #subir:hover {
    background-color: #ff9138 !important;
    border-color: #ff9138 !important;
}

footer {
    overflow: hidden;
}

table th:first-child,
table td:first-child {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

table th,
table td {
    padding: 4px;
}

@media only screen and (max-width: 768px) {
    .container .display-3 {
        font-size: 3rem;
    }

    .span_ {
        display: flex;
        justify-content: flex-start;
    }

    .span_ span {
        text-align: start;
    }

    .doc_container {
        display: block;
    }

    .doc_container .span_ {
        text-align: start;
    }

    .doc_container .span_ .comentario {
        padding-left: 1rem;
    }

    .doc_container .doc_input {
        padding: 0;
    }

    .container #boton-cancelar {
        justify-content: flex-start !important;
    }

    footer {
        padding-bottom: 15px;
    }

    footer .comentario {
        display: none;
    }

    footer .derechos-container {
        justify-content: center !important;
    }

    footer .imagen-container {
        display: flex;
        justify-content: center;
    }
}