@import url('https://fonts.googleapis.com/css?family=Open+Sans:300, 400,700, 900');
@import url(https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800,900&display=swap);
/*/////////////////////////////// 
        COLORES
///////////////////////////////*/

:root {
  /* Main colors */
  --lila: #4e0d75 !important;
  --lila--shine: #691193 !important;
  --lila--oscuro: #160023 !important;
  --lila--claro: #f5ebfb !important;
  --orange: #e5bb07 !important;
  --orange--shine: rgba(229, 187, 7, 0.8) !important;
  --orange--oscuro: #cca604 !important;
  --orange--claro: #f5e3a9 !important;
  --bg-orange--claro: #f9f7f2 !important;
  --azul--claro: #f7fbfc !important;
  --gris--primary: #fafafa !important;
  --gris--secondary: #eee !important;
  --gris--oscuro: #666666 !important;
  --danger: #da2121 !important;
  --success: #28a745 !important;
  --success--shine: #1e9138 !important;
  --warning: #ec890f !important;
  --warning--shine: #d77a07 !important;
}
/* Text color */
.text-lila {color: var(--lila) !important;}
.text-lila-hover {color: var(--lila--hover) !important;}
.text-lila-claro {color: var(--lila--claro) !important;}
.text-yellow {color: var(--orange) !important;}
.text-danger {color: var(--danger) !important;}
.text-danger-claro {color: var(--danger--claro) !important;}
.text-success {color: var(--success) !important;}
.text-facebook {color: var(--facebook) !important;}
.text-facebook-hover {color: var(--facebook--hover) !important;}
.text-twitter {color: var(--twitter) !important;}
.text-twitter-hover {color: var(--twitter--hover) !important;}
.text-linkedin {color: var(--linkedin) !important;}
.text-linkedin-hover {color: var(--linkedin--hover) !important;}
.text-whatsapp {color: var(--whatsapp) !important;}
.text-whatsapp-hover {color: var(--whatsapp--hover) !important;}
.text-black {color: #1d1f20 !important;}
.text-white {color: white !important;}
/* Background color */
.bg-lila {background-color: var(--lila) !important;}
.bg-lila-shine {background-color: var(--lila--shine) !important;}
.bg-lila-oscuro {background-color: var(--lila--oscuro) !important;}
.bg-lila-hover {background-color: var(--lila--hover) !important;}
.bg-lila-claro {background-color: var(--lila--claro) !important;}
.bg-lila-transparent {background-color: var(--lila--transparente) !important;}
.bg-yellow {background-color: var(--orange) !important;}
.bg-yellow-oscuro {background-color: var(--orange--oscuro) !important;}
.bg-danger {background-color: var(--danger) !important;}
.bg-danger-claro {background-color: var(--danger--claro) !important;}
.bg-success {background-color: var(--success) !important;}
.bg-facebook {background-color: var(--facebook) !important;}
.bg-facebook-hover {background-color: var(--facebook--hover) !important;}
.bg-twitter {background-color: var(--twitter) !important;}
.bg-twitter-hover {background-color: var(--twitter--hover) !important;}
.bg-linkedin {background-color: var(--linkedin) !important;}
.bg-linkedin-hover {background-color: var(--linkedin--hover) !important;}
.bg-whatsapp {background-color: var(--whatsapp) !important;}
.bg-whatsapp-hover {background-color: var(--whatsapp--hover) !important;}
.bg-black {background-color: #000 !important;}
.bg-gris-claro {background-color: var(--gris--secondary) !important;}
.bg-gris-oscuro {background-color: var(--gris--oscuro) !important;}


* {
    -webkit-print-color-adjust: exact; 
    print-color-adjust: exact;
  }

body {
    font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  float: none !important;
  width: 100% !important;
  margin:  0 !important;
  padding: 0 !important;
  font-size: 12px;
  color: #1d1f20;
}
/* Tamaño y orientación del doc */
@page {
  size:A4 landscape;
  margin: 0cm;
  /*margin-footer: 5mm;
  footer: html_myHTMLFooterOdd;
  border-bottom: 2px solid #691193;
  padding: 0cm 0cm 0.5cm 0cm;
  @bottom-center {
    content: "FOOTER";
    text-align: center;
    vertical-align: middle;
  }*/
}
@page:first {

}



/*/////////////////////////////// 
        COMPONENTES
///////////////////////////////*/

b, strong {
  font-weight: 700;
}
.page-content--left {
  padding-left: 9.7rem !important;
}

.btn {
    font-family: 'Karla', sans-serif;
    letter-spacing: -1.12px;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 50px;
    text-decoration: none;
    padding: 0 30px;
    white-space: break-spaces;
}
.btn--lila {
    color: #ffffff;
    background-color: var(--lila);
}
.btn--lila:hover, .btn--lila:focus {
    color: #fff !important;
    background-color: var(--lila--shine);
    text-decoration: none !important;
}
.btn--orange {
    color: #ffffff;
    background-color: var(--orange);
}
.btn--orange:hover {
    color: #fff !important;
    background-color: var(--orange--shine);
    text-decoration: none !important;
}
.btn--success {
    color: #ffffff;
    background-color: var(--success);
}
.btn--success:hover {
    color: #fff !important;
    background-color: var(--success--shine);
    text-decoration: none !important;
}
.btn--warning {
    color: #ffffff;
    background-color: var(--warning);
}
.btn--warning:hover {
    color: #fff !important;
    background-color: var(--warning--shine);
    text-decoration: none !important;
}
.btn--hover-shine {
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.btn--hover-shine:before {
    content: '';
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: none;
    transition: none;
}
.btn--hover-shine:hover:before {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn-title {
    font-size: 16px;
    line-height: 1.4;
    color: var(--gris--oscuro);
    font-weight: 400;
    text-align: center;
}
.btn-center, .btn-center:visited {
    text-align: center;
    display: flex;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 25px;
    width: fit-content;
}

/* width */
.w-fit {width: fit-content;}
.w-10 {width: 10%;}
.w-20 {width: 20%;}
.w-30 {width: 30%;}
.w-40 {width: 40%;}
.w-50 {width: 50%;}
.w-60 {width: 60%;}
.w-70 {width: 70%;}
.w-80 {width: 80%;}
.w-90 {width: 90%;}
.w-100 {width: 100%;}

/* Background image */
.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* height: 100%; */
}
section#perfil-alumno {
  background: linear-gradient(90deg,black, 50%, #fbbc04 50%);
}
#contra-portada {
  background-image: linear-gradient(0deg,rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)),url(./img/contra.jpeg);
}


/*/////////////////////////////// 
        SECCIONES
///////////////////////////////*/
/* Salta de pag por cada section */
section {
    /* page-break-before: always; */
/*    page-break-inside: avoid;*/
    margin: 0;
}
.page {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-height: 792px;
  height: auto;
}
#formacion, #temario, #profesores {
    height: auto;
  min-height: 792px;
}
.clear {
  clear:both;
}

.only-print {
  display: block;
}
.only-html {
  display: none;
}
#sfWebDebug {display: none;}

/* Estilos de textos */
h1, h2, h3 {
  font-family: 'Work Sans', sans-serif;
}
h1 {
  line-height: 1.3;
  font-size: 75px;
  font-weight: 700;
}
h1 span {
font-size: 45px;
}
h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.1;
  color: #1d1f20;
}
h2 span {
    color: var(--orange);
}
h2.titulo-seccion span {
  margin-left: -5.2rem;
  padding: 10px;
  width: fit-content;
  line-height: 1;
  margin-right: 20px;
  background-color: #fbbc04;
  color: #1d1f20;
  display: inline-block;
}
.ml-positive {
  margin-left: 5.2rem;
}
h3.h2_parrafo {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 0;
}
h6, .h2_parrafo {
  font-size: 16px !important;
  margin-top: 60px;
  line-height: 1.4;
  margin-bottom: 12px;
  font-weight: 700;
}
h6, .h2_parrafo, #plan-estudios h6 {
    font-family: 'Work Sans', sans-serif;
}
li {
    list-style: none;
    padding-left: 1.5em;
    text-indent: -1em;
    margin-bottom: 15px;
}
ul li::before {
    content: "→ " !important;
    color: var(--lila);
    margin-right: 5px;
    font-weight: 900;
    margin-left: -8px;
}

a {
    color: var(--lila);
    text-decoration: underline;
}
p.p-sub {
    text-transform: uppercase;
    letter-spacing: 4px;
    text-decoration: underline;
    font-style: italic;
}
.bg-oscuro ul li::before {
    color: var(--orange);
}
.gradient-list.gradient-list--check-list ul li {
    text-indent: 0;
}
.gradient-list.gradient-list--check-list ul li:before {
    content: "" !important;
    background: url(img/check.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: -30px;
    margin-top: 3px;
}
.gradient-list.gradient-list--card-check ul {
    display: flex;
    flex-flow: wrap;
}
.gradient-list.gradient-list--card-check ul li {
    width: 21%;
    margin: 0 1% 15px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 1rem;
    height: auto;
    max-height: none;
    padding-left: 3em;
    color: black;
    border-radius: 0.5rem;
    text-align: left !important;
}
.gradient-list--card ul {
    display: flex;
    flex-flow: wrap;
}
.gradient-list--card ul li {
    width: 31%;
    margin: 6px 1%;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 1rem;
    height: auto;
    max-height: none;
    display: flex;
    align-items: center;
    border-radius: 5px;
    text-indent: 0;
}
@media (max-width: 997px) {
    .gradient-list.gradient-list--card-check ul li {
        width: 35%;
    }
}
@media (max-width: 792px) {
    .gradient-list.gradient-list--card-check ul li {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .gradient-list--card ul li {
        text-align: center;
        flex-direction: column;
    }
}
ul {
    padding-left: 20px;
}
ol li {
    list-style-type: decimal;
    text-indent: initial;
    padding-left: 5px;
}
#indice li::before {
  content: none !important;
}
#indice li {
    text-indent: 0;
    line-height: 1.5;
    margin-bottom: 15px !important;
}
#indice ul {
  padding-left: 0px;
}
#indice ul li a span {
    background: none !important;
    color: #1d1f20 !important;
    display: inline-block !important;
    margin: 0 !important;
    padding-right: 0 !important;
    line-height: 0 !important;
    font-weight: 400;
}
#indice ul li a span:after {
    content: '.';
}
#indice a , #indice a:visited {
  text-decoration: none;
  color: #1d1f20;
  font-weight: 600;
}

img {
  max-width: 100%;
  page-break-inside: avoid;
}
.h2_parrafo strong {
   color: #1d1f20 !important;
  -webkit-print-color-adjust: exact;
}

/* Enlaces */
a:after {
    /*content: " <" attr(href) ">";*/
    color: #1d1f20;
    font-weight: 300;
    display: block;
    margin-top: 20px;
    font-size: 14px;
    float: left;
}
#contra-portada a:after , #indice a:after {
  content: none !important;
}
#indice a , #indice a:visited {
  text-decoration: none;
  color: #1d1f20 !important;
  -webkit-print-color-adjust: exact;
}


/* Descargar */
#barra-inferior {
    display: none;
}

/* Portada */
#portada {
  padding: 0;
  -webkit-print-color-adjust: exact;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.page-content.w-60.justify-content-center {
    justify-content: flex-start !important;
}
#portada h1 {
    overflow-wrap: break-word;
    margin: 50px 0 0 0 !important;
    line-height: 1;
    font-size: 60px;
}
#portada h6 {
    padding: 0 !important;
    margin-bottom: 0 !important;
}
#portada .page-content.bg-white.w-fit {
    width: 40% !important;
}





/* Programa */
#tabla-resumen td {
    font-size: 12px !important;
}
#listado-programa {
  padding: 3% 2% 4% 2%;
  border: 4px solid #8900a1 !important;
  -webkit-print-color-adjust: exact;
  width: 80%;
  margin: 120px auto;
  height: 630px;
}
#listado-programa li {
  width: 45%;
  text-align: center;
  float: left;
  margin-top: 5%;
  text-indent: 0;
}

#listado-programa li:before {
  content: none !important;
}
#listado-programa li img {
  display: block;
  margin: 0 auto;
  width: 70px;
}
#listado-programa li span {
  display: block;
  color: #1d1f20 !important;
  -webkit-print-color-adjust: exact;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.2em;
    margin: 17px 0 6px;
    font-size: 1.3em;
}
#listado-programa li p {
    margin-top: 0;
}
#plan-estudios h6 {
  text-align:center;
  margin-bottom: 30px;
  font-size: 2em !important;
}
/* #plan-estudios p {
  font-weight: bold;
  margin-top: 35px;
} */

#plan-estudios {
  height: auto;
  margin-top: 30px;
  column-count: 3;
}
#plan-estudios .bg-image .bg-black {
  max-width: 500px;
  margin-bottom: -3rem;
}
#plan-estudios .page-content {
  column-count: 3;
  margin-top: 3rem;
}
.cursos #plan-estudios {
    /* align-content: flex-start; */
    background: linear-gradient(90deg,black, 50%, white 50%);
}
.cursos #plan-estudios .bg-image {
    min-height: 250px;
}
.cursos #plan-estudios .page-content {
    column-count: auto;
    margin-top: 0;
}
.cursos #plan-estudios h6 {
    text-align: left;
}
.cursos #info-programa {
    column-count: 2;
    margin-top: 50px !important;
}
.cursos #info-programa h6 {
    margin-top: -38px !important;
}
.cursos #info-programa .w-50 {
    width: 100% !important;
}
#plan-estudios ul li {
  padding-right: 3rem;
  text-indent: 3px;
  margin-bottom: 6px;
}

section#proponemos .page-content {
    align-content: center;
    width: 100% !important;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

/* Metodologia */
#metodologia img {
  width: auto !important;
}
h6.h6_parrafo {
    padding-left: 0;
    margin-bottom: 5px;
    margin-top: 0 !important;
    font-weight: 700;
    font-size: 19px;
}
#precio h6.h6_parrafo {
    margin-bottom: 17px;
    margin-top: 40px !important;
    font-weight: bold;
}
#precio ul {
    padding-left: 12px;
}
ul#precio_resto {
    padding-left: 35px;
}
ul#precio_resto li::before {
    content: "\00BB " !important;
    color: #8900a1;
    font-weight: bold;
    background: none;
    padding-left: 0;
    margin-right: 9px;
}
#precio li {
    text-indent: -30px;
}
p.subtitulo_h6_parrafo {
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 600;
    margin-bottom: 5px !important;
}
.texto-met p {
    margin-top: 0;
}
.metodologia_item img{
  width: 120px;
}
.metodologia_item {
  margin: 25px 0;
  clear: both;
}
.metodologia_item div.icono-met {
  float: left;
  width: 9%;
  align-self: stretch;
  min-width: 70px;
  min-height: auto;
}
.metodologia_item div.texto-met {
  float: left;
  width: 84%;
  align-self: stretch;
  min-width: 0;
  min-height: auto;
  padding-left: 20px;
  padding-bottom: 25px;
}
.icono-met.right {
    order: 2 !important;
    min-width: 125px !important;
}
.texto-met.right {
    order: 1 !important;
    padding-left: 0 !important;
    padding-right: 20px !important;
}
#metodologia iframe {
    margin-top: 0px;
    height: 0;
    display: none !important;
}
#elearning-top {
    margin-top: 60px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 25px 0;
    page-break-inside: avoid !important;
    margin-top: 30px;
}
img#serious{
    float: right;
    height: auto;
    margin: 0px 0px 0px 20px;
}
#campus {
    width: 70% !important;
    margin: 0 auto !important;
    display: block !important;
    height: 200px;
}

#elearning-top h6 {
    margin-top: 0;
}

/* Tabla metodologia */
table.Rtable {
    WIDTH: 93%;
    MARGIN: AUTO;
    font-size: 14px;
}
th#habitual {
    padding: 1em 1.1em;
}
td.is-striped {
    background: #e8e8e8;
    margin: -3px 0 0 -3px;
    border: 1px solid white;
    padding: 1em 1.2em;
    font-weight: 300;
}
td.is-striped-2 {
    background: #fdfdfd;
    margin: -3px 0 0 -3px;
    border: 3px solid white;
    padding: 1em 1.2em;
    font-weight: 300;
}
td.is-striped-3 {
    background: #ceb5dd;
    margin: -3px 0 0 -3px;
    border: 1px solid white;
    padding: 1em 1.2em;
    font-weight: 300;
}
td.is-striped-4 {
    background: #eee6f3;
    margin: -3px 0 0 -3px;
    border: 1px solid white;
    padding: 1em 1.2em;
    font-weight: 300;
}
td#habitual_2 {
    margin: -3px 0 0 -3px;
    border: 1px solid white;
    padding: 1em 1.2em;
}
td#vs-iebs_2 {
    margin: -3px 0 0 -3px;
    border: 1px solid white;
    padding: 1em 1.2em;
}

.Rtable.Rtable--2cols.Rtable--collapse {
    width: 80%;
    margin: auto;
    margin-top: 30px;
}
.Rtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
  margin-top: 20px;
}
.Rtable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 1em 1.2em;
  overflow: hidden;
  list-style: none;
  border: solid 3px white !important;
  -webkit-print-color-adjust: exact;
  background: rgba(112, 128, 144, 0.2) !important;
  -webkit-print-color-adjust: exact;
}
#tabla-comparativa > .Rtable-cell {
    width: 25%;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Rtable span {
    font-size: 1.5em;
    font-weight: 400;
}
.Rtable img {
    height: 25px;
    vertical-align: top;
    margin-top: 8px;
}
.Rtable-cell.is-striped {
    background: #e8e8e8 !important;
  -webkit-print-color-adjust: exact;
}
.Rtable-cell.is-striped-2 {
    background: #fdfdfd !important;
  -webkit-print-color-adjust: exact;
}
.Rtable-cell.is-striped-3 {
    background: rgba(104, 18, 147, 0.32) !important;
  -webkit-print-color-adjust: exact;
}
.Rtable-cell.is-striped-4 {
    background: rgba(104, 18, 147, 0.11) !important;
  -webkit-print-color-adjust: exact;
}


.Rtable--2cols > .Rtable-cell {
  width: 50%;
}
.Rtable--3cols > .Rtable-cell {
  width: 33.33%;
}
.Rtable--4cols > .Rtable-cell {
  width: 25%;
}
.Rtable--5cols > .Rtable-cell {
  width: 20%;
}
.Rtable--6cols > .Rtable-cell {
  width: 16.6%;
}

.Rtable {
  position: relative;
  top: 3px;
  left: 3px;
  text-align: center;
}
.Rtable-cell {
  margin: -3px 0 0 -3px;
  background-color: white !important;
  -webkit-print-color-adjust: exact;
  border: 3px solid white !important;
  -webkit-print-color-adjust: exact;
}
#habitual h3 {
    color: white !important;
  -webkit-print-color-adjust: exact;
    font-weight: 500;
    font-size: 2em;
}
#habitual span, #habitual_2 strong, #habitual , #habitual_2 {
    background: #878585 !important;
  -webkit-print-color-adjust: exact;
    color: white !important;
  -webkit-print-color-adjust: exact;
}
#vs-iebs, #vs-iebs_2 strong, #vs-iebs_2 {
    background: #8900a1 !important;
  -webkit-print-color-adjust: exact;
    color: white !important;
  -webkit-print-color-adjust: exact;
}


.no-flexbox .Rtable {
  display: block;
}
.no-flexbox .Rtable > .Rtable-cell {
  width: 100%;
}
.no-flexbox .Rtable > .Rtable-cell--foot {
  margin-bottom: 1em;
}


/* Tabla modalidad */
#tabla-modalidad {
    line-height: 23px;
}

#tabla-modalidad .matricula_descuento span {
    display: block;
    margin-top: 10px;
    font-size: 29px;
}

.Rtable-cell.is-striped-23.green {
    background: #8900a1 !important;
  -webkit-print-color-adjust: exact;
    font-size: 20px;
}

#tabla-modalidad li {
    text-align: left;
    margin-bottom: 5px;
}

#tabla-modalidad ul li:before {
    content: "- " !important;
    background: none;
    padding-left: 17px;
}

#precio-modalidad-open, #precio-modalidad-iebs {
    font-weight: lighter;
    font-size: 30px;
}


 /* Precio */
#precio h6.h6_parrafo {
    margin-bottom: 17px;
    margin-top: 0px !important;
    font-weight: bold;
}
 .cursiva {
    font-style: italic;
 }
#opcional::before {
    content: '!';
    color: #8900a1 !important;
  -webkit-print-color-adjust: exact;
    font-weight: bold;
    font-size: 20px;
}
.admision-item {
  width: 90%;
  /* border: 1px solid #e0e0e0; */
  text-align: center;
  margin: 20px auto;
  display: flex;
  flex-direction: row;
  /* box-shadow: 1px 1px 8px #0000001c; */
  align-items: flex-start;
}

.admision-item div.texto-admin {
  order: 2;
  flex: 1 1 auto;
  align-self: stretch;
  min-width: 0;
  min-height: auto;
  padding: 0 15px;
  text-align: left;
}
.icono-admin {
  /* background: linear-gradient(to left, #fbbc04, #58d3bb); */
  color: #fbbc04;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 4em;
  min-width: 55px;
  min-height: 55px;
  /* align-self: center !important; */
  /* margin-left: -30px; */
  opacity: .7;
}
#precio .metodologia_item img {
    width: 80px;
}
#precio .metodologia_item div.icono-met {
  min-width: 80px;
}
#becas-all {
  page-break-inside: avoid;
}
.becas-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    page-break-inside: avoid;
}

.becas-item:nth-child(1) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
}

.becas-item:nth-child(2) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
}

.becas-item:nth-child(3) {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
}

.becas-item {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    text-align: center;
    margin-top: 15px;
    width: 50%;
}
.becas-item h6.h6_parrafo {
    font-size: 23px;
}

.becas-info {
    border: 4px solid #8900a1;
    margin: 30px auto;
    width: 90%;
    padding: 3%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
}
/*new*/
.becas-left-info .h6_parrafo {
    display: inline-block;
    margin-right: 20px;
    text-transform: none;
    color: #1d1f20;
    font-size: 24px;
    margin-bottom: 0 !important;
}

.becas-left-info {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    width: 80%;
    padding-right: 40px;
}

.becas-info span {
    font-weight: bold;
    font-size: 1.5em;
    color: rgb(175, 59, 146);
}



/* Tabla descuentos corporativos */
#tabla-descuentos {
    width: 80%;
    margin: auto;
}
.Rtable-cell.Rtable-cell--head.matricula_descuento {
    background: rgb(175, 59, 146) !important;
  -webkit-print-color-adjust: exact;
    color: white;
    font-size: 18px;
    font-weight: 300;
}
.Rtable-cell.is-striped-22 {
    background: rgba(206, 206, 206, 0.34901960784313724) !important;
  -webkit-print-color-adjust: exact;
}
.Rtable-cell.is-striped-23 {
    background: rgba(206, 206, 206, 0.16862745098039217) !important;
  -webkit-print-color-adjust: exact;
}



img#comunidad {
    margin: 40px auto;
    display: block;
}

/* Titulacion */
.caja-acreditaciones {
  border: 2px solid #fbbc04;
  border-radius: 10px;
}
.caja-acreditaciones img {
  width: 20%;
  margin-right: 20px;
}
.titulo-imagen {
    box-shadow: 1px 1px 8px 0px #676767;
    border: 1px solid #b2b2b2;
    width: 350px;
    margin-bottom: 20px;
}
.titulo-iebs-2 {
    width: 50%;
    float: left;
    text-align: center;
}
.titulo-iebs-2 p {
    line-height: 1.4;
}

.superindice {  
    vertical-align:super;            /*superindice*/  
    font-size:8px; 
}  
.titulaciones-urjc {
    border: 4px solid #8900a1 !important;
  -webkit-print-color-adjust: exact;
    padding: 30px;
}
.titulaciones-urjc h6 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 20px;
}
.titulaciones-urjc li {
    display: flex;
    flex-flow: row nowrap;
    justify-content: left;
    align-content: center;
    align-items: center;
    margin: 25px 0;
    width: 100%;
    padding-left: 0;
}
.titulaciones-urjc li p {
    order: 1;
    flex: 0 1 auto;
    align-self: stretch;
    min-width: 0;
    min-height: auto;
    width: 69%;
}

#letra-pequena {
    margin-top: 15px;
    margin-left: 20px;
}
#letra-pequena p {
    font-size: 10px;
    line-height: 1.2;
}

#empresas img , #lanzadera img {
    margin: auto;
    width: 80%;
    display: block;
}




.opciones-pago-flex {
    display: flex;
    flex-direction: row;
}
.opcion-pago {
    width: 43%;
    display: flex;
    border: 4px solid #8800a0 !important;
  -webkit-print-color-adjust: exact;
    padding: 0 20px;
    margin: 10px 1%;
    text-align: center;
    flex-direction: column;
}
.opcion-pago span.opcion {
    font-weight: 800;
    color: #8800a0 !important;
  -webkit-print-color-adjust: exact;
    font-size: 1.2em;
    margin: 10px 0 -15px !important;
    display: block;
}
.opcion-pago p strong {
    padding: 0 5px;
    display: block;
    font-size: 19px;
}
span.dto {
    color: red !important;
  -webkit-print-color-adjust: exact;
    padding-left: 10px;
}
span.sin-dto {
    display: block;
    margin: 10px 0 2px;
}
span.sin-dto:before {
    content: '';
    width: 60px;
    height: 2px;
    background: red !important;
  -webkit-print-color-adjust: exact;
    position: absolute;
    margin-top: 14px;
    transform: rotate(-20deg);
}
span.dto {
    color: red !important;
  -webkit-print-color-adjust: exact;
}


@media (max-width: 110px) {
  .opciones-pago-flex {
      flex-direction: column;
  }
  .opcion-pago {
      width: 90%;
      margin: 10px auto;
  }
}


/** Claustro 2022 ****/
#directores .claustro-profesores, .item-director {
    justify-content: center;
    display: flex !important;
    flex-direction: row !important;
}
.claustro-profesores {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.card.card--profesor.testimonial-card, .card.card--profesor.testimonial-card:hover {
    text-decoration: none;
    color: #000;
    display: block;
    width: 20%;
    margin: 20px;
}
.card__image--profesor {
    width: 150px;
    height: 150px;
    min-width: 150px;
    min-height: 150px;
}
.card__name--profesor {
    color: #000;
}
.card__name--profesor h4 {
    color: #000;
    font-size: 16px!important;
    margin-bottom: 0!important;
}
.card__name--profesor span {
    font-size: 15px;
    line-height: 1.4;
}
@media (max-width: 1200px) {
    .card.card--profesor.testimonial-card {
        width: 27%;
    }
}
@media (max-width: 991px) {
    .card.card--profesor.testimonial-card {
        width: 40%;
    }
}


/* Empleo */
section#empleo {
  background: url(./img/bolsa.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* section#empleo .page-content.bg-primary {
  min-height: 600px;
} */
#empleo img {
    width: 21%;
    padding: 10px 20px;
    max-width: 200px;
/*    min-width: 120px;*/
}

/* Non stop learning */
section#nonstoplearning i {
  font-size: 2rem;
}
.caja-nonstoplearning img {
  max-width: 80px;
}

/* Salidas laborales */
#salidaslaborales {
  background: linear-gradient(90deg,#fbbc04 22%, white 0);
}
#salidaslaborales .image-rounded {
  border-radius: 50%;
  border: 5px solid white;
  overflow: hidden;
  max-width: 350px;
  max-height: 350px;
  margin: auto;
}
section#salidaslaborales ul {
    /* column-count: 2; */
    margin-top: 20px;
    /*max-width: 400px;*/
}
section#salidaslaborales ul li {
    border: 2px solid #fbbc04;
    border-radius: 10px;
    padding: 10px 3rem 10px 4rem;
    overflow: hidden;
    max-width: 500px;
}
section#salidaslaborales ul li:before {
    content: '\f183';
    font: normal normal normal 20px/1 FontAwesome;
    background: #fbbc04;
    color: white;
    margin-top: 0;
    margin-left: -59px;
    margin-right: 12px;
    padding: 100px 20px;
    width: fit-content;
}

/* Comunidad */
#comunidad .w-60 {
  background: url(./img/bg-eventos.png);
  background-size: cover;
  background-position: center;
  border-left: 13px solid white;
  border-right: 13px solid white;
}
p.item-services {
  text-align: center;
  width: 40%;
  margin: 20px 5%;
}
p.item-services i {
  display: block;
  font-size: 40px;
  margin-bottom: 10px;
}

/* Inscripción */
#precio-pago i {
  font-size: 3rem;
}
#precio-pago ul li:before {
  color: #1d1f20;
}
/*.cursos #precio-pago {
    justify-content: space-around;
    background: linear-gradient(0deg,#ffeebd, 50%, #fbbc04 50%);
}*/
section#inscripcion .bg-image {
    background: url(./img/bg-inscripcion-quantum.jpeg) no-repeat;
    background-size: cover;
    background-position: left;
}
.cursos section#inscripcion .bg-gris-claro.p-5.w-100.text-center {
    display: none;
}
section#inscripcion h2.titulo-seccion.pb-5 {
    padding-bottom: 10px !important;
}
section#inscripcion i {
    font-size: 22px !important;
    display: inline-block;
    padding-right: 10px;
}
section#inscripcion h6 {
    display: inline-block;
}
section#inscripcion .page-content.w-60.align-self-center p.mt-5 {
    margin-top: 20px !important;
}
section#inscripcion .bg-gris-claro.p-5.w-100.text-center {
    padding: 30px !important;
}

/* Sedes */
.item-sede span {
  font-weight: 900;
  font-size: 2.6em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 7px 6px 0px #eee;
}


.card.card--programa-bordered a .card-header.card-header--icon {
  background: none;
  border: 0;
  padding: 0;
}
.card-header.card-header--icon i {
  border-radius: 50%;
  font-size: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -25px auto 0;
}
.card.card--programa-bordered {
  border: 3px solid #fbbc04;
  margin: 30px 10px 20px;
  min-height: 156px;
}
.card.card--programa-bordered a, .card.card--programa-bordered a .card-body {
  cursor: pointer;
  text-decoration: none;
}


/*** Components ***/
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.flex-lg-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


/*** Portada ***/
section#portada, section#contra-portada {
    background: linear-gradient(0deg,rgba(43, 8, 61, 0.7), rgba(43, 8, 61, 0.7)), url(./img/bg-23.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#portada img.logo {
    width: 30%;
    max-width: 150px;
    min-width: 100px;
    margin: 0 !important;
}
body#programa-ucav #portada img.logo, body#programa-ucam #portada img.logo {
    width: 40%;
    max-width: 300px;
    min-width: 200px;
}
/* img portada*/
#portada .bg-image {
  width: 580px;
  background: url(./img/bg-portada-23.jpeg) no-repeat;
  background-size: cover;
  background-position: center;
  display: block !important;
  min-height: 700px !important;
  height: 792px !important;
}
.marketing-1 #portada .bg-image, .marketing-digital-1 #portada .bg-image, .internet-marketing-1 #portada .bg-image {
  background-image: url(./img/bg-marketing-1.jpg?2);
}
.marketing-2 #portada .bg-image, .marketing-digital-2 #portada .bg-image, .internet-marketing-2 #portada .bg-image {
  background-image: url(./img/bg-marketing-2.jpg?2);
}
.marketing-3 #portada .bg-image, .marketing-digital-3 #portada .bg-image, .internet-marketing-3 #portada .bg-image {
  background-image: url(./img/bg-marketing-3.jpg?2);
}
.marketing-4 #portada .bg-image, .marketing-digital-4 #portada .bg-image, .internet-marketing-4 #portada .bg-image {
  background-image: url(./img/bg-marketing-4.jpg?2);
}
.marketing-5 #portada .bg-image, .marketing-digital-5 #portada .bg-image, .internet-marketing-5 #portada .bg-image {
  background-image: url(./img/bg-marketing-5.jpg?2);
}
.marketing-6 #portada .bg-image, .marketing-digital-6 #portada .bg-image, .internet-marketing-6 #portada .bg-image {
  background-image: url(./img/bg-marketing-6.jpg?2);
}
.marketing-7 #portada .bg-image, .marketing-digital-7 #portada .bg-image, .internet-marketing-7 #portada .bg-image {
  background-image: url(./img/bg-marketing-4.jpg?2);
}
.marketing-8 #portada .bg-image, .marketing-digital-8 #portada .bg-image, .internet-marketing-8 #portada .bg-image {
  background-image: url(./img/bg-marketing-5.jpg?2);
}
.marketing-9 #portada .bg-image, .marketing-digital-9 #portada .bg-image, .internet-marketing-9 #portada .bg-image {
  background-image: url(./img/bg-marketing-6.jpg?2);
}
.marketing-10 #portada .bg-image, .marketing-digital-10 #portada .bg-image, .internet-marketing-10 #portada .bg-image {
  background-image: url(./img/bg-marketing-1.jpg?2);
}
.emprendedores-1 #portada .bg-image, .mba-emprendedores-1 #portada .bg-image {
  background-image: url(./img/bg-emprendedores-1.jpg);
}
.emprendedores-2 #portada .bg-image, .mba-emprendedores-2 #portada .bg-image {
  background-image: url(./img/bg-emprendedores-2.jpg?2);
}
.emprendedores-3 #portada .bg-image, .mba-emprendedores-3 #portada .bg-image {
  background-image: url(./img/bg-emprendedores-3.jpg?2);
}
.emprendedores-4 #portada .bg-image, .mba-emprendedores-4 #portada .bg-image {
  background-image: url(./img/bg-emprendedores-4.jpg?2);
}
.emprendedores-5 #portada .bg-image, .mba-emprendedores-5 #portada .bg-image {
  background-image: url(./img/bg-emprendedores-5.jpg?2);
}
.emprendedores-6 #portada .bg-image, .mba-emprendedores-6 #portada .bg-image {
  background-image: url(./img/bg-emprendedores-6.jpg?2);
}
.emprendedores-7 #portada .bg-image, .mba-emprendedores-7 #portada .bg-image {
  background-image: url(./img/bg-emprendedores-7.jpg?2);
}
.emprendedores-8 #portada .bg-image, .mba-emprendedores-8 #portada .bg-image {
  background-image: url(./img/bg-emprendedores-8.jpg);
}
.emprendedores-9 #portada .bg-image, .mba-emprendedores-9 #portada .bg-image {
  background-image: url(./img/bg-emprendedores-9.jpg?2);
}
.emprendedores-10 #portada .bg-image, .mba-emprendedores-10 #portada .bg-image {
  background-image: url(./img/bg-emprendedores-10.jpg?2);
}
.business-tech-1 #portada .bg-image {
  background-image: url(./img/bg-businesstech-1.jpg);
}
.business-tech-2 #portada .bg-image {
  background-image: url(./img/bg-businesstech-2.jpg);
}
.business-tech-3 #portada .bg-image {
  background-image: url(./img/bg-businesstech-3.jpg);
}
.business-tech-4 #portada .bg-image {
  background-image: url(./img/bg-businesstech-4.jpg?2);
}
.business-tech-5 #portada .bg-image {
  background-image: url(./img/bg-businesstech-5.jpg?2);
}
.business-tech-6 #portada .bg-image {
  background-image: url(./img/bg-businesstech-6.jpg?2);
}
.business-tech-7 #portada .bg-image {
  background-image: url(./img/bg-businesstech-7.jpg);
}
.business-tech-8 #portada .bg-image {
  background-image: url(./img/bg-businesstech-8.jpg?2);
}
.business-tech-9 #portada .bg-image {
  background-image: url(./img/bg-businesstech-9.jpg?2);
}
.business-tech-10 #portada .bg-image {
  background-image: url(./img/bg-businesstech-10.jpg?2);
}
.social-media-1 #portada .bg-image {
  background-image: url(./img/bg-socialmedia-1.jpg);
}
.social-media-2 #portada .bg-image {
  background-image: url(./img/bg-socialmedia-2.jpg);
}
.social-media-3 #portada .bg-image {
  background-image: url(./img/bg-socialmedia-3.jpg);
}
.social-media-4 #portada .bg-image {
  background-image: url(./img/bg-socialmedia-4.jpg);
}
.social-media-5 #portada .bg-image {
  background-image: url(./img/bg-socialmedia-5.jpg);
}
.social-media-6 #portada .bg-image {
  background-image: url(./img/bg-socialmedia-6.jpg);
  background-position: top center;
}
.social-media-7 #portada .bg-image {
  background-image: url(./img/bg-socialmedia-7.jpg);
  background-position: top center;
}
.social-media-8 #portada .bg-image {
  background-image: url(./img/bg-socialmedia-8.jpg);
  background-position: top center;
}
.social-media-9 #portada .bg-image {
  background-image: url(./img/bg-socialmedia-9.jpg);
  background-position: top center;
}
.social-media-10 #portada .bg-image {
  background-image: url(./img/bg-socialmedia-10.jpg);
  background-position: top center;
}
.recursos-humanos-1 #portada .bg-image {
  background-image: url(./img/bg-recursoshumanos-1.jpg);
}
.recursos-humanos-2 #portada .bg-image {
  background-image: url(./img/bg-recursoshumanos-2.jpg?2);
}
.recursos-humanos-3 #portada .bg-image {
  background-image: url(./img/bg-recursoshumanos-3.jpg);
}
.recursos-humanos-4 #portada .bg-image {
  background-image: url(./img/bg-recursoshumanos-4.jpg);
}
.recursos-humanos-5 #portada .bg-image {
  background-image: url(./img/bg-recursoshumanos-5.jpg);
}
.recursos-humanos-6 #portada .bg-image {
  background-image: url(./img/bg-recursoshumanos-6.jpg);
}
.recursos-humanos-7 #portada .bg-image {
  background-image: url(./img/bg-recursoshumanos-7.jpg?2);
}
.recursos-humanos-8 #portada .bg-image {
  background-image: url(./img/bg-recursoshumanos-8.jpg?2);
}
.recursos-humanos-9 #portada .bg-image {
  background-image: url(./img/bg-recursoshumanos-9.jpg);
}
.recursos-humanos-10 #portada .bg-image {
  background-image: url(./img/bg-recursoshumanos-10.jpg);
}
.fintech-blockchain-1 #portada .bg-image, .fintech-1 #portada .bg-image {
  background-image: url(./img/bg-fintech-1.jpg?2);
}
.fintech-blockchain-2 #portada .bg-image, .fintech-2 #portada .bg-image {
  background-image: url(./img/bg-fintech-2.jpg?2);
}
.fintech-blockchain-3 #portada .bg-image, .fintech-3 #portada .bg-image {
  background-image: url(./img/bg-fintech-3.jpg);
}
.fintech-blockchain-4 #portada .bg-image, .fintech-4 #portada .bg-image {
  background-image: url(./img/bg-fintech-4.jpg);
}
.fintech-blockchain-5 #portada .bg-image, .fintech-5 #portada .bg-image {
  background-image: url(./img/bg-fintech-5.jpg);
}
.fintech-blockchain-6 #portada .bg-image, .fintech-6 #portada .bg-image {
  background-image: url(./img/bg-fintech-6.jpg);
}
.fintech-blockchain-7 #portada .bg-image, .fintech-7 #portada .bg-image {
  background-image: url(./img/bg-fintech-7.jpg?2);
}
.fintech-blockchain-8 #portada .bg-image, .fintech-8 #portada .bg-image {
  background-image: url(./img/bg-fintech-8.jpg?2);
}
.fintech-blockchain-9 #portada .bg-image, .fintech-9 #portada .bg-image {
  background-image: url(./img/bg-fintech-1.jpg?2);
}
.fintech-blockchain-10 #portada .bg-image, .fintech-10 #portada .bg-image {
  background-image: url(./img/bg-fintech-6.jpg?2);
}
.big-data-ia-1 #portada .bg-image {
  background-image: url(./img/bg-bigdata-1.jpg);
}
.big-data-ia-2 #portada .bg-image {
  background-image: url(./img/bg-bigdata-2.jpg?2);
}
.big-data-ia-3 #portada .bg-image {
  background-image: url(./img/bg-bigdata-3.jpg?2);
}
.big-data-ia-4 #portada .bg-image {
  background-image: url(./img/bg-bigdata-4.jpg?2);
}
.big-data-ia-5 #portada .bg-image {
  background-image: url(./img/bg-bigdata-5.jpg?2);
}
.big-data-ia-6 #portada .bg-image {
  background-image: url(./img/bg-bigdata-6.jpg?2);
}
.big-data-ia-7 #portada .bg-image {
  background-image: url(./img/bg-bigdata-7.jpg?2);
}
.big-data-ia-8 #portada .bg-image {
  background-image: url(./img/bg-bigdata-8.jpg?2);
}
.big-data-ia-9 #portada .bg-image {
  background-image: url(./img/bg-bigdata-9.jpg);
}
.big-data-ia-10 #portada .bg-image {
  background-image: url(./img/bg-bigdata-10.jpg?2);
}
/* Fin img portada */
.franja-logos-ranking div {
    width: 12%;
    min-width: 160px;
}
.franja-logos-ranking img {
    filter: grayscale(1);
    width: 100%;
    margin: auto;
    display: block;
}

/*** Indice ***/
#indice .bg-image {
  background-image: url(./img/bg_matricula_2.webp?2);
}
#indice span.d-none {
    display: none !important;
}
#indice b.text-yellow {
    color: #1d1f20 !important;
    font-weight: 400;
}
#indice b.d-block {
    display: inline-block !important;
}

/*** Proponemos ***/
#proponemos .bg-image {
    /*background: url(/folletos-html/img/bg_perfil_entrada.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    height: 792px !important;*/
    display: none !important;
}
#proponemos h2, .listado-proponemos {
    width: 49%;
    padding: 8px 0 !important;
}
#proponermos .parnters-empresas {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
#proponermos .parnters-empresas h6 {
    margin-bottom: 3px !important;
}
.listado-proponemos {
    font-size: 11px !important;
}
.listado-proponemos h6 {
    font-size: 14px !important;
}
.listado-proponemos p {
    margin-bottom: 0 !important;
}
.listado-proponemos img {
    filter: invert(35%) sepia(95%) saturate(7306%) hue-rotate(257deg) brightness(40%) contrast(100%);
    width: 90%;
    max-width: 55px;
}
.acuerdos_item {
    width: 25%;
    min-width: 120px;
    height: 70px;
    margin: 5px 10px;
}

/*** Infografia ***/
#infografia p.numero {
    font-size: 3rem;
    font-weight: 700;
    font-family: 'Work Sans', sans-serif;
    margin: 0;
    line-height: 1.2;
}
#infografia p.numero span {
    font-size: 2rem;
}
#infografia p.dato {
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 10px;
}
div#infografia-1 {
    background: url(/folletos-html/img/bg-infografia-1.jpeg) no-repeat;
    background-size: cover;
    background-position: center;
}
div#infografia-5 {
    background: url(/folletos-html/img/bg_quienes_somos_4.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
div#infografia-7 {
    background: url(/folletos-html/img/bg-infografia-7.jpeg) no-repeat;
    background-size: cover;
    background-position: center;
}
div#infografia-10 {
    background: url(/folletos-html/img/bg-infografia-10.jpeg) no-repeat;
    background-size: cover;
    background-position: center;
}
div#infografia-12 {
    background: url(/folletos-html/img/bg-infografia-12.jpeg) no-repeat;
    background-size: cover;
    background-position: center;
}

/*** Programa ***/
.franja-logo-universidad img {
    max-width: 100px;
    width: 100%;
}#resumen {
    background: linear-gradient(0deg,rgba(43, 8, 61, 0.7), rgba(43, 8, 61, 0.7)), url(/folletos-html/img/bg-video-campus.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
ul.listado-programa {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
}
ul.listado-programa li {
    padding: 10px;
    margin: 0;
    width: 16%;
/*    min-width: 200px;*/
    text-indent: 0;
}
ul.listado-programa li:before {
    content: none !important;
}
ul.listado-programa li img {
    display: block;
    margin: 0 auto 15px;
    height: 55px;
}
ul.listado-programa li span {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}
ul.listado-programa li p {
    margin: 0;
}

/*** Programa 2 ***/
#programa-2 .bg-image {
    background: url(/folletos-html/img/bg-programa-23.jpeg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 792px;
}
section#programa-2 .page-content .p-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

/*** Plan de estudios ***/
#dada .bg-image {
    background: url(/folletos-html/img/bg-dada-23.jpeg) no-repeat;
    background-size: cover;
    background-position: center;
}
#plan-estudios h3.h2_parrafo {
  display: none !important;
}
#plan-estudios ul {
    break-inside: avoid;
}
section#temario ul li:before, ul#precio_resto li:before {
    content: "" !important;
    background: url(img/check-lila.png) no-repeat;
    /*background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: -30px;
    margin-top: 3px;*/
    background-position: center 5px !important;
    background-size: contain;
    width: 17px;
    height: 22px;
    margin-left: -30px;
    margin-right: 10px;
    margin-bottom: -3px;
    display: inline-block;
}
section#temario ul {
    padding-left: 25px;
    margin-bottom: 30px;
}
#temario .p-5.d-flex.flex-lg-row.flex-column.align-items-start {
    break-inside: avoid;
}
#plan-estudios p {
    margin-bottom: 10px;
}
.module_container {
    break-inside: avoid;
}
/* Partners y colaboradores */
#temario-partners .col-lg-8 {
    display: none;
}
#temario-partners .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
}
#temario-partners .acuerdos_item {
    max-width: 120px;
    background-color: transparent !important;
    mix-blend-mode: multiply;
}
/* Herramientas */
.img-certificacion {
    width: 20%;
    height: 70px;
    max-width: 150px;
    margin: 10px 20px;
    min-width: 100px;
}
/* Level up */
#level-up .bg-image {
    background: url(/folletos-html/img/bg-levelup-23.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}


section#formacion-extra {
    break-inside: avoid;
}


/*** Claustro de profesores ***/
/* Director */
#directores .claustro-profesores {
    display: flex !important;
    flex-direction: row !important;
}
.item-director {
    width: 45%;
    max-width: 800px;
    flex: 1;
}
.item-director .aurthor-image {
    width: 40%;
    max-width: 200px;
    height: 200px;
    border-radius: 5px;
/*    overflow: hidden;*/
}
.item-director .aurthor-image__image {
    width: 100%;
    height: 100%;
}
.item-director .aurthor-content {
    padding: 10px 20px;
    width: 60%;
    text-align: left !important;
}
.bio-profe {
    font-size: .9em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
/* Profesor */
.card.card--profesor.card--profesor-logo {
    flex-direction: column;
    width: 16%;
    max-width: 200px;
    border: 0;
}
.card.card--profesor.card--profesor-logo .card__name--profesor h4, .card.card--profesor.card--profesor-logo .card__name--profesor span, .card.card--profesor.card--profesor-logo .card__name--profesor p {
    font-size: 13px !important;
}
.card.card--profesor {
    width: 30%;
    margin: 12px 1%;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
}
.card.card--profesor .modal-profe {
    min-height: 150px;
    height: 100%;
    width: 40%;
    text-decoration: none!important;
}
.card.card--profesor.card--profesor-logo .card__image--profesor {
    width: 100%;
    height: 150px;
    background-position: center !important;
}
.card.card--profesor .card__name--profesor {
    padding: 10px 15px;
    width: 60%;
}
.card.card--profesor.card--profesor-logo .card__name--profesor {
    width: 100%;
    padding-top: 35px;
}
.card.card--profesor .card__name--profesor h4, .item-director h4 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 6px;
    font-weight: 700;
}
.card.card--profesor.card--profesor-logo .profesor-logo_image {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 10%;
    position: absolute;
    top: 110px;
    border: 1px solid rgba(0,0,0,.125);
    background: #fff;
    background-position: 50%;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.card.card--profesor a.modal-profe i {
    display: none;
}

/*** Precio ***/
#precio-info img {
    width: 70px;
}
div#proceso-admision .bg-image {
    background: linear-gradient(0deg,rgb(67 21 103 / 60%), rgb(67 21 103 / 60%)), url(/folletos-html/img/bg-admision-23.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
ul#precio_resto li {
    text-indent: 0;
}
ul#precio_resto li:last-child {
    margin-bottom: 0;
}
strong#price {
    display: block;
    margin-top: 10px;
    font-size: 2rem;
}
div#precio-info p.cursiva {
    max-width: 350px;
}

/*** Admisión y matrícula ***/
#proceso-admision .bg-image {
    background: linear-gradient(0deg,rgba(67, 21, 103, .60), rgba(67, 21, 103, .60)), url(/folletos-html/img/bg-admision-23.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#proceso-admision .item {
    width: 33%;
    padding: 10px;
}
#proceso-admision .item .bg-yellow {
    max-width: 80px;
}
#proceso-admision .item span {
    color: var(--orange--oscuro);
    font-weight: 800;
    font-size: 4rem;
    padding-right: 10px;
}


/*** Titulación ***/
#titulacion .bg-image {
    background: linear-gradient(0deg,rgba(67, 21, 103, .60), rgba(67, 21, 103, .60)), url(/folletos-html/img/bg-titulacion-23.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
section#titulacion .franja-logos-ranking div {
    width: 18%;
    padding: 20px !important;
    padding-bottom: 0 !important;
    min-width: auto !important;
}


/*** Opiniones ***/
section#opiniones {
  background-color: var(--lila--oscuro);
  background-image: url(/folletos-html/img/quote-white-transparent.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 7% 1%;
  height: 792px;
  overflow: hidden;
}
section#opiniones .w-25 {
    break-inside: avoid !important;
    break-after: auto;
}
#titulo-opinion {
    position: absolute;
    width: 45%;
    height: 49%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 7%;
}
#opiniones p.cita {
    font-style: italic;
    font-size: 13px;
    font-weight: 300;
}
#opinion-none-1 {
    order: 1;
    display: flex !important;
}
#opinion-none-2 {
    order: 2;
    display: flex !important;
}
#opinion-1 {
    background: url(/assets/static/Gabriel-Llambias.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    order: 3;
}
#opinion-juanjo {
    background: url(/folletos-html/img/juanjo.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    order: 3;
}
#opinion-text-2 {
    order: 4;
}
#opinion-none-3 {
    order: 5;
    display: flex !important;
}
#opinion-none-4 {
    order: 6;
    display: flex !important;
}
#opinion-text-1 {
    order: 7;
}
#opinion-2 {
    background: url(/assets/static/Milagros-Luis-Brito.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    order: 8;
}
#opinion-hector {
    background: url(/folletos-html/img/hectorramirez.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    order: 8;
}
#opinion-3 {
    background: url(/folletos-html/img/AleixManosas.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    order: 9;
}
#opinion-text-4 {
    order: 10;
}
#opinion-5 {
    background: url(/folletos-html/img/OliverSolis.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    order: 11;
}
#opinion-text-6 {
    order: 12;
}
#opinion-text-3 {
    order: 13;
}
#opinion-4 {
    background: url(/assets/static/Kasia-Adamovich.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    order: 14;
}
#opinion-text-5 {
    order: 15;
}
#opinion-6 {
    background: url(/folletos-html/img/JoseAntonioMunoz.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    order: 16;
}
#opiniones img.quote {
    max-width: 50px;
    margin: -45px 0 10px auto;
    width: 50%;
    display: block;
}


/** Alumni experience **/
section#alumni-experience .bg-image:has(#lanzadera) {
    background: linear-gradient(0deg,rgba(43, 8, 61, 0.8), rgba(43, 8, 61, 0.8)), url(/folletos-html/img/bg-lanzadera-23.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
section#alumni-experience .bg-image:has(#campus-img) {
    background: transparent;
    align-self: center;
}
section#alumni-experience img.icon {
    width: 50%;
    max-width: 40px;
    min-width: 30px;
    margin: 10px 0;
}


/** Metaverso **/
section#metaverso {
    overflow: hidden;
    break-inside: avoid;
    height: 792px !important;
}
#metaverso .col-metaverso {
    min-height: 427px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#metaverso #metaverso-1 {
    background: url(/folletos-html/img/metaverso-1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 10px solid white;
    border-right: 0;
    border-top: 20px solid white;
}
#metaverso #metaverso-2 {
    background: url(/folletos-html/img/metaverso-2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 10px solid white;
    border-left: 0;
    border-bottom: 20px solid white;
}
#metaverso #metaverso-3 {
    background: url(/folletos-html/img/metaverso-3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 10px solid white;
    border-right: 0;
    border-bottom: 20px solid white;
}


/** Responsabilidad social **/
#responsabilidad-social {
    overflow: hidden;
    height: 792px;
}
#responsabilidad-social .page-content .p-5 {
    padding-bottom: 0 !important;
}
.logo-objetivos {
    max-width: 400px;
    width: 100%;
    margin-top: 0 !important;
}
.objetivo {
  width: 16%;
/*  min-width: 200px;*/
padding-bottom: 0 !important;
}
.objsostenible {
    max-width: 100px;
    width: 50%;
    display: block;
    margin: 1px auto 17px;
}


/** Empresas **/
#empresas .col-xl-4 {
  margin-bottom: -10%;
}


/** Que puedo hacer **/
#que-puedo-hacer { 
  background: linear-gradient(0deg,rgba(224, 224, 224, 0.8), rgba(231, 231, 231, 0.8)), url(/folletos-html/img/bg-ahora-23.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#que-puedo-hacer .card {
  width: 40%;
  min-height: 210px;
  min-width: 363px;
  padding: 20px !important;
}
#que-puedo-hacer img.iconos, #valores img.iconos {
    width: 90%;
    max-width: 60px;
    display: block;
    margin: 1px auto 17px;
}


/** Contraportada **/
img#logo-contra-iebs {
    max-width: 150px;
}
img#logo-contra-iebs-ucav, img#logo-contra-iebs-ucam {
    max-width: 300px;
}
/*#sedes {
    margin-top: auto;
}*/
#sedes .bg-image {
    height: 400px;
    border-radius: 5px;
}
#sedes #barcelona .bg-image {
  background: url(/folletos-html/img/sede-barcelona.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#sedes #madrid .bg-image {
  background: url(/folletos-html/img/sede-madrid.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
#sedes #cdmx .bg-image {
  background: url(/folletos-html/img/sede-cdmx.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.sede {
  width: 33%;
  max-width: 420px;
  min-width: 250px;
/*  margin-top: -350px;*/
}
.sede img {
  width: 30%;
  max-width: 30px;
  margin: -15px 0 10px;
}
/* Digitalent */
#digitalent img {
    width: 10%;
    min-width: 100px;
    max-width: 150px;
}


/*** Layout MXBA ***/
body#programa-mxba #portada .bg-image {
  background-image: url(/folletos-html/img/bg-portada-mxba-23.jpg);
}
body#programa-mxba #indice .bg-image {
    background-image: url(/folletos-html/img/bg-indice-mxba-23.jpg);
}
body#programa-mxba #proponemos .bg-image {
    background: url(/folletos-html/img/bg-entrada-mxba-23.jpeg) no-repeat;
    background-size: cover;
    background-position: center;
}
body#programa-mxba section#programa .bg-image {
    background: linear-gradient(0deg,rgba(43, 8, 61, 0.7), rgba(43, 8, 61, 0.7)), url(/folletos-html/img/bg-telepresencial-mxba-23.jpg);
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
body#programa-mxba section#programa .bg-image ul li:before {
    color: var(--orange);
}
ul#resumen-mxba li:before {
    content: none !important;
}
ul#resumen-mxba li i {
    color: var(--orange);
    font-size: 2em;
    margin-right: 5px;
}
ul#resumen-mxba li b {
    font-size: 1.5em;
    margin-right: 5px;
}
body#programa-mxba #programa-2 .bg-image {
    background-image: url(/folletos-html/img/bg-salidas-mxba-23.png);
    background-position: left;
}
body#programa-mxba #dada .bg-image {
    background-image: url(/folletos-html/img/bg-dada-mxba-23.jpeg);
}
body#programa-mxba #level-up .bg-image {
    background-image: url(/folletos-html/img/bg-challenge-mxba-23.jpeg);
    background-size: cover;
    background-position: center;
    min-height: 300px;
}
body#programa-mxba #proceso-admision .item {
    width: 25%;
}
body#programa-mxba section#masterclass img {
    width: 50%;
    max-width: 70px;
}
body#programa-mxba #masterclass .bg-image {
    background-image: url(/folletos-html/img/bg-masterclass-23.jpeg);
    background-size: cover;
    background-position: center;
    min-height: 300px;
}
body#programa-mxba section#perfil-alumni .card.card--perfil {
    width: 30%;
    min-width: 350px;
    margin-top: 40px !important;
}
section#perfil-alumni .card.card--perfil i.text-white.bg-yellow {
    border-radius: 50%;
    font-size: 20px;
    padding: 5px;
    min-width: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -20px auto 20px;
}
section#perfil-alumni .card.card--perfil i.text-yellow {
    font-size: 20px;
    margin-bottom: 5px;
}
body#programa-mxba #que-puedo-hacer {
    background: linear-gradient(0deg,rgba(224, 224, 224, 0.8), rgba(231, 231, 231, 0.8)), url(/folletos-html/img/bg-ahora-mxba-23.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
body#programa-mxba #opinion-1 {
    background: url(/folletos-html/img/juanjo.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
body#programa-mxba #opinion-2 {
    background: url(/folletos-html/img/hectorramirez.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
body#programa-mxba #opinion-3 {
    background: url(/assets/static/Kasia-Adamovich.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
body#programa-mxba #opinion-4 {
    background: url(/folletos-html/img/OliverSolis.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
body#programa-mxba #opinion-5 {
    background: url(/folletos-html/img/JoseAntonioMunoz.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
body#programa-mxba #opinion-6 {
    background: url(/folletos-html/img/AleixManosas.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}





/********** GPDF ***********/
/* Portada */
body#gpdf #portada .bg-image {
    background-image: url(/folletos-html/img/bg-portada-gpdf-23.jpeg);
}
/* Valores */
#valores {
    background: linear-gradient(0deg, rgba(224, 224, 224, 0.836), rgba(231, 231, 231, 0.836)), url(/folletos-html/img/bg-video-campus.png);
    background-size: cover;
}
#valores .card {
    width: 28%;
    padding: 2rem !important;
}





/********** AREA ***********/
/* Portada */
body#area #portada h1, body#tipo #portada h1 {
    color: white;
}
body#area #portada h1 p, body#tipo #portada h1 p {
    color: var(--orange) !important;
    padding-bottom: 3rem!important;
    margin-bottom: 3rem!important;
    margin-top: 1rem !important;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    display: block;
}
body#area.area-marketing #portada .bg-image, body#area.area-marketing-digital #formacion .bg-image, body#tipo section.page.marketing-digital .bg-image, body#area.area-internet-marketing #formacion .bg-image, body#tipo section.page.internet-marketing .bg-image {
    background-image: url(/folletos-html/img/bg-marketing-1.jpg);
}
body#area.area-businesstech #portada .bg-image, body#area.area-business-tech #formacion .bg-image, body#tipo section.page.business-tech .bg-image {
    background-image: url(/folletos-html/img/bg-businesstech-1.jpg);
}
body#area.area-emprendedores #portada .bg-image, body#area.area-mba-emprendedores #formacion .bg-image, body#tipo section.page.mba-emprendedores .bg-image {
    background-image: url(/folletos-html/img/bg-emprendedores-1.jpg);
}
body#area.area-socialmedia #portada .bg-image, body#area.area-big-data-ia #formacion .bg-image, body#tipo section.page.big-data-ia .bg-image {
    background-image: url(/folletos-html/img/bg-socialmedia-1.jpg);
}
body#area.area-rrhh #portada .bg-image, body#area.area-rrhh #formacion .bg-image, body#tipo section#formacion-recursos-humanos .bg-image, body#tipo section.page.recursos-humanos .bg-image {
    background-image: url(/folletos-html/img/bg-rrhh-1.jpg);
}
body#area.area-fintech #portada .bg-image, body#area.area-fintech #formacion .bg-image, body#tipo section.page.fintech-blockchain .bg-image {
    background-image: url(/folletos-html/img/bg-fintech-1.jpg);
}
/* Formación */
body#area.area-marketing section#formacion .bg-image {
    background-image: url(/folletos-html/img/bg-marketing-3.jpg);
}
body#area.area-businesstech section#formacion .bg-image {
    background-image: url(/folletos-html/img/bg-businesstech-3.jpg);
}
body#area.area-emprendedores section#formacion .bg-image {
    background-image: url(/folletos-html/img/bg-emprendedores-3.jpg);
}
body#area.area-socialmedia section#formacion .bg-image {
    background-image: url(/folletos-html/img/bg-socialmedia-3.jpg);
}
body#area.area-rrhh section#formacion .bg-image {
    background-image: url(/folletos-html/img/bg-rrhh-3.jpg);
}
#area .listado-programas--bg:nth-child(1), #area .listado-programas--bg:nth-child(3), #area .listado-programas--bg:nth-child(5), #area .listado-programas--bg:nth-child(7) {
    background: var(--gris--secondary);
}
#area .listado-programas ul {
    column-count: 2;
}





/********** TIPO ***********/
/* Portada */
body#tipo.tipo-masters #portada .bg-image {
    background-image: url(/folletos-html/img/bg-masters-23.jpg);
}
body#tipo.tipo-postgrados #portada .bg-image {
    background-image: url(/folletos-html/img/bg-postgrados-23.jpg);
}
body#tipo.tipo-cursos #portada .bg-image {
    background-image: url(/folletos-html/img/bg-video-campus.png);
}
body#tipo.tipo-expertos #portada .bg-image {
    background-image: url(/folletos-html/img/bg-expertos-23.jpg);
}
body#tipo.tipo-micromasters #portada .bg-image {
    background-image: url(/folletos-html/img/bg-micromasters-23.jpg);
}
body#tipo.tipo-bootcamp #portada .bg-image {
    background-image: url(/folletos-html/img/bg-bootcamp-23.jpg);
}
/* Tablas */
#tipo .w-70 .container.tabla-formacion {
    padding: 0!important;
}
#tipo .container.tabla-formacion {
    max-width: none;
    padding: 3rem;
}
#tipo .container.tabla-formacion .listado-programas ul {
  column-count: 2;
}
#tipo .tabla-formacion h6 {
    margin-top: 0;
}





/********** INCOMPANY ***********/
#prensa #portada .bg-image {
    background-image: url(/folletos-html/img/bg-prensa-23.jpg);
}
#prensa #que-puedo-hacer .card:last-child {
    display: none;
}

#incompany #portada .bg-image {
  background-image: url(/folletos-html/img/bg-incompany.webp);
}
#incompany #presentacion .w-60 {
    width: 70%;
}
#incompany #presentacion .w-40 {
    width: 30%;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
#incompany #presentacion .page-content, #incompany #presentacion #metodologia-incompany .bg-lila {
    padding: 2rem 3rem !important;
}
#incompany #presentacion p {
    font-size: 11px !important;
}
#incompany .metodologia_item {
    text-align: center;
    background: none;
    border: none;
    max-width: none;
    padding: 10px;
    width: 100%;
    margin: 0 !important;
}
#incompany .metodologia_item div.texto-met {
    display: flex;
    align-items: center;
}
#incompany .metodologia_item div.texto-met {
    padding: 0 !important;
}
#incompany .metodologia_item img {
    opacity: 1;
    margin: 0 auto 10px;
    display: block;
    max-width: 35px;
    width: 90%;
}
#incompany .texto-met p {
    margin-top: 0;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 0;
}
#incompany .texto-met p b {
    display: block;
    margin: 10px 0;
}

#incompany .card.icono-metod {
    width: 30%;
    margin: 0px 1% 40px 1%;
    text-align: center;
    overflow: hidden;
}
#incompany .card.icono-metod .bg-image {
    height: 130px;
}
#incompany .gradient-list.gradient-list--card-check ul li {
    width: 47%;
}
#incompany #proponemos .bg-image {
    background: url(/folletos-html/img/incompany/metodologia.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    height: 792px !important;
    display: block !important;
}
#incompany #valores img {
    filter: brightness(0) saturate(100%) invert(72%) sepia(90%) saturate(665%) hue-rotate(359deg) brightness(92%) contrast(96%);
}
#incompany #soluciones .bg-image {
    background: url(/folletos-html/img/incompany/soluciones.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: bottom center !important;
    height: 792px !important;
    display: block !important;
}
#incompany #microlearning .page-content {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    font-size: 11px;
}
#incompany #level-up .w-70 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    font-size: 11px;
}
#incompany #level-up .w-70 {
    width: 100% !important;
}
#incompany #level-up .w-30 {
    display: none;
}
#incompany #level-up .w-70 ul li {
    margin-bottom: 10px;
}
#incompany .table--formacion {
    border-radius: 0.25rem;
    margin: 20px auto 50px;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    background-color: white;
    border: 1px solid #e5e5e5;
    overflow-x: scroll !important;
}
#incompany #elearning .table--formacion .table thead th {
    background: var(--lila) !important;
}
#incompany #elearning .table--formacion table.table tbody tr td:first-child {
    background: var(--gris--secondary);
}
#incompany #elearning .bg-image {
    background: url(/folletos-html/img/incompany/elearning-incompany.jpg) no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    height: 792px !important;
    display: block !important;
}
#incompany #elearning .metodologia_item img {
    margin: 0;
    width: 26px;
}
#incompany #areas .page-content {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
#incompany #areas .card, #incompany #areas .card p {
    font-size: 11px !important;
}
#incompany #areas .card {
    width: 23%;
    margin: 10px !important;
    padding: 10px !important;
}
#incompany #areas .card p:nth-child(2) {
    font-size: 13px;
}
#incompany #areas ul {
    column-count: 2;
    column-gap: 30px;
}
#incompany #areas ul li {
    break-inside: avoid;
}
#incompany #areas .page-content.w-100.p-5.ml-auto.mb-0.bg-lila.text-white.align-content-center.gradient-list.gradient-list--check-list p, #incompany #areas .page-content.w-100.p-5.ml-auto.mb-0.bg-lila.text-white.align-content-center.gradient-list.gradient-list--check-list ul, #incompany #areas.page-content.w-100.p-5.ml-auto.mb-0.bg-lila.text-white.align-content-center.gradient-list.gradient-list--check-list ul li {
    margin-bottom: 6px !important;
}
#incompany #valor-anadido .bg-image {
    background: url(/folletos-html/img/incompany/empleo.jpg) no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    min-height: 400px;
}
#incompany img#serious {
    max-width: 120px;
    height: fit-content;
    margin-right: 20px;
}
#incompany #sello .bg-image {
    background: url(/folletos-html/img/incompany/bg-sello.jpg) no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    height: 792px !important;
    display: block !important;
}
#incompany #sello .d-flex.flex-lg-row.flex-column-reverse.align-items-center.mt-5 {
    margin-top: 10px !important;
}
#tabla-metodologia {
    display: flex !important;
    flex-direction: row !important;
}
div#tabla-metodologia .card {
    width: 42% !!important;
    font-size: 11px !important;
}
div#tabla-metodologia .card img {
    width: 130px !important;
}
div#tabla-metodologia .card p {
    margin-bottom: 0 !important;
}
#incompany #sello h6.mt-lg-4.mt-5.text-center {
    margin: 10px auto -10px !important;
}
#incompany #titulacion .franja-logos-ranking div {
  width: 20%;
}
#incompany #titulacion ul {
  padding: 0 !important;
}
#incompany #titulacion li.ranking-item {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    width: 22%;
}
#incompany #titulacion li.ranking-item:before {
  content: none !important;
}
#incompany #titulacion li.ranking-item span {
    font-weight: bold !important;
    font-size: 15px !important;
    margin-bottom: 8px !important;
}
#incompany #titulacion li.ranking-item p {
    margin-bottom: 0 !important;
}
#incompany #titulacion .franja-logos-ranking div {
    width: 10% !important;
    min-width: auto !important;
    padding: 10px !important;
}
#titulacion .franja-logos-ranking p.text-muted {
    font-weight: 500 !important;
    font-size: 10px !important;
}
.caso-exito {
    width: 100%;
    margin: 35px auto 0;
    display: flex;
    flex-direction: row;
    border-radius: 5px;
    overflow: hidden;
    break-after: page;
}
.caso-exito p, .caso-exito li {
    font-size: 13px;
}
.caso-exito h6 {
    font-size: 20px;
    line-height: 1;
}
div#caso-1 {
    background: url(/folletos-html/img/incompany/essilorluxottica.webp) no-repeat;
    background-size: cover;
    background-position: center;
    min-width: 300px;
    height: 100%;
}
div#caso-2 {
    background: url(/folletos-html/img/incompany/SIDNDigital.webp) no-repeat;
    background-size: cover;
    background-position: center;
    min-width: 300px;
    height: 100%;
}
div#caso-3 {
    background: url(/folletos-html/img/incompany/FiraBarcelona.webp) no-repeat;
    background-size: cover;
    background-position: -100px center;
    min-width: 300px;
    height: 100%;
}
div#caso-4 {
    background: url(/folletos-html/img/incompany/AAMMetaldyne.webp) no-repeat;
    background-size: cover;
    background-position: -200px center;
    min-width: 300px;
    height: 100%;
}
div#caso-5 {
    background: url(/folletos-html/img/incompany/ICEX.webp) no-repeat;
    background-size: cover;
    background-position: center;
    min-width: 300px;
    height: 100%;
}


/*** Menu display y no display ***/
#metodologia span.d-menu {
    display: none;
}
#indice b.d-folleto {
    display: none;
}



/*** Masterclass ***/
#masterclass .claustro-profesores {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
}
#masterclass {
    break-inside: avoid;
}
#masterclass .aurthor-content span.text-muted {
    display: flex !important;
    flex-direction: row !important;
}
.item-masterclass {
  width: 40%;
  align-self: stretch;
}
.item-masterclass .profesor-logo_image {
    margin: -90px -40px 0px auto;
}
.item-masterclass .aurthor-image__image {
  border-radius: 0;
}
.item-masterclass .card__image--profesor {
    width: 25px;
    height: 25px;
    min-width: 25px;
    border-radius: 50%;
    margin-right: 7px;
    min-height: auto !important;
}


#formacion-extra .bg-image {
    background: linear-gradient(0deg, rgba(255, 255, 255, .80), rgba(255, 255, 255, .80)), url(./img/formacionextra.jpeg) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 500px;
}


.diplomas-all .my-3 {
    padding: 0 10px;
}
.diplomas-all .titulo-imagen {
    box-shadow: 1px 1px 8px 0px #676767;
    width: auto;
    max-width: -webkit-fill-available;
    min-width: auto;
    margin-top: 10px;
    max-height: 300px;
}
