/*** home-section ***/

.diplo-home {
  width: 100%;
  display: flex;
  justify-content: start;
  flex-flow: column;
  position: relative;
  min-height: 600px;
}

#gradient-canvas.diplo-banner {
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 0;
  /* default: pastel de los colores de marca (invertido: slot 3 domina);
     los pisa el inline style por categoría */
  --gradient-color-1: #fff;
  --gradient-color-2: var(--color-secondary-pastel);
  --gradient-color-3: var(--color-primary-pastel);
  --gradient-color-4: #fff;
}

/* Seguro de contraste para el hero del single (degradados oscuros) */
.diplo-home.hero-banner--text-light .dh-content h1,
.diplo-home.hero-banner--text-light .dh-content span,
.diplo-home.hero-banner--text-light .dh-content p {
  color: #fff;
}

.diplo-home .breadcrums {
  align-items: center;
}

.diplo-home .dh-content .breadcrums nav {
  margin: auto 0;
  margin-left: 10px;
}

.diplo-home .content-wrapper {
  align-self: center;
  height: 100%;
  width: 100%;
  max-width: 1350px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.diplo-home .dh-content {
  padding: 40px 0px 50px;
  display: flex;
  flex-flow: column;
  position: relative;
}

.course-info-banner .dh-content span {
  font-weight: 500;
  margin-bottom: 40px;
}

.course-info-banner .dh-content h1 {
  margin: 15px 0;
  max-width: 780px;
}

.course-info-banner .dh-content p {
  width: 100%;
  max-width: 520px;
}

.course-info-banner .dh-content nav {
  display: flex;
  margin-top: 60px;
  align-items: center;
  flex-wrap: wrap;
}

.course-info-banner .dh-content nav button {
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  height: 72px;
}

.course-info-banner .dh-content nav button:hover {
  background-color: var(--black);
  color: var(--white);
}

.course-info-banner .dh-content nav button:active {
  background-color: var(--light-green);
  color: var(--black);
}

.course-info-banner .dh-content nav button:active .arrow-icon {
  content: url("../img/icons/icono_flecha_black.svg");
}

.course-info-banner .dh-content nav a {
  margin: auto 0;
  margin-left: 15px;
  color: #000;
  display: flex;
  align-items: center;
}

.course-info-banner .dh-logos {
  list-style-type: none;
  display: flex;
  justify-content: left;
  width: 100%;
  margin-top: 115px;
  margin-bottom: 20px;
}

.course-info-banner .dh-logos li {
  margin-right: 25px;
  height: 40px;
}

.course-info-banner .dh-logos li img {
  height: 100%;
}

.course-info-banner .dh-bottom {
  width: 100%;
  border-bottom: 4px solid black;
  display: block;
  z-index: 0;
}

/*** presentacion/cursado ***/

.diplo-present {
  margin-top: 50px;
  padding-bottom: 30px;
}

.diplo-presentation {
  width: 100%;
}

.diplo-info {
  padding: 0 40px 50px;
  margin: 0 auto;
  width: 100%;
  max-width: 1325px;
}

.diplo-info .articles-info {
  max-width: 1325px;
  margin: 0 auto;
}

.diplo-presentation article {
  margin-top: 40px;
  max-width: 780px;
}

.diplo-presentation .acomplishments {
  display: flex;
  margin-top: 30px;
  padding-left: 20px;
  font-weight: normal;
}

.diplo-presentation .acomplishments img {
  margin: auto 0;
  margin-top: 0;
}

.diplo-presentation .acomplishments ul {
  list-style-type: none;
  margin-left: 20px;
  margin-top: 20px;
}

.diplo-presentation .acomplishments ul li {
  padding: 10px 0;
  padding-left: 40px;
  background-image:
    url(../img/icons/circle-black.png), linear-gradient(to right, #000, #000),
    linear-gradient(to right, #000, #000);
  background-repeat: no-repeat;
  background-position:
    left center,
    4px 0,
    4px 100%;
  background-size:
    auto,
    2px 50%,
    2px 50%;
}

.diplo-presentation .acomplishments ul li:first-of-type {
  padding-top: 0;
  background-image:
    url(../img/icons/circle-black.png), linear-gradient(to right, #000, #000);
  background-position:
    left center,
    4px 100%;
}

.diplo-presentation .acomplishments ul li:last-of-type {
  padding-bottom: 0;
  background-image:
    url(../img/icons/circle-black.png), linear-gradient(to right, #000, #000);
  background-position:
    left center,
    4px 0;
}

.diplo-presentation article span {
  margin: 20px 0;
  display: block;
}

.diplo-presentation article > p {
  margin-top: 40px;
}

.diplo-presentation .destined {
  display: flex;
  margin-top: 30px;
}
.diplo-presentation .destined ul {
  padding-left: 6%;
}

.diplo-presentation .destined img {
  margin: auto 0;
}

.diplo-presentation .destined p {
  margin-left: 20px;
  /* max-width: 520px; */
}

/***Content & team***/

.diplo-content-team {
  background: var(--light-grey);
  display: flex;
  flex-flow: column;
  margin: 0 auto;
  padding: 0 40px 40px;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  width: 100%;
}

.diplo-content-team article {
  width: 100%;
  max-width: 1325px;
  padding: 0 40px;
  margin: 0 auto;
  margin-top: 60px;
}

.diplo-content-team .content-modules {
  list-style-type: none;
}

.diplo-content-team .content-modules li {
  margin-top: 50px;
}

.diplo-content-team .content-module {
  display: flex;
  width: 100%;
  max-width: 840px;
  margin-right: 20px;
}

.diplo-content-team .content-module .module {
  width: 79px;
  height: 90px;
  background-image: url(../img/icons/globo_texto.png);
  flex-shrink: 0;
  color: var(--white);
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 3px;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 20px;
}

.diplo-content-team .content-module .title {
  margin-left: 30px;
  margin-right: 10px;
  max-width: 300px;
}

.diplo-content-team .content-module .title h4 {
  margin-top: 5px;
}

.diplo-content-team .content-module .title span {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.diplo-content-team .content-module .description {
  max-width: 400px;
  margin-left: auto;
}

.diplo-content-teachers {
  overflow: hidden;
  width: 100%;
  max-width: 860px;
  margin-top: 20px;
}

.diplo-content-teachers .teachers-jcarousel {
  display: flex;
}

.diplo-content-teachers .teachers-jcarousel ul {
  gap: 40px;
  width: calc(400px * 2 + 40px);
}

.diplo-content-teachers .teachers-jcarousel li {
  min-width: 400px;
}

.diplo-content-teachers .teacher-card {
  margin-top: 20px;
}

.diplo-content-teachers .teacher-card > div:not(.teacher-photo) {
  padding-top: 0;
  display: flex;
  flex-flow: column;
}

.diplo-content-teachers .teacher-card > div:not(.teacher-photo) p {
  margin-top: 5px;
}

.diplo-content-teachers .teacher-card > div:not(.teacher-photo) a {
  margin-top: auto;
}

.diplo-content-teachers .teacher-card .teacher-data-btn img,
.diplo-content-teachers .teacher-big .teacher-data-btn img {
  width: 24px;
}

.tb-pic img {
  border-radius: 10px;
}

.diplo-content-team .teacher-big {
  position: relative;
  left: -40px;
  margin-top: 40px;
  padding-right: 20px;
  max-width: none;
  width: calc(100% - 410px - ((100% - 1350px) / 2));
  display: flex;
  justify-content: right;
}

.diplo-content-team .teacher-big-content {
  display: flex;
  width: 100%;
  max-width: 820px;
}

.diplo-content-team .teacher-big-content-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  row-gap: 10px;
  column-gap: 5px;
}

.diplo-content-team .teacher-big-content .tb-pic {
  width: 170px;
  max-width: 900px;
}

.tb-pic a img {
  max-width: 24px;
}

/* bulletpoints-horizontal */
.diplo-presentation .learning-experience-section {
  max-width: 1325px;
  padding: 40px;
}

.diplo-presentation .bulletpoints-wrapper {
  width: 100%;
  max-width: 920px;
}

.diplo-presentation .bulletpoints-horizontal {
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: space-between;
}

.diplo-presentation .bullet-horizontal {
  /* margin: 0 20px; */
  display: flex;
  padding: 30px 0;
}

.diplo-presentation .bullet-horizontal > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin: 0 20px;
  text-align: start;
}

.diplo-presentation .bullet-horizontal > div span,
.diplo-presentation .bullet-horizontal > div h3 {
  margin-bottom: 18px;
}

/* comment-section-diplo */
.diplo-presentation .comments-section {
  min-height: 480px;
}

.diplo-presentation .comments-section .users-comments {
  max-width: 1050px;
  min-height: 175px;
}

.diplo-presentation .comments-section .comment-card {
  max-height: 250px;
  max-width: 1000px;
  margin: 0 calc((1050px - 1000px) / 2);
}

.diplo-presentation .comments-diplo .balloon-card {
  align-self: flex-start;
  background-image: url("../img/icons/balloon_large.svg");
  background-size: contain;
  min-height: 175px;
  max-width: 825px;
  margin-top: 0;
  padding: 18px 30px 26px 45px;
}
.diplo-presentation .comments-diplo .balloon-card p {
  font-size: 18px;
}
/*** ods-section ***/
:root {
  --diploTotalLogos: 1;
}

.diplo-presentation .ods-section {
  background-color: var(--grey-dark);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  padding: 40px 20px 40px;
}

.diplo-presentation .ods-section > h5 {
  color: var(--white);
  align-self: center;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

.diplo-presentation .institutions-section p {
  align-self: center;
  font-weight: 600;
  letter-spacing: 2px;
}

.diplo-presentation .logos-container {
  display: flex;
  margin: 20px auto;
  max-width: 1250px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.diplo-presentation #odsSlider .slides {
  display: flex;
  list-style: none;
  position: relative;
  max-width: calc(var(--diploTotalLogos) * 155px * 2);
  animation: odsSlide 50s linear infinite;
}

#odsSlider .slide {
  align-content: center;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
}

#odsSlider .slides li {
  width: 100%;
  max-width: 155px;
  margin: 20px;
}

.diplo-presentation .slide img {
  width: 100%;
  min-width: 115px;
  max-height: 115px;
}

@keyframes odsSlide {
  100% {
    transform: translateX(calc(-155px * var(--diploTotalLogos)));
  }
}

/*** FAQS ***/
.diplo-wrapper .faqs-section {
  width: 100%;
}

.diplo-wrapper .faqs-section .faqs-conteiner {
  width: 100%;
  max-width: 1325px;
  margin: 0 auto;
  padding: 100px 40px;
}

.diplo-wrapper .faqs-section .faqs {
  margin-top: 80px;
}

.diplo-wrapper hr {
  border-bottom: 1px solid var(--black);
}

/*** YOU MIGHT ALSO LIKE ***/
.you-might-also {
  width: 100%;
  max-width: 1365px;
  margin: 0 auto;
  padding: 70px 40px;
  padding-top: 40px;
  position: relative;
}

.carousel-header,
.yma-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.carousel-header {
  margin-top: 20px;
}

.yma-container .featured-jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1365px;
}

.yma-container .featured-jcarousel ul {
  width: 100%;
  position: relative;
  list-style: none;
  margin-top: 50px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: row;
}

.yma-container .featured-card {
  /*float: left;
  flex-shrink: 0;*/
  width: 100%;
  max-width: 384px;
  margin-right: calc((100% - (384px * 3)) / 2);
}

/* carousel controls */
.class-wrapper .poc-jcarousel-control,
.class-wrapper .uoc-jcarousel-control,
.carousel-header .featured-jcarousel-control,
.you-might-also .featured-jcarousel-control {
  width: 100%;
  max-width: 140px;
  display: flex;
  justify-content: space-between;
}

.featured-jcarousel-control img:hover {
  transform: scale(1.05);
}

/***DIPLO HEADER***/
.diplo-header {
  width: 100%;
  background: var(--black);
  display: flex;
  padding: 40px;
  position: absolute;
  display: none;
  z-index: 3;
}

.diplo-header .dp-content {
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
}

.diplo-header .dp-content .info {
  color: var(--white);
  width: 100%;
  max-width: 600px;
  margin-left: 30px;
}

.diplo-header .dp-content .info h2 {
  margin: 10px 0;
}

.diplo-header .dp-content .info p,
.diplo-header .dp-content .info span {
  color: var(--white);
}

/**** POPUP CHAT *****/
.no-popup-chat {
  position: fixed;
  z-index: 2;
  bottom: 50px;
  right: 30px;
  display: none;
}

.no-popup-chat img.inverted {
  display: none;
}

.no-popup-chat.inverted img.inverted {
  display: inherit;
}

.no-popup-chat.inverted img.regular {
  display: none;
}

/* AULA VIRTUAL */
.diplo-aula .breadcrums {
  align-items: center;
  margin-top: 30px;
}

.diplo-aula .da-content {
  width: 100%;
  max-width: 1345px;
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 0 40px;
}

.diplo-aula {
  width: 100%;
  display: inherit;
  background: var(--white);

  /* padding: 40px; */
}

.aula-header {
  width: 100%;
  background-color: var(--white);
  display: flex;
  padding: 50px 0;
}

.aula-header .ah-content {
  max-width: 1325px;
  width: 100%;
  margin: auto;
  display: flex;
}

.aula-header .ah-content .info {
  color: var(--black);
  max-width: 640px;
  margin-left: 40px;
}

.aula-header .ah-content .info h2 {
  margin: 10px 0;
}

.aula-header .ah-content .info p,
.aula-header .ah-content .info span {
  color: var(--black);
}

.aula-content {
  width: 100%;
}

.teacher-team-item {
  display: flex;
}
