﻿html {
    font-size:62.5%;
}
body {
    background-color: #F5F0F0;
    box-sizing: border-box;
    width:100%;
}

.navbar {
    /*background-color: #004895;*/
    background-color:lightgray;
    
}

nav .navbar-nav > .navbar-item > a:hover {
    box-sizing: border-box;
    background-color: lightgray;
}

.navbar a {
    color: #004895;
}

.navbar-brand {
    padding:10px;
}


.navbar img {
    height:100%;
    width:150px;
    margin:0px;
    object-fit:contain
}

.card-image {
    height: 60%;
    width: 60%;
    object-fit: contain;
}

footer {
    position: fixed;
    height: 50px;
    bottom: 0;
    width: 100%;
    padding: 0 30px;
}

.body-container {
    padding: 20px 50px;
}
.card {
    background-color: white;
    width: 30%;
    height: 60vh;
    padding: 30px 50px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.container-card {
    height : 100vh;
    display:flex;
    justify-content:center;
    align-items:center;
    align-content:center;
}

.card-title {
    align-items: center;
    display: flex;
    flex-direction: column;
    height:50%;
}

.time-notification {
    font-size:9px;
    text-align:right;
    color:gray;
}

#container-main {
    background-color: white;
    height:65vh;
    width: 100%;
    border-radius: 20px;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 10px 5px;
}

.wrapper-notifications {
    height: 15vh;
    width:100%;
    display: flex;
    justify-content: center;
    align-content: center;
    
}

.container-notifications {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: center;
    flex-wrap: wrap;
     overflow-x: scroll;
     overflow-y:hidden;
}

.card-notification {
    width: 250px;
    height: 90%;
    background-color: #FFAC1C;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin:0 10px;
}
.body-card-notification {
    height: 80%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5px 10px;
    align-content: center;
    justify-content: space-around;
    background-color: #F28C28;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
}

.detail-card-information {
    width: 80%;
    height: 100%;
}

.body-card-notification img {
    height: 30px;
    width: 30px;
}

.footer-card-notification {
    height: 20%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5px 10px;
    align-content: center;
    justify-content: flex-end;
    font-size: 8px;
    color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.container-menu-main {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    /*background-color: darkmagenta;*/
    height: 40%;
    width: 80%;
}

.btn-menu-main {
    height: 60%;
    width: 18%;
    border-radius: 10px;
    border: 0px solid red;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F5F0F0;
}

.btn-menu-main img {
    height: 30%;
    object-fit: contain;
    margin: 10px 0px;
}

.btn-menu-main span {
    font-size:1.8rem;
}

.row .input-button {
    padding-left :15px;
}

.container-main-title {
    height: 50%;
    width: 100%;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.container-main-title-label {
    font-size: 30px;
}

.container-menu-catalogos {    
    width: 100%;
    height: 80%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.aServicio {
    width:  50%;
    height: 40%;
}

.bgDependencia {
    width: 90%;    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 25px;
    background-color: #F5F0F0;
    border-radius: 10px;
    padding: 20px 25px;
}

.container-catalogs {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    margin-bottom: 20px;    
}

.bgDependencia .titleItem {
    font-size:14px;
}

.container-detalle-catalogos {
    width: 100%;
    height: 90%;
    padding: 10px 20px;
    margin-bottom: 10px;
}


.container-detalle-buttons {
    width: 100%;
    height: 90%;
    padding: 20px 20px;
    margin-bottom: 20px;
}

.container-form-catalogos {
    width: 90%;
    /*height: 90%;*/
    padding: 20px 20px;
    margin-bottom: 20px;
}

table span {
    margin: 0px 10px !important;
}

table a {
    
    margin: 0px 10px !important;
}

.container-tb-folios {
    height:10rem;
}

.container-input-button {
    width:25%;
    display:flex;
    flex-direction:row;
    margin-right:3.5rem;
}