/** global styles **/
html,
body {
  margin: 0;
  padding: 0;
  -moz-osx-font-smoothings: grayscale;
  -webkit-font-smoothing: antialiased;
}

p {
  line-height: 1.45;
}

a:hover,
a:focus,
a:active,
a.active {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 40px;
  padding: 0;
  margin: 0;
  margin-top: 0.625rem;
}

h1 {
  font-size: 1.5625rem;
}

h3 {
  font-size: 1.125rem;
}

ul {
  padding: 0;
  list-style: none;
}

ul li {
  font-size: 1rem;
}

.size-16 {
  font-size: 16px !important;
}

.size-18 {
  font-size: 18px !important;
}

.size-20 {
  font-size: 20px !important;
}

.size-24 {
  font-size: 24px !important;
}

.h-full {
  height: 100%;
}

.solano-24 {
  font-family: sgothic-bdcap;
  font-size: 1.5rem;
}

.z-10 {
  z-index: 10 !important;
}

/*colors*/
.purplecolor {
  color: #543477;
}

.skybluecolor {
  color: #6ac7dd;
}

.redcolor {
  color: #d50000;
}

.graylightcolor {
  color: #dcdcdc;
}

.textcolor {
  color: #575759;
}

/** backgrounds**/
.bg-purplecolor {
  background-color: #543477;
}

.bg-skybluecolor {
  background-color: #6ac7dd;
}

.bg-redcolor {
  background-color: #d50000;
}

.bg-graylight {
  background: #f7f8fa;
}

.bg-white {
  background-color: white;
}

/** FOOTER **/

.footer {
  background-color: #000000;
  color: #ffffff;
}

.footer span {
  font-family: "zizou-slab-light";
  line-height: 0.8;
  text-align: center;
  font-size: 12px;
}

.footer .logo-text-upc span:first-child {
  font-size: 1.5625rem;
}

.footer .logo-text-upc span:last-child {
  font-style: italic;
  font-size: 0.75rem;
}

.footer .logo-text-upc span {
  font-family: "zizou-slab-regular";
  line-height: 1;
}

.border-b-white {
  border-bottom: 1px solid #ffffff6b;
}

.footer .wasc-logo {
  width: 100px;
}

@media (min-width: 768px) {
  .size-md-55 {
    font-size: 55px;
  }

  .border-b-white {
    border-bottom: none;
  }

  .footer .wasc-logo {
    width: 110px;
  }
}

/** PAGE THANKS */

#page-thanks {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 60px;
  padding-top: 43px;
  min-height: 480px;
  position: relative;
}

@media (min-width: 768px) {
  #page-thanks {
    min-height: 540px;
  }
}

@media (min-width: 1200px) {
  #page-thanks {
    min-height: auto;
    height: 100vh;
  }
}

#page-thanks .content-thanks {
  text-align: left;
}

@media (min-width: 768px) {
  #page-thanks .content-thanks {
    text-align: center;
  }
}

#page-thanks .content-thanks h1 {
  font-weight: 600;
  font-size: 28px;
  font-family: "zizou-slab-regular";
}

@media (min-width: 992px) {
  #page-thanks .content-thanks h1 {
    font-size: 40px;
  }
}

#page-thanks .content-thanks p {
  font-family: "zizou-slab-regular";
  font-size: 18px;
}

#page-thanks .content-thanks a {
  width: 100%;
  font-family: sgothic-bdcap;
  height: 45px;
  line-height: 30px;
  font-size: 20px;
  border-radius: 50px;
  color: #ffffff;
}

@media (min-width: 992px) {
  #page-thanks .content-thanks a {
    width: 280px;
  }
}

#page-thanks .div-opacity {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 20px 60px;
  margin: 10px auto 0px;
  display: block;
  width: 100%;
}

@media (min-width: 992px) {
  #page-thanks .div-opacity {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px 20px 60px;
    margin: 20px auto;
    display: block;
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .footer-thanks {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
  }
}

/** WIDGET **/

#form-epg {
  background: #fff /*#797979*/;
  padding:/*16px*/ 0;
}

#form-epg #register-form-container-vive-upc #register-form .col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

#form-epg
  #register-form-container-vive-upc
  #register-form
  .col-xs-12.form-check {
  padding-left: 34px;
}

#form-epg #register-form-container-vive-upc #register-form .col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

#form-epg #register-form-container-vive-upc form {
  margin-bottom: 20px;
  margin-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

#form-epg #register-form-container-vive-upc {
  background: #fff !important;
  height: 560px;
  box-shadow: 0px 5px 7px 0px #00000029;
}

#form-epg #text-title {
  font-family: "zizou-slab-bold";
  font-size: 19px;
  padding-bottom: 5px;
  text-align: center;
  font-weight: 700;
  color: #444 !important;
}

#form-epg .help {
  text-align: center;
  color: #333333 !important;
}

#form-epg #register-form-container-vive-upc input[type="text"],
#form-epg #register-form-container-vive-upc input[type="email"],
#form-epg #register-form-container-vive-upc select {
  background: transparent;
  color: #444 !important;
  margin-bottom: 10px;
  background-color: #f8f9fa;
  border: none /*0.5px solid #b7b7b7*/ !important;
  padding: 10px;
  font-size: 14px;
  font-family: "zizou-slab-regular", Helvetica, Arial, sans-serif;
  outline: none;
  width: 100%;
  border-radius: 5px !important;
}

#form-epg #register-form-container-vive-upc select option {
  color: #444 !important;
}

#form-epg #register-form-container-vive-upc label.form-check-label,
#form-epg #register-form-container-vive-upc label.form-check-label a {
  color: rgba(0, 0, 0, 0.76);
}

#form-epg input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444 !important;
  opacity: 1;
  /* Firefox */
}

#form-epg input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444 !important;
  opacity: 1;
  /* Firefox */
}

#form-epg input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444 !important;
  opacity: 1;
  /* Firefox */
}

#form-epg input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444 !important;
  opacity: 1;
  /* Firefox */
}

#form-epg input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444 !important;
  opacity: 1;
  /* Firefox */
}

#form-epg input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #444 !important;
}

#form-epg input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #444 !important;
}

#form-epg #register-form-container-vive-upc #register-form .col-xs-6 {
  flex: 0 0 100%;
  max-width: 100%;
}

#form-epg #register-form-container-vive-upc {
  height: 730px;
}

#form-epg #register-form-container-vive-upc .column-form {
  position: relative;
}

#form-epg #register-form-container-vive-upc .column-form label {
  left: 20px;
  bottom: -7px;
}

@media (min-width: 768px) {
  #form-epg #text-title,
  #form-epg .help {
    text-align: left;
  }

  #form-epg #text-title {
    font-size: 22px !important;
    padding-bottom: 10px !important;
  }

  #form-epg {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  #form-epg .content-formulario h4#text-title {
    margin-top: 0px;
    padding-top: 0px;
  }

  #form-epg #register-form-container-vive-upc #register-form .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  #form-epg #register-form-container-vive-upc,
  #form-epg .program-form #register-form-container-vive-upc {
    height: 530px;
  }
}

@media (min-width: 860px) {
  #form-epg #register-form-container-vive-upc {
    width: 89%;
    margin: auto;
  }
}

@media (min-width: 992px) {
  #form-epg {
    padding-bottom: 0px;
    padding-top: 0px;
  }

  #form-epg #register-form-container-vive-upc {
    height: 520px;
    background-color: rgba(255, 255, 255, 0.8) !important;
  }

  #form-epg #register-form-container-vive-upc {
    height: 540px;
  }

  #form-epg #register-form-container-vive-upc {
    position: absolute;
    text-align: center;
    margin: auto;
    top: 125px;
    right: 33px;
    width: 45%;
    margin-right: 0px;
  }

  #form-epg #register-form-container-vive-upc form {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1024px) {
  #form-epg #register-form-container-vive-upc {
    width: 45%;
    right: 48px;
  }
}

@media (min-width: 1200px) {
  #form-epg #register-form-container-vive-upc {
    width: 40%;
  }
}

@media (min-width: 1320px) {
  #form-epg #register-form-container-vive-upc {
    width: 36%;
    right: 108px;
  }
}

@media (min-width: 1340px) {
  #form-epg #register-form-container-vive-upc {
    right: 120px;
  }
}

#form-epg #register-form-container-vive-upc #btn-send {
  border-radius: 50px !important;
  background-color: transparent;
  font-size: 20px;
  opacity: 1;
}

/**boton enviar **/

#form-epg #btn-send {
  background-color: #d50000 !important;
}

#form-epg #btn-send:disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}

/* Lista */

.list-styled {
  padding-left: 20px;
  list-style: initial;
}

.btn-more-information {
  position: fixed;
  background-color: #d50000;
  bottom: 0;
  right: 10%;
  z-index: 5;
  border: none;
  padding: 8px 35px;
  border-radius: 5px 5px 0 0;
  cursor: pointer;

  font-family: sgothic-bdcap;
  color: #fff;
  font-size: 1.2rem;
}

/** header**/
.bg-image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.min-header {
  min-height: 300px;
}

@media (min-width: 992px) {
  .min-header {
    height: 730px;
  }
}

.body-landings p {
  font-family: "zizou-slab-regular";
}

header {
  position: relative;
 
}
header .header-logo {
  padding-top: 4px;
}

header .header-logo img {
  width: 2rem;
}

header .hero-description {
  color: white;

}

header .hero-description-2{
  color: white;

}

header .hero-description .description-banner {
  color: white;
  font-size: 16px;
  font-style: normal;
  font-family: "zizou-slab-regular";
  font-weight: 400;
  line-height: 150%;
}

header .hero-description-2 .description-banner {
  color: white;
  font-size: 16px;
  font-style: normal;
  font-family: "zizou-slab-regular";
  font-weight: 400;
  line-height: 150%;
}
header h1 {
  font-family: "sgothic-bdcap";
  font-size: 36px;
}

header .pre-title {
  font-size: 24px;
}

header .pre-pretitle {
  font-size: 20px;
}

header .sub-title {
  font-size: 28px;
}

header .line {
  width: 70%;
  height: 4px;
  background-color: #fff;
}

header p.text-objective {
  font-family: "zizou-slab-regular";
  font-size: 18px;
  padding-right: 10%;
  line-height: 1.3;
}

header ul li {
  font-family: "zizou-slab-regular";
  font-weight: 600;
  font-size: 20px;
}

header span.start-date {
  font-family: "zizou-slab-regular";
  font-size: 15px;
  
  font-weight: 700;
}

.bajada {
  font-size: 30px !important;
  font-style: italic;
}

.text-skyblue {
  font-family: "zizou-slab-bold";
  font-size: 20px;
}

header .upper-title {
  font-size: 18px;
  font-family: "sgothic-bdcap";
}
.container-header-img .position-logo {
  position: absolute;
  right: 30%;
  top: 55%;
  text-align: center;
}
.container-header-img span.position-logo img {
  width: 70%;
}
.container-header-img img {
  width: 60%;
}

.cursos .description-cursos {
  margin: 1.5rem 0 2.5rem 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.54px;
}
.details {
  background: #482783;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.details-2 {
  background: #482783;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.details .details-item {
  text-align: center;
}
.details .details-item h3 {
  /* font-family: "sgothic-bdcap"; */
  font-size: 1.1rem;
  font-family: "zizou-slab-bold";
}

.details .details-item .item-text {
  margin-top: 0.625rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-family: "zizou-slab-bold";
}

.section-heading {
  /* font-family: "sgothic-bdcap"; */
  font-family: "zizou-slab-bold" !important;
  color: #35158c;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  margin-top: 2rem;
  font-size: 2rem;
}

.section-heading::before {
  content: "";
  width: 4px;
  height: 2rem;
  background: #35158c;
  margin-right: 0.5rem;
}

.acordeon input {
  display: none;
}

.acordeon-item .acordeon-content {
  background: #f8f8f8;
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.acordeon-item .acordeon-content ul {
  list-style-type: disc;
  padding-left: 2rem;
}

.acordeon-item {
  border: 1px solid #e5e7eb;
  margin-bottom: 1rem;
}
.font-sgothic {
  font-family: "sgothic-bdcap";
}

.acordeon-item .acordeon-title {
  color: #35158c;
  /* font-family: "sgothic-bdcap"; */
  font-family: 'zizou-slab-bold';
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}

.acordeon-item .acordeon-title h3 {
  color: #35158c;
  /* font-family: "sgothic-bdcap"; */
  font-family: 'zizou-slab-bold';
  font-size: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin: 0;
}

.acordeon-item .acordeon-date {
  color: #000000;
  font-family: "zizou-slab-bold";
  font-size: 1rem;
  padding: 0 1rem 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}

.acordeon-item .acordeon-title::after {
  content: "＋";
  color: #191919;
  font-size: 1.5rem;
}
.acordeon input:checked + .acordeon-item .acordeon-content {
  padding: 2rem;
  opacity: 1;
  height: auto;
}
.acordeon input:checked + .acordeon-item .acordeon-title::after {
  content: "-";
}

.acordeon-item .acordeon-subtitle {
  font-size: 1.125rem;
}

.info-grid .info-grid-item {
  background: transparent;
  padding: 2rem 3rem;
  color: #35158c;
}

.info-grid .info-grid-item-2 {
  background: transparent;
  padding: 2rem 3rem;
  color: #35158c;
}


.info-grid .info-grid-item h3{
  font-family: "sgothic-bdcap";
  font-size: 2rem;
}

.info-grid .info-grid-item .item-title {
  font-family: "sgothic-bdcap";
  font-size: 2rem;
  line-height: 1.2;
  color: #35158c !important;
  margin: 10px 0 4px;
}

.info-grid .info-grid-item img {
  width: 40px;
  padding-top: 12px;
}
.certificate {
  background: #f8f8f8;
}
.btn-main-accent {
  display: block;
  padding: 0.5rem 1rem;
  background: #ff0000;
  color: #fff;
  width: 100%;
  font-family: "sgothic-bdcap";
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  margin-bottom: 15px;
}

.btn-main-accent::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #ff0000;
  position: absolute;
  left: 5px;
  top: 5px;
}

.btn-main-accent:hover {
  background: #ff0000;
  color: #fff;
}

.btn-white-accent {
  display: block;
  padding: 0.5rem 1rem;
  background: #fff;
  color: #ff0000;
  border: 2px solid #ff0000;
  width: 100%;
  font-family: "sgothic-bdcap";
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 9;
}

/* .btn-white-accent::before {
  content: "";
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #ff0000;
  border-right: 2px solid #ff0000;
  position: absolute;
  left: 5px;
  top: 5px;
} */

.btn-white-accent:hover {
  background: #fff;
  color: #ff0000;
}

.white-btn-container {
  display: inline-block;
  position: relative;
  height: fit-content;
}

.sombrebutton {
  background-color: #fff;
  position: absolute;
  display: block;
  width: 92%;
  height: 100%;
  border: 2px solid #ff0000;
  left: 20px;
  top: 5px;
}

.btn-white-accent:hover {
  background: #fff;
  color: #ff0000;
}

.certificate .btn-main-accent {
  margin-bottom: 4rem;
}
.certificate p {
  font-size: 1.2rem;
}

.certificate-img {
  position: relative;
  padding-top: 0;
  padding-left: 0;
  z-index: 1;
}

.certificate-img .pattern {
  width: 50%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.info-grid .info-grid-item p {
  color: #000000;
}

.info-grid .info-grid-item-2 p {
  color: #000000;
}

.acordeon-content{
  font-family:'zizou-slab-regular' ;
}
@media (min-width: 992px) {

  .acordeon-content{
    font-family:'zizou-slab-regular' ;
  }
  header {
    margin-bottom: 0;
  }
  header .header-logo {
    padding-top: 0px;
  }

  header h1 {
    font-size: 60px;
  }
  header .container {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  header .hero-description {
    position: initial;
    font-size: 60px;

  }
  header .hero-description-2 {
    position: initial;
    font-size: 60px;

  }

  header .pre-title {
    font-size: 40px;
    margin-top: 5rem;
  }
  

  header .pre-pretitle {
    font-size: 32px;
  }

  header .sub-title {
    font-size: 60px;
  }

  header span.start-date {
    font-size: 18px;
    display: block;
  }

  header .upper-title {
    font-size: 35px;
  }
  .container-header-img .position-logo {
    position: absolute;
    right: 66%;
    top: 57%;
  }
  .container-header-img .position-logo img {
    width: 28%;
  }
  .container-header-img img {
    width: 28%;
  }
  .details {
    /* background: #482783 url(https://upc-cdn.b-cdn.net/web-postgrado/landings/images/landing_img/details-pattern.png)
      no-repeat; */
    color: #fff;
    display: flex;
    padding: 1rem 2rem;
    justify-content: space-around;
    align-items: center;
    background-position: right top;
    background-size: auto 100%;
    flex-direction: row;
  }

  .details-2 {
    /* background: #482783 url(https://upc-cdn.b-cdn.net/web-postgrado/landings/images/landing_img/details-pattern.png)
      no-repeat; */
    color: #fff;
    display: flex;
    padding: 1rem 2rem;
    justify-content: space-around;
    align-items: center;
    background-position: right top;
    background-size: auto 100%;
    flex-direction: row;
  }
  .info-grid .info-grid-item:nth-child(1),
  .info-grid .info-grid-item:nth-child(4) {
    background: transparent;
  }
  .info-grid .info-grid-item:nth-child(2),
  .info-grid .info-grid-item:nth-child(3) {
    background: transparent;
  }

  .info-grid .info-grid-item p {
    color: #000000;
  }

  .info-grid .info-grid-item-2:nth-child(1),
  .info-grid .info-grid-item-2:nth-child(4) {
    background: transparent;
  }
  .info-grid .info-grid-item-2:nth-child(2),
  .info-grid .info-grid-item-2:nth-child(3) {
    background: transparent;
  }

  .info-grid .info-grid-item-2 p {
    color: #000000;
  }
  .certificate-img {
    position: relative;
    padding-top: 4rem;
    padding-left: 6rem;
    z-index: 1;
  }
}

/** nav bar - new image epg**/

.navbar-epg {
  padding: 8px 10px;
  box-shadow: 0px 5px 7px 0px #00000029;
}

.navbar-epg img {
  height: 40px;
}

.navbar-epg .btn {
  font-family: "sgothic-bdcap";
  background-color: #d50000;
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  padding: 6px 40px;
}

.malla .btn {
  font-family: "sgothic-bdcap";
  background-color: #d50000;
  font-size: 20px;
  color: #fff;
  border-radius: 10px;
  padding: 6px 40px;
}

.animate-scrolltop-reveal {
  -webkit-transform: translate3d(0, -100%, 0);
  -webkit-transition-duration: 0.3s;
  -webkit-transition-property: all;
  transform: translate3d(0, -100%, 0);
  transition-duration: 0.3s;
  transition-property: all;
}

.animate-scrolltop-revealed {
  /* -webkit-transform: translateZ(0); */
  transform: translateZ(0);
}

/** section director **/
.section-director {
  font-family: "zizou-slab-regular";
}

.section-director h2 {
  font-size: 32px;
}

.section-director img {
  border-radius: 100%;
  width: 240px;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-director span.bold {
  font-family: "zizou-slab-bold";
}

.authorities-section {
  font-family: "zizou-slab-regular";
}

.authorities-section h2 {
  font-family: "zizou-slab-bold";
  font-size: 32px;
}

.authorities-section h3 {
  font-family: "zizou-slab-bold";
  font-size: 22px;
}

.authorities-section img {
  border-radius: 100%;
  width: 240px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.authorities-section span.bold {
  font-family: "zizou-slab-bold";
}

.section-director .line {
  width: 58px;
  height: 2px;
  background-color: #543477;
}

.section-director h2.name {
  font-family: "zizou-slab-bold";
  font-size: 30px;
  margin-bottom: 0px;
}

.section-director .position {
  font-family: "zizou-slab-bold";
  font-size: 21px;
  color: #543477;
  margin-bottom: 0px;
}

.section-director .description {
  font-size: 18px;
  line-height: 22px;
}
/**section slider**/

#slider-why-epg .item figure {
  padding-bottom: 20px;
}

.info-card-slide {
  /* padding: 30px 10px; */
  margin: 10px 20px;
  height: auto;
  color: #fff;
  font-size: 18px;
}

.info-card-slide p {
  text-align: center;
  font-family: "zizou-slab-bold";
  margin-bottom: 0px;
}

.info-card-slide .details {
  text-align: center;
  font-family: "zizou-slab-regular";
  font-size: 13px;
}

.info-card-slide span,
.info-card-slide-icon p {
  font-family: "zizou-slab-regular";
  margin-top: 5px;
  display: block;
}

.info-small-slide {
  border-top: 1px solid #fff;
  font-family: "zizou-slab-regular";
  font-style: italic;
  font-size: 12.8px;
  padding: 20px 0 10px 0;
}

.info-small-slide-2 {
  border-top: 1px solid #fff;
  font-family: "zizou-slab-regular";
  font-size: 16px;
  padding: 20px 0 10px 0;
}

.info-small-slide-detail {
  color: #fff;
  font-size: 12.8px !important;
}

ul.info-small-slide-detail li {
  list-style: disc !important;
  font-size: 16px !important;
}

.info-small {
  font-family: "zizou-slab-regular";
  font-style: italic;
  font-size: 12.8px;
  padding: 0 0 20px 0;
  margin-bottom: 0;
}

.info-card-slide-icon {
  margin: 10px 20px;
  height: auto;
  color: #fff;
  font-size: 18px;
}

.info-card-slide-icon figure {
  display: flex;
  align-items: start;
  justify-content: center;
}

.info-card-slide-icon h3 {
  font-family: "zizou-slab-bold";
  font-size: 22px;
  line-height: 1;
}

.segunda-esp .info-card-slide-icon h3 {
  font-size: 18px;
}

.info-card-slide-icon p {
  font-size: 1rem;
}

.info-card-slide-icon .precio-egresados {
  font-size: 1.03rem;
  font-family: "zizou-slab-bold";
  margin-bottom: 0px;
}

#slider-datos-modalidad-online .formato {
  font-size: 14px;
  line-height: 1.2;
}

.info-card-slide .img-container {
  display: flex;
  justify-content: center;
}

.info-card-slide .img-container img {
  padding-right: 10px;
  width: 45px;
  height: auto;
}

@media (min-width: 992px) {
  .info-card-slide .img-container {
    justify-content: space-evenly;
    width: 72%;
    align-self: center;
  }
}

/* slider dots**/

#slider-datos-modalidad-online .slick-dots li button:before {
  font-size: 10px;
  color: #fff;
  opacity: 0.6;
}

#slider-datos-modalidad-online .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
}

#slider-ventajas-clases-virtuales .slick-dots li button:before,
#slider-why-epg .slick-dots li button:before,
#slider-why-epg-full .slick-dots li button:before {
  font-size: 10px;
  color: #543477;
  opacity: 0.4;
}

#slider-ventajas-clases-virtuales .slick-dots li.slick-active button:before,
#slider-why-epg .slick-dots li.slick-active button:before,
#slider-why-epg-full .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #543477;
}

/**section ventajas**/

.section-ventajas h2 {
  font-family: "zizou-slab-bold";
  font-size: 20px;
  color: #575759;
}

.section-ventajas .block {
  margin: 10px 20px;
  height: auto;
}

.section-ventajas p {
  font-family: "zizou-slab-regular";
  padding: 20px 0px 0px;
  line-height: 1.4;
}

@media (min-width: 992px) {
  .section-ventajas p {
    padding: 20px 15px 0 15px;
  }
}

/** section degree**/

.section-degree {
  font-family: "zizou-slab-regular";
}

.section-degree .contenedor-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 240px;
  position: relative;
}

.campus-sanisidro {
  background-image: url("https://upc-cdn.b-cdn.net/web-postgrado/landings/images/upc-campus-san-isidro.jpg");
}

.campus-sanborja {
  background-image: url("https://upc-cdn.b-cdn.net/web-postgrado/landings/images/certificacion-san-borja.jpg");
}

.campus-sanborja-2 {
  background-image: url("https://upc-cdn.b-cdn.net/web-postgrado/landings/images/crisol-sanborja.jpg");
}

.campus-sanmiguel {
  background-image: url(https://upc-cdn.b-cdn.net/web-postgrado/landings/images/campus-sanmiguel.jpg);
}

.campus-upc-cataluna {
  background-image: url("https://upc-cdn.b-cdn.net/web-postgrado/landings/images/upc-cataluna.jpg");
}

.campus-eoi-madrid {
  background-image: url(https://upc-cdn.b-cdn.net/web-postgrado/landings/images/eoi-madrid.jpg);
}

.campus-kellog {
  background-image: url(https://upc-cdn.b-cdn.net/web-postgrado/landings/images/campus-kellogg-2.png);
}

.finlandia {
  background-image: url(https://upc-cdn.b-cdn.net/web-postgrado/landings/images/finlandia.jpg);
}

.puerto-rico-catie {
  background-image: url(https://upc-cdn.b-cdn.net/web-postgrado/landings/images/earth.jpg);
}

.campus-jaume {
  background-image: url(https://upc-cdn.b-cdn.net/web-postgrado/landings/images/universidad-jaume.jpg);
}

.campus-kellogg {
  background-image: url(https://upc-cdn.b-cdn.net/web-postgrado/landings/images/kellogg_3.jpg);
}

.centro-universitario-salud {
  background-image: url(https://upc-cdn.b-cdn.net/web-postgrado/landings/images/upc-centro-universitario-salud.jpg);
}
.campus-eseade {
  background-image: url("https://upc-cdn.b-cdn.net/web-postgrado/landings/images/campus-eseade.jpg");
}

.section-degree h3 {
  font-family: "zizou-slab-bold";
  font-size: 24px;
}

.section-degree .line {
  display: inline-block;
  background: #ffffff;
  width: 60px;
  height: 2px;
}

.section-degree.bg-skybluecolor .line {
  background: #543477;
}

.section-degree ul {
  display: flex;
  flex-flow: row wrap;
}

.section-degree ul > li {
  flex-basis: 100%;
  max-width: 100%;
}

.section-degree .item {
  display: flex;
  align-items: baseline;
}

.section-degree .item-image {
  flex-basis: 50px;
  min-width: 50px;
  padding-bottom: 10px;
}

.section-degree .item .item-image img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-top: 10px;
}

.section-degree .item .bandera {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  margin-top: 10px;
}

img.bandera-espana {
  width: 100%;
}

.section-degree .item-info {
  padding-bottom: 20px;
  flex-basis: 100%;
  margin-left: 15px;
}

.section-degree .item-info span {
  font-weight: bold;
}

.section-degree .titulo-description {
  margin-bottom: 0.2rem;
  line-height: 1.5;
}

ul.titulo-lista li:before {
  content: "– ";
}

ul.calendario-academico {
  list-style: disc;
}

.calendario-academico p {
  font-family: "zizou-slab-regular";
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.4;
}

.calendario-academico .calendario-title {
  font-family: "zizou-slab-regular";
  font-weight: 600;
  font-size: 16px;
  margin-top: 5px;
}

.info {
  font-size: 18px;
  font-weight: bold;
}

.p-certificado {
  padding: 12px;
}

.underline-title {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 3px;
}

.line-height-13 {
  line-height: 1.3;
}
@media (min-width: 768px) {
  .section-degree .contenedor-img {
    width: 50%;
    height: 100%;
  }

  .section-degree .contenedor-img {
    position: absolute;
    left: 0;
    top: 0;
  }

  .section-degree .item .bandera {
    width: 12%;
  }

  .pr-certificado {
    padding-right: 50px;
  }

  .p-certificado {
    padding: 50px 50px;
  }
}
@media (min-width: 1200px) {
  .pr-certificado {
    padding-right: 92px;
  }

  .p-certificado {
    padding: 50px 92px;
  }
}

/* calendario de admision */
.calendario-item .info {
  font-family: "sgothic-bdcap";
  font-size: 25px;
  /* line-height: 22px; */
  display: inline-block;
  color: #d50000;
}

.calendario-item img {
  padding: 15px 15px 15px 0px;
}

/* section slider profesores */
#slider-profesores .name,
#slider-profesores .position {
  font-family: "zizou-slab-bold";
  font-size: 20px;
  margin-top: 0;
}
#slider-profesores .cargo {
  font-size: 1.125rem;
  font-family: "zizou-slab-bold";
}
#slider-profesores .name {
  margin-bottom: 0;
}
#slider-profesores .description {
  font-family: "zizou-slab-regular";
  font-size: 20px;
  line-height: 1.4;
}
#slider-profesores img {
  border-radius: 50%;
  width: 178px;
  height: auto;
}
#slider-profesores .slide-profesores .flag-style {
  width: 5%;
  border-radius: 0px !important;
  /* height: 170px; */
  display: block;
}
.slider-profesores {
  position: relative;
}
.slider-profesores .prev-info,
.slider-profesores .next-info {
  position: absolute;
  top: 10%;
}
.slider-profesores .next-info {
  right: 15px;
}
.slider-profesores .prev-info {
  left: 15px;
}

@media (min-width: 992px) {
  .slider-profesores .prev-info,
  .slider-profesores .next-info {
    top: 50%;
    transform: translateY(-50%);
  }
  .slider-profesores .next-info {
    right: -10px;
  }
  .slider-profesores .prev-info {
    left: -10px;
  }
}
@media (min-width: 1200px) {
  .slider-profesores .next-info {
    right: -40px;
  }
  .slider-profesores .prev-info {
    left: -40px;
  }
}
/* section slider profesores */

/** section why **/

.section-why-epg h2,
.section-title {
  font-family: "zizou-slab-bold";
  font-size: 24px;
}

.malla-title {
  font-family: "zizou-slab-bold";
  font-size: 24px;
}

.malla-derecho-construccion .malla-title {
  font-family: "zizou-slab-bold";
  font-size: 16px;
}

@media (min-width: 992px) {
  .section-why-epg h2,
  .section-title {
    font-size: 32px;
  }
}

.section-why-epg h2 .border,
.section-title span,
.modalities .border {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 2px solid #543477 !important;
}

.section-why-epg .item {
  padding: 15px 10px;
  /*display: inline flex;*/
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}

.section-why-epg .item h3.subtitle {
  font-family: "sgothic-bdcap";
  font-size: 24px;
}

.section-why-epg .item p {
  font-family: "zizou-slab-regular";
  font-size: 16px;
}

.section-why-epg .item small {
  font-family: "zizou-slab-regular";
}

.section-why-epg .item img {
  width: 50px;
  height: 44px;
  margin: 10px 15px 5px 5px;
}

/** section testimonial **/

.section-testimonial {
  background: rgb(42, 42, 42);
  background: linear-gradient(
    126deg,
    rgba(42, 42, 42, 1) 0%,
    rgba(63, 47, 80, 1) 100%
  );
}

.section-testimonial .content-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-testimonial .content-bg p {
  font-size: 18px;
  line-height: 1.5;
  font-family: "zizou-slab-regular";
  font-style: italic;
  font-weight: 700;
}

.section-testimonial .content-bg .content-graduated p {
  font-style: initial;
  font-weight: 500;
}

.section-testimonial .content-bg .autor p {
  font-size: 24px;
  font-family: "sgothic-bdcap";
  font-style: inherit;
  margin-bottom: 2px;
}

.section-testimonial .content-bg .autor span {
  font-size: 16px;
  font-family: "zizou-slab-regular";
  font-style: inherit;
  padding: 0 6px;
  line-height: 1;
}

.section-testimonial .content-testimonial,
.content-graduated {
  width: 100%;
  padding: 4%;
  padding-top: 8%;
  padding-bottom: 8%;
}

.content-graduated h2 {
  font-family: "zizou-slab-bold";
  margin-bottom: 20px;
}

@media (min-width: 360px) {
  .section-testimonial .content-bg img {
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}

@media (min-width: 560px) {
  .section-testimonial .content-bg img {
    height: 320px;
  }
}

@media (min-width: 768px) {
  .section-testimonial .content-bg {
    background-size: contain;
    background-position: right 0% !important;
  }

  .section-testimonial .bg-testimonial-campus {
    background-image: url(https://upc-cdn.b-cdn.net/web-postgrado/landings/images/testimonials/bg-testimonio-campus-upc-2.jpg);
  }

  .section-testimonial .bg-testimonial-crisol {
    background-image: url(https://upc-cdn.b-cdn.net/web-postgrado/landings/images/testimonials/bg-testimonio-crisol.jpg);
  }

  .section-testimonial .bg-testimonial-monterrico {
    background-image: url(https://upc-cdn.b-cdn.net/web-postgrado/landings/images/monterrico.jpg);
    background-size: auto;
    background-position: right 6% !important;
  }
}

@media (min-width: 910px) {
  .section-testimonial .content-bg {
    background-size: contain;
  }
}

@media (min-width: 992px) {
  .section-testimonial .content-testimonial,
  .content-graduated {
    float: right;
    width: 80%;
  }

  .section-testimonial .content-bg {
    background-size: auto;
    background-position: right 0% !important;
  }
}

@media (min-width: 1200px) {
  .section-testimonial .content-testimonial {
    width: 64%;
  }

  .section-testimonial .content-bg {
    background-position: right 6% !important;
  }
}

/** section call to action **/

.section-cta h4 {
  font-family: "zizou-slab-bold";
  font-size: 32px;
}

.section-cta .title {
  font-family: "zizou-slab-bold";
  font-size: 32px;
}

.section-cta p {
  font-family: "zizou-slab-regular";
  font-size: 20px;
  font-weight: 400;
  padding: 0;
}

.section-cta .btn-epg {
  font-family: sgothic-bdcap;
  width: 100%;
  height: inherit;
  font-size: 20px;
  font-weight: bolder;
  cursor: pointer;
  color: #fff !important;
  border-radius: 50px;
  padding: 10px 0;
}

.section-cta .cta-text {
  font-family: "zizou-slab-bold";
  color: #543477;
  font-size: 25px;
  text-align: center;
  line-height: 1.2;
  padding: 30px 30px;
}

@media (min-width: 768px) {
  .border-b-white {
    border-bottom: none;
  }
}

.btn-malla-epg {
  font-family: "sgothic-bdcap";
  width: 100%;
  height: inherit;
  font-size: 20px;
  font-weight: bolder;
  cursor: pointer;
  color: #fff !important;
  border-radius: 50px;
  padding: 10px 0;
}

/** btn orange y btn fixed  flex courses**/

.btn-red {
  position: fixed;
  bottom: 0;
  right: 5%;
  background-color: #d50000;
  border-color: #d50000;
  border-radius: 6px 6px 0 0;
  color: #fff !important;
  font-size: 22px;
  font-family: "sgothic-bdcap";
  font-weight: 400;
  padding: 10px 50px;
  z-index: 11;
}

/* certificado */
.certificate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 50px 0;
}

.certificate .line {
  width: 45%;
  height: 2px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .certificate .line {
    width: 32%;
  }
}

/**backgrounds **/

.bg-ingenieria-sistemas-ciberseguridad {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://upc-cdn.b-cdn.net/web-postgrado/landings/images/landing_img/banners/mobile/Ingeniería-de-sistemas-y-Ciberseguridad-min_mobile.webp");
}

.bg-ingenieria-civil-mineria-proyectos {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://upc-cdn.b-cdn.net/web-postgrado/landings/images/landing_img/banners/mobile/Ingeniería-civil_-minería-y-proyectos-min_mobile.webp");
}

.bg-recursos-humanos {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://upc-cdn.b-cdn.net/web-postgrado/landings/images/landing_img/banners/Recursos-Humanos-y-Liderazgo-min.webp");
}

.bg-educacion {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://upc-cdn.b-cdn.net/web-postgrado/landings/images/landing_img/banners/educacion.webp");
}

.bg-economia-finanzas-contabilidad {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://upc-cdn.b-cdn.net/web-postgrado/landings/images/landing_img/banners/Economia-Finanzas-Contabilidad-min.webp");
}

.bg-gestion-empresarial-e-innovacion {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://upc-cdn.b-cdn.net/web-postgrado/landings/images/landing_img/banners/gestion-empresarial-e-innovacion.webp");
}

.bg-prueba-cover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://upc-cdn.b-cdn.net/web-postgrado/landings/images/covers/prueba-mobile.jpg");
}

.bg-comunicacion-marketing-cover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://upc-cdn.b-cdn.net/web-postgrado/landings/images/landing_img/banners/Comunicacion-y-marketing-min.webp");
}

.bg-gestion-publica-derecho{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
  url("https://upc-cdn.b-cdn.net/web-postgrado/landings/images/landing_img/banners/mobile/Derecho-y-gestion-publica-min_mobile.webp");
}

.bg-salud {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
  url("https://upc-cdn.b-cdn.net/web-postgrado/landings/programas-especializados/psicologia-salud/imagenes/cover-mobile.webp");
}

.bg-logistica-curso{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
  url("https://upc-cdn.b-cdn.net/web-postgrado/landings/images/landing_img/banners/mobile/Logistica-min_mobile.webp");
}
@media (min-width: 768px) {
  .bg-ingenieria-sistemas-ciberseguridad {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url("https://upc-cdn.b-cdn.net/web-postgrado/landings/images/landing_img/banners/Ingeniería-de-sistemas-y-Ciberseguridad-min.webp");
  }
  .bg-logistica-curso{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://upc-cdn.b-cdn.net/web-postgrado/landings/images/landing_img/banners/Logistica-min.webp");
  }

  .bg-gestion-publica-derecho{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://upc-cdn.b-cdn.net/web-postgrado/landings/images/landing_img/banners/Derecho-y-gestion-publica-min.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .bg-ingenieria-civil-mineria-proyectos {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url("https://upc-cdn.b-cdn.net/web-postgrado/landings/images/landing_img/banners/Ingeniería-civil_-minería-y-proyectos-min.webp");
  }

  .bg-prueba-cover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url("https://upc-cdn.b-cdn.net/web-postgrado/landings/images/landing_img/banners/gestion-empresarial-e-innovacion.webp");
  }
  .bg-salud{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://upc-cdn.b-cdn.net/web-postgrado/landings/programas-especializados/psicologia-salud/imagenes/cover-desktop.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/******************** MAESTRIAS **************************/
/*bloques maestrias*/
.bg-block-maestria {
  padding: 5%;
  width: 100%;
  height: 40vh;
}

.description-text-maestria {
  height: 100% !important;
}

@media (min-width: 1200px) {
  .description-text-maestria {
    height: 220px !important;
  }
}

@media (min-width: 576px) {
  .bg-block-maestria {
    height: 100%;
  }
}

/** Segundas especialidades - odontologia**/

.line-skyblue {
  width: 50%;
  height: 4px;
  background-color: #6ac7dd;
}

.border-r-white {
  border-right: none;
}

.border-b-white {
  border-bottom: 1px solid #ffffff;
  margin-top: 2%;
}

.section-blocks h2 {
  font-family: "zizou-slab-bold";
  font-size: 24px;
}

@media (min-width: 992px) {
  .section-blocks h2 {
    font-size: 32px;
  }
}

.section-blocks h2 .border {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 2px solid #543477 !important;
}

.section-blocks p {
  font-family: "zizou-slab-regular";
  font-size: 16px;
}

@media (min-width: 576px) {
  .border-b-white {
    border-bottom: none;
  }

  .border-r-white {
    border-right: 1px solid #ffffff;
  }
}

.bg-block-gray {
  background-color: #e2e2e3;
}

.block-description {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  width: 100%;
}

.block-description h3 {
  font-family: "zizou-slab-bold";
  font-size: 24px;
}

.block-description h4.subtitle {
  font-family: "zizou-slab-bold";
  font-size: 20px;
  margin: 0 0 4px 0;
}

.text-description {
  font-family: "zizou-slab-regular";
  font-size: 18px;
  line-height: 1.4;
}

.block-description p {
  font-family: "zizou-slab-regular";
  font-size: 18px;
  line-height: 1.4;
}

@media (min-width: 1200px) {
  .block-description p {
    height: 100px;
  }
}

.block-description .see-more {
  font-family: "sgothic-bdcap";
  font-size: 24px;
  line-height: 22px;
  display: inline-block;
}

.see-more.border-b-red {
  border-bottom: 2px solid #d50000;
}

.see-more.border-b-skyblue {
  border-bottom: 2px solid #6ac7dd;
}

.block-description.bg-purplecolor {
  color: #fff;
}

.block-description.bg-block-gray {
  color: #543477;
}

.bg-se {
  padding: 5%;
  width: 100%;
  height: 40vh;
}

@media (min-width: 576px) {
  .bg-se {
    height: 100%;
  }
}

.bg-se-endodoncia {
  background: url(https://upc-cdn.b-cdn.net/web-postgrado/landings/images/covers/se-endodoncia.jpg) center no-repeat;
  background-size: cover;
}

.bg-se-ortodoncia {
  background: url(https://upc-cdn.b-cdn.net/web-postgrado/landings/images/covers/se-ortodoncia-y-ortopedia.jpg) top no-repeat;
  background-size: cover;
}

.bg-se-rehabilitacion {
  background: url(https://upc-cdn.b-cdn.net/web-postgrado/landings/images/covers/se-rehabilitacion-oral.jpg) top no-repeat;
  background-size: cover;
}

.bg-se-periodoncia {
  background: url(https://upc-cdn.b-cdn.net/web-postgrado/landings/images/covers/se-periodoncia-e-implantologia.jpg) center
    no-repeat;
  background-size: cover;
}

.bg-se-meaw-geaw {
  background: url(https://upc-cdn.b-cdn.net/web-postgrado/landings/images/covers/se-meaw-y-geaw.jpg) center no-repeat;
  background-size: cover;
}

/*testimonial*/
.se-testimonial .bg-testimonial {
  background-image: url(https://upc-cdn.b-cdn.net/web-postgrado/landings/images/testimonials/bg-testimonio-cus.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 240px;
}

@media (min-width: 576px) {
  .se-testimonial .bg-testimonial {
    height: 100%;
  }
}

.se-testimonial p {
  font-size: 18px;
  line-height: 1.5;
  font-family: "zizou-slab-regular";
  font-style: italic;
  font-weight: 700;
}

.se-testimonial .autor p {
  font-family: "sgothic-bdcap";
  font-style: normal;
  font-size: 22px;
}

.se-testimonial .autor span {
  font-family: "zizou-slab-regular";
  font-style: normal;
  font-size: 16px;
}

/**slider why**/

.border-top-blue {
  border-bottom: 5px solid #6ac7dd;
  margin-top: 5px;
  width: 60px;
  margin-bottom: 8px;
}

.subtitle-slide-why {
  font-family: "zizou-slab-bold";
  font-size: 20px;
  line-height: 1.2;
  color: #2c2a29;
}

#slider-why-epg-full .item figure {
  padding-bottom: 20px;
}

/* Modalities */
.modalities h2,
.modalities h3,
.modalities h4 {
  font-family: "zizou-slab-bold";
  font-size: 22px;
}

.modalities .info {
  font-family: "zizou-slab-regular";
  font-size: 20px;
  line-height: 1.2;
}

.modalities figcaption .p-info {
  font-family: "zizou-slab-bold";
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.modalities figcaption span {
  font-family: "zizou-slab-regular";
  font-size: 20px;
  font-weight: 600;
}

.title-box {
  height: 112px;
  width: 100%;
  border: none;
  padding: 16px 25px;
  background-color: #6ac7dd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s;
}

.title-box-small {
  height: 90px !important;
}

.title-box-bold {
  font-family: "zizou-slab-bold" !important;
  height: 112px;
  width: 100%;
  border: none;
  padding: 16px 25px;
  background-color: #543477;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s;
}

.title-box-bold h3 {
  font-size: 28px;
  /* color: #fff; */
}

.cards-modality-large p {
  height: 300px !important;
}

.text-left {
  text-align: left !important;
}

.cards-modality p {
  font-family: "zizou-slab-regular";
  font-size: 16px;
  height: 180px;
  line-height: 1.2;
  padding: 17px;
  background-color: #e0e0e0;
  text-align: center;
  display: flex;
  align-items: center;
  margin-top: 18px;
}

.cards-disclaimer {
  font-family: "zizou-slab-regular";
  line-height: 1.3;
  font-size: 14px;
}

button.title-box {
  outline: transparent;
}

.what-upc-text {
  margin: 1.5rem 0 2.5rem 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.54px;
}

.title-box.active {
  background-color: #543477;
  transition: background-color 0.3s;
}

.title-box img {
  width: 40px;
  transform: rotate(90deg);
  transition: transform 0.1s;
}

.title-box.active img {
  transform: rotate(-90deg);
  transition: transform 0.1s;
}

.title-box h3 {
  font-size: 28px;
  color: #543477;
  text-align: left;
  font-family: "zizou-slab-bold";
}

.title-box h3.bold {
  font-family: "zizou-slab-bold";
  margin-bottom: 15px;
}

.title-box.active h3 {
  color: #6ac7dd;
}

.modalities .section-degree p {
  font-size: 20px;
}

.modalities .section-degree .disclaimer {
  font-size: 16px;
}

.section-degree .track-title {
  font-weight: bold;
}

.modalities .disclaimer,
.disclaimer {
  font-family: "zizou-slab-regular";
  font-size: 18px;
  line-height: 1.4;
}

.modality-info {
  transition: display 0.3s ease-in;
}

.modalities .img-container {
  height: 35px;
}

.modalities .item-2.slick-slide {
  height: 35px !important;
}

.modalities #slider-why-epg-full .item figure {
  padding-bottom: 0;
}

.modalities #programs:first-child {
  font-weight: bold;
}

@media (min-width: 768px) {
  .arrow_down {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .arrow-area .arrow-down-icon {
    display: inline-block;
    cursor: pointer;
    border-bottom: 5px solid #bcbcbc;
    border-right: 5px solid #bcbcbc;
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
  }

  p.date-size {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .modalities h2,
  .modalities h3,
  .modalities h4 {
    font-size: 32px;
  }

  .modalities .subtitle-program {
    font-size: 28px;
  }

  .title-box {
    cursor: pointer;
  }

  .title-box h3 {
    width: 100%;
    text-align: center;
  }
}

.content-h4 {
  padding: 25px;
  background-color: #ffffff;
  color: #543477;
}
.just-center {
  justify-content: center;
}
/* Modalities */

.plane-icon {
  width: 25px;
  height: auto;
}

/* Format */
#cards-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-format .format-title {
  height: 90px;
  width: 100%;
  padding: 16px 25px;
  background-color: #6ac7dd;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s;
  margin-bottom: 15px;
  color: #543477;
}

.format-info {
  font-family: "zizou-slab-regular";
  font-size: 17px;
  height: 250px;
  line-height: 1.2;
  padding: 20px 10px;
  background-color: #e0e0e0;
  text-align: center;
  display: flex;
  align-items: center;
}

/* line height para ma en marketing  */
.position.line-height {
  line-height: 1.3;
}

/* Icono en el header */
header .presencial-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
}

header .presencial-icon img {
  margin-right: 0.5rem;
}

header .presencial-icon p {
  font-family: "sgothic-bdcap";
  font-size: 20px;
  margin: 0px;
}

header .virtual-container {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  width: 75%;
}

header .virtual-icon {
  padding-right: 5px;
  width: 60px;
  height: auto;
}

header .virtual-container p {
  font-family: "sgothic-bdcap";
  font-size: 20px;
}

.background-icons {
  /* background-color: rgba(255, 255, 255, 0.8); */
  display: flex;
  align-items: center;
  padding-left: 5px;
  /* height: 70%; */
}

.background-icons img.logo-header {
  height: 35px;
  width: auto;
}

.background-icons img.signo {
  height: 20px;
  width: auto;
  padding: 2px;
}

.background-icons img {
  height: 40px;
  width: auto;
}

.background-icons img.signo2 {
  height: 15px;
  width: auto;
  padding: 2px;
}

.background-icon {
  /* background-color: rgba(255, 255, 255, 0.5) !important; */
  height: 120px;
  width: auto;
}

.logo-universidad-header {
  width: 55%;
  padding-bottom: 5px;
  display: block;
}

/* Area malla curricular */
.btn-malla {
  border: none;
  cursor: pointer;
  background: transparent;
  margin-bottom: 25px;
}

.box-area-malla {
  height: 140px;
  background: #6ac7dd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.box-area-malla .box-number {
  background: #543477;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}

.box-area-malla .box-number p {
  margin-top: 0.5em;
  font-family: "zizou-slab-bold";
  font-size: 30px;
}

.box-area-malla .box-text {
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-area-malla h3 {
  font-family: "sgothic-bdcap";
  font-size: 22px;
  line-height: 1;
  color: #543477;
}

.box-area-malla:hover h3 {
  font-size: 23px;
  transition: font-size 0.3s;
}

.box-area-malla:hover {
  background: #60bcd0;
}

.detail-malla {
  font-family: "zizou-slab-regular";
  font-size: 14.4px;
}

.btn-form-container {
  display: flex;
  justify-content: flex-end;
}
.btn-form {
  border: none;
  background: #d50000;
  color: #fff;
  font-family: sgothic-bdcap;
  font-size: 20px;
  padding: 5px 10px;
  /* margin-top: 18px; */
}

.btn-form.p-bigger {
  padding: 8px 30px;
}
a.btn-form {
  color: #fff;
}

.malla-gestion-supervision-proyectos-bim .box-area-malla .box-number {
  margin-bottom: 4%;
}

.malla-gestion-supervision-proyectos-bim .box-area-malla {
  height: 180px;
}

.malla-certificacion-factor-humano .box-area-malla {
  height: 190px;
}

.malla-certificacion-factor-humano .box-area-malla .box-number {
  margin-bottom: 1%;
}

.malla-adopcion-aplicacion-niif .box-area-malla {
  height: 160px;
}

.malla-adopcion-aplicacion-niif .box-area-malla .box-number {
  margin-bottom: 1%;
}

.malla-ambe {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.malla-gestion-comunicacion .box-area-malla {
  height: 190px;
}

.malla-ambe .btn-malla {
  width: 100%;
  height: 200px;
}

.malla-ambe .btn-malla .box-area-malla {
  height: 90%;
  justify-content: space-around;
}

/* .malla-certificacion-comercios .box-area-malla {
    justify-content: space-evenly;
} */

.malla-certificacion-comercios .box-area-malla h3 {
  font-size: 19px;
}

@media (min-width: 768px) {
  .malla-gestion-supervision-proyectos-bim .box-area-malla {
    height: 210px;
  }

  .malla-certificacion-factor-humano .box-area-malla {
    height: 230px;
  }

  .malla-adopcion-aplicacion-niif .box-area-malla {
    height: 190px;
  }

  .malla-ambe .btn-malla {
    width: 50%;
    height: 200px;
  }

  .malla-gestion-comunicacion .box-area-malla {
    height: 160px;
  }
}

@media (min-width: 992px) {
  .box-area-malla {
    height: 140px;
  }

  .malla-gestion-supervision-proyectos-bim .box-area-malla {
    height: 210px;
  }

  .malla-certificacion-factor-humano .box-area-malla .box-number {
    margin-bottom: 10%;
  }

  .malla-ambe .btn-malla {
    width: 20%;
    height: 220px;
  }

  #cards-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}

/* Brochure area */
.brochure-area-title {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.brochure-area-title h3 {
  font-family: "sgothic-bdcap";
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
}

.btn-brochure {
  background: #60bcd0;
  padding: 15px;
  border: none;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "sgothic-bdcap";
  font-weight: bold;
  font-size: 20px;
}

.link-brochure:hover {
  font-size: 20.5px;
  transition: font-size 0.3s;
}

.link-brochure img {
  width: 45px;
  height: auto;
}

/* malla section */

.section-malla {
  font-family: "zizou-slab-bold";
}

.section-malla p {
  font-size: 26px;
}

.section-malla a {
  font-family: "sgothic-bdcap";
  background-color: #d50000;
  font-size: 20px;
  color: #fff;
  border-radius: 10px;
  padding: 6px 80px;
}

.section-malla a:hover {
  font-size: 21px;
  transition: font-size 0.3s;
}

/* seccion malla */
.div-modulo {
  margin-bottom: 25px;
  padding: 30px;
  background: #f2f2f2;
  border-radius: 10px;
}

.modulo-title {
  font-size: 18px;
  font-family: "zizou-slab-bold";
}

.div-modulo ul {
  margin-top: 25px;
}

.div-modulo ul ul {
  margin-top: 10px;
}

.div-modulo li {
  padding-left: 20px;
  position: relative;
}

.div-modulo li::before {
  font-size: 20px;
  line-height: 1.2;
  content: "\2022";
  position: absolute;
  left: 0px;
  color: #6ac7dd;
}

.div-modulo ul li li {
  font-size: 16px;
}

.div-modulo li .text__p {
  font-size: 17px !important;
  line-height: 1.5;
}

.syllabus-legislacion li .text__p {
  font-size: 16px !important;
  line-height: 1.3;
  margin-bottom: 2px;
}

.title-box-cursos {
  font-family: "zizou-slab-bold";
  font-size: 28px;
  padding-top: 55px;
  padding-top: 0;
}

.underline {
  display: inline;
  border-bottom: 2px solid #543477;
}

.text__p {
  font-family: "zizou-slab-regular";
  font-size: 16px;
  line-height: 1.5;
}

.slider-profesores.container small {
  font-family: "zizou-slab-regular";
}

small.syllabus-details {
  font-family: "zizou-slab-regular";
}

@media (min-width: 768px) {
  .text__p {
    font-size: 20px !important;
  }
}

@media (min-width: 992px) {
  .syllabus {
    display: flex;
    margin-top: 25px;
  }

  .div-modulo {
    height: 100%;
    margin-bottom: 0;
  }

  .title-box-cursos {
    font-size: 32px;
  }
}

.horario-info {
  font-size: 14.5px;
}

.underline-text {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: double;
  text-decoration-style: double;
}

/* Area programas especializados */
.btn-modal {
  border: none;
  cursor: pointer;
  background: transparent;
  margin-bottom: 25px;
}

.box-area-pe {
  height: 90px;
  background: #6ac7dd;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-area-pe h3 {
  font-family: "sgothic-bdcap";
  font-size: 1.3rem;
  line-height: 1;
  color: #543477;
}

.box-area-pe.maestria {
  background: #543477 !important ;
}

.box-area-pe.maestria h3 {
  color: #6ac7dd !important;
}

/* .maestria.ma-derecho .box-area-pe h3 {
    font-size: 1.3rem;
} */

.box-area-pe:hover h3 {
  font-size: 28px;
  transition: font-size 0.3s;
}

.box-area-pe:hover {
  background: #60bcd0;
}

.ma-sistemas-y-ti .box-area-pe h3 {
  font-size: 1.3rem;
}

.ma-sistemas-y-ti .box-area-pe:hover h3 {
  font-size: 1.3rem;
}

/* Modal */

.modal-content {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: transparent;
}

.modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 50;
}

.modal-box {
  text-align: center;
  width: 85%;
  position: relative;
  background-color: #f7f8fa;
  z-index: 100;
}

.modal-title {
  font-family: sgothic-bdcap;
  color: #543477;
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 1;
}

.modal-description {
  font-family: "zizou-slab-regular";
  line-height: 1.2;
  margin-bottom: 30px;
}

.modal-card-container {
  display: flex;
  gap: 20px;
  overflow-x: auto;
}

.modal-card {
  font-family: "zizou-slab-regular";
  background: #6ac7dd;
  width: 250px;
  min-width: 250px;
  padding: 12px;
}

.modal-card h4 {
  font-family: sgothic-bdcap;
  color: #543477;
  line-height: 1;
  margin-bottom: 25px;
}

.modal-card .info {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}

.modal-card .info p {
  font-family: "zizou-slab-bold";
}
.section-title {
  font-family: "zizou-slab-bold";
  font-size: 28px;
  text-align: center;
  color: #543477;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .box-area-pe {
    height: 120px;
  }

  .ma-sistemas-y-ti .box-area-pe {
    height: 130px;
  }

  .modal-box {
    max-width: 1150px;
  }

  .modal-box.smaller {
    width: 600px;
  }
  .modal-box.medium {
    width: 900px;
  }

  .modal-card {
    padding: 20px 12px;
  }

  .modal-description {
    font-size: 18px;
  }

  .modal-card-container {
    justify-content: center;
  }

  .modal-card .info {
    margin-bottom: 20px;
  }
  .box-area-pe h3 {
    font-family: "sgothic-bdcap";
    font-size: 1.5rem;
    line-height: 1;
    color: #543477;
  }
}
/**modal card purple**/

.modal-card-purple {
  font-family: "zizou-slab-regular";
  background: #543477;
  color: #fff;
  width: 88%;
  margin: auto;
  /*min-width: 260px;*/
  padding: 32px 10px 22px;
}

.modal-card-purple p {
  font-family: "zizou-slab-bold";
  font-size: 18px;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px !important;
}

.modal-card-purple .info figure {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: start;
}

.modal-card-purple .info figure .icon {
  width: 30%;
  -o-object-fit: contain;
  object-fit: contain;
}

.modal-card-purple .info figure .icon-1 {
  height: 39px;
}

.modal-card-purple .info figure .icon-2 {
  height: 42px;
}

.modal-card-purple .info figcaption {
  height: 70%;
}

@media (min-width: 992px) {
  .modal-card-purple .info figure {
    justify-content: center;
  }
}

.btn-form {
  border: none;
  background: #d50000;
  color: #fff;
  font-family: sgothic-bdcap;
  font-size: 20px;
  padding: 5px 10px;
  margin-top: 18px;
}

.btn-form.p-bigger {
  padding: 8px 30px;
}

.btn-close {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #543477;
  background: #6ac7dd;
}

.btn-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  color: #543477;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}

.btn-fix {
  border-radius: 4px 4px 0 0;
  color: #fff !important;
  font-family: "sgothic-bdcap";
  font-size: 20px;
  letter-spacing: 0.2;
  display: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.fixed-btn-more {
  position: fixed;
  display: block;
  bottom: 0;
  right: 5px;
  z-index: 9999;
  padding: 10px 40px !important;
}

/*  */

.detail-container {
  width: 100%;
}

@media (min-width: 992px) {
  .detail-container {
    width: 20%;
    /* padding-left: 1rem; */
  }
}

/* Format */
.card-format .format-title {
  height: 90px;
  width: 100%;
  padding: 16px 25px;
  background-color: #6ac7dd;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s;
  margin-bottom: 15px;
  color: #543477;
  /* border: 1px solid #543477; */
}

.format-info {
  font-family: "zizou-slab-bold";
  font-size: 18px;
  height: 200px;
  line-height: 1.2;
  padding: 20px;
  background-color: #e0e0e0;
  text-align: center;
  display: flex;
  align-items: center;
}

/*modal-card-container */
.justify-content-start {
  justify-content: flex-start;
}

/* header logos */
/* .header-logos {
    flex-basis: 50px;
    min-width: 50px;
    padding-bottom: 10px;
} */
.header-logos .usa {
  max-width: 100px;
}
.header-logos .wscuc {
  max-width: 300px;
  margin-right: 10px;
}

/* Sistemas y TI */
.container.sistemas-y-ti .card-modality {
  margin: 0 10px;
}
.modality-info.bold {
  font-family: "zizou-slab-regular";
  font-size: 16px;
  height: 300px;
  line-height: 1.2;
  padding: 17px;
  background-color: #e0e0e0;
  text-align: center;
  display: flex;
  align-items: center;
  margin-top: 18px;
}
.modality-info.bold p {
  display: inline-block;
}

.title-box-bold.bg-skybluecolor {
  background-color: #6ac7dd !important;
}

#slider-profesores.dots-false .slick-dots {
  display: none;
}

/* WHY UPC SECTION */
.info-grid .info-grid-item:nth-child(1),
.info-grid .info-grid-item:nth-child(4) {
    background-color: #58C9E7;
}

.info-grid .info-grid-item:nth-child(2),
.info-grid .info-grid-item:nth-child(3) {
    background-color: #8CDBEF;
}
.font-zizou {
  font-family: "zizou-slab-regular";
}
.font-zizou-bold {
  font-family: "zizou-slab-bold";
}
.preguntas-frecuentes ul li {
  margin-bottom: 10px;
}
.preguntas-frecuentes .acordeon-item .acordeon-title h3 {
  font-size: 1.2rem !important;
}
.boton-nuevo {
  background-color: #35158c;
  color: white;
  border: none;
  border-radius: 15px;
  padding: 4px 8px;
  font-size: 0.8rem;
  margin-left: 4px;
}