@charset 'UTF-8';

/* Tipografías */

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.eot');
    font-weight: normal;
    font-style: normal;
}

/* Estilos generales */
:focus{
	outline:0px !important;
}
.t-center {
  text-align: center;
}
body {
    background-color: rgb(248 250 252 / 1);
}
/* Cabecera de página */

/* Pie de página */

/* Buscador */
.custom-search {
    margin-top: 2rem;
    column-gap: .75rem;
    display: flex;
    margin-bottom: 1rem !important;
}
.custom-search input {
    padding: .75rem;
    line-height: 1;
    border-color: rgb(226 232 240 / 1);
    border-width: 1px;
    width: 100%;
    font-size: 18px;
}
.custom-search button {
    color: rgb(224 160 86 / 1);
    font-weight: 500;
    line-height: 0;
    font-size: 1.125rem;
    padding-top: .625rem;
    padding-bottom: .625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background-color: rgb(255 251 235 / 1);
    border-width: 1px;
    column-gap: .625rem;
    border-radius: .375rem;
    align-items: center;
    cursor: pointer;
    border-color: rgb(224 160 86 / 1);
    border-style: solid;
    display: flex;
    font-size: 18px;
}
.custom-search svg {
    width: 1em;
}
.document-filters {
    gap: .625rem;
    display: flex;
    flex-wrap: wrap;
}
.filter-button {
  font-size: 16px;
  text-transform: uppercase;
  color: gray;
  font-weight: 500;
  padding: 0.2em .5em;
  background: rgb(241 245 249 / 1);
  border-radius: 9999px;
}
.filter-button:hover, .filter-button.current {
    background: rgb(224 160 86 / 1);
    color: white;
}
.title-parent-category {
    font-family: "Inktrap", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: rgb(100 116 139 / 1);
    margin-bottom: .75rem;
    width: 100%;
    margin-top: 1em;
}
.wrapper-item-title-item {
    display: flex;
    position: relative;
}
.oportunidad-item-latest {
    background: #fff;
    border-color: rgb(226 232 240 / 1);
    border-width: 1px;
    border-style: solid;
    border-bottom: 0;
}
.oportunidad-item-latest svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: rotate(180deg) translateY(50%);
}
.oportunidad-item-latest h2.titulo-oportunidad {
  font-size: 17px;
  color: gray;
  font-weight: 400;
  font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
  width: 100%;
  line-height: 1em;
  padding: 1em;
}
.oportunidad-item-latest:nth-child(2) {
    border-top-left-radius: 0.375em !important;
    border-top-right-radius: 0.375em !important;
}
.oportunidad-item-latest:last-child {
    border-bottom-left-radius: 0.375em;
    border-bottom-right-radius: 0.375em;
    border-bottom: 1px solid rgb(226 232 240 / 1);
}
.documentos-list {
    padding-top: 1em;
}
.elementor-button-content-wrapper .elementor-button-text {
    padding-top: .4em;
}
.document-filters {
    display: none;
}
.categoria-title {
    font-family: "Inktrap", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #334155;
    text-transform: uppercase;
    margin-top: 1.5em;
}
.wrapper-document {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}
.title-taxonomy {
    font-family: "Inktrap", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #334155;
    text-transform: capitalize;
    margin-top: 1.5em;
}
.documents-list-table {
    color: rgb(100 116 139 / 1);
    border-color: rgb(226 232 240 / 1);
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-radius: 0.375em;
    padding: 1em;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}
.documents-list-table div {
    text-align: left;
}
.row-table-list, .row-table-list-head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: .25em .25em 0em .25em;
  border-radius: .25em;
}
.row-table-list-head div {
    font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
    color: rgb(51 65 85 / 1);
    margin-bottom: .5em;
    font-weight: 500;
    font-size: 18px;
}
.row-table-list > div {
    font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
    color: rgb(100 116 139 / 1);
    margin-bottom: .5em;
    font-weight: 500;
    font-size: 15px;
}
.row-table-list svg {
  width: 1.5em;
  height: 1.5em;
  position: relative;
  top: 0.25em;
}
.row-table-list:hover {
    background-color: rgb(241 245 249 / 1);
}
.sin-documentos {
    color: #000;
    font-family: "Inktrap", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}
body:not(.elementor-editor-active) #openregisterform:not(.active), body:not(.elementor-editor-active) #openloginform:not(.active) {
  display: none;
}
@media (max-width: 767px) {

}
