/* General */
body {
    background-color: #EBECF0;
}

.mh-85 {
    min-height: 80vh;
}

/* Botones */
.boton .material-icons {
    margin: 0;
}

/* Login */
.login-svg img {
    width: 70%;
    margin-bottom: 15%;
}

.area_login {
    height: 94vh;
    background-color: #F8B857;
    max-width: none;
}

.fondo_area_login {
    max-width: none;
}

.area_login .fondo_area_login {
    max-width: 620px;
}

.caja_login {
    top: 8%;
    justify-content: unset;
}

.caja_login .input-group {
    margin-bottom: 40px;
}

.error-init {
    z-index: 999;
    background-color: #FF4438;
    color: white;
    padding: 10px 30px;
    top: 2%;
    right: 2%;
    transform: translateY(-160%);
    transition: all 300ms linear;
}

.error {
    transform: translateY(0);
    translate: all 300ms linear;
}

.error p {
    margin: 0;
}

.intercambio {
    color: #B97800;
    font-size: 50px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    letter-spacing: 4px;
    margin: 10% 0;
    font-family: 'Poppins', sans-serif !important;
}

#login .form-control {
    background-color: #f5dfb6;
    border: 2px solid #B97800;
    border-radius: 10px !important;
}

#login .form-control input {
    border-radius: 20px !important;
}



#login input.form-control+.form-label {
    color: #F7A000;
}



#login .boton_primario {
    background-color: #F7A000;
    border-radius: 20px 0 20px 0;
    width: 38% !important;
    margin-top: 2%;
    font-size: 21px;
    padding: 10px 5px;
}

#login input.form-control:focus+.form-label,
#login input.form-control:not(:placeholder-shown)+.form-label {
    background-color: #FDECCC;
    transform: translateY(-120%);
}

.background-error-login {
    display: flex;
    justify-content: center;
    align-items: center;
}

.error-login {
    position: absolute;
    display: flex;
    align-items: center;
    background-color: red;
    color: white;
    top: 2%;
    right: 2%;
    font-weight: 700;
    padding: 10px 20px;
    transition: opacity 1s;

}

/* navbar */
.logo img {
    width: 150px;
}

.navbar {
    position: relative;
}


/* Hero */

#hero {
    background-image: url('../img/crisol.png');
    height: 40vh;
    background-size: cover;
    background-position: center;
}

/* Noticias */
.line {
    width: 80px;
    height: 4px;
    background-color: #B97800;
}

/* Usuarios */
.img-user{
    width: 70px;
}

/* Cumpleaños */

.div-cumples{
    background-color: #fff;
    padding: 3% 1%;
    border-radius: 15px;
}

.div-cumples p{
    color: #B97800;
}

/*loading screen*/
*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contenedor-carga {
    background-color: rgba(21, 33, 47, 0.9);
    height: 100%;
    width: 100%;
    position: fixed;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 10000;
}

#carga {
    border: 5px solid var(--color_dorado);
    border-top-color: #ccc;
    border-top-style: groove;
    height: 100px;
    width: 100px;
    border-radius: 100%;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

    -webkit-animation: girar 1.5s linear infinite;
    -o-animation: girar 1.5s linear infinite;
    animation: girar 1.5s linear infinite;
}


.leon-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@keyframes girar {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Botones */
.btn-excel {
    font-family: 'Poppins';
    font-weight: 600;
}

.btn-excel:hover {
    color: var(--hover_contraloria)
}

.btn-excel:hover svg {
    fill: var(--hover_contraloria)
}

.dt-buttons{
    margin-bottom: 15px;
}

/* Tablas */
.tab-content {
    background-color: white !important;
    border: 1px solid var(--color_primario_background);
    border-radius: 10px;
}

.dataTables_length {
    margin-bottom: 3%;
}

.dataTables_wrapper .dataTables_length select {
    height: 36px;
}

.dataTables_wrapper .dataTables_filter input {
    height: 36px;
    width: 380px;
}

/* Acordeon */
button#headingOne,
button#headingTwo,
button#headingThree,
button#headingFour,
button#headingFive,
button#headingSix {
    font-size: 36px;
    height: 80px;
}

#formDatos .col {
    margin-right: 15px;
}

#formDatos .col:last-child {
    margin-right: 0;
}

.caja_acordeon .accordion-button {
    background-color: white;
}

/* Estadistica*/
.estadistica {
    min-height: 80vh;
}


.busqueda input {
    background-color: white;
    font-size: 12px;
    height: 20px;
}

.estadistica-bloques {
    background-color: #FDECCC;
    border-radius: 15px;
    padding: 2%;
    margin-bottom: 5rem;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.20);
    transform: scale(0.95);
    transition: all 300ms linear;
}

.estadistica-bloques:hover {
    transform: scale(1);
    transition: all 300ms linear;
}

.estadistica-bloques h3 {
    color: var(--gold);
    font-size: 30px;
    min-height: 64px;
    text-align: center;
}

.estadistica-bloques h4 {
    color: #B97800;
    font-size: 42px;
    margin-top: 15px;
}

/* Agregar div*/

.agregar-div {
    background-color: var(--color_dorado_background);
    margin: 0 0 3% 0;
    border-radius: 15px;
    PADDING: 2%;
}

/* Modal */
.modal-content {
    background-color: var(--background_contraloria);
}


.modal-footer {
    justify-content: flex-end;
}


/* Footer */
.seccion_leyenda {
    background-color: white;
}