:root {
    --red: #B43D33;
    --white: #ffffff;
    --black : #131313;
    --yellow : #FCE298;
}
body,html {
    background: #131313;
}
h1, h2, h3, p, a,
.form-label, .form-control, .btn,
.alert, tr, td, th {
    font-family: 'Baskervville', sans-serif;
}
.montserrat {
    font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, p, a,
.form-label, .form-control, .btn {
    color: white;
}
.bg-dark {
    background-color: rgb(35 35 35) !important;
}
.dropdown-menu {
    background-color: rgb(35 35 35) !important;
}
.dropdown-menu a:hover {
    color:  white;
    background-color: var(--red);
}
.alert {
    border-radius: 0;
    text-align: center;
    padding: 10px;
}
#hero {
    height: 95vh;
    background: var(--black) url(../img/hero.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
#hero:after {
    content: " ";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 300px;
    background: linear-gradient(180deg,rgba(19, 19, 19, 0) 0%, rgba(19, 19, 19, 1) 75%);
    z-index: 1;
}
#hero .container,
#hero .row,
#hero .col-12 {
    height: inherit;
}
#hero .col-12 {
    z-index: 9;
}
#hero .branding img {
    width: 140px;
    margin-bottom: 30px;
}
#hero h1 {
    font-family: 'Montserrat', sans-serif;
    color: var(--yellow);
    text-transform: uppercase;
    font-size: 40px;
    border-bottom: 1px solid var(--yellow);
}

#hero p {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}
@media all and (min-width: 768px) {
    #hero h1 {  font-size: 60px;}
    #hero p { font-size: 35px; }
}
@media all and (min-width: 992px) {
    #hero h1 {  font-size: 70px;}
    #hero p { font-size: 40px; }
}
@media all and (min-width: 1200px) {
    #hero h1 {  font-size: 80px;}
    #hero p { font-size: 45px; }
}
.btn {
    text-transform: uppercase;
    color: var(--white);
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
}
.btn-primary {
    background: var(--red);
    border: 1px solid var(--red);
    padding: 10px 20px;
}   
.btn-primary:hover {
    background-color: #96251a;
    border: 1px solid #96251a;
}
.btn-submit {
    background-color: var(--red);
    border: 1px solid var(--red);
    font-size: 13px;
    padding: 10px 15px;
}
.btn-submit:hover {
    background-color: #96251a;
    border: 1px solid #96251a;
    color: white;
}
.actions-form {
    margin-top: 30px;
    margin-bottom: 30px;
}
.actions-form.actions-form-modal {
    margin-top: 10px;
    margin-bottom: 10px;
}
.actions-form button,
.actions-form a {
    margin: 0 5px;
}
.btn-cancel {
    background-color: var(--yellow);
    border: 1px solid var(--yellow);
    font-size: 13px;
    color: var(--black);
    padding: 10px 15px;
}
.btn-cancel:hover {
    background-color: #e6c365;
    border: 1px solid #e6c365;
}
.btn-edit {
    background-color: var(--yellow);
    color: var(--black);
    font-size: 12px;
}
.btn-edit:hover {
    background-color:  #e6c365;;
    color: var(--black);
}
.btn-delete {
    background-color: var(--red);
    font-size: 12px;
}
.btn-delete:hover {
    background-color:#96251a;
    color: white;
}
#quienes {
    padding-top: 50px;
    padding-bottom: 50px;
}
.texto-interno {
    position: relative;
    padding: 15px;
}
h2,
.texto-interno h2{
    color: var(--yellow);
    font-size: 40x;;
    border-bottom: 1px solid var(--yellow);
    padding-bottom: 10px;
    display: inline-block;
}
.texto-interno p {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}
@media all and (min-width: 992px) {
    .texto-interno p {  font-size: 20px; }
}
.texto-interno .icon img{
    width: 50px;
}
.texto-interno.icon-float .icon {
    position: absolute;
    left: 0;
    top: 0;
}
.texto-interno.icon-float h2,
.texto-interno.icon-float p {
    margin-left: 65px;
}
.flor {
    width: 90%;
    max-width: 500px;
    height: auto;
}
#mision {
    background: url(../img/columnas.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 80px;
    position: relative;
}
@media all and (min-width: 768px) {
    #mision {
         padding-bottom: 80px;
        }
}
#mision .col-md-6 {
    z-index: 9;
}
#mision:after {
    content: " ";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 300px;
    background: linear-gradient(180deg,rgba(19, 19, 19, 0) 0%, rgba(19, 19, 19, 1) 75%);
    z-index: 1;
}
#mision:before {
    content: " ";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(180deg,rgba(19, 19, 19, 1) 0%, rgba(19, 19, 19, 0) 75%);
    z-index: 1;
}
#mision .icon {
    margin-bottom: 15px;
}
#mision .pad-extra .texto-interno {
    width: 80%;
    margin: 0 auto;
}
.formulario h2,
.formulario p,
.formulario .form-label {
    text-align: center;
}
.form-label {
    color: var(--white);
    font-size: 14px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}
.formulario p {
    font-size: 18px;
}
.form-label span {
    color: var(--red);
}
.form-control {
    background-color: #373737;
    border: 1px solid #373737;
    border-radius: 0;
    color: white;
    font-family: 'Montserrat', sans-serif;
}

.form-control:focus {
    background-color: #242424;
    border: 1px solid #242424;
    color: white;
    box-shadow:  0 0 .25rem #b43e33ad;
}
.form-check-label {
    color: white;
}
#formulario {
    background: url(../img/pergamino-xs.png) no-repeat bottom center;
    background-size: contain;
    position: relative;
    padding-bottom: 250px;
}
@media all and (min-width: 768px) {
    #formulario {
    background: url(../img/pergamino.png) no-repeat bottom center;
    background-size: contain;
    position: relative;
    padding-bottom: 300px;
}
}
#enviar-forma {
    width: 100%;
    margin-top: 15px;
}
.container-formulario {
    border: 1px solid #484848;
    padding: 30px;
    border-radius: 30px;
    background-color: #13131390;
}
.background-login {
    background: url(../img/hero.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
}
.background-login:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: inherit;
    height: inherit;
    background: #131313eb;
    opacity: 0.1;
    z-index: 2;
}
.background-interno {
    background: url(../img/pergamino-xs.png) no-repeat bottom center;
    background-size: contain;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
}
@media all and (min-width: 768px) {
    .background-interno {
        background: url(../img/pergamino.png) no-repeat bottom center;
        background-size: contain;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 0;
    }
}
.background-interno:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: inherit;
    height: inherit;
    background: #131313eb;
    opacity: 0.9;
    z-index: 2;
}
#login {
    z-index: 3;
    position: relative;
}

#login h2 {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
#login .form-label {
    text-align: center;
    width: 100%;
}

.header-interno .navbar-brand img {
    width: 48px;
    height: auto;
}
.header-interno .navbar-brand span {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    color: var(--yellow);
    padding: 10px;
}
.header-interno .navbar-nav a {
    font-family: 'Montserrat', sans-serif;
    color: var(--yellow);
    font-size: 14px;
    padding: 10px 15px !important;
}
.zindex-10 {
    position: relative;
    z-index: 10;
}
.zindex-99 {
    z-index: 99;
}
#bienvenida {
    min-height: 80vh;
}
#bienvenida .container {
    min-height: inherit;
}
#bienvenida .secciones-links {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
    width: 80%;
}
@media all and (min-width: 768px) {
    #bienvenida .secciones-links {
        flex-direction: row;
    }
}
#bienvenida .secciones-links li {
    margin: 10px;
    width: 90%;
}
@media all and (min-width: 768px) {
    #bienvenida .secciones-links li  {
        width: auto;
    }
}
#bienvenida .secciones-links li a {
    background-color: var(--red);
    color: white;
    padding: 10px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.contenido {
    margin-top: 20px;
}
@media all and (min-width: 768px) {
    .contenido {
        margin-top: 40px;
    }
}
.actions a {
    margin: 5px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}
.table {
    margin-top: 20px;
}
.table,
.table td,
.table th,
.table tr {
    background: transparent;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
tbody, td, tfoot, th, thead, tr {
    border-color: rgba(255, 255, 255, 0.2);
}
.table th {
    text-transform: uppercase;
    font-size: 13px;
    color: var(--yellow);
}
form {
    margin-top: 30px;
    margin-bottom: 30px;
}
form#deleteForm {
    margin: 0;
}
#dropZone{
    border: 2px dashed var(--yellow);
    padding: 50px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
    color: white;
}
.file-list li {
    color: white;
}
.notice-body {
    margin: 40px 0;
}
.notice-body p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
.form-image {
    padding: 0;
    margin: 2px auto;
}

.dataTables_wrapper {
    margin-top: 30px;
}
.dataTables_length label,
.dataTables_filter label {
    color: white
}
.dataTables_filter input,
.dataTables_length select {
    background-color: var(--black);
    border: 1px solid #333;
    color: white;
}
.dataTables_paginate {
    margin-top: 20px !important;
    margin-bottom: 40px !important;
}
.dataTables_paginate a,
.dataTables_paginate .disabled a {
    background: transparent;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    border: 1px solid #333;
}
.dataTables_paginate .disabled {
    opacity: 0.5s;
}
.dataTables_paginate .active a{
    background-color: var(--red);
    border: 1px solid var(--red);
    
}
.lista-niveles {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.lista-niveles li {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.lista-niveles li a {
    font-family: 'Montserrat', sans-serif;
    padding: 20px 15px;
    display: block;
    color: white;
    text-decoration: none;
    transition: 0.4s all;
}
.lista-niveles li a:hover {
    background-color: #96251a;
}
h3.nivel {
    color:#B43D33;
}
.documents-container {
    border: 1px solid #6c6c6c;
    padding: 0px 20px;
    margin-bottom: 30px;
}
#filtros a.nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: white;
    background-color: #333;
    border: 1px solid #3e3e3e;
    border-bottom: none;
}
#filtros a.nav-link.active{
    background-color: var(--red);
    border-color: var(--red);
}
#filtros a.nav-link.active .badge {
    background-color: var(--yellow) !important;
    color: black;
}