body {
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Inter', sans-serif;
    /* font-size: 21px; */
    line-height: 1.5;
    color: #333;
}
h1{
    font-size: 2em;
    margin-bottom: 0.5em;
    color: #2c3e50;
}

.content-resources{
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    padding: 20px;
    flex-flow: wrap;
}
.item-resources{
    width: 25%;
    max-width: 1200px;
    margin: 10px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: 8px;
}

.place-center {
    display: grid;
    place-content: center;
}

.content-logo {
    position: relative;
}

.content-logo .navbar-toggler {
    border: 1px solid;
    border-radius: 15%;
}

.navbar-nav .menu-item {
    position: relative;
	z-index: 1;
}

.navbar-nav .nav-link, .navbar-nav .dropdown-item {
    padding: 1rem 1.5rem !important;
}

.content-logo .header-img {
    width: 100%;
}

.limit-img-size {
    max-width: 280px;
    max-height: 56px;
}

.navbar {
    padding: 0;
}

header {
    position: sticky;
    top: 0;
    z-index: 999;
}
#qtz-search-form{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
#qtz-search-form input{
    margin: 0 10px;
}
#qtz-search-form input[type="text"]{
    width: 100%;
    max-width: 600px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}
#qtz-search-form button{
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
#qtz-search-form button:hover{
    background-color: #0056b3;
}
/* #qtz-search-results{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
} */

#wrapper > main {
    overflow-x: hidden;
    min-height: 100vh;
}

/* Estilos modal pdf Micrositio */

#img-pdf-modal {
    max-height: 70vh;
}

.pdf-modal-btn-close {
    border: none;
    box-shadow: none;
}

a.qtz-pdf-modal {
    cursor: pointer;
}

/* Estilos cards para categorias de Micrositio */

.qtz-card {
    border: none;
    padding-bottom: 20px;
}

.qtz-card-hidden-btn {
    border: none;
    background-color: inherit;
    padding: 0;
    text-align: left;
}

.qtz-card-img-container {
    height: 240px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #FFF;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: transform 300ms;
}

.qtz-card-img-container:hover {
    transform: scale(1.05);
}

.qtz-card-img-container > .qtz-card-hidden-btn {
    width: 100%;
    height: 100%;
}

.qtz-card-img-container .qtz-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.qtz-card-body {
    display: flex;
    flex-direction: column;
}

.qtz-card-title {
    color: #074490;
    font-size: 1.3rem;
    text-align: justify;
}

.qtz-card-title:hover {
    text-decoration: underline;
}

.qtz-card-desc {
    color: #7A7A7A;
}

.qtz-card-btn {
    padding: 8px 20px;
    border-radius: 20px;
    background-color: #074490;
    color: #FFF;
    align-self: end;
    margin-top: auto;
}

.qtz-card-btn:hover {
    background-color: #DAA520;
}

#iframe-pdf-modal, #img-pdf-modal {
    width: 100% !important;
    height: 85vh !important;
}

#qtz-num-incidencias {
    color: #495057;
}

.user-session-section {
    background-color: #d0ebfd;
    background-image: linear-gradient(to right, #073067, #0a4585);
}
