/* #General */
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
    width: 100%;
    margin: auto;
    padding: auto;
    font-family: 'Roboto','arial',sans-serif !important;
    font-size: 90%  !important;
    z-index: 1;
}


/* #Header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background-color: #1a0136;
    color: #fff;
    z-index: 1;
}

#header_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    width: 100%;
    height: 100%;
}

#header-left i {
    font-size: 20px;
    cursor: pointer;
    padding: 5px 8px;
}

#header-left i:hover {
    opacity: 0.75;
}

.tituloLogo_container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tituloLogo_container .logo_pagina {
    width: 60px;
    height: 60px;
}

#header-medium a {
    text-decoration: none;
}

#header-medium .title_page {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
}

.socialNetwork_cont {
    display: flex;
    gap: 15px;
    font-size: 20px;
    padding-right: 10px;
}

.socialNetwork_cont a {
    text-decoration: none;
    color: white;
}

.socialNetwork_cont a > svg {
    width: 20px;
    height: 20px;
    fill: white;
}

/* #Lateral menu */
#lateral_menu {
    display: none;
    position: fixed;
    left: 0;
    width: 320px;
    height: 100%;
    background-color: #fff;
    border-right: 2px solid #6D696A;
    z-index: 1;
}

.navigation_item a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    padding: 20px 25px;
    border-bottom: 1px solid #ECECEC;
}

.navigation_item a:hover {
    background-color: #b4b7de;
}

/* #Loader */
#section_main_loading {
    width: 100%;
    padding: 0;
}

.section_main_loading_index {
    min-height: 4800px;
}

#loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#loader i {
    /*min-width: 50px;
    display: inline-block;*/
  font-size: 50px;
  margin-bottom: 1rem;
  color: #3c0096;
}

#loader p {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

/* #Main body */
main {
    margin-top: 64px;
}
main section {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}

#mainBody_title {
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    color: #3c0096;
    margin: 0;
}

#lastNews_container {
    padding: 30px 0;
}

#lastNews_container > hr {
    display: none;
}

#section_main, #main_article {
    display: none;
}

.article_container_link {
    display: block;
    text-decoration: none;
    color: #000;
    margin-bottom: 40px;
}

.article_container_link.half {
    display: inline-block;
    width: 49%;
    margin-right: 1%;
}

.article_container {
    display: flex;
}

.article_container_link.half .article_container {
    flex-direction: column;
}

.article_container > * {
    flex: 1 1 0px;
    width: 0;
}

.article_container_link.half .article_container > div {
    margin-top: 10px;
}

.article_container_link.half .article_container > * {
    flex: unset;
    width: unset;
}

.article_container > *:last-child {
    padding-left: 10px;
}

.article_container > .image_thumbnail_container {
    position: relative;
    flex: 2;
    height: 260px;
    margin: 0;
}

.article_container > .image_thumbnail_container::after, #main_article .image_thumbnail_container::after {
    content: attr(data-text);
    height: auto;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    background-color: #3c0096;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 18px;
}

#btn-mas {
    display: block;
    margin: auto;
    margin-top: -20px;
    margin-bottom: 30px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    cursor: pointer;
    color: white;
    background-color: #3c0096;
    border: none;
}

#main_article .image_thumbnail_container::after {
    position: relative !important;
    bottom: 30px !important;
    font-size: 18px !important;
    line-height: 30px !important;
}

.image_thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.article_container:hover .image_thumbnail_container img {
    opacity: 0.60;
}

.article_container .ultimahora_cont {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    gap: 10px;
    background-color: red;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}

.article_container > div {
    flex: 3;
}

.article_container h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: 0;
}

.article_container:hover h3 {
    text-decoration: underline;
}

.article_container .article_dateLabels {
    margin-top: 10px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #3c0096;
    width: fit-content;
}

.article_container .article_dateLabels .article_date_text {
    font-style: italic;
}

/* #Main article */
main article {
    width: 900px;
    margin: 0 auto;
    padding: 40px 0 20px 0;
}

main article .image_article {
    width: 100%;
    margin-bottom: 20px;
}

#main_article .image_thumbnail_container {
    margin: 0;
}

#main_article h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin: 0;
}

.article_dateLabels {
    font-size: 16px;
    margin-top: 10px;
}

.article_labels_cont {
    display: inline-flex;
    gap: 10px;
    margin-left: 15px;
}

.article_labels_cont > span, #main_article .dateLabelHighlight {
    background-color: #3c0096;
    color: #fff !important;
    padding: 5px 15px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 15px;
}

#main_article .main_content_abstract {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

#tableResult_container {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 30px;
}

#tableResult_container table {
    width: 100%;
    color: #000;
    font-size: 18px;
}

#tableResult_container table a {
    text-decoration: none;
    color: #000;
    pointer-events: none;
    cursor: default;
}

#tableResult_container .hide, #tableResult_container table td div.showIfMobile {
    display: none;
}

#tableResult_container table th {
    text-align: left;
    padding-bottom: 10px;
}

#tableResult_container table td {
    border-top: 1px solid #ECECEC;
    padding: 10px 0;
}



/* #Footer */

footer {
    width: 100%;
    background-color: #1a0136;
    color: #fff;
}

footer > div {
    padding: 12px 16px;
    width: 100%;
    height: 100%;
}

footer .tituloSocialNet_cont {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

footer h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

footer .socialNetwork_cont {
    margin-bottom: 10px;
}

footer p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.footer_p {
    margin:5px 0;
}

footer p > a {
    text-decoration: none;
    color: #fff;
}

footer p > a:hover {
    text-decoration: underline;
}

footer #email_footer {
    margin-bottom: 20px;
}

