 @import url('bootstrap.css');
 @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato:wght@300;400;700;900&display=swap');
 

.container.section-fields >ul {
  border-top: solid 1px;
}


li.field-entry.galeria-imagenes ul {
  list-style: none;
  display: flex;
  gap: 15px;
}

ul.section-fields-container li {
  padding-bottom: 1rem;
}

.container.section-fields >ul li {
  margin-bottom: 1rem;
}

span.field-label {
  margin: 10px 0;
  display: block;
  font-weight: bold;
}
li.field-entry.galeria-imagenes img {
  cursor: pointer;
  border: solid 1px #a1a1a1;
  border-radius: 5px;
  padding: 5px;
}
.navbar-toggler {
  background-color: #ffffff;
}
div#navbarNav ul:first-child a {
  padding: 20px 8px;
}
a.menu-item-correo {
  background-color: #0093FF;
}

header {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 3;
}
header a.nav-link {
  color: #D6E4F1;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
}



header li {
  padding: 0 15px;
}

nav.navbar:before {
  content: '';
  width: 100%;
  height: 37px;
  position: absolute;
  background-color: #00294F;
  top: 0;
  z-index: 0;
 
}

header a.nav-link:hover {
 color: #0093FF;
  font-weight: 700;
}
header a.nav-link:focus {
  color: #ffffff;
}
nav.navbar{
  padding: 0;
  background-color: #1B1315;
}

.navbar-brand img {
  position: absolute;
  top: 47px;
}
div#trigger h5 {
  opacity: 0;
}
#logo_dac img{
  width: 88px;
  transition: all 0.5s ease-out;
}
.logo_v2{
  width: 55px;
  top: 45px;
}

.logo_stick img{
 width: 55px !important;
 transition: all 0.5s ease-out;
}
div#logo_dac {
  position: sticky;
  top: 45px;
  z-index: 3;

}
button.navbar-toggler {
  border: solid 1px;
}


div#navbarNav ul:last-child {
  order: -1;
  justify-content: end;
}


div#navbarNav ul:last-child a, .separator-sec   {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}
span.separator {
  display: block;
  padding: 7px;
}
section#beneficios {
  background-color: rgb(102 255 255 / 50%);
  padding: 2rem;
  border-radius: 38px;
}
.de_interes {
  background-color: rgb(12 207 232 / 90%);
  border-radius: 30px;
  padding: 2.5rem;
  color: #fff;
}
.bienvenida_imagen{
  margin-bottom: -8.9rem;
}
.bienvenida_texto h1 {
  font-size: 70px;
  line-height: 70px;
  font-weight: bold;
}

.bienvenida_texto p {
  color: #828282;
  font-size: 18px;
}
footer{
  color: #fff;
    background: #3B3B3B;

  
}
.bg_footer {
  background: #015B9D;
  border-radius: 31px 31px 0 0;

  
}
.unach_footer{
  background-color: #333333;
  text-align: center;
  padding: 0.7rem;
}
.programa-detalles {
  color: #fff;
}
.programas h3 {
  font-weight: 100;
  text-align: center;
}
.programa {
 

  align-items: end;
  display: flex;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;

}

li.active a {
  background-color: #c5dcf1;
  color: #323232 !important;
}

.programa h3 {
  padding: 1.5rem;
}

.h-520p{
  height: 520px;
}
.programa{
  background-blend-mode: multiply;
}

.contaduria,.columnas0,.bg-columnas0{
  background-color: #33CCFF;
}
.admin,.columnas1,.bg-columnas1{
  background-color: #2DB3F2;
}
.sistemas,.columnas2,.bg-columnas2{
  background-color: #2080D9;
}
.gestion,.columnas3,.bg-columnas3{
  background-color: #134DBF;
}
.ingenieria,.columnas4,.bg-columnas4{
  background-color: #2653ff;
}

.programa_general {
  background-color: #051479;
  align-items: center;
}
.mfiscales,.columnas0-pos {
  background-color: #A28B2D;
}

.mfiscales,.columnas1-pos {
  background-color: #B38D2C;
}
.mfiscales,.columnas2-pos {
  background-color: #A57220;
}
.programa_general h3 {
  padding: 11rem;
  line-height: 61px;
  font-weight: 400;
}


.programa:hover .detalle-contenido {
  height: 400px;
    transition:all 1s ease;

   opacity: 1;
}



.programa .detalle-contenido {
  
  height: 0px;
  overflow: hidden;
  transition:all 1s ease;


  opacity: 0;
  font-size: 20px;
  font-weight: 100;
  padding: 1.5rem;
 
}
.detalle-enlace a {
  position: absolute;
  text-indent: -9000px;
cursor: pointer;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

p.btn.btn-outline-light {
  padding: 0.7rem 2.5rem;
  float: right;
}
img {
  max-width: 100%;
}

a.moduleItemCategory {
  margin-right: -50px;
}
.btn_aspirantes{
  background-color: #015B9D;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 49px 12px 49px;
  font-size: 1rem;
  text-align: center;
 
 }

.btn_fca{
  background-color: #015B9D;
  color: #0CCFE8;
  text-decoration: none;
  padding: 15px 65px 20px 19px;
  font-size: 1rem;
  border-radius: 5px;
  position: relative;
 }

.btn_fca::after{
  position: absolute;
  content: '';
  background-image: url('../images/next.png');
  height: 19px;
  width: 22px;
  right: 25px;
}

a.moduleItemReadMore {
  display: block;
  text-decoration: none;
  color: #015B9D;

}

.de_interes a.moduleItemTitle {
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: bold;
}
.moduleItemImage img {
  border-radius: 10px 10px 0px 0px;
}

.lista_beneficios p {
  color: #A9B2B9;
  font-size: 13px;
}
.lista_beneficios img {
  max-width: fit-content;
}



.eventos h3, .noticias h3 {
  font-weight: 100;
  text-align: center;
  padding: 2.5rem 0;
}
.eventos .moduleItemImage img {

  height: 274px;
  object-fit: cover;
  border-radius: 0;
}
.slider-titulo,.evento-titulo{
  
  background-color: #015B9D;
  color: #fff;
}
.slider-titulo {
  border-radius: 0px 0px 10px 10px;
}

.evento-titulo {
  min-height: 246px;

}

.bg-fullwidth {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
 
  }

  
  .ls-2{
    letter-spacing: -2px;
  }

  .agenda .h4 {
 
    font-weight: bold;
}

.agenda:first-child .h4 {
    color: #D39947;
}

  .moduletable.mt-65, .mt-65 {
    margin: 6.5rem 0px;
}
  .ItemDate-agenda {
    text-transform: uppercase;
}
.agenda-titulo{
  margin-bottom: 2rem;
}
.agenda-titulo a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.my-8{
  margin-top: 8rem;
  margin-bottom: 8rem;
}
section.noticias {
  background-color: #D6E4F1;
}
.odd {
  background-color: #5BA0D3;
}

.menu_footer ul {
  flex-direction: row;
}

.menu_footer li {
  padding-right: 2.5rem;
}
.evento .moduleItemImage img
{
  border-radius: 0;
}

.evento-titulo a,.slider-titulo a {
  color: #fff;
  text-decoration: none;
}

.odd .aliasTipodeevento h5 {
  color: #053F6A;
}

.aliasTipodeevento h5 {
  font-weight: bold;
}


.heading-title-default{
  background-image: 
  url('/images/banners/estudiantes.png'),url('/images/banners/default_g.jpg');
  background-repeat: no-repeat, no-repeat;
  background-position: right,center;
  padding:8.5rem 0;
  border-radius: 0 0 35px 35px;
  background-size: contain,cover;
}
.aspirantes_h{
  background-image: 
  url('/images/template_v23/aspiratesbg.png');
  background-size: cover;

  background-position: center;
}


.masinformacion_contacto  {

  background-image: url('../images/masinfo_bg.jpg');
    color: #fff;
    padding: 4rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
}
.masinformacion_contacto h2 {
   
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;

}
.oferta__intro {
  padding: 5rem 5rem;
  line-height: 40px;
}
.oferta__intro h1 {
  font-weight: 100;
}
.btn_info_lics {

  padding: 18px 60px 18px 40px;
  background-color: #0CCFE8;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  margin-top:2rem;
  text-decoration: none;
}
.posgrados-content-section:last-child, .educacion-continua-content-section:last-child {
  grid-column: -1/2;
  grid-row: 1/5;
}
.posgrados-content-section {
  grid-column: 1/2;
}
.posgrados-content-section:last-child .title-article , .educacion-continua-content-section:last-child .title-article {
  display: none;
}

.licenciatura-content .page-header ,.posgrados-content .page-header{
  border-bottom: none !important;
}
.c-programas-academicos{
    display: grid;
    grid-template-columns: 73% 20%;
    gap: 70px;
}
.licenciatura-content-section{
  grid-column: 1/2;
}

.licenciatura-content-section:last-child{
  grid-column: -1 / 2;
  grid-row: 3/5;
}
.licenciatura-content-section:last-child hr {
  border-top: solid 2px;
}
.licenciatura-content-section:last-child .page-header {
  display: none;
}

.licenciatura-content-section:nth-child(-n + 2) {
  grid-column: 1/-1;
}
.licenciatura-content-section:nth-child(-n + 2) .page-header {
  display: none;
}

.licenciatura-content-section:nth-child(2)  {
  background-color: #F8F8F8;
  width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
padding: 4rem 0;
}

.c-programas-academicos .page-header :before ,.article-content h2:before{
  content: '';
  position: absolute;
  height: 4px;
  width: 38px;
  background-color: #D9D9D9;
  left: -65px;
  top: 15px;
}
.article-content h2,.c-programas-academicos .page-header{
  position: relative;
}

.heading-title-main{
  background-repeat: no-repeat;
  background-position:center;
  padding:8.5rem 0;
  border-radius: 0 0 35px 35px;
  background-size: cover;
  max-width: 1500px;
 

}
.heading-title-main h2{
  font-size: calc(1.5rem + 1.5vw);
  text-align: left;
  padding: 3rem 0 3rem 7rem;
}
.heading-title-main span{
  font-size: calc(0.7rem + 1vw);
  font-family: 'Lato',sans-serif;
}

.ff-heading{
  font-family: "Bebas Neue", sans-serif;
}

.heading-title{

  background-repeat: no-repeat, no-repeat;
  background-position: right,center;
  padding:8.5rem 0;
  border-radius: 0 0 35px 35px;
  background-size: contain,cover;
 }
 .lics_bgs{
  padding: 7rem 0;
  background-size: cover;
 }
.ItemDate {
  width: 65px;
  background-color: #2A2524;
  text-align: center;
  margin: -2rem 0 0.9rem 0;
  margin-top: -2rem;
  position: relative;
  padding: 0.5rem 0;
}

.ItemDate p {
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 0;
}

.ItemDate span {
  font-weight: bold;

}
.columnas4 h3{
  padding: 0;

}

.capsula .imagen_bloque {
  margin-top: -12rem;
}

.bloque_revista {
  padding: 12rem 0 9rem 0rem;

}

.bloque_capsulas {
  padding: 21rem 0 4rem 0rem;

}

.custom_block{
  color: #fff;
}
.contenido_extra{
  

  background-size: cover;
  border-radius: 40px;
  position: relative;

}
.capsula::after{
  content: '';
  position: absolute;
  top: -68px;
  width: 305px;
  height: 358px;
  background-image: url('../images/cotenido_extra2.png');
  background-repeat: no-repeat;
right: 71px;

}


.contenido_extra_btn::after{
  background-image: url('../images/next2.png');
}
.contenido_extra .contenido_bloque
{
order: -1;
}

.capsula .link_bloque
{

align-self: end;

}
.contenido_extra_btn {
  margin-left: -4rem;
  padding: 18px 60px 18px 40px;
  background-color: #0CCFE8;
  color: #053F6A;
}

.revista h2 {padding-right: 6rem;font-size: 60px; font-weight: normal !important;}
.revista p{
  font-size: 16px !important;
  font-weight: normal !important;
}
.revista .contenido_bloque
{order: 0;}
.revista{
  background-image: url('../images/revista_bg.png');
}
.revista .imagen_bloque{
  margin-top: -6rem;
  margin-bottom: -5rem;
}


.capsula{
  background-image: url('../images/bg_extra.png');
}


.lista_noticias {
  padding: 20px;

}

img.articulo-imagen {
  height: 200px;
  width: 384px;
  object-fit: fill;
}
.heading_font{
  font-family: "Bebas Neue", "Montserrat", sans-serif, Helvetica, "Helvetica Neue";
}

.button-module {
  display: flex;
  text-align: right;
  
  
  justify-content: flex-end;
}

.button-module a {
  background-color: #0e0e0e;
  color: #fff;
  background-color: #003D75;
  padding: 12px 65px 12px 38px;
  position: relative;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.1rem;
 
}
.button-module a:after{

    content: "";
    position: absolute;
    background-image: url("../images/link_b.png");
    height: 14px;
    width: 8px;
    right: 12px;
    top: 18px;
  
}


.module_heading{
  text-transform: uppercase;
  color: #003D75;
  font-weight: bold;
}
.titulo {
  background-color: #1C1C1C;
  padding: 19px 10px;
  min-height: 150px;
}

.titulo a {
  color: #fff;
  text-decoration: none;
}
.fecha_noticias {
  margin-top: 2rem;
  color: #878787;
  text-transform: uppercase;
  border-bottom: solid 1px #e6e6e6;
}

.info_relevante .moduleItemImage img {
  border-radius: 0px;
  object-fit: fill;
}
.relevante-titulo a {
  text-decoration: none;
  color: #1A2129;
  font-weight: bold;
}
.mas_info a, .menu_footer a {
  color: #ffffffc4;
  font-size: 14px;
}
.menu_footer {
  border-top: 1px solid;
  padding: 2rem 1.5rem;
  margin-top: 2rem;
}
footer h6 {
  font-size: 15px;

  font-weight: bold;
}
ul#redessociales li {
  display: inline-block;
  padding-right: 10px;
}

.mas_info ul {
  list-style: none;
  padding-left: 0;
}

.mas_info ul a {
  text-decoration: none;
}

.mas_info ul li {
  padding-bottom: 1rem;
}

.btn_interes{
  text-align: right;
}
.tabs-panel{
  display: none;
}
.tabs-panel.is-active{
  display: block;
}

.page-header.title-article {
  border-bottom: solid 1px #707070;
  margin-bottom: 1.5rem;
  padding-bottom: .7rem;
}
.c-programas-academicos .page-header.title-article {
  border: none;
}

ul#contenido-tabs {
  list-style: none;
  padding-left: 0;

}

ul#contenido-tabs li {
  padding: 1rem 0;
  border-bottom: solid 1px #707070;
  text-align: right;
}
ul#contenido-tabs li a {
  text-decoration: none;
  color: #000000;


}
.principal{
	position:relative;
	padding-right: 1rem;
  margin-bottom: 0;
}

.principal:after{
	background-image: url('../images/down_ic.png');
	content:'';
	position:absolute;
	top: 10px;
	width: 10px;
	height: 12px;
	background-repeat: no-repeat;
  right: 0;

}
li.tabs-title.is-active {
  font-weight: bold;
}
.subheading-category {
  background-color: rgb(0 113 219 / 80%);
  color: #fff;
  padding: 3rem 0 3rem 7rem;
  border-radius: 0 0 42px 0;
  width: 50%;
  display: block;

  
}
.c-grid{
  max-width:1500px ;
}
.subheading-category.posgrados {
  background-color: rgb(170 147 64 / 80%);
}
.ct-24 {
  padding: 1rem;
}
.headerimagetitle img{
  object-fit: cover;
width: 1320px;
height: 400px;
}
.subheading-noticias{
  background-color: #0071DB;
  color: #fff;
  padding: 3rem;
  border-radius: 0 0 35px 35px;
  text-align: center;
}


.calendario-eventos-title,.title-cat-default,.agenda50-title{
  padding: 7rem 0;
  background-image: url(../images/bg_eventos.jpg);
  background-repeat: no-repeat;
  border-radius: 0 0 35px 35px;
  position: relative;
  margin-bottom: 6rem;
}

.agenda50-title{
  background-color: rgba(213, 236, 255,0.5 );
  background-blend-mode: overlay;
}

.calendario-eventos-title:after{
background-image: url('../images/bg_eventos_extra.png');
width: 530px;
height: 624px;
position: absolute;
content: '';
top: 15px;
right: 0px;
background-repeat: no-repeat;
}
.agenda50-title:after{
  background-image: url('../images/agenda50.png');
  width: 400px;
  height: 265px;
  position: absolute;
  content: '';
  top: 50px;
  right: 50px;
  background-repeat: no-repeat;
  }


.calendario-eventos-item{
  box-shadow: 0px 3px 6px #00000029;
}
.calendario-eventos-item a {
  text-decoration: none;
  color: #053F6A;
}
.catItemDateCreated p {
  color: #707070;
  font-size: 14px;
}
.catItemExtraFields.tipo-evento {
  color: #053F6A;
}
.calendario-eventos-item .catItemImageBlock {
  box-shadow: 0px 3px 6px #00000029;

}
.itemList {
  position: relative;
  z-index: 1;
}

.catItemIntroText {
  color: #707070;
  font-size: 14px;
}
.itemHeader{
  padding: 7rem 0;
} 
.convocatoria-item h5 {
  color: #0093FF;
  font-weight: bold;
  border-bottom: solid 1px #707070;
  padding: 0.7rem 0px;
  margin-bottom: 1rem;
}
.itemTitle {
  width: 50%;
}
p.detalles_titulo {
  color: #fff;
  background-color: #0093FF;
  padding: 6px;
  text-align: center;
}

.item_informacion {
  border-bottom: solid 1px #707070;
  margin-bottom: 1.5rem;
}
/*K2 paginacion*/
.k2PaginationLinks ul {
  display: flex;
  justify-content: center;
  list-style: none;
}

.k2PaginationLinks ul li {
  padding-left: 1rem;
}

.k2PaginationCounter {
  display: flex;
  justify-content: center;
}

.k2PaginationLinks ul li a {
  background-color: #0d6efd;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 2px;
}

li .pagenav {
  font-weight: bold;
}

li.pagination-prev span,li.pagination-start span {
  font-weight: normal;
}
.ci_title {
  background-color: rgb(25 37 126 / 80%);
}

.ci_bg{
  background-image: 
 
  url('../images/bg_capsula.png');
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
.p-12{

  padding: 12rem 0;
  
}
.dir_bg.icon_head::after{
  background-image: url('../images/directorio_bg2.png');
  width: 505px;
}

figure.item-image img {
  display: block;
  margin: 0 auto;
}


.icon_head::after{
  content: '';
  position: absolute;

  height: 530px;
  width: 758px;
  right: 0;
  top: 0;
  background-repeat: no-repeat;

}
.ci_bg:after{
  content: '';
  position: absolute;
  background-image: url('../images/bg_capsula_2.png');
  height: 454px;
  width: 650px;
  right: 0;
  top: 45px;
  background-repeat: no-repeat;

}


.buscador-menu{
  background-image: url('../images/search_icon.png');
  background-repeat: no-repeat;
  text-indent: -9000px;
  width: 25px;
  height: 35px;
  background-position: 0px 9px;
 }

.ccve_button{
  background-color: #45D2B0;
  padding: 8px 31px !important;
 
  color: #fff !important;
}
a.link_column {
  position: absolute;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}

.col.lista_beneficios {
  position: relative;
}

.subcategory-title{
  position: relative;
}
.subcategory-title:before {
  position: absolute;
  content: '';
  top: 30px;
  background-color: #D9D9D9;
  width: 40px;
  height: 3px;
  border-radius: 2px;
  left: -60px;
}
.revistasheading
{
  background-image: url('../images/revista_bg.jpg');
}

.revistasheading:after{
  background-image: url('../images/revista.png');

  height: 440px;
  width: 480px;
}

.revista_intro{
  font-size: 13px;
}
.revista-item
{
  box-shadow: 0px 3px 6px #00000036;
}

.revista_link {
  display: block;
  background-color: #015B9D;
  width: 70%;
  margin: 0 auto;
  color: #0CCFE8;
  border-radius: 3px;
  padding: 10px;
  text-decoration: none;
  text-align: center;
}

.carrera-titulo {
  color: rgb(64 64 64 / 50%);
  cursor: pointer;
  margin-bottom: 0;
}
span.category-name {
  font-size: 13px;
  background-color: #ffffff;
  position: absolute;
  right: 28px;
  padding: 3px 10px;
  border-radius: 12px;
  top: 10px;
  color: #6F6F6F;
}
.lista-articulos {
  min-height: 200px;
}

.imagen-artiulo {
  position: relative;
}

.activo {
  color: #333;
  font-weight: 700;
}
.nota-titulo a {
  color: #404040;
  text-decoration: none;
}
.carreras-articulos ul{
  box-shadow: 0px 5px 35px #00000012;
}
.tabs-programas {
  display: flex;
  justify-content: center;
  list-style: none;
}
.tabs-programas a {
  text-decoration: none;
  background-color: #022b49;
  border-radius: 7px;
  padding: 7px;
  color: #fff;
  font-size: 14px;
}



.tabs-programas li {
  padding-right: 2rem;
}

.entrance,.subheading-category {

  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: animated_entrance;
}

@keyframes animated_entrance {
  from {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate__animated {

  animation-duration: 1s;

 
  
  animation-fill-mode: both;
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lh-40 {
  line-height: 40px;
}
footer h6 {
  letter-spacing: 4px;
}

div#navbarNav {
  z-index: 1;
}
.row-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

/* joomla5*/

nav.pagination__wrapper ul.pagination {
  justify-content: center;
}

@media only screen and (max-width: 1601px) {
  .bg-agenda{
    background-position-x:center;
  }
  
}

@media only screen and (max-width: 1389px) {

  .ci_bg:after{
   

    background-size: 86%;
  
    right: -125px;
    top: 79px;
  }

  .dir_bg.icon_head::after{
    right: -100px;
    background-size: 74%;
    top:0;
  }
  
}


@media only screen and (max-width: 1330px) {

  .dir_bg.icon_head:after{
    background-size: 70%;
    right: -1px;
    top: 25px;
   }



  .revista h2 {font-size: 50px; }

  }

@media only screen and (max-width: 1199px) {



  div#k2Container {
     overflow: hidden; 
  }

  .ci_bg:after{
    background-size: 80%;
    right: -159px;
    top: 63px;
   }

  .bienvenida_texto h1{
    font-size: 55px;
  line-height: 60px;

  }

  .bienvenida_imagen{
    margin-bottom: -7.5rem;
  }

  .revista .imagen_bloque{
    margin-top: -1rem;
    margin-bottom: 2rem;
  }

  .programa_general h3{
    padding: initial;
  }
  .capsula::after{
   
  right: 0px;
  
  }

  .capsula .imagen_bloque {
    margin-top: -9rem;
  }
  .calendario-eventos-title, .title-cat-default{
    padding: 4rem 0;
  }
  
  .calendario-eventos-title:after {
  
    top: 17px;
    right: -72px;

    background-size: 90%;
   
}

  
}
@media only screen and (max-width: 991px) {
  .logo_v2{
    display: none;
  }
  div#logo_dac{
    position: relative;
    top: 20px;
    z-index: 0;
  }
  .navbar-dark{
    background-color:#015B9D;
  }
  header a.nav-link{
    color: #fff;
  }
  .heading-title-default{

    padding:5rem 0;

  }
  .oferta__intro{
    padding: 3rem 0;
  }
  .licenciatura-content,.posgrados-content{
   
   display: block;
    
}

  .imagen-artiulo img {
    display: block;
    margin: 0 auto;
  }
  
  span.category-name{
    right: 173px;
  }

  
  nav.navbar:before {
 
    height: 0px;
    border-bottom: none;
 
  }

  .navbar-brand img {
    position: relative;
    top: 5px;
  }

  #agenda50c .subheading-category{
position: relative;
z-index: 1;
  }

  .agenda50-title::after{
    z-index: 0;
  }
  section#beneficios {
    background-color: rgb(102 255 255 / 90%);
   
  }

  .bg-agenda{
    background-image: url('../images/bg_agenda_mov.jpg');
    background-position-x:center;
    background-size: cover;
    background-color: #272b2f;
    background-blend-mode: overlay;
    font-size: 15px;
    
  }
  .category-desc img {
    display: none;
}

  .subheading-category{
    width: 78%;
  }
  .dir_bg.icon_head:after{
    background-size: 51%;
    right: -200px;
    top: -2px;
   }

  .ci_bg{
    z-index: 1;
  }

  .ci_bg:after{
  
    top: 0;
    z-index: -1;
  }


  .itemTitle {
    width: 80%;
  }

  .calendario-eventos-title,.title-cat-default{
    padding: 6rem 0;
   
  }

  .calendario-eventos-title:after {
 
    top: 74px;
    right: -309px;

    background-size: 50%;
   
}

 

  footer {
    text-align: center;
}


.de_interes .k2ItemsBlock{
  text-align: center;
}
  
  .lista_beneficios p {
    color: #515151;
    font-size: 15px;
}
  .bienvenida_imagen{
    margin-bottom: -6.9rem;
    position: relative;
    z-index: -2;
  }
  


  .revista h2 {font-size: calc(1.6rem + 0.9vw); }



  .capsula::after{
   
  display: none;
    
    }

    .bloque_capsulas,.bloque_revista {
      padding: 13rem 0 7rem 0rem;
    }

    .revista .link_bloque
    {
      bottom: 0;
      
    }


 .revista .link_bloque ,.capsula .link_bloque
{position: absolute;
  right: 0;
  width: 153px;
}


  .programa .detalle-contenido {
  
    height: auto;
  
  
  
    opacity: 1;
  
   
  }
  .evento{
    margin-bottom: 3rem;
  }
  .programa:hover .detalle-contenido {
    height: auto;
     
  }

  .revistasheading:after{
    top: 0;
    right: 0;
    background-size: 90%;
  }
  span.subheading-category {
    position: relative;
    z-index: 1;
}
 
  
}

@media only screen and (max-width: 767px) {

.button-module{
  justify-content: left;
}
.articulos-noticias{
  margin-bottom: 2rem;
}
  .menu_footer ul {
    flex-direction: column;
}
.menu_footer li {
  padding-right: 0;
}
  .lista_noticias.odd {
    display: none;
}

  .heading-title{
    padding: 8.5rem 0 !important;
  }
  .calendario-eventos-title{
    z-index: 1;
  }
  .calendario-eventos-title:after{
    z-index: -1;
  }

  .btn_interes{
    text-align: center;
    margin-top: 2.5rem;
  }
  a.moduleItemCategory{
    margin-right: 0;
  }
  .mas_info a {
   
    font-size: 1rem;
  }

  .info_relevante .moduleItemImage img {
  
    height: auto;
 
  }
  .relevante {
    text-align: center;
    margin-bottom: 2rem;
}
  .bienvenida_imagen{
    margin-bottom: -5.3rem;
    
  }



  img.articulo-imagen{
    height: auto;
    width: auto;
  }

  .revista .contenido_bloque{
    order: 1;
  }
  .revista .imagen_bloque{
    margin-top: 0;
    margin-bottom: 0;
    order: 2;
   
  }


  .capsula .imagen_bloque {
    margin-top: 0rem;
  }
  
  
  .contenido_extra{
    background-position: center bottom;
  }


  .eventos .moduleItemImage img {height: auto;}
}

@media only screen and (max-width: 600px) {
  .heading-title{
    padding: 7rem 0 !important;
  }
  .heading-title-main h2{
    padding: 3rem 0 3rem 1rem;
  }
  .subheading-category{
    padding: 3rem 0 3rem 1rem;
  }

   
}

@media only screen and (max-width: 500px) {
  .heading-title{
    padding: 7rem 0 !important;
  }
  .subheading-category{
    padding: 1rem;
  }
  .bienvenida_imagen{
    margin-bottom: -4.7rem;
  }
  .agenda50-title:after {
  
  display: none;
   
}

.revistasheading:after{

  right: -130px;
  background-size: 70%;
}

}
@media only screen and (max-width: 420px) {


  span.subheading-category {
 
    padding: 2rem;

  }

  .bienvenida_imagen{
    margin-bottom: -3.9rem;
  }
}



