@font-face {
  font-family: 'Figtree light';
  src: url("../fonts/figtree/Figtree-Light.ttf");
}

@font-face {
  font-family: 'Figtree regular';
  src: url("../fonts/figtree/Figtree-Regular.ttf");
}

@font-face {
  font-family: 'Figtree medium';
  src: url("../fonts/figtree/Figtree-Medium.ttf");
}

@font-face {
  font-family: 'Figtree semibold';
  src: url("../fonts/figtree/Figtree-SemiBold.ttf");
}

@font-face {
  font-family: 'Figtree bold';
  src: url("../fonts/figtree/Figtree-Bold.ttf");
}

@font-face {
  font-family: 'Figtree extrabold';
  src: url("../fonts/figtree/Figtree-ExtraBold.ttf");
}

@font-face {
  font-family: 'Figtree black';
  src: url("../fonts/figtree/Figtree-Black.ttf");

}


* {
  font-family: 'Figtree regular';
}

/*********************************************************************************************************
*   Estilos de todo el cuerpo de la página                                                               *
*********************************************************************************************************/
.body-page {
  padding-top: 42px;
}

.index-title {
  color: #274193;
  font-family: 'Figtree extrabold';
}

.gallery-abstract p{
  color:gray;
}

.title {
  color: #274193;
  font-family: 'Figtree bold';
}


.subtitle {  
  color: black;
  font-family: 'Figtree light';
}

.submenu{
  background-color: #274193; 
  width:48%;
}

.btn-custom {
  background-color: #274193;
  text-align: center;
  color: white;
  width: auto;
  margin: auto;
  padding: 15px;
}

.btn-custom:hover {
  color: white;
}

.title-badge {
  background-color: #274193;
  text-align: center;
  color: white;
  padding: 15px;
}

.no-bs-gutter {
  --bs-gutter-x: unset !important;
  --bs-gutter-y: unset !important;
}

.new-subtitle {
  color: gray;
  margin: 20px 0px;
  font-size: 24px;
  font-weight: 400;
}

.introduction-text{
  font-weight: normal; 
  color:black;
  width: 65%; 
  margin:0 auto;
}

/*********************************************************************************************************
*   Estilos de toda la sección del navbar del menú principal                                             *
*********************************************************************************************************/

/* Estilo para el logo de la Universidad Don Bosco */
#logo_udb {
  /*height: 86px;*/
  padding: 6px 12px;
}


/* Estilos del texto Planificación Estratégica */
.logo-text {
  color: #274193;
  font-family: 'Figtree extrabold';
  font-size: 32px;
}

/* Final de estilos complementarios para ubicación y color del logo UDB

/* Estilos para el menú de navegación */
.menunav {
  display: flex;
  flex-direction: row;
  /*gap: 10px;*/
  /*padding: 20px;*/
  /*background-color: #fff;*/
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#navbarNav {
  flex-grow: unset;
  align-items: unset;
}

.menunav .nav-link {
  text-decoration: none;
  color: #3b3b3b;
  font-size: 18px;
  font-weight: 600;
  /*padding: 20px 24px;*/
  border-radius: 4px;
  position: relative;
  transition: all 0.3s ease;
}

/* Efecto :hover */
.menunav .nav-link:hover,
.menunav .nav-link.active {
  background-color: #274193;
  color: #e0e0e0;
  transform: translateY(-5px);
}

/* Efecto :active */
.menunav .nav-link:active {
  background-color: #274193;
  color: #e0e0e0;
}

/* Efecto de selección (clic) usando :focus */
.menunav .nav-link:focus {
  background-color: #274193;
  color: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.3);
}

/* Animación de subrayado */
/* .menunav .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;    
    transition: width 0.3s ease;
    background-color: #274193;
} */

.menunav .nav-link:hover::after {
  width: 100%;
}

.menunav .nav-link:active::after {
  background-color: #e0e0e0;
  color: #274193;
}

.menunav .nav-link:focus::after {
  background-color: #fff;
  width: 100%;
}

@media (max-width: 1200px) {
  .menunav .nav-link {
    font-size: 14.5px;
  }
}

@media (max-width: 992px) {

  .logo-text {
    font-size: 28px;
  }
}

@media (max-width: 768px){
  .submenu{
    width:99%;
    margin-bottom: 10px;
  }
}

@media (max-width: 575px){
  .introduction-text{
    width: 90%;     
  }
}


/*********************************************************************************************************
*   FIN   Estilos de toda la sección del navbar del menú principal                                       *
*********************************************************************************************************/

.news-content p{
  text-align: justify;
}

.content-newImage {
  display: none;
}

.content-side-newImage {
  display: block;
  margin-bottom: 50px;
}

.content-side-div {
  border-radius: var(--border-radius-small);
  margin-bottom: 30px;
  padding: 20px;
}

#multimedia {
  width: 100%;
  box-sizing: border-box;
  /* para que el padding/margin no aumente el ancho */
  max-width: unset !important;
}

.video-yt {
  position: relative;
  padding-bottom: 44.25%;
  /* Relación de aspecto 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background: #000;
  margin-bottom: 30px;
}

.video-yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

footer ul li{
  line-height: 1.2;
  margin-bottom: 10px;
}

.card_menu>div:nth-child(even) .job-body {
  background-color: #ebedf8;
}

.card_menu>div:nth-child(even) .job-title-link {
  color: #274193;
}

.card_menu>div:nth-child(even) p {
  color: black;
}


.card_menu>div:nth-child(odd) .job-body {
  background-color: #274193;
}

.card_menu>div:nth-child(odd) .job-title-link {
  color: white;
}

.card_menu>div:nth-child(odd) p {
  color: white;
}

@media (max-width:992px) {
  .content-newImage {
    display: block;
  }

  .content-side-newImage {
    display: none;
  }
}

@media (max-width: 505px) {
  #multimedia {
    padding-bottom: 20.25%;
  }
}

/*****************************************/
/*              Calendario Inicio
/*******************************************/

.schedule .schedule-title {
  background-color: #274193;
  color: white;
  font-size: 20px;
}

.schedule .schedule-body {
  background: #eae9ec;
}

.schedule-subtitle {
  color: #274193;
  font-weight: bold;
}

/**********Calendario***********/
.about .image-block,
.schedule .image-block {
  padding: 30px;
}

.about .image-block img,
.schedule .image-block img {
  border-radius: 100%;
  box-shadow: 0px 0px 59px 0px rgba(11, 29, 66, 0.15);
}

.schedule-details .subject p, .speaker .speaker-details p{
  color: #35383c;
}

@media (max-width: 767px) {

  .about .image-block,
  .schedule .image-block {
    margin-bottom: 30px;
    text-align: center;
  }
}

.about .image-block.two,
.schedule .image-block.two {
  padding: 0;
  margin-top: 30px;
}

.about .image-block.two img,
.schedule .image-block.two img {
  border-radius: 0;
  transform: translate(30px, -30px);
}

@media (max-width: 767px) {

  .about .image-block.two img,
  .schedule .image-block.two img {
    transform: translate(0, -30px);
  }
}

.about .content-block,
.schedule .content-block {
  margin-left: 15px;
}

@media (max-width: 767px) {

  .about .content-block,
  .schedule .content-block {
    text-align: center;
  }
}

.about .content-block h2,
.schedule .content-block h2 {
  margin-bottom: 35px;
}

@media (max-width: 767px) {

  .about .content-block h2:after,
  .schedule .content-block h2:after {
    margin: auto;
  }
}

.about .content-block .description-one,
.schedule .content-block .description-one {
  margin-bottom: 20px;
}

.about .content-block .description-one p,
.schedule .content-block .description-one p {
  color: #35383c;
  font-size: 1.0625rem;
}

.about .content-block .description-one ol.cool-list,
.schedule .content-block .description-one ol.cool-list {
  counter-reset: li;
  list-style: none;
  padding: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.about .content-block .description-one ol.cool-list a,
.schedule .content-block .description-one ol.cool-list a {
  position: relative;
  display: block;
  padding: 0.4em 0.4em 0.4em 0.8em;
  margin: 0.5em 0 0.5em 2.5em;
  background: #D3D4DA;
  color: #444;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.about .content-block .description-one ol.cool-list a:hover,
.schedule .content-block .description-one ol.cool-list a:hover {
  background: #DCDDE1;
}

.about .content-block .description-one ol.cool-list a:before,
.schedule .content-block .description-one ol.cool-list a:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -2.5em;
  top: 50%;
  margin-top: -1em;
  background: rgba(255, 249, 0, 0.6784313725);
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
}

.about .content-block .description-one ol.cool-list a:after,
.schedule .content-block .description-one ol.cool-list a:after {
  position: absolute;
  content: "";
  border: 0.5em solid transparent;
  left: -1em;
  top: 50%;
  margin-top: -0.5em;
  transition: all 0.3s ease-out;
}

.about .content-block .description-one ol.cool-list a:hover:after,
.schedule .content-block .description-one ol.cool-list a:hover:after {
  left: -0.5em;
  border-left-color: rgba(255, 249, 0, 0.6784313725);
}

.about .content-block .description-two,
.schedule .content-block .description-two {
  margin-bottom: 30px;
}

.about .content-block .description-two p,
.schedule .content-block .description-two p {
  font-size: 0.9375em;
}

@media (max-width: 575px) {

  .about .content-block ul.list-inline .list-inline-item,
  .schedule .content-block ul.list-inline .list-inline-item {
    display: block;
  }
}

.about .content-block .list-inline-item:not(:last-child),
.schedule .content-block .list-inline-item:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 991px) {

  .about .content-block .list-inline-item:not(:last-child),
  .schedule .content-block .list-inline-item:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {

  .about .content-block .list-inline-item:not(:last-child),
  .schedule .content-block .list-inline-item:not(:last-child) {
    margin-right: 0;
  }
  .schedule-contents .tab-content .tab-pane ul li, .schedule-details .subject p, .speaker .speaker-details p{
    font-size: 14px;
  }
  
}

.speakers {
  position: relative;
}

.speakers.white .speaker-item {
  background: #5ac3f0;
  border: 1px solid #e5e5e5;
}

.speakers .speaker-item {
  background: #eae9ec;
  padding: 7px;
  margin-bottom: 30px;
}

.speakers .speaker-item .image {
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}

.speakers .speaker-item .image .primary-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffdf00;
  opacity: 0.85;
  transition: 0.3s ease;
}

.speakers .speaker-item .image .socials {
  position: absolute;
  top: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: 0.4s ease;
}

.speakers .speaker-item .image .socials ul {
  width: 50%;
}

@media (max-width: 1200px) {
  .speakers .speaker-item .image .socials ul {
    width: 100%;
    text-align: center;
    padding: 0 20px;
  }
}

.speakers .speaker-item .image .socials ul li.list-inline-item:not(:last-child) {
  margin-right: 7px;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .speakers .speaker-item .image .socials ul li.list-inline-item:not(:last-child) {
    margin-right: 5px;
    margin-left: 5px;
  }
}

@media (max-width: 1200px) {
  .speakers .speaker-item .image .socials ul li.list-inline-item:last-child {
    margin-right: 5px;
    margin-left: 5px;
  }
}

.speakers .speaker-item .image .socials ul li a {
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  border: 1px solid #5ac3f0;
}

.speakers .speaker-item .image .socials ul li a i {
  font-size: 0.9375rem;
  color: #5ac3f0;
  line-height: 50px;
}

.speakers .speaker-item .image .socials ul li a:hover {
  background: #5ac3f0;
}

.speakers .speaker-item .image .socials ul li a:hover i {
  color: #35383c;
}

.speakers .speaker-item .image:hover .primary-overlay {
  top: 0;
}

.speakers .speaker-item .image:hover .socials {
  top: 0;
}

.speakers .speaker-item .content h5 a {
  font-size: 22px;
  color: #35383c;
  font-weight: 400;
  margin-bottom: 0;
}

.speakers .speaker-item .content h5 a:hover {
  color: #ffdf00;
}

.speakers .speaker-item .content p {
  font-size: 0.875rem;
  margin-bottom: 5px;
}

.schedule .schedule-tab {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.schedule .schedule-tab ul li.nav-item {
  margin-right: 10px;
}

.schedule .schedule-tab ul li.nav-item a {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #274193;
  font-weight: 500;
  display: block;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  padding: 15px 20px;
}

.schedule .schedule-tab ul li.nav-item a span {
  margin-top: 2px;
  font-family: "Roboto", sans-serif;
  display: block;
  font-size: 1rem;
  color: black;
  font-weight: 400;
}

.schedule .schedule-tab ul li.nav-item a.active {
  background: #274193;
  color: #fafafa;
  position: relative;
}

.schedule .schedule-tab ul li.nav-item a.active span {
  color: #fff;
}

.schedule .schedule-tab ul li.nav-item a.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #274193 transparent transparent;
}


.schedule .schedule-contents {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
}

.schedule .schedule-contents .schedule-details .block .subject{
  padding: 10px 15px;
}

.schedule .schedule-contents .schedule-item ul {
  margin-bottom: 0;  
}

.schedule .schedule-details .subject ul{
  margin-left: 30px;
}

.schedule .schedule-contents .schedule-item ul li {
  list-style: none;
  color: #35383c;
  /*.venue{
  	@include tablet {
  		display: none;
  	}
  }*/
}

.schedule .schedule-contents .schedule-details .block .subject ul li{
  list-style: disc;
  color: #35383c;
}

.schedule .schedule-contents .schedule-item ul li div {
  display: inline-block;
  vertical-align: middle;
}

.schedule .schedule-contents .schedule-item ul li .time {
  width: 19%;
  text-align: center;
}

.schedule .schedule-contents .schedule-item ul li .speaker {
  width: 30%;
  /* text-align: center; */
}

.schedule .schedule-contents .schedule-item ul li .speaker .speaker-item {
  /* display: flex; */
  /*width: 100%;*/
}

.schedule .schedule-contents .schedule-item ul li .speaker .speaker-item .speaker-details {
  /*display: inline-block;*/
  display: inline-flex;
  width: auto;
}

.schedule .schedule-contents .schedule-item ul li .subject {
  width: 48%;
}

.schedule .schedule-contents .schedule-item li.headings {
  padding: 22px 15px;
  background: #274193;
  text-align: center;
}

.schedule .schedule-contents .schedule-item li.headings div {
  color: white;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.schedule .schedule-contents .schedule-item li.schedule-details {
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #e5e5e5;
}

.schedule .schedule-contents .schedule-item li.schedule-details .gray-row {
  background-color: #a6a6a6 !important;
}

.schedule .schedule-contents .schedule-item li.schedule-details .lightblue-row {
  background-color: #a0b9c9 !important;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block {
  padding: 10px 15px;
  background: #eae9ec;
  width: 100%;
  transition: 0.2s ease-in;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div {
  color: #35383c;
  font-family: "Montserrat", sans-serif;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div i {
  font-size: 1.1875em;
  color: #032e6f;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div img {
  border-radius: 100%;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div span.time {
  margin-left: 5px;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block div span.name {
  margin-left: 20px;
  transition: 0.2s ease-in;
}

.schedule .schedule-contents .schedule-item li.schedule-details .block:hover {
  box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
  transform: scale(1.01);
}

.schedule .schedule-contents .schedule-item li.schedule-details .block:hover span.name {
  color: #032e6f;
  font-weight: 500;
}

.schedule .download-button {
  padding-top: 40px;
  margin-bottom: 30px;
}

.schedule.two .schedule-tab {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.schedule.two .schedule-tab ul li.nav-item {
  margin-right: 0;
  margin-bottom: 10px;
}

.schedule.two .schedule-tab ul li.nav-item a {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  color: #35383c;
  font-weight: 500;
  display: block;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  padding: 20px 30px;
}

.schedule.two .schedule-tab ul li.nav-item a span {
  margin-top: 2px;
  font-family: "Roboto", sans-serif;
  display: block;
  font-size: 14px;
  color: #848484;
  font-weight: 400;
}

.schedule.two .schedule-tab ul li.nav-item a.active {
  background: #ffdf00;
  color: #5ac3f0;
  position: relative;
}

.schedule.two .schedule-tab ul li.nav-item a.active span {
  color: #5ac3f0;
}

.schedule.two .schedule-tab ul li.nav-item a.active:after {
  content: "";
  position: absolute;
  left: 100%;
  right: 0;
  bottom: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffdf00;
}

.schedule.two .schedule-contents {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
}

.schedule.two .schedule-contents .schedule-item ul {
  margin-bottom: 0;
}

.schedule.two .schedule-contents .schedule-item ul li {
  list-style: none;
}

.schedule.two .schedule-contents .schedule-item ul li div {
  display: inline-block;
}

.schedule.two .schedule-contents .schedule-item ul li .time {
  width: 20%;
}

.schedule.two .schedule-contents .schedule-item ul li .speaker {
  width: 30%;
}

.schedule.two .schedule-contents .schedule-item ul li .subject {
  width: 30%;
}

.schedule.two .schedule-contents .schedule-item ul li .venue {
  width: 18.6%;
}

.schedule.two .schedule-contents .schedule-item li.headings {
  padding: 25px 0;
  background: #ffdf00;
}

.schedule.two .schedule-contents .schedule-item li.headings div {
  color: #5ac3f0;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block {
  text-align: center;
  padding: 0;
  background: #5ac3f0;
  width: 100%;
  transition: 0.2s ease-in;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #35383c;
  font-family: "Montserrat", sans-serif;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div i {
  font-size: 1.1875em;
  color: #c7c8c9;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div img {
  border-radius: 100%;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.time {
  margin-left: 0px;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.name {
  margin-left: 0px;
  transition: 0.2s ease-in;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block div:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block:hover {
  box-shadow: none;
  transform: scale(1);
}

.schedule.two .schedule-contents .schedule-item li.schedule-details .block:hover span.name {
  color: #ffdf00;
}

@media (max-width: 1200px) {

  .schedule.two .schedule-contents .schedule-item ul li .subject {
    display: none;
  }
}

@media (max-width: 991px) {

  .schedule.two .schedule-tab ul li.nav-item {
    margin-right: 10px;
  }

  .schedule.two .schedule-tab ul li.nav-item a.active:after {
    content: none;
  }

}

@media (max-width: 767px) {
  .schedule.two .schedule-tab ul li.nav-item {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .schedule.two .schedule-contents .schedule-item ul li .venue {
    display: none;
  }

  .schedule .schedule-contents {
    padding: unset;
  }

  .schedule .schedule-tab ul li.nav-item a.active:after {
    content: none;
  }

  .schedule .schedule-tab ul li.nav-item {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {

  .schedule .schedule-contents .schedule-item ul li .speaker img {
    display: none;
  }

  .schedule .schedule-contents .schedule-item li.schedule-details .block div span.name {
    margin-left: 0;
  }

  .schedule.two .schedule-contents .schedule-item li.schedule-details .block div span.name {
    margin-left: 0;
  }

  .speakers .speaker-item .image img {
    width: 100% !important;
  }
}

/*****************************************/
/*              Calendario Fin
/*******************************************/