/*
Theme Name: UCT Virtual
Theme URI: https://uct.cl
Template: hello-elementor
Author: DIRCOM UCT
Author URI: https://uct.cl
Description: Child de Hello Elementor
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1780769597
Updated: 2026-06-06 14:13:17

*/

#blue-menu .elementor-nav-menu{
	/*display: flex !important;
	flex-wrap: nowrap !important;*/
}
@media only screen and (max-width: 1024px) {
    #blue-menu .elementor-nav-menu{
        -webkit-box-pack: center;
        justify-content: center;
    }
}
/* Menú horizontal mobile */
@media (max-width: 767px) {
	#blue-menu .menu-azul {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x proximity;
		overscroll-behavior-inline: contain;
		padding-inline: 8px;
		margin-right: 15px;
	}

	#blue-menu .elementor-nav-menu {
		display: flex !important;
		flex-wrap: nowrap !important;
		padding: 10px 15px 10px 0 !important;
	}
/*
	#blue-menu .elementor-nav-menu > li {
		flex: 0 0 auto;
		scroll-snap-align: start;
	}

	#blue-menu .elementor-item {
		display: inline-flex;
		align-items: center;
		padding: 5px 10px;
	}
*/
	#blue-menu .menu-azul::-webkit-scrollbar {
		height: 0px;
	}
/*
	#blue-menu + .elementor-nav-menu--dropdown {
		display: none !important;
	}
*/
	#blue-menu:after {
		background: linear-gradient(270deg, #7bb6e0, rgba(123, 182, 224, 0));
		content: "";
		display: block;
		height: 40px;
		right: 0;
		pointer-events: none;
		position: absolute;
		top: 0;
		width: 50px;
	}
	
}

.uct-periodo-nivel {
    color: #1e9bff;
    font-size: 16px;
    font-weight: 700;
    margin-left: 15px;
    line-height: 1;
}
/*Tag programa*/
/* TAGS GENERALES */
body .elementor .uct-tags-wrapper {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;

  column-gap: 24px !important;
  row-gap: 26px !important;
  gap: 26px 24px !important;

  align-items: center !important;
  justify-content: flex-start !important;

  width: 100% !important;
  max-width: 100% !important;

  margin-top: 24px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* CADA TAG */
body .elementor .uct-tags-wrapper .uct-tag-pill {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  max-width: 100% !important;
  flex: 0 0 auto !important;

  min-height: 50px !important;
  padding: 12px 24px !important;

  background: #eef5ff !important;
  color: #2d82e6 !important;
  border-radius: 12px !important;

  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center !important;

  white-space: nowrap !important;
  box-sizing: border-box !important;
}

/* TABLET */
@media (max-width: 1024px) {
  body .elementor .uct-tags-wrapper {
    column-gap: 20px !important;
    row-gap: 20px !important;
    gap: 20px !important;
  }
}

/* CELULAR */
@media (max-width: 767px) {
  body .elementor .uct-tags-wrapper {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
  }

  body .elementor .uct-tags-wrapper .uct-tag-pill {
    width: 100% !important;
    white-space: normal !important;
    padding: 12px 18px !important;
    font-size: 15px !important;
  }
}

/*Plan de estudios*/
/* WRAPPER GENERAL */
.uct-plan-elementor-wrapper,
.uct-plan-elementor-wrapper .elementor-shortcode,
.uct-plan-elementor-wrapper .elementor-widget-container {
  width: 100% !important;
  max-width: 100% !important;
}

/* GRID PADRE: COMO EL E-GRID DE ELEMENTOR */
.uct-plan-elementor-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 20px 24px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 40px 0 0 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* CADA CARD */
.uct-plan-elementor-card {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;

  background: #edf4ff !important;
  border-radius: 18px !important;

  padding: 28px 26px !important;
  min-height: 116px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;

  box-sizing: border-box !important;
}

/* ICON BOX COMPLETO */
.uct-plan-iconbox,
.uct-plan-iconbox .elementor-widget-container,
.uct-plan-iconbox .elementor-icon-box-wrapper {
  width: 100% !important;
}

.uct-plan-iconbox .elementor-icon-box-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 26px !important;
}

/* ICONO AZUL */
.uct-plan-iconbox .elementor-icon-box-icon {
  margin: 0 !important;
  flex-shrink: 0 !important;
}

.uct-plan-iconbox .elementor-icon {
  width: 56px !important;
  height: 56px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #2d8fe3 !important;
  border-radius: 6px !important;
  padding: 0 !important;
}

.uct-plan-iconbox .elementor-icon svg {
  width: 28px !important;
  height: 32px !important;
  display: block !important;
}

/* TEXTO */
.uct-plan-iconbox .elementor-icon-box-content {
  min-width: 0 !important;
}

.uct-plan-iconbox .elementor-icon-box-title {
  margin: 0 !important;
  padding: 0 !important;
}

.uct-plan-iconbox .elementor-icon-box-title span {
  color: #001b44 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  text-align: left !important;
  display: block !important;
}

/* TABLET */
@media (max-width: 1024px) {
  .uct-plan-elementor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  .uct-plan-elementor-card {
    padding: 24px !important;
  }

  .uct-plan-iconbox .elementor-icon-box-wrapper {
    gap: 22px !important;
  }

  .uct-plan-iconbox .elementor-icon-box-title span {
    font-size: 18px !important;
  }
}

/* CELULAR */
@media (max-width: 767px) {
  .uct-plan-elementor-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    margin-top: 28px !important;
  }

  .uct-plan-elementor-card {
    padding: 20px !important;
    min-height: auto !important;
    border-radius: 16px !important;
  }

  .uct-plan-iconbox .elementor-icon-box-wrapper {
    gap: 16px !important;
  }

  .uct-plan-iconbox .elementor-icon {
    width: 48px !important;
    height: 48px !important;
  }

  .uct-plan-iconbox .elementor-icon svg {
    width: 24px !important;
    height: 28px !important;
  }

  .uct-plan-iconbox .elementor-icon-box-title span {
    font-size: 16px !important;
  }
}

/*Oportunidades Laborales*/
/* WRAPPER GENERAL */
.uct-laboral-elementor-wrapper,
.uct-laboral-elementor-wrapper .elementor-shortcode,
.uct-laboral-elementor-wrapper .elementor-widget-container {
  width: 100% !important;
  max-width: 100% !important;
}

/* GRID PADRE: OPORTUNIDADES LABORALES */
.uct-laboral-elementor-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px 20px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 40px 0 0 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* CADA CARD */
.uct-laboral-elementor-card {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;

  background: #ffffff !important;
  background-color: #ffffff !important;
  border-radius: 18px !important;

  padding: 28px 26px !important;
  min-height: 116px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;

  box-sizing: border-box !important;
}

/* ICON BOX COMPLETO */
.uct-laboral-iconbox,
.uct-laboral-iconbox .elementor-widget-container,
.uct-laboral-iconbox .elementor-icon-box-wrapper {
  width: 100% !important;
}

.uct-laboral-iconbox .elementor-icon-box-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 26px !important;
}

/* ICONO AZUL */
.uct-laboral-iconbox .elementor-icon-box-icon {
  margin: 0 !important;
  flex-shrink: 0 !important;
}

.uct-laboral-iconbox .elementor-icon {
  width: 56px !important;
  height: 56px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #2d8fe3 !important;
  border-radius: 6px !important;
  padding: 0 !important;
}

.uct-laboral-iconbox .elementor-icon svg {
  width: 28px !important;
  height: 32px !important;
  display: block !important;
}

/* TEXTO */
.uct-laboral-iconbox .elementor-icon-box-content {
  min-width: 0 !important;
}

.uct-laboral-iconbox .elementor-icon-box-title {
  margin: 0 !important;
  padding: 0 !important;
}

.uct-laboral-iconbox .elementor-icon-box-title span {
  color: #001b44 !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  text-align: left !important;
  display: block !important;
}

/* TABLET */
@media (max-width: 1024px) {
  .uct-laboral-elementor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  .uct-laboral-elementor-card {
    padding: 24px !important;
  }

  .uct-laboral-iconbox .elementor-icon-box-wrapper {
    gap: 22px !important;
  }

  .uct-laboral-iconbox .elementor-icon-box-title span {
    font-size: 18px !important;
  }
}

/* CELULAR */
@media (max-width: 767px) {
  .uct-laboral-elementor-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    margin-top: 28px !important;
  }

  .uct-laboral-elementor-card {
    padding: 20px !important;
    min-height: auto !important;
    border-radius: 16px !important;
  }

  .uct-laboral-iconbox .elementor-icon-box-wrapper {
    gap: 16px !important;
  }

  .uct-laboral-iconbox .elementor-icon {
    width: 48px !important;
    height: 48px !important;
  }

  .uct-laboral-iconbox .elementor-icon svg {
    width: 24px !important;
    height: 28px !important;
  }

  .uct-laboral-iconbox .elementor-icon-box-title span {
    font-size: 16px !important;
  }
}

/* TAGS SECTORES / OPORTUNIDADES LABORALES */
body .elementor .uct-tags-wrapper--laboral {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;

  gap: 14px 16px !important;

  align-items: center !important;
  justify-content: flex-start !important;

  width: 100% !important;
  max-width: 100% !important;

  margin-top: 28px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* CADA TAG */
body .elementor .uct-tags-wrapper--laboral .uct-tag-pill {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  max-width: 100% !important;
  flex: 0 0 auto !important;

  min-height: 49px !important;
  padding: 12px 30px !important;

  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #338AD7 !important;

  border-radius: 10px !important;

  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  text-align: center !important;

  white-space: nowrap !important;
  box-sizing: border-box !important;
}

/* TABLET */
@media (max-width: 1024px) {
  body .elementor .uct-tags-wrapper--laboral {
    gap: 18px !important;
  }

  body .elementor .uct-tags-wrapper--laboral .uct-tag-pill {
    font-size: 16px !important;
    padding: 12px 24px !important;
  }
}

/* CELULAR */
@media (max-width: 767px) {
  body .elementor .uct-tags-wrapper--laboral {
    gap: 12px !important;
    align-items: stretch !important;
  }

  body .elementor .uct-tags-wrapper--laboral .uct-tag-pill {
    width: 100% !important;
    white-space: normal !important;
    font-size: 15px !important;
    padding: 12px 18px !important;
  }
}

/* ============================================================
   Acordeones dinámicos - Vías de ingreso
   ============================================================ */
.uct-acordeones-ingreso {
    width: 100%;
    border: none;
    background: transparent;
    font-family: 'Poppins', sans-serif;
}

/* Cada acordeón */
.uct-acordeon-ingreso {
    border: none;
    background: transparent;
    margin-bottom: 16px;
}

/* Quita margen al último */
.uct-acordeon-ingreso:last-child {
    margin-bottom: 0;
}

/* Cabecera del acordeón */
.uct-acordeon-ingreso__titulo {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0;
    background: transparent;
    border: none;
}

/* Oculta marcador nativo */
.uct-acordeon-ingreso__titulo::-webkit-details-marker {
    display: none;
}

/* Flecha */
.uct-acordeon-ingreso__flecha {
    color: #0b8fe3;
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    transform: rotate(90deg);
    transition: transform .2s ease;
    flex-shrink: 0;
}

/* Flecha cuando está abierto */
.uct-acordeon-ingreso[open] .uct-acordeon-ingreso__flecha {
    transform: rotate(-90deg);
}

/* Texto/título del acordeón */
.uct-acordeon-ingreso__texto {
    width: 100%;
    background: #e7f3ff;
    color: #168fe3;
    border-radius: 14px;
    padding: 14px 18px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.35;
}

/* Contenido abierto */
.uct-acordeon-ingreso__contenido {
    background: transparent;
    padding: 14px 0 18px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Texto antes de los ítems */
.uct-acordeon-ingreso__texto-antes {
    color: #27344a;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.45;
    margin: 0 0 4px 0;
}

.uct-acordeon-ingreso__texto-antes p {
    margin: 0;
}

/* Contenedor de cajitas internas */
.uct-acordeon-ingreso__items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Cajitas internas */
.uct-acordeon-ingreso__item {
    background: #fff;
    color: #00122f;
    border-radius: 18px;
    padding: 18px 26px;
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
}

/* Check */
.uct-acordeon-ingreso__check {
    color: #ffbc13;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    flex-shrink: 0;
}

/* Texto después de los ítems */
.uct-acordeon-ingreso__texto-despues {
    background: #ffffff;
    border-radius: 18px;
    padding: 22px 28px;
    color: #2f8fe0;
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .18);
}

.uct-acordeon-ingreso__texto-despues p {
    margin: 0;
}

/* Variante nivel inicial: check amarillo */
.uct-acordeones-ingreso--inicial .uct-acordeon-ingreso__check {
    color: #ffbc13;
}

/* Variante nivel intermedio: check azul */
.uct-acordeones-ingreso--intermedio .uct-acordeon-ingreso__check {
    color: #2f8fe0;
}

/* Por si Elementor agrega borde al shortcode */
.elementor-widget-shortcode,
.elementor-shortcode {
    border: none !important;
}

/* Responsive */
@media (max-width: 767px) {
    .uct-acordeon-ingreso {
        margin-bottom: 12px;
    }

    .uct-acordeon-ingreso__titulo {
        gap: 10px;
    }

    .uct-acordeon-ingreso__flecha {
        font-size: 34px;
    }

    .uct-acordeon-ingreso__texto {
        font-size: 16px;
        padding: 12px 14px;
        border-radius: 12px;
    }

    .uct-acordeon-ingreso__contenido {
        gap: 12px;
        padding: 12px 0 14px;
    }

    .uct-acordeon-ingreso__texto-antes {
        font-size: 15px;
        line-height: 1.45;
    }

    .uct-acordeon-ingreso__items {
        gap: 10px;
    }

    .uct-acordeon-ingreso__item {
        font-size: 14px;
        padding: 14px 16px;
        gap: 12px;
        border-radius: 14px;
    }

    .uct-acordeon-ingreso__check {
        font-size: 24px;
    }

    .uct-acordeon-ingreso__texto-despues {
        font-size: 14px;
        padding: 16px 18px;
        border-radius: 14px;
    }
}

/* ============================================================
   Fix alineación columnas - Vías de ingreso
   Evita que una columna se baje cuando la otra tiene acordeón abierto
   ============================================================ */

/* Contenedor padre de Nivel Inicial + Nivel Intermedio */
.elementor-element-6b6c0c4 {
    align-items: flex-start !important;
}

/* Por si Elementor aplica alineación en el inner */
.elementor-element-6b6c0c4 > .e-con-inner {
    align-items: flex-start !important;
}

/* Columnas internas */
.elementor-element-5c88ce0,
.elementor-element-4b3e1f2 {
    align-self: flex-start !important;
    justify-content: flex-start !important;
}

/* Widgets de shortcode dentro de las columnas */
.elementor-element-5c88ce0 .elementor-widget-shortcode,
.elementor-element-4b3e1f2 .elementor-widget-shortcode {
    align-self: stretch !important;
}




/* ============================================================
   Ajuste cards beneficios
   ============================================================ */

.cards-beneficios-titulo .elementor-icon-box-title {
    line-height: 1.15;
    min-height: 2.3em; /* 2 líneas × 1.15 */
}

/* =========================================================
   Cajas info programas
   Se adapta automáticamente a 4 o 5 cajas
   ========================================================= */
.uct-cajas-resumen {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    width: 100%;
}

.uct-caja-resumen {
    background: #318fd8;
    border-radius: 16px;
    padding: 24px 22px;
    color: #ffffff;
    min-height: 180px;
}

.uct-caja-resumen-icono {
    width: 38px;
    height: 38px;
    background: #ffc400;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.uct-caja-resumen-icono img {
    width: 20px;
    height: 20px;
    display: block;
}

.uct-caja-resumen-contenido,
.uct-caja-resumen-contenido * {
    color: #ffffff;
}

.uct-caja-resumen-contenido h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.05;
    margin: 0 0 6px 0;
}

.uct-caja-resumen-contenido p {
    font-size: 13px;
    line-height: 1.25;
    margin: 0 0 8px 0;
}

.uct-caja-resumen-contenido strong {
    font-size: 26px;
    line-height: 1;
}

/* Tablet */
@media (max-width: 1024px) {
    .uct-cajas-resumen {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Celular */
@media (max-width: 767px) {
    .uct-cajas-resumen {
        grid-template-columns: 1fr;
    }
}

/*Preguntas Frecuentes*/
.uct-faq-carrera {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 40px;
    font-family: 'Poppins', sans-serif;
}

.uct-faq-item {
    background: #ffffff;
    border: 1px solid #cfd8e3;
    border-radius: 16px;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.uct-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 24px;
    font-size: 17px;
    font-weight: 500;
    color: #071426;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-family: 'Poppins', sans-serif;
}

.uct-faq-item summary::-webkit-details-marker {
    display: none;
}

.uct-faq-item summary::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    color: #071426;
    transition: transform 0.25s ease;
}

.uct-faq-item[open] summary::after {
    transform: rotate(180deg);
}

.uct-faq-respuesta {
    padding: 0 24px 22px 24px;
    color: #26364a;
    font-size: 15px;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
}

.uct-faq-respuesta,
.uct-faq-respuesta * {
    font-family: 'Poppins', sans-serif;
}

.uct-faq-respuesta p {
    margin: 0 0 12px 0;
}

@media (max-width: 767px) {
    .uct-faq-carrera {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .uct-faq-item summary {
        font-size: 15px;
        padding: 18px 20px;
    }
}

/* =========================================================
   BOTONES FLOTANTES DEL HEADER
   Contenedor: uct-botones-flotantes
   Widgets:
   - Postula ahora: uct-float-postula
   - Contacto:      uct-float-contacto
   - WhatsApp:      uct-float-wsp
   ========================================================= */

.uct-botones-flotantes {
    position: fixed !important;
    top: clamp(175px, 27vh, 330px) !important;
    right: 0 !important;
    z-index: 99999 !important;

    width: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 14px !important;
}

/* Quita márgenes propios de Elementor */
.uct-botones-flotantes .elementor-widget {
    width: auto !important;
    margin: 0 !important;
}

/* =========================================================
   BOTONES VERTICALES: POSTULA Y CONTACTO
   ========================================================= */

.uct-float-postula .elementor-button-wrapper,
.uct-float-contacto .elementor-button-wrapper {
    display: flex !important;
    justify-content: flex-end !important;
}

.uct-float-postula .elementor-button,
.uct-float-contacto .elementor-button {
    width: 68px !important;
    min-width: 68px !important;

    padding: 16px 14px !important;
    border-radius: 0px 12px 12px 0px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    writing-mode: vertical-rl !important;
    transform: rotate(180deg) !important;

    line-height: 1 !important;
    white-space: nowrap !important;
    transition: width 0.25s ease !important;
}

/* Alto específico de cada botón */
.uct-float-postula .elementor-button {
    min-height: 184px !important;
}

.uct-float-contacto .elementor-button {
    min-height: 138px !important;
}

/* Conserva los colores definidos desde Elementor */
.uct-float-postula .elementor-button span,
.uct-float-contacto .elementor-button span {
    color: inherit !important;
}

/* Efecto al pasar el cursor */
.uct-float-postula .elementor-button:hover,
.uct-float-contacto .elementor-button:hover {
    width: 76px !important;
    min-width: 76px !important;
}

/* =========================================================
   WHATSAPP
   ========================================================= */

.uct-float-wsp .elementor-icon-wrapper {
    display: flex !important;
    justify-content: flex-end !important;
}

.uct-float-wsp .elementor-icon {
    width: 62px !important;
    height: 62px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: end !important;

    border-radius: 12px 0 0 12px !important;
    font-size: 55px !important;
    transition: width 0.25s ease !important;
}

.uct-float-wsp .elementor-icon:hover {
    width: 70px !important;
}

/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 767px) {

    .uct-botones-flotantes {
        top: auto !important;
        right: 0 !important;
        bottom: 82px !important;
        gap: 10px !important;
    }

    .uct-float-postula .elementor-button,
    .uct-float-contacto .elementor-button {
        width: 40px !important;
        min-width: 40px !important;
        font-size: 14px !important;
    }

    .uct-float-postula .elementor-button {
        min-height: 154px !important;
    }

    .uct-float-contacto .elementor-button {
        min-height: 118px !important;
    }

    .uct-float-postula .elementor-button:hover,
    .uct-float-contacto .elementor-button:hover {
        width: 58px !important;
        min-width: 58px !important;
    }

    .uct-float-wsp .elementor-icon {
        width: 54px !important;
        height: 54px !important;
        font-size: 48px !important;
    }

    .uct-float-wsp .elementor-icon:hover {
        width: 54px !important;
    }
}

/* Oculta la caja de icono en todas las carreras */
body .caja-actividades-presenciales {
    display: none !important;
}

/* La muestra solamente si el campo está marcado en Sí */
body.tiene-actividades-presenciales .caja-actividades-presenciales {
    display: block !important;
}

/* Dos etiquetas dentro de la descripción de la Caja de icono */
.uct-nivel-cabecera__iconbox .elementor-icon-box-description {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
}

.uct-badge-nivel {
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    background: #FFBF00 !important;
    color: #2d8ce8 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    /*white-space: nowrap !important;*/
}

/*SI ES TECNICA NO MOSTRAR ELEMENTOS*/
.uct-carrera-tecnica .uct-solo-profesional {
    display: none !important;
}