/*------------------------------------------------------------------
VARIABLES
-------------------------------------------------------------------*/

:root {
    --primario: #0D1543;
    --primarioHover: #152167;
    --secundario: #281AB7;
    --tercero: #DCE7F1;
}


/* ----------------------------------------------------------------
	Bootstrap Adjustments
-----------------------------------------------------------------*/

@media (min-width: 1440px) {
    .container {
        width: auto;
        max-width: 1350px;
    }

    .containerPrueba {
        width: auto;
        max-width: 1550px;
    }
}


/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/

iframe {
    width: 100%;
    border: 0 !important;
    overflow: hidden !important;
}

html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    color: #000;
    font-family: 'Lato', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

a {
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: var(--secundario);
}


/* ----------------------------------------------------------------
	Menu
-----------------------------------------------------------------*/

.first-section {
    margin-top: 0;
}

@media (min-width: 1200px) {
    .first-section {
        margin-top: 101px;
    }
}

.navbar-link {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

.navbar-link:hover {
    color: #C2C2C2;
}


/* ----------------------------------------------------------------
	BACKGROUND COLOR
-----------------------------------------------------------------*/

.bg-primario {
    background-color: #F2F2F2;
}

.bg-index {
    background-color: #fff;
    padding: 10px 50px 50px 50px;
    border-radius: 5px;
    box-shadow: 5px 5px 14px #9d9d9d, -5px -5px 14px #ffffff;
}

.bg-index-2 {
    background-color: #fff;
    padding: 50px;
    border-radius: 5px;
    box-shadow: 5px 5px 14px #9d9d9d, -5px -5px 14px #ffffff;
}

.bg-navbar {
    background-color: var(--primario);
}

.bg-blue {
    background-color: var(--primario);
    color: #fff;
    border-color: none !important;
}

.bg-table {
    background-color: #b49761;
    color: #fff;
}

.bg-login {
    background-color: #fff;
    padding: 50px;
    border-radius: 5px;
    box-shadow: 5px 5px 37px black, -5px -5px 37px #858282;
}


/* ----------------------------------------------------------------
	BOTÓNES
-----------------------------------------------------------------*/

.btn-outline-primario {
    color: var(--primario);
    border-color: var(--primario);
}

.btn-outline-primario:hover {
    color: #fff;
    background-color: var(--primario);
    border-color: var(--primario);
}

.btn-primario {
    background-color: var(--primario);
    color: #fff;
}

.btn-primario:hover {
    background-color: var(--primarioHover);
    color: #FFF;
}


/* ----------------------------------------------------------------
	TEXT COLOR
-----------------------------------------------------------------*/

.text-white {
    color: #fff;
}

.text-red {
    color: red;
}

.text-blue {
    color: #0d1543;
}


/* ----------------------------------------------------------------
	ICON SIZE
-----------------------------------------------------------------*/

.icon-size {
    font-size: 30px;
    color: var(--primario);
}

.icon-size:hover {
    color: var(--secundario);
}

.icon-size-2 {
    font-size: 18px;
    color: #fff;
}

.icon-size-2:hover {
    color: #fff;
}

.icon-size-3 {
    font-size: 30px;
    color: var(--primario);
}

.icon-size-4 {
    font-size: 30px;
    color: #fff;
}

.icon-display {
    display: none;
}

.icon-disabled {
    font-size: 30px;
    color: lightgray;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

/* ----------------------------------------------------------------
	TEXT SIZE
-----------------------------------------------------------------*/

.p-grw {
    font-size: 20px;
}
.p-med {
    font-size: 18px;
}

/* ----------------------------------------------------------------
	PADDING
-----------------------------------------------------------------*/

.pb-80 {
    padding-bottom: 80px;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: var(--tercero);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.pt-20 {
    padding-top: 20%;
}

.pb-20 {
    padding-bottom: 20%;
}



/* ----------------------------------------------------------------
	MARGIN
-----------------------------------------------------------------*/

.mt-9 {
    margin-top: 90px;
}

.mt-1-5{
    margin-top: 1.5%;
}

.mt-15 {
    margin-top: 150px;
}

.mb-15 {
    margin-bottom: 150px;
}

.ml-30 {
    margin-left: 3%;
}

.ml-10 {
    margin-left: 1%;
}


/* ----------------------------------------------------------------
	FOOTER
-----------------------------------------------------------------*/

footer {
    background-color: var(--primario);
    margin-top: auto;
}


/* ----------------------------------------------------------------
	IMG SLIDER INICIO
-----------------------------------------------------------------*/

.img-slider {
    background-image: url("../../img/background-sistema.jpg");
    background-size: cover;
    background-position: center center;
    height: 100%;
}

.img-slider-login {
    background-image: url("../../img/background-sistema-login.jpg");
    background-size: cover;
    background-position: center center;
    height: 100%;
}


/* ----------------------------------------------------------------
	NAVBAR MOBIL
-----------------------------------------------------------------*/


/* 
.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
}

.topnav #myLinks {
    display: none;
}

.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

.topnav a.icon {
    background: var(--primario);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
} */

.topnav {
    overflow: hidden;
    background-color: var(--primario);
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav .icon {
    display: none;
}

.dropdown-2 {
    float: left;
    overflow: hidden;
}

.dropdown-2 .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover,
.dropdown-2:hover .dropbtn {
    background-color: #ddd;
    color: black;
}


/* topnav a.active {
    color: white;
} */

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown-2:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child),
    .dropdown-2 .dropbtn {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .topnav.responsive .dropdown-2 {
        float: none;
    }
    .topnav.responsive .dropdown-content {
        position: relative;
    }
    .topnav.responsive .dropdown-2 .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
}

.active {
    background-color: var(--primario);
    color: white;
}

.accordion-button:is(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}


/*.form-select {
    padding: 2px 3px 2px 10px;
}*/


/*RESPONSIVE*/

.accordionNav {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active,
.accordionNav:hover {
    background-color: #ccc;
}

.panel {
    padding: 15px 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}


/* ----------------------------------------------------------------
	DATATABLE
-----------------------------------------------------------------*/

table.dataTable {
    clear: both;
    margin-top: 30px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

.centrado {
    text-align: center !important;
}

.centradoCheck {
    margin-left: 15% !important;
}

/* ----------------------------------------------------------------
	DIVS
-----------------------------------------------------------------*/


.divRechazo{
    padding: 5px;
}