@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&display=swap');
h2,.h2,h3,.h3{font-weight: 700;}
.article-index {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container{

    font-size: .87em;
}
#g-navigation .g-main-nav .g-toplevel > li {
    margin: 0 8px 0 0;
}
h3.px-3 {
    color: #b34b4b;
}
.article-index h3 {
    display: none;
}

.article-index ul.nav {
    list-style: none;
    padding: 0;
    display: flex !important; /* Ensure flex display */
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start; /* Align items to the left */
    flex-direction: row !important; /* Force row direction */
}

.article-index ul.nav li {
    width: calc(50% - 20px); /* Occupy 50% on desktop, considering padding */
    padding: 10px; /* Uniform padding */
    border-radius: 10px; /* Rounded borders */
    background-color: #f0f0f0; /* Subtle background */
    margin-right: 20px; /* Space between elements */
    margin-bottom: 20px; /* Space between rows */
    box-sizing: border-box; /* Include padding and border in the width */
    position: relative; /* Ensure relative positioning for absolute children */
}

/* Hide first and last occurrence */
.article-index ul.nav li:first-child,
.article-index ul.nav li:last-child {
    display: none;
}

/* Make <a> links occupy full width and height */
.article-index ul.nav li a {
    display: block;
    width: 100%;
    height: 100%;
}

.com-content-article__body .pager .pagination {
    display: none;
}
/* Mobile Styles */
@media screen and (max-width: 768px) {
    .article-index ul.nav li {
        width: 100% !important; /* Occupy 100% on mobile */
        margin-right: 0 !important; /* Remove right margin on mobile */
    }
}

.pagenavcounter {
    display: none;
}


.article-index .card-body {
    padding: 0;
    margin: 0;
}

.hero .carousel-cell p {
    line-height: 1.7em;
}
.cursor-hand {
    cursor: pointer;
}
.category-as-section .com-content-category-blog__item {
    border: 2px solid #c91417;
    border-radius:5px;
    padding:13px 20px;
}

.planta-docente-wrap.view-article .item-page .row div{
    background: ;
    margin:0;padding:5px 0;
    line-height:1.4em;
}
.planta-docente-wrap
.mod-articles-category-introtext {
    line-height: 1.4em;
    text-align: center;
}
.planta-docente-wrap .mod-articles-category-introtext>.row>div {
    padding: 0px 0;
}
.moduletable.planta-docente-wrap {
    margin-top: -25px;
}
.planta-docente-wrap .mod-articles-category-introtext .col-md {margin-bottom: 5px;}
a {
   }
    dl.article-info {
    margin: 0;
}
.wspbtn {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 999999;
    max-width: 120px;
    display: block!important;
    box-shadow: 0 5px 0 0 #007144;
    border-radius: 50px;
    padding: 10px 13px;color: #fff; background: #00ae68;
}
.js-finder-search-query {
}
iframe.instagram-media {
    display: inline-block!important;
}
.mod-finder__search.input-group .btn-primary {
    float: left;
}
.planta-docente h3 {
    margin: auto;
    margin-top: 1.3em;
    margin-bottom: 1em;
    border-bottom: 2px solid #f4f4f6;
    font-size: 1.5em;
    line-height: 1.6em;
    max-width: 550px;
}

.planta-docente .col-md-4 {
    margin-bottom: 20px;
}
.mod-finder__search.input-group {
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    justify-content: flex-start;
    align-content: center;

}
.ml-3 {
    margin-left: 1.5rem!important;
}
.list-condensed .mod-articles-category-tags {
    position: absolute;
    top: 0;
}
.list-condensed .mod-articles-category-tags a{
    font-size:.8em!important;
    
    }


.list-condensed .col-md-6.row.p-0.m-0.p-md-3.pb-4.pb-md-0 {
    position: relative;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
    border: 1px solid #b7acac;
  background: #f4f4f6;}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active,#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
    background: #dfd5d5;
}
.inscribite-btn{

background: #FFFFFF;
border: 1.12387px solid #b34b4b;
border-radius: 5.61935px;
font-family: 'Fira Sans';
font-style: normal;
font-weight: 700;
font-size: 26.5001px;
line-height: 32px;
/* identical to box height */

letter-spacing: 0.05em;

color: #b34b4b;
}

.planta-docente-grid img,.planta-docente-grid strong{
        cursor: pointer;
    max-width: 220px!important;
    display: block;
}

.planta-docente-grid img {
    border: 2px solid #9c9c9c;
    padding: 0!important;
    display: inline;
}

.planta-docente-grid {
    text-align: center;
    background: #f4f4f6;
    border-radius: 15px;
    padding: 4em;
}

.planta-docente-grid strong {
    width: 100%;
    text-align: center;
    max-width: unset!important;
    display: block;
}
.tags .list-inline-item:first-of-type {
display: inline-block;
}
.tags  .list-inline-item:not(:first-of-type) {
display: none;
}

.fancybox-caption__body {
    display: none;
}
.inscribite-txt {
    font-size: .8em;
}
li.com-content-article__link a {
    background: #b34b4b;
    padding: 10px 15px;
    border-radius: 5px;
    color:white;
}

li.com-content-article__link {
    list-style: none;
}
.inscribite-txt ul {
    margin-bottom: 15px;
}
.com-content-article.item-page h1 {
        margin-bottom: 10px;
    margin-top: 25px;
    line-height: 1.2em;
    font-size: 1.78em;
    padding-right: 1em;
    padding-bottom: 5px;
}
.cards-std .title a {
        font-size: 1.4em;
    line-height: 1.2em;
    margin: 7px 0;
    display: inline-block;
}
#g-navigation{
	padding:0!important; 
}
.clickable{
	cursor: pointer;
}
.bg-secondary .moduletable {
    display: flex;
    overflow-y: hidden;
}
#g-navigation .g-logo img {
    padding-left: 1em;
}
#g-navigation .g-block {
    padding: 0 1em;
}
.bg-secondary {
    background-color: #F4F4F6 !important;
}
.backbg{
	background-size: cover;
	background-position: center center;
}
.menu-header-top{

    text-align: end;
font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: 15.0768px;
line-height: 18px;
text-transform: uppercase;

color: #949494;
}

.g-offcanvas-toggle {
    position: absolute;
    top: 7.8rem;
    COLOR: #c91417;
    background: #fff;
    display: flex;
    padding: 3px!important;
    width: 40px;
    height: 20px!important;
    left: auto;
    right: 0px!important;
    font-size: 1.3em;
    padding: 12px;
    width: 51px;
    height: 51px;
}
.g-offcanvas-toggle.sticky {
    position: fixed;
     top: 7.6rem;
}
.list-inline .g-toplevel {
    display: flex;
    float: right;
    padding-right:15px;
}
.view-category ul.tags.list-inline {
    position: absolute;
    padding: 0;
    margin: 0;
    background: white;
}

.view-category ul.tags.list-inline a.btn.btn-sm.btn-info {
    border:0;
}
.menu-header-top a {
    color: #636169;padding:0 15px 25px!important;
}
.menu-header-top{
	    margin: 0;
    width: 99%;
    overflow-x: scroll;
    white-space: nowrap;
    padding: 0!important;
    display: inline-block;
}
#g-mainbar .item-image img {
    margin: auto;
    display: block;
    position: relative;
    z-index: 1;
    max-height: 500px;

    width: auto;
}
.com-content-article__body iframe{
    width:100%;
    max-width: 100% !important; margin:auto;
    margin: auto!important;
    display: block!important;
}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock iframe, .avPlayerWrapper .avPlayerContainer .avPlayerBlock video, .avPlayerWrapper .avPlayerContainer .avPlayerBlock audio{
  max-width: 100%;
}
.menu-header-top li {
    display: inline-block;

    margin-bottom: 0!important;
    padding-bottom: 0px;
    overflow-y: hidden;
}
#g-sidebar {
    padding-top: 0!important;
}
.ig-feed .backbg.bg-image {
    height: 200px;
    min-height: unset;
    border-radius: 12px;
    transition: all 0.2s ease-in-out;
    border: 5px solid #f4f5f7;
}
.ig-feed .backbg.bg-image:hover {
  background-size:105%;
}
.com-content-article.item-page {
    box-shadow:7px 5px 15px 0px rgb(0 0 0 / 5%);
    padding-bottom: 8em;
}
.list-inline .g-toplevel a span {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 15.0768px;
    line-height: 18px;
    text-transform: uppercase;
    color: #949494;
}

.ingresantes-mod div{
	position: relative;
}
.ingresantes-mod div.slant:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  border-right: 60px solid #fff;
  -webkit-transform: skewX(-7deg);
  -ms-transform: skewX(-7deg);
  transform: skewX(-5deg);
}
div.slanted-right:before {
  content: "";
  position: absolute;
  top: 0;
    bottom: 0;
    right: -16px;
    border-right: 30px solid #fff;
    -webkit-transform: skewX(-7deg);
    -ms-transform: skewX(-7deg);
    transform: skewX(-3deg);
  }
.slanted-right{
    position: relative;

}
div.slanted:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  border-right: 60px solid #fff;
  -webkit-transform: skewX(-7deg);
  -ms-transform: skewX(-7deg);
  transform: skewX(-5deg);
}
.slanted{
    position: relative;

}
#g-navigation .g-main-nav .g-dropdown {
    border-radius: 0;
    padding: 0.7em 0.3em;
}
.ingresantes-mod {
    border-top: 5px solid #b34b4b;

    padding: 0;
    border-bottom: 5px solid #b34b4b;
}
.ingresantes-mod h3 {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 2em;
    line-height: 42px;
    color: #b34b4b;
}
.ingresantes-mod ul {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 29px;
    letter-spacing: 0.05em;
    color: #524D50;
    list-style: none;
}
.hero-title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 37.9563px;
    line-height: 46px;
    color: #31262B;
}
.hero-subtitle {
	font-family: 'Fira Sans';
font-style: normal;
    padding-bottom: 0.5em;
font-weight: 400;
font-size: 25.7556px;
line-height: 31px;
letter-spacing: 0.05em;

color: #31262B;
}
.g-navigation{
	 transition: all 1.5s ease-in-out ;
}
.bg-image {
    min-height: 300px;}
.p-fixed{
	position: fixed;©
}
.sticky {
  position: fixed!important;
  padding-bottom: 10px!important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
figure.item-image {
    margin: 0!important;
}
.item-image {
  position: relative;
}

.item-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
    filter: blur(12px);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

 #g-mainbar {
    padding-top: 0;
}

.view-category .page-header h2 {
  line-height: 1.2em;
    font-size: 1.4em;
    
    margin-bottom: 0;
}
p.readmore .btn {
    padding: 0.55rem 1.2rem;
    border-radius: 10px;
}
    .com-content-article__body {
    padding-right: 3em;
}
.view-article #g-container-main ul.tags {
    position: absolute;
    margin: 0;
    top: 20px;
    left: 0;
    background: white;
    border-radius: 0!important;
}

.view-article .item-page {
    position: relative;
}

.view-article #g-container-main ul.tags a {
    border: 0!important;
}
.moduletable>h3.g-title {
    font-size: 1.6em;
    font-weight: 800;
}
.btn-podcast{margin-top:-35px!important;}
@media only all and (min-width: 49.99rem){
	.menu-header-top {    width: 100%;}
}
@media only all and (max-width: 47.99rem){
.res-pregunta div.modal.fade {
    top: 0!important;    z-index: 999999!important;
}
  .btn-podcast{margin-top:0px!important; width:100%;}
    .planta-docente-wrap section#g-container-main {
    padding: 0 25px;
}
.tit-pregunta {
    line-height: 1.3em;
    font-size: 1em;
}
  .ig-feed .backbg.bg-image {
    height: 180px!important;}
    .view-category .page-header h2 {
  line-height: 1.2em;
    padding-right: 0;
    font-size: 1.05em;
    padding-bottom: 5px;

}

    .com-content-article.item-page h1 {
    line-height: 1.2em;
    padding-right: 0;

    font-size: 1.35em;
    font-weight: 800;    padding-bottom: 5px;
}
    .slant:before,.slanted:before {
        
  content: none!important;
}
    .com-content-article__body {
    padding-right: 0.5em;
}
	#g-navigation .g-logo img {
    padding-left: 0;
}
.g-logo {
    margin: 0;
}
.bg-image {
    min-height: 180px;
}
  .hero-title {
  	    font-size: 1.33em;
    line-height: 1.3em;
    max-width: 90%;
  }
  .hero-subtitle {

    max-width: 90%;
    font-size: 1.1em;
    line-height: 1.3em;
  }
}
