.navbar-toggle {
  float: left;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff !important;
}
.navbar-default .navbar-nav > .active > a > span,
.navbar-default .navbar-nav > .active > a > span:focus,
.navbar-default .navbar-nav > .active > a > span:hover,
.navbar-default .navbar-nav > li > a > span:focus,
.navbar-default .navbar-nav > li > a > span:hover,
.navbar-nav > li > a > span:active {
  color: #ffffff;
  background-color: #d50000;
}
.navbar.navbar-default {
  background-color: #333333de;
  padding: 5px 0 0 0;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
  border: transparent;
}

.navbar.navbar-default {
  position: fixed;
  z-index: 99;
  width: 100%;
}

.navbar-default {
  background: transparent;
  border: transparent;
}

.navbar-default .navbar-collapse {
  background-color: #00000093;
}

.navbar-toggle .icon-bar {
  width: 35px;
  height: 2px;
  background-color: #ffffff !important;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 9px;
}

.nav > li > a {
  padding-left: 0;
  padding-right: 0;
}

.navbar-nav > li {
  margin: 0 20px;
}

.navbar-header {
  padding: 0 10px;
}

.height-video {
  height: 100vh;
}

.text-white {
  color: white;
}

.text-black {
  color: black;
}

.height-10 {
  height: 10px;
}

.height-15 {
  height: 15px;
}

.height-25 {
  height: 25px;
}

.height--40 {
  height: 40px;
}

.height--50 {
  height: 25px;
}

.height--51 {
  height: 51px;
}

.height--100 {
  height: 100px;
}

.light-blue {
  background-color: rgb(53, 118, 215);
}

.light-blue2 {
  background-color: rgb(23, 89, 187);
}

.color-light-blue2 {
  color: rgb(23, 89, 187);
}

.section-auspic {
  background: #f7f7f7;
}

.space-section {
  padding: 40px 0;
}

.size-small {
  font-size: 30px;
}

.size-medium {
  font-size: 80px;
}

.size-15-font {
  font-size: 25px;
}

.size-14 {
  font-size: 10px;
}

.size-13 {
  font-size: 13px;
}

.size-17 {
  font-size: 14px;
}

.size-2r {
  font-size: 2rem !important;
}

.size-3r {
  font-size: 3rem !important;
}

.size-5r {
  font-size: 5rem;
}

.p-size {
  font-size: 1.5rem;
}

.color-blue {
  color: #006ab6;
}

.float-right {
  float: right;
}

.space-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.space-section-blue {
  padding-bottom: 40px !important;
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 50px;
}

.pb-20 {
  padding-bottom: 5px;
}

.bg-propos {
  background: url("../imagenes/congreso/bg-proposito.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px;
}

.bg-light-gray {
  background-color: #ececec;
}

.bg-dark-gray {
  background-color: #dfdfdf;
}

.bg-gray {
  background-color: rgb(237 237 237);
}

.width-100 {
  width: 100%;
}

.item-track figcaption span {
  font-size: 1.5rem;
  color: black;
}

.item-track figcaption {
  padding: 20px;
  height: 128px;
}

.circle {
  display: inline-block;
  /* width: 50px; */
  height: 50px;
  border-radius: 50px;
  padding: 16px;
  font-size: 2.6rem;
  color: white;
}

.item-track.items-line figcaption {
  padding: 12px 2px;
  width: 100%;
  text-align: center;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-track.items-line figcaption span {
  font-size: 16px;
  color: white;
}

.bg-circle-blue {
  background: #006ab6;
}

.bg-circle-orange {
  background: #f4b601;
}

.bg-circle-red {
  background: red;
}

.bg-blue-light {
  background: #00a7e3;
}

.bg-circle-green {
  background: rgb(32, 197, 46);
}

.bg-circle-tangerine {
  background: rgb(227, 102, 0);
}

.bg-circle-purple {
  background: rgb(219, 0, 227);
}

.bg-circle-marino {
  background: rgb(90, 31, 184);
}

.border-blue {
  border: 3px solid #006ab6;
}

.border-orange {
  border: 3px solid #f4b601;
}

.border-red {
  border: 3px solid red;
}

.border-blue-light {
  border: 3px solid #00a7e3;
}

.border-blue-light1 {
  border: 1px solid #00a7e3;
}

.border-green {
  border: 3px solid rgb(32, 197, 46);
}

.border-tangerine {
  border: 3px solid rgb(227, 102, 0);
}

.border-purple {
  border: 3px solid rgb(219, 0, 227);
}

.border-marino {
  border: 3px solid rgb(90, 31, 184);
}

.bg-square-blue {
  background: #4e60b1;
  border: 2px solid #4e60b1;
  margin-top: 30px;
}

.bg-square-yellow {
  background: #ffcf00;
  border: 2px solid #ffcf00;
  margin-top: 30px;
}

.bg-square-red {
  background: #b50000;
  border: 2px solid #b50000;
  margin-top: 30px;
}

.bg-square-blue-light {
  background: #64a5d1;
  border: 2px solid #64a5d1;
  margin-top: 30px;
}

.bg-square-green {
  background: #72ad00;
  border: 2px solid #72ad00;
  margin-top: 30px;
}

.bg-square-orange {
  background: #ed7014;
  border: 2px solid #ed7014;
  margin-top: 30px;
}

.bg-square-violet {
  background: #c23192;
  border: 2px solid #c23192;
  margin-top: 30px;
}

.bg-square-marine {
  background: #02205b;
  border: 2px solid #02205b;
  margin-top: 30px;
}

.color-blue-light {
  color: #00a7e3;
}
.color-blue-2 {
  color: rgb(53, 118, 215);
}
.div-content {
  max-width: 50%;
}
@media (max-width: 998px) {
  .div-content {
    max-width: 100%;
    margin-top: 20px;
  }

  .div-mar {
    margin: 20px;
    margin-bottom: 45px;
  }
  .div-mar2 {
    margin: 20px;
  }
}
.bg-section-dark {
  background-color: rgba(216, 214, 214, 0.452);
}

.color-text {
  color: #333;
}

.position-circle {
  position: absolute;
  top: -27px;
  width: 100%;
  text-align: center;
}

.position-relative {
  position: relative;
}

.content-target-blue {
  padding: 15px;
  margin-bottom: 10px;
}

.content-target-blue h3 {
  margin-top: 0;
}

.size-1-5rem {
  font-size: 1.5rem;
}

.size-2rem {
  font-size: 2rem;
}

.content-target-blue p {
  font-size: 1.5rem;
  line-height: 1.4;
}

.color-orange {
  color: #f16834;
}

.color-yellow {
  color: #f4b601;
}

.position-text-exag {
  position: absolute;
  width: 100%;
  top: 44%;
}

.line-height-1-4 {
  line-height: 1.4;
}

.height-blue {
  height: 180px;
}

.content-logos {
  padding-left: 0;
}

.content-logos li {
  display: inline-block;
  list-style: none;
}

.border-none li {
  border: none !important;
}

.patrocinadores li {
  padding: 10px;
  width: 150px;
  height: 80px;
}

.auspiciadores li {
  width: 49%;
  margin: 0px 0px;
  margin-top: 6px;
}

.content-grand {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.content-inscribete a {
  width: 180px;
  display: inline-block;
  text-align: center;
  padding: 15px 0px;
  color: white;
  background: red;
  border-radius: 28px;
}

.content-btn {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.content-btn a {
  width: 100%;
  display: flex;
  text-align: center;
  color: #ffffff;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  /*border-radius: 28px;*/
  margin: 0 8px 10px 8px;
}

a.btn-border {
  background: transparent;
  border: 2px solid #ffffff;
  display: flex;
  flex-direction: column;
}

a.btn-border small {
  font-size: 15px;
}

a.btn-inscribete {
  background-color: red;
  border: 2px solid #ffffff;
  display: block;
}

a.btn-inscribete small {
  font-size: 15px;
}

.content-speakers a {
  /*width: 210px;*/
  display: inline-block;
  text-align: center;
  padding: 15px 12px;
  color: white;
  background: red;
  border-radius: 28px;
}

.content-speakers a.no-rounded {
  border-radius: 0px;
}

.content-ficha a {
  width: 280px;
  display: inline-block;
  text-align: center;
  padding: 15px 0px;
  color: white;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 28px;
}

.content-descarga a {
  width: 280px;
  display: inline-block;
  text-align: center;
  padding: 15px 0px;
  color: white;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 28px;
}

.content-descarga2 a {
  /*width: 280px;*/
  display: inline-block;
  text-align: center;
  padding: 15px 12px;
  color: white;
  background: red;
  border-radius: 28px;
}

.content-descarga2 a.no-rounded {
  border-radius: 0px;
}

.box-speaker {
  display: block;
  padding-bottom: 10px;
  height: 100%;
  min-height: 12em;
}

.non-speaker {
  display: none !important;
}

.box-modal {
  width: max-content;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-speaker-img {
  width: 120px;
  margin: auto;
  display: block;
}

.speaker-description-2 {
  font-size: 14px;
  font-weight: 600;
  color: rgb(127 127 127);
  display: block;
  margin-bottom: 10px;
  padding: 0 0px;
}

.height-name-2 {
  height: 40px;
  line-height: 16px;
  padding-top: 10px;
}

/**seccion videos modal**/

.container-slider-videos {
  padding: 0 30px;
  position: relative;
}

.container-slider-videos .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: none;
  border-radius: 0;
  margin-left: 6px;
  margin-right: 6px;
  height: 100% !important;
}

.container-slider-videos .card > a {
  display: block;
  position: relative;
}

.container-slider-videos .card > a img {
  width: 100%;
}

.card a .card-play {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
}

.card-play::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
  left: 8px;
  bottom: 1px;
  width: 0;
  height: 0;
  border-left: 24px solid #ffffff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}

.card-play:after {
  box-sizing: content-box;
  border-radius: 50%;
  content: "";
  height: 100%;
  width: 100%;
  box-shadow: 0 0 0 4px #fff;
  background-color: rgba(255, 255, 255, 0.151);
  padding: 8px;
  z-index: 9;
  position: absolute;
  top: -8px;
  left: -8px;
  opacity: 1;
  transition: all 0.25s ease;
}

.docente-info {
  color: #fff;
  height: auto;
  width: auto;
  /*opacity: 0;*/
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #00a7e3b8;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.4s ease-in-out;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: inherit;
}

.docente-info h5 {
  color: #ffffff;
  padding: 6px 16px 6px;
  font-size: 14px;
}

.docente-info .list-inline li a > i,
.docente-info .list-inline li button > i {
  padding-top: 21%;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  display: inline-block;
  background-color: #ffffff;
  font-size: 20px;
}

.docente-info .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: 0;
  margin-bottom: 15px;
}

.docente-info .list-inline > li {
  display: inline-block;
  padding-right: 6px;
  padding-left: 6px;
}

.docente-info .list-inline li a {
  color: #95989a;
}

.docente-info .list-inline li button {
  border: none;
  background: none;
  color: #95989a;
  width: 34px;
  height: 34px;
  padding: 0;
  position: relative;
  display: block;
}

/*.hovershow {
  opacity: 1;
}*/

.modal-dialog.video-ponentes {
  max-width: 800px;
  width: auto;
  margin: 100px auto;
}

.modal-body.video-ponentes {
  position: relative;
  padding: 0px;
}

.close.video-ponentes {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2.8rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

#slider-videos .slick-dots {
  margin-top: 15x;
  bottom: -65px;
}

#slider-videos .slick-dots li {
  margin: 0 2px;
}

#slider-videos .slick-dots li button:before,
#slider-admission .slick-dots li button:before {
  font-size: 10px;
}

#slider-videos .slick-dots li.slick-active button:before {
  color: #00a7e3;
  opacity: 1;
}

.container-slider-videos .slick-arrow {
  position: absolute;
  top: 35%;
  z-index: 50;
  width: 2.5rem;
}

.container-slider-videos .prev-arrow {
  left: -5px;
  margin-top: 0px;
  position: absolute;
  top: 40%;
}

.container-slider-videos .prev-arrow span:before {
  margin-right: 2px;
}

.container-slider-videos .next-arrow {
  right: -5px;
  margin-top: 0px;
  position: absolute;
  top: 40%;
}

.container-slider-videos .next-arrow span:before {
  margin-left: 2px;
}

.container-slider-videos .next-arrow,
.container-slider-videos .prev-arrow {
  border: 1px solid #00a7e3;
  background-color: #00a7e3;
  border-radius: 100%;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 2.7rem;
  font-size: 2.7rem;
  color: #fff;
}

/*.button-play:after {
  content: url('../imagenes/fotos-videos/icon-video.svg');
  position: absolute;
  top: 50%;
  margin-top: -38px;
  left: 50%;
  margin-left: -38px;
  z-index: 1;
  cursor: pointer;
}*/

.docente-info.hide {
  opacity: 0;
}

.docente-info.show {
  opacity: 1;
}

.tooltiptext {
  visibility: hidden;
  width: 104px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 10px 8px;
  position: absolute;
  z-index: 1;
  bottom: 42px;
  display: inline-block;
  left: 0;
  right: 0;
  margin-left: -35px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12.8px;
  text-align: center;
}

.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip-view:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 530px) {
  .container-slider-videos .card {
    margin-left: 7px;
    margin-right: 7px;
  }

  .container-slider-videos .next-arrow,
  .container-slider-videos .prev-arrow {
    width: 34px;
    height: 34px;
    line-height: 3rem;
    font-size: 3rem;
  }

  .container-slider-videos .prev-arrow {
    left: -10px;
    top: 43%;
  }

  .container-slider-videos .next-arrow {
    right: -10px;
    top: 43%;
  }

  .container-slider-videos {
    padding: 0 10px;
  }
}

@media (min-width: 1240px) {
  .container-slider-videos .prev-arrow {
    left: -3rem;
    top: 40%;
  }

  .container-slider-videos .next-arrow {
    right: -3rem;
    top: 40%;
  }
}

/* Gestión e Innovación Educativa */

.content-tracks-g {
  position: relative;
  margin: 0 auto;
}

.content-tracks-g a {
  border: 2px solid #006ab6;
  color: #006ab6;
  text-align: center;
  border-radius: 28px;
  padding: 8px 70px;
}

.content-tracks-g a:hover {
  background: #006ab6;
  color: #ffffff;
}

/* Diseño, Facilitación y Evaluación de los Aprendizajes */

.content-tracks-d {
  position: relative;
  margin: 0 auto;
}

.content-tracks-d a {
  border: 2px solid #f4b601;
  color: #f4b601;
  text-align: center;
  border-radius: 28px;
  padding: 8px 70px;
}

.content-tracks-d a:hover {
  background: #f4b601;
  color: #ffffff;
}

/* Formación Docente y Liderazgo */

.content-tracks-f {
  position: relative;
  margin: 0 auto;
}

.content-tracks-f a {
  border: 2px solid red;
  color: red;
  text-align: center;
  border-radius: 28px;
  padding: 8px 70px;
}

.content-tracks-f a:hover {
  background: red;
  color: #ffffff;
}

/* Integración de Tecnologías para el Aprendizaje */

.content-tracks-i {
  position: relative;
  margin: 0 auto;
}

.content-tracks-i a {
  border: 2px solid #00a7e3;
  color: #00a7e3;
  text-align: center;
  border-radius: 28px;
  padding: 8px 70px;
}

.content-tracks-i a:hover {
  background: #00a7e3;
  color: #ffffff;
}

/* Educación Multidisciplinaria */

.content-tracks-e {
  position: relative;
  margin: 0 auto;
}

.content-tracks-e a {
  border: 2px solid rgb(32, 197, 46);
  color: rgb(32, 197, 46);
  text-align: center;
  border-radius: 28px;
  padding: 8px 70px;
}

.content-tracks-e a:hover {
  background: rgb(32, 197, 46);
  color: #ffffff;
}

/* Innovación e Investigación en Educación */

.content-tracks-in {
  position: relative;
  margin: 0 auto;
}

.content-tracks-in a {
  border: 2px solid rgb(227, 102, 0);
  color: rgb(227, 102, 0);
  text-align: center;
  border-radius: 28px;
  padding: 8px 70px;
}

.content-tracks-in a:hover {
  background: rgb(227, 102, 0);
  color: #ffffff;
}

/* Psicología Educativa y Atención a la DIversidad */

.content-tracks-p {
  position: relative;
  margin: 0 auto;
}

.content-tracks-p a {
  border: 2px solid rgb(219, 0, 227);
  color: rgb(219, 0, 227);
  text-align: center;
  border-radius: 28px;
  padding: 8px 70px;
}

.content-tracks-p a:hover {
  background: rgb(219, 0, 227);
  color: #ffffff;
}

/* Educación Superior */

.content-tracks-edu {
  position: relative;
  margin: 0 auto;
}

.content-tracks-edu a {
  border: 2px solid rgb(90, 31, 184);
  color: rgb(90, 31, 184);
  text-align: center;
  border-radius: 28px;
  padding: 8px 70px;
}

.content-tracks-edu a:hover {
  background: rgb(90, 31, 184);
  color: #ffffff;
}

.style-clock {
  padding-left: 0;
}

.style-clock li {
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 15px 5px;
  border-radius: 10px;
  background: white;
  font-family: "zizou-slab-regular";
  margin: 0 5px;
  color: black;
}

.imag-logo {
  /* padding: 20px; */
  width: 48px;
  padding-top: 4px;
}

.size-title {
  font-size: 40px;
}

.position-letter-g {
  height: 47px;
  padding-left: 13px;
  padding-right: 13px;
}

.position-letter-d {
  height: 47px;
  padding-left: 15px;
  padding-right: 14px;
}

.position-letter-l {
  height: 47px;
  padding-left: 16px;
  padding-right: 16px;
}

.position-letter-t {
  height: 47px;
  padding-left: 15px;
  padding-right: 15px;
}

.position-letter-m {
  height: 47px;
  padding-left: 13px;
  padding-right: 13px;
}

.position-letter-i {
  height: 47px;
  padding-left: 20px;
  padding-right: 20px;
}

.position-letter-p {
  height: 47px;
  padding-left: 15px;
  padding-right: 15px;
}

.position-letter-s {
  height: 47px;
  padding-left: 15px;
  padding-right: 15px;
}

.color-banner {
  bottom: 0%;
  left: 75%;
  position: absolute;
  width: 80px;
  height: 80px;
}

@media (min-width: 640px) {
  .content-btn a {
    width: 280px;
    padding: 12px 0px;
    margin: 0 5px 10px 5px;
    display: inline-flex;
  }
}

@media (min-width: 768px) {
  .content-target-blue {
    padding: 20px;
  }

  .color-banner {
    bottom: 10%;
    left: 0%;
    position: absolute;
    width: 180px;
    height: 180px;
  }

  .height-video2 {
    height: 100vh;
  }

  .auspiciadores li {
    width: 188px;
    height: 118px;
    padding: 5px 5px;
    margin: 0 9px;
  }

  .bg-propos {
    padding-left: 40px;
    padding-right: 100px;
    height: 74vh;
  }

  .height-certificacion {
    height: 286px;
  }

  .patrocinadores li {
    margin: 0 10px;
  }

  .imag-logo {
    /* padding: 20px; */
    width: 50px;
    padding-top: 0;
  }

  .size-title {
    font-size: 5rem;
  }

  .navbar.navbar-default {
    background-color: #00000054;
    padding: 14px 8px;
  }

  .navbar-default .navbar-nav > li > a > span {
    padding: 2px 5px;
  }

  .navbar-nav > li {
    margin: 0 20px;
  }

  .navbar-default .navbar-collapse {
    background-color: transparent;
  }

  .height-blue {
    height: 138px;
  }

  /* Gestión e Innovación Educativa */

  .content-tracks-g {
    position: relative;
    margin: 0 auto;
  }

  .content-tracks-g a {
    border: 2px solid #006ab6;
    color: #006ab6;
    text-align: center;
    border-radius: 28px;
    padding: 8px 53px;
  }

  .content-tracks-g a:hover {
    background: #006ab6;
    color: #ffffff;
  }

  /* Diseño, Facilitación y Evaluación de los Aprendizajes */

  .content-tracks-d {
    position: relative;
    margin: 0 auto;
  }

  .content-tracks-d a {
    border: 2px solid #f4b601;
    color: #f4b601;
    text-align: center;
    border-radius: 28px;
    padding: 8px 53px;
  }

  .content-tracks-d a:hover {
    background: #f4b601;
    color: #ffffff;
  }

  /* Formación Docente y Liderazgo */

  .content-tracks-f {
    position: relative;
    margin: 0 auto;
  }

  .content-tracks-f a {
    border: 2px solid red;
    color: red;
    text-align: center;
    border-radius: 28px;
    padding: 8px 53px;
  }

  .content-tracks-f a:hover {
    background: red;
    color: #ffffff;
  }

  /* Integración de Tecnologías para el Aprendizaje */

  .content-tracks-i {
    position: relative;
    margin: 0 auto;
  }

  .content-tracks-i a {
    border: 2px solid #00a7e3;
    color: #00a7e3;
    text-align: center;
    border-radius: 28px;
    padding: 8px 53px;
  }

  .content-tracks-i a:hover {
    background: #00a7e3;
    color: #ffffff;
  }

  /* Educación Multidisciplinaria */

  .content-tracks-e {
    position: relative;
    margin: 0 auto;
  }

  .content-tracks-e a {
    border: 2px solid rgb(32, 197, 46);
    color: rgb(32, 197, 46);
    text-align: center;
    border-radius: 28px;
    padding: 8px 53px;
  }

  .content-tracks-e a:hover {
    background: rgb(32, 197, 46);
    color: #ffffff;
  }

  /* Innovación e Investigación en Educación */

  .content-tracks-in {
    position: relative;
    margin: 0 auto;
  }

  .content-tracks-in a {
    border: 2px solid rgb(227, 102, 0);
    color: rgb(227, 102, 0);
    text-align: center;
    border-radius: 28px;
    padding: 8px 53px;
  }

  .content-tracks-in a:hover {
    background: rgb(227, 102, 0);
    color: #ffffff;
  }

  /* Psicología Educativa y Atención a la DIversidad */

  .content-tracks-p {
    position: relative;
    margin: 0 auto;
  }

  .content-tracks-p a {
    border: 2px solid rgb(219, 0, 227);
    color: rgb(219, 0, 227);
    text-align: center;
    border-radius: 28px;
    padding: 8px 53px;
  }

  .content-tracks-p a:hover {
    background: rgb(219, 0, 227);
    color: #ffffff;
  }

  /* Educación Superior */

  .content-tracks-edu {
    position: relative;
    margin: 0 auto;
  }

  .content-tracks-edu a {
    border: 2px solid rgb(90, 31, 184);
    color: rgb(90, 31, 184);
    text-align: center;
    border-radius: 28px;
    padding: 8px 53px;
  }

  .content-tracks-edu a:hover {
    background: rgb(90, 31, 184);
    color: #ffffff;
  }

  .height-name-2 {
    height: initial;
    line-height: initial;
  }

  .speaker-description-2 {
    padding: 0 15px;
  }

  .box-speaker-img {
    width: auto;
  }

  .content-speakers a {
    padding: 15px 20px;
  }

  .content-descarga2 a {
    padding: 15px 20px;
  }
}

.padding-mobile {
  padding-left: 10px;
}

.text-position-banner {
  text-align: left;
}

.space-header {
  padding-left: 20px;
}

@media (min-width: 992px) {
  .text-position-banner {
    text-align: right;
  }

  .space-btn {
    padding-right: 20px;
  }

  .content-speakers a {
    padding: 15px 30px;
  }

  .content-descarga2 a {
    padding: 15px 30px;
  }
}

.pd-20 {
  padding: 0px 20px 0px 0px;
}

.bg-congreso {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)),
    url(../imagenes/congreso/mobile-banner.jpg);
}

.bg-congreso2 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)),
    url("../imagenes/congreso/cie-mobile-2022.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 507px;
}

.bg-congreso2023 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.011), rgba(0, 0, 0, 0.669)),
    url("https://res.cloudinary.com/upcbinary/image/upload/v1667868476/congreso-internacional/cie-2023_ln22nl.png");
  background-color: #79af4f;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 507px;
}

.bg-congreso2024 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.011), rgba(0, 0, 0, 0.669)),
    url("../imagenes/congreso/cie-mobile-2024.jpg");
  background-color: #79af4f;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 507px;
}

/* .bg-congreso-v2 {
  position: relative;
  height: auto;
  min-height: 650px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}

.bg-congreso-v2 video {
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 120%;
  z-index: -1;
} */

.position-pais {
  position: absolute;
  right: 8px;
  top: 68px;
  text-align: center;
}

.position-pais1 {
  position: absolute;
  right: 4px;
  top: 70px;
  text-align: center;
  width: 33px;
}

.padding-p {
  padding-top: 10px;
}

.img-ponente {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  padding: 11px;
}

.padding-description {
  padding: 15px;
  line-height: 18px;
  font-size: 18px;
  color: #616161;
}

.contenedor-slider {
  margin: 0 auto;
  padding: 40px;
  width: 100%;
  color: #333;
  text-align: center;
}

.slick-next,
.slick-prev {
  font-weight: 800;
}

.slick-next:before,
.slick-prev:before {
  font-size: 30px;
}

.slick-prev:before {
  content: "←";
  color: #00a7e3;
}

.slick-next:before {
  content: "→";
  color: #00a7e3;
}

.space-slider-imagen {
  padding-bottom: 20px;
  position: relative;
}

.slick-slide img {
  display: inline;
}

.margen-logo {
  margin-right: 10px;
}

.space-p {
  line-height: 20px;
}

.link-small {
  font-size: 14.8px;
}

.box-gray {
  width: 100%;
}

@media (min-width: 768px) {
  .bg-congreso2023 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.669)),
      url("https://res.cloudinary.com/upcbinary/image/upload/v1667868476/congreso-internacional/cie-desktop-2023_axe8zq.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 620px;
  }

  .bg-congreso-v3 {
    position: relative;
    height: auto;
    min-height: 650px;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.669));
  }

  .bg-congreso-v2 {
    position: relative;
    height: auto;
    min-height: 650px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
  }

  .bg-congreso-v2 video,
  .bg-congreso-v3 video {
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 120%;
    z-index: -1;
  }

  .position-pais {
    position: absolute;
    right: 85px;
    top: 10px;
    /*width: 100%;*/
    text-align: center;
  }

  .position-pais img.style-rounded {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
  }

  .position-pais1 {
    position: absolute;
    left: 65px;
    top: 8px;
    width: 100%;
    text-align: center;
  }

  .padding-description {
    padding: 15px;
    line-height: 18px;
    font-size: 15px;
    color: #616161;
  }

  .img-ponente {
    width: 150px;
    height: 150px;
    padding: 0;
  }

  .space-slider-imagen {
    padding: 20px;
    position: relative;
  }

  .contenedor-slider {
    margin: 0 auto;
    padding: 40px;
    width: 100%;
    color: #333;
    text-align: center;
  }

  .slick-prev:before {
    content: "←";
    color: #00a7e3;
  }

  .slick-next:before {
    content: "→";
    color: #00a7e3;
  }

  .slick-slide img {
    display: inline;
  }

  .padding-logo {
    padding: 0px 20px 20px 20px;
  }

  .padding-text {
    padding-top: 20px !important;
  }

  .link-small {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .margin-left-ponentes {
    margin-left: 40px !important;
  }

  .slick-next:before,
  .slick-prev:before {
    font-size: 38px;
  }

  .box-gray {
    width: 78%;
  }

  .position-pais {
    left: /*94px*/ 140px;
    right: auto;
  }
}

@media (min-width: 1200px) {
  .non-speaker {
    display: block !important;
  }

  .position-pais {
    left: /*117px*/ 160px;
    right: auto;
  }
}

/* CSS DE CONGRESO 2021 */

.bounce {
  -moz-animation: bounce 0.5s infinite alternate;
  -o-animation: bounce 0.5s infinite alternate;
  -webkit-animation: bounce 0.5s infinite alternate;
  animation: bounce 0.5s infinite alternate;
}

@-webkit-keyframes bounce {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@-moz-keyframes bounce {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@-o-keyframes bounce {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@-ms-keyframes bounce {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.position-relativo {
  position: relative;
}

.btn-inscribete-red {
  font-family: "SolanoGothicMVBStdBdCap";
  background-color: #d50000;
  color: white !important;
  padding: 8px 24px;
  font-size: 24px;
}

.position-arrow-congreso {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 2%;
  text-align: center;
}

.btn-ediciones-anteriores {
  font-family: "SolanoGothicMVBStdBdCap";
  border: 2px solid #d50000;
  color: #d50000 !important;
  padding: 10px 35px;
  font-size: 20px;
}

.btn-ediciones-anteriores2 {
  text-decoration: none !important;
}

.btn-ediciones-anteriores2 div {
  font-family: "SolanoGothicMVBStdBdCap";
  border: 2px solid #d50000;
  color: #d50000 !important;
  padding: 14px 10px;
  font-size: 20px;
  text-align: center;
  margin: 25px 30px 0 30px;
}

.size-video-congreso {
  width: 83%;
  height: 259px;
}

.bg-black-footer {
  background-color: #000000;
  padding-top: 36px;
  padding-bottom: 36px;
}

.size-20-footer {
  font-size: 18px;
  line-height: 1.4;
}

.icon-footer-congreso {
  font-size: 18px;
  padding-right: 11px;
}

.c-red2 {
  color: #d50000 !important;
}

.text-video-center {
  text-align: center;
}

.size-3r-date {
  font-size: 2.6rem !important;
}

.gracias-congreso {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)),
    url("https://res.cloudinary.com/upcbinary/image/upload/v1667868476/congreso-internacional/cie-desktop-2023_axe8zq.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 650px;
}

.style-bandera {
  border-radius: 50%;
  height: 33px;
  width: 33px;
  border: 1px solid #fff;
}

.style-bandera.full-ponentes {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  border: 3px solid #fff;
}

#slider-prueba {
  margin: 0 auto;
  padding: 20px;
  width: 100%;
}

#slider-prueba .slick-next {
  right: 4px;
}

#slider-prueba .slick-prev {
  left: -5px;
}

@media (min-width: 768px) {
  .text-video-center {
    text-align: right;
  }

  .size-content-blue {
    min-height: 320px;
  }

  .position-arrow-congreso {
    position: absolute;
    bottom: 1%;
  }

  .size-3r-date {
    font-size: 3rem !important;
  }

  .style-bandera {
    height: 50px;
    width: 50px;
    border: 3px solid #fff;
  }

  .btn-ediciones-anteriores2 div {
    padding: 14px 6px;
    margin: 40px 0 0 0;
  }
}

.cupos {
  background-color: #ff0000cc;
  position: absolute;
  top: 10%;
  right: 5%;
  /*width: 33%;*/
  /*height: 14%;*/
  border-radius: 100%;
  border: 4px solid #fff;
}

.cupos span {
  padding: 30%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .cupos {
    top: 40%;
    right: 10%;
    /*width: 13%;*/
    /*height: 26%;*/
  }

  .cupos span {
    padding: 28%;
    font-size: 32px;
    line-height: 34px;
  }
}

.sticker img {
  position: absolute;
  left: -9px;
  top: 5px;
  width: 60px;
}

@media (min-width: 768px) {
  .sticker img {
    left: -37px;
    top: 45px;
    width: 88px;
  }
}

@media (min-width: 992px) {
  .sticker img {
    left: -40px;
    top: 59px;
    width: 100px;
  }
}

.row-no-padding {
  margin: 0;
}

.height-name {
  height: 45px;
}

.link-guia {
  text-decoration: underline;
}

.link-guia:hover {
  color: #fff;
}

/* desplegable - ediciones anteriores */

.ediciones-anteriores-collapse div {
  font-family: "SolanoGothicMVBStdBdCap";
  color: #ffffff;
  font-size: 18px;
  padding: 10px 0 10px 18px;
  border-bottom: 1px solid #707070;
  width: 100%;
}

.ediciones-anteriores-collapse a {
  text-decoration: none;
}

.border-transparent {
  border-bottom: 1px solid transparent !important;
}

.collapse-mobile {
  display: flex !important;
  justify-content: space-between;
}

/* portada 2023 */

.title-cie {
  font-family: "zizou-slab-bold";
  color: #ffffff;
  font-size: 42px;
  line-height: 0.9;
}

.subtitle-color-orange {
  font-family: "SolanoGothicMVBStdBdCap";
  background-color: #000000;
  color: #f16834;
  max-width: max-content;
  line-height: 1;
  padding: 10px 10px;
  font-size: 27px;
  margin: 20px 0 20px 0px;
}

.size-date {
  font-family: "zizou-slab-bold";
  color: #f4b601;
  font-size: 24px;
  line-height: 1;
  /* padding-bottom: 20px; */
}

.btn-cie,
.btn-cie2,
.btn-cie3 {
  text-decoration: none !important;
}

.btn-cie div {
  font-family: "SolanoGothicMVBStdBdCap";
  color: #ffffff;
  border: 2px solid #d50000;
  font-size: 20px;
  text-align: center;
  width: 100%;
  line-height: 1;
  margin-top: 10px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-cie2 div {
  font-family: "SolanoGothicMVBStdBdCap";
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  font-size: 20px;
  text-align: center;
  width: 100%;
  line-height: 1;
  margin-top: 10px;
  min-height: 60px;
  display: grid;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.btn-cie3 div {
  font-family: "SolanoGothicMVBStdBdCap";
  background-color: #d50000;
  color: #ffffff;
  border: 2px solid #ffffff;
  font-size: 20px;
  text-align: center;
  width: 100%;
  line-height: 1;
  margin-top: 10px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 6px;
}

@media (min-width: 768px) {
  .ediciones-anteriores-collapse {
    position: absolute;
    top: 64px;
    background-color: #242424;
    width: 100%;
    box-shadow: 0 3px 6px #00000029;
  }

  .ediciones-anteriores-collapse div {
    font-family: "zizou-slab-regular";
    font-size: 16px;
    padding: 10px 10px;
    border-bottom: 1px solid #707070;
    width: auto;
  }

  .border-transparent {
    border-bottom: 2px solid transparent !important;
  }

  .collapse-mobile {
    display: block !important;
    justify-content: start;
  }

  .ediciones-anteriores-collapse div:hover {
    border-bottom: 2px solid #707070;
  }

  /* portada 2023 */

  .title-cie {
    font-size: 51px;
  }

  .subtitle-color-orange {
    font-size: 34px;
    padding: 4px 10px;
  }

  .size-date {
    font-size: 34px;
    padding-bottom: 0;
  }

  .d-flex-btn {
    display: flex;
    justify-content: start;
  }

  .btn-cie,
  .btn-cie2,
  .btn-cie3 {
    width: 25%;
    margin-right: 10px;
  }

  .btn-cie div,
  .btn-cie2 div,
  .btn-cie3 div {
    font-size: 18px;
    margin-top: 30px;
  }

  .btn-cie div:hover,
  .btn-cie3 div:hover {
    background-color: transparent;
  }
}

@media (min-width: 992px) {
  .height-cie {
    min-height: 427px;
  }
}

@media (min-width: 1200px) {
  .btn-cie div,
  .btn-cie2 div,
  .btn-cie3 div {
    font-size: 20px;
  }

  .height-cie {
    min-height: 427px;
  }
}

/* 2025 */
.fondo-azul {
  background-color: #1759bb;
  padding: 5px 10px;
  display: inline-block;
}
.fondo-azul p.text-white {
  display: inline-block;
}
.p-15 {
  padding: 15px;
}
.d-flex {
  display: flex;
}
.sobre-nuestro-congreso {
  padding-top: 80px;
  padding-bottom: 80px;
}
.img-fluid.congreso {
  width: 100%;
  height: auto;
}
.recuadro {
  position: relative; /* Necesario para posicionar el ::after en relación con el contenedor */
  display: inline-block;
}
.recuadro::before {
  content: ""; /* Crea el pseudo-elemento */
  position: absolute; /* Posición relativa al contenedor */
  width: 100%;
  height: 100%;
  border: 2px solid rgb(23, 89, 187);
  left: 7px;
  top: 8px;
  z-index: -1;
}
.imagen-ico {
  max-width: 50px;
  width: 100%;
  height: 50px;
  margin-right: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-5 {
  margin-bottom: 5px;
}
.color-text.zizou.size-18 {
  line-height: 20px;
}
.save-the-date {
  background: url(../imagenes/congreso/bg-proposito.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  padding-top: 50px;
  padding-bottom: 70px;
}
.height-date {
  margin-bottom: 30px;
}
.text-redUPC {
  color: #d50000;
}
.btn-ediciones-anteriores2 div.text-white {
  background-color: #d50000;
  color: white !important;
}
.bg-square-redUPC {
  background: rgb(23, 89, 187);
  /* border: .2rem solid #D50000; */
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 1px;
}
.mb-30 {
  margin-bottom: 30px;
}
.slick-dots li button:before {
  font-size: 12px;
}
.slick-dots li button:hover:before {
  color: rgb(23, 89, 187);
  opacity: 0.75;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: rgb(23, 89, 187);
}
.container-slider-topicos .card {
  margin-left: 10px;
  margin-right: 10px;
}
.flex-center {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .height-date {
    min-height: 240px;
  }
}
@media (max-width: 992px) {
  .save-the-date {
    background-size: cover;
    background-position: top;
  }
}
.content-aliados {
  max-width: 360px;
  width: 100%;
}

/* btn-download */
.btn-download {
  background: #d50000;
  color: white;
  border-radius: 0;
  font-family: "SolanoGothicMVBStdBdCap";
  font-size: 20px;
}
.btn-download:hover {
  color: white;
}
.btn-download:focus {
  color: white;
}
.btn-download:active {
  color: white;
}

.mt-3 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mt-5 {
  margin-top: 5rem;
}
.cont-box-speaker {
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
  overflow: hidden;
  overflow-x: auto;
}
@media (max-width: 780px) {
  .cont-box-speaker {
    justify-content: initial;
    overflow: hidden;
    overflow-x: auto;
  }
}
.cont-box-speaker .box-speaker {
  padding: 0 1rem;
  min-width: 240px;
  max-width: 260px;
}
body {
  overflow-x: hidden;
}
.box-speaker .logo-radius {
  border-radius: 50%;
  max-width: 70px;
}