.body,
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-3xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik" !important;
}

.contenedor_bordes_form {
  padding: 12px;
  background: #ffffff9c;
  border-radius: 17px;
}
#formulario_enviar_activate {
  width: 100%;
  max-width: 420px;
  background: #fff;
  padding: 30px 20px;
  border-radius: 17px;
}
.centrar_formulario {
  display: flex;
  justify-content: flex-end;
}
.programa_carreras {
  margin-top: 13px;
  padding: 0px 20px;
}
.programa_opcion {
  gap: 10px;
}
.programa_opcion input {
  width: 17px;
  height: 17px;
  border: 1px solid #7f16ed;
}
.form-group input,
.form-group select {
  border: 1px solid #b9b9b9;
  border-radius: 8px;
}

.uk-radio {
  border-color: #7f16ed !important;
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Estado al pasar el cursor o enfocarlo */
.uk-radio:hover,
.uk-radio:focus {
  border-color: #7f16ed !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Estado SELECCIONADO (punto central más grande) */
.uk-radio:checked {
  border-color: #7f16ed !important;
  background-color: transparent !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%225.5%22%20fill%3D%22%237f16ed%22%2F%3E%3C%2Fsvg%3E") !important;
}
.form-control {
  font-size: 12px !important;
}
.form-group {
  margin-bottom: 0.5rem !important;
}

.titulo_formulario_test {
  font-size: 12px;
  color: #7f16ed;
  font-weight: 900;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: "AmsiPro" !important;
}
.form-check-label p {
  font-size: 11px;
  line-height: 1.2;
  color: #10285c;
  font-weight: 900;
  font-family: "AmsiPro" !important;
}
.form-check-label p a {
  color: #7f16ed;
}
.form-check-label p a:hover {
  color: #7f16ed !important;
  text-decoration: none !important;
}
.formulario_header::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #7f16ed;
}
.formulario_header h3 {
  font-size: 30px;
  line-height: 29px;
  color: #10285c;
  margin-bottom: 10px;
  font-weight: 900;
  font-family: "AmsiPro" !important;
}

.formulario_header p {
  font-size: 13px;
  line-height: 1.2;
  color: #10285c;
  width: 100%;
  max-width: 223px;
  margin-bottom: 13px;
  font-weight: bold;
  font-family: "AmsiPro" !important;
}

.btn_enviar_formualrio {
  font-size: 13px;
  color: #fff;
  background: #7f16ed;
  border-radius: 13px;
  border: none;
  width: 100%;
  max-width: 271px;
  font-weight: bold;
}
.contenedor_banner_fechas_icon {
  width: 100%;
  max-width: 313px;
}
.programa_opcion span {
  color: #10285c;
  font-size: 13px;
  font-weight: bold;
  font-family: "AmsiPro" !important;
  line-height: 1;
}
.parrafo_banner_test {
  font-size: 20px;
  line-height: 21px;
  color: #fff;
  font-weight: bold;
}
.parrafo_banner_test span {
  color: #14ecff;
}
.span_etiqueta {
  color: #063be9;
  font-size: 16px;
  line-height: 24px;
  background: #14ecff;
  border-radius: 33px;
  width: 217px;
  height: 27px;
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.item_iconos {
  gap: 15px;
}
.agregar_margin_boton {
  margin-bottom: 17px;
}
.item_iconos .fecha_banner span {
  font-size: 56px;
  line-height: 60px;
  color: #14ecff;
  font-weight: 900;
  font-family: "AmsiPro" !important;
}
.item_iconos .fecha_banner p {
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  font-weight: 900;
  font-family: "AmsiPro" !important;
}

.item_iconos p {
  font-size: 18px;
  line-height: 19px;
  color: #fff;
  font-weight: 900;
  font-family: "AmsiPro" !important;
}
.item_iconos p span {
  color: #14ecff;
}

.bloq_card_cuadro_blanco {
  background: url("/assets/img/card_blanco_cuadro.png");
  background-size: 100% 100%;
  padding: 25px;
  position: relative;
  top: -70px;
}

.item_card_viviras figure {
  border-radius: 30px;
  overflow: hidden;
  border: 5px solid #0ac5e5;
  height: 250px;
  width: 95%;
  margin: auto !important;
}

.item_card_viviras figure img {
  object-fit: cover;
  transition-duration: 1s;
  height: 100%;
  width: 100%;
}

.item_card_viviras:hover figure img {
  transform: scale(1.2);
  transition-duration: 1s;
}

.bloq_card_cuadro_blanco h3 {
  font-size: 17px;
  line-height: 18px;
  color: #0ac5e5;
  margin-bottom: 0px;
  font-weight: 900;
  font-family: "AmsiPro" !important;
}
.bloq_card_cuadro_blanco h3.titulo_morado {
  color: #8f37fb;
}
.bloq_card_cuadro_blanco h3.titulo_azul {
  color: #2535ea;
}
.quitar_margin_bottom {
  margin-bottom: -50px !important;
}
.fondo_mapa {
  background: url("/assets/img/fondo_mapa.webp");
  background-size: 100% 100%;
  background-position: center;
}

.bloq_card_cuadro_blanco h3::after {
  width: 100%;
  height: 2px;
  background: #012ce7;
  content: "";
  display: block;
  margin-top: 10px;
}

.bloq_card_cuadro_blanco p {
  font-size: 17px;
  line-height: 18px;
  color: #012ce7;
  width: 100%;
  max-width: 180px;
  margin-bottom: 0px !important;
  margin-top: 10px !important;
  font-family: "AmsiPro" !important;
  font-weight: 600 !important;
}

.fodon_vivir {
  background: #c4ceff;
}

.vectorsuperior_senati {
  position: absolute;
  top: -20px;
}

.vectoringferior_senati {
  position: absolute;
  bottom: 0;
  right: 0;
}
.bloq_list_card_estudiar {
  margin-top: 50px;
  margin-bottom: 50px;
}

.item_estudiar {
  position: relative;
}
.row_item_estudiar {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  padding: 40px 55px;
  background: url("/assets/img/icon_fondo_card.png");
  background-size: 100% 100%;
  transition-duration: 1s;
}

.row_item_estudiar:hover {
  background: url("/assets/img/icon_card_hover.png");
  background-size: 100% 100%;
  transition-duration: 1s;
}
.row_item_estudiar:hover h3 {
  color: #7f16ed !important;
}
.row_item_estudiar:hover p {
  color: #063be9 !important;
}

.item_estudiar_card {
  height: 100%;
}
.item_estudiar_card h3 {
  font-size: 35px;
  font-weight: bold;
  line-height: 30px;
  color: #14daff;
  font-family: "Rubik";
  text-transform: uppercase;
  text-align: left;
}
.contenedor_rotate.titulo_bajar_tamano_2 h3 {
  font-size: 28px;
  line-height: 25px;
}

.contenedor_rotate.titulo_bajar_tamano_2 p {
  font-size: 17px;
  line-height: 19px;
  font-weight: normal;
}

.contenedor_rotate.letras_tamano_grande h3 {
  font-size: 29px;
  line-height: 28px;
}
.contenedor_rotate.letras_tamano_grande p {
  font-size: 23px;
  line-height: 23px;
}

.contenedor_rotate.letras_tamano_grande2 h3 {
  font-size: 29px;
  line-height: 20px;
}
.contenedor_rotate.letras_tamano_grande2 p {
  font-size: 18px;
  line-height: 18px;
}
.contenedor_rotate.letras_tamano_grande3 h3 {
  font-size: 27px;
  line-height: 26px;
}
.contenedor_rotate.letras_tamano_grande3 p {
  font-size: 18px;
  line-height: 17px;
}

.item_estudiar_card h3.bajar_tamano_letra {
  font-size: 24px;
}
.item_estudiar_card p {
  font-size: 22px;
  font-family: "Rubik";
  color: #fff;
  margin-bottom: 0;
  margin-top: 2px;
  font-weight: normal;
}
.item_estudiar_card p.bajar_tamano_letra_parrafo {
  font-size: 13px;
  font-family: "Rubik";
  color: #fff;
  margin-bottom: 0;
  font-weight: normal;
}

.bloq_legales p {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  color: #000000;
}

.fondo_galeria {
  background: linear-gradient(180deg, #7c92f5 0%, #a48bef 55%, #b98bf0 100%);
}
.fondo_galeria_slider {
  background: #dde1fe;
  padding: 80px;
  border-radius: 25px;
}
.titulo_color_azul_morado {
  color: #3c40e6;
  font-size: 34px;
  font-weight: bold;
  line-height: 40px;
  font-family: "Rubik";
}
.titulo_color_azul_morado span {
  color: #7f16ed;
}
.botones_movil_slider {
  position: relative;
  margin-top: 40px;
  width: 150px;
}

.padding_top_galeria {
  padding-top: 60px;
}
.item_galeria {
  border-radius: 30px;
  border: 5px solid #8f37fb;
  overflow: hidden;
}
.item_galeria img {
  width: 100%;
}

.item_flecha_normal {
  background: #1c37ea;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  transition-duration: 0.5s;
}
.item_flecha_normal svg {
  color: #fff;
  width: 10px !important;
  transition-duration: 0.5s;
}

.item_flecha_normal svg polyline {
  stroke-width: 4;
}

.item_flecha_normal:hover {
  background: #14daff !important;
}

.item_flecha_normal:hover svg {
  color: #1c37ea !important;
  transition-duration: 1s;
}

.fondo_footer {
  background: linear-gradient(90deg, #3a47ec 0%, #4f34db 40%, #6823ca 75%, #7a1abf 100%);
}
.quitar_padding_footer {
  padding-bottom: 0px;
}

.texto_footer {
  font-weight: bold;
  font-size: 34px;
  color: #fff;
  line-height: 40px;
}

.texto_footer span {
  color: #14daff;
}
.img_chicos_footer {
  margin-top: -120px !important;
}

.boton_footer_chicos {
  color: #6f0bc6;
  font-size: 32px;
  line-height: 27px;
  font-weight: bold;
  background: #fff;
  border-radius: 64px;
  padding: 18px 55px;
  width: fit-content;
  transition-duration: 0.5s;
}
.boton_footer_chicos:hover {
  text-decoration: none !important;
  background: #14daff !important;
  transition-duration: 1s;
  color: #063be9 !important;
}

/************/

.tippy-box[data-theme~="senati"] {
  background-color: #00c0eb;
  color: #fff;
}

.tippy-box[data-theme~="tomato"][data-placement^="top"] > .tippy-arrow::before {
  border-top-color: #00c0eb;
}

.tippy-box[data-theme~="tomato"][data-placement^="bottom"] > .tippy-arrow::before {
  border-bottom-color: #00c0eb;
}

.tippy-box[data-theme~="tomato"][data-placement^="left"] > .tippy-arrow::before {
  border-left-color: #00c0eb;
}

.tippy-box[data-theme~="tomato"][data-placement^="right"] > .tippy-arrow::before {
  border-right-color: #00c0eb;
}

.tippy-box[data-theme~="tomato"] > .tippy-svg-arrow {
  fill: #00c0eb;
}

/* The border */
.tippy-box[data-theme~="tomato"] > .tippy-svg-arrow > svg:first-child {
  fill: #00c0eb;
}

/* The fill */
.tippy-box[data-theme~="tomato"] > .tippy-svg-arrow > svg:last-child {
  fill: #00c0eb;
}

.tippy-box[data-placement^="right"] > .tippy-arrow {
  color: #00c0eb;
}

.tippy-box[data-placement^="left"] > .tippy-arrow {
  color: #00c0eb;
}

.uk-toltip-map {
  max-width: 290px;
  padding: 10px 15px;
}

.tippy-box {
  border-radius: 10px;
}

.uk-toltip-map .uk-list-divider > :nth-child(n + 2) {
  margin-top: 5px;
  padding-top: 5px;
}
.map_depa {
  fill: #25fefe;
  opacity: 1;
}
.aplicar_fuente_asimpro {
  font-family: "AmsiPro";
  font-weight: bold;
}

.item_sedes_mapa h4 {
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 12px;
  color: #fff;
}
.item_sedes_mapa p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 12px;
  font-family: "AmsiPro" !important;
  font-weight: bold !important;
  color: #1d38e9;
}
.ckeditor_text_mapa_admi_2026 {
  width: 344px;
  font-size: 45px;
  line-height: 49px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Rubik";
  font-weight: bold;
}
.ckeditor_text_mapa_admi_2026 span {
  color: #14daff !important;
}
.contenedor_mapa_senati {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.img_mapa_final {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.text_ubicacion_mapa {
  font-size: 30px;
  line-height: 25px;
  color: #fff;
  font-family: "AmsiPro";
  font-weight: bold;
  gap: 10px;
  border-top: 2px solid #fff;
  padding-top: 12px;
  margin-top: 25px;
  width: fit-content;
}
.colocar_sombra_card .agregar_sombra_imagen_hover {
  transition-duration: 1s;
}
.colocar_sombra_card .agregar_sombra_imagen_hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #0000007d;
  display: block;
  top: 0;
  transition-duration: 1s;
}
.bloq_cabecera_gracias::after {
  content: "";
  width: 463px;
  height: 2px;
  background: #fff;
  display: block;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
.bloq_cabecera_gracias span {
  font-size: 40px;
  line-height: 57px;
  color: #fff;
  font-weight: bold;
}
.bloq_cabecera_gracias p {
  font-size: 64px;
  line-height: 57px;
  font-weight: bold;
  color: #14daff;
}
.text_parrafo_principal {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
}
.text_parrafo_principal span,
.text_parrafo_tercero span {
  color: #14daff !important;
}
.text_parrafo_secundario {
  font-size: 32px;
  line-height: 57px;
  font-weight: bold;
  color: #14daff;
}
.text_parrafo_tercero {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
}
.item_boton_wasap span.text_span_wasap {
  font-size: 32px;
  line-height: 57px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.item_boton_wasap a span {
  font-size: 27px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  width: 167px;
  display: flex;
}
.btn_wasap_link_asesor {
  gap: 10px;
  background: url("/assets/img/boton_wasap.webp");
  width: 299px;
  height: 95px;
  margin-top: 20px;
  background-size: 100% 100%;
}
.btn_wasap_link_asesor:hover {
  text-decoration: none !important;
  color: #fff !important;
}
.quitar_margin_top_gracias {
  margin-top: 0px;
}
.detalles_text_parrafo_gracias {
  max-width: 510px;
  width: 100%;
  margin: auto;
}
.contenedort_logo_gracias {
  margin-top: -96px;
}
/*********/

@media (max-width: 1080px) {
  .vectorsuperior_senati {
    width: 245px;
  }
  .vectoringferior_senati {
    width: 180px;
  }
}

@media (max-width: 1038px) {
  .agregar_padding_text_altos {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .alto_chicos_footer {
    height: 453px;
  }
  .img_chicos_footer,
  .img_chicos_footer img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 959px) {
  .alto_chicos_footer {
    height: auto;
  }
  .agregar_padding_text_altos {
    justify-content: center;
    display: flex;
  }
}

@media (max-width: 850px) {
  .vectorsuperior_senati {
    width: 145px;
  }
  .vectoringferior_senati {
    width: 150px;
  }
  .row_item_estudiar {
    padding: 28px 20px;
  }
  .ckeditor_text_mapa_admi_2026 {
    font-size: 31px;
    line-height: 34px;
  }
  .text_ubicacion_mapa {
    font-size: 20px;
    line-height: 17px;
  }
}

@media (max-width: 639px) {
  .bloq_list_card_estudiar.margin_top_movil_estudiar {
    margin-top: 40px !important;
  }
  .acomodar_medio_card {
    justify-content: center;
    margin: auto;
    width: 100%;
    display: flex;

    margin-top: -40px !important;
  }
  .acomodar_medio_card_estudiar {
    justify-content: center;
    margin: auto;
    width: 100%;
    display: flex;
  }
  .item_card_viviras {
    width: 280px;
  }
  .bloq_list_card_estudiar {
    margin-top: 80px;
  }
  .item_estudiar_card {
    width: 270px;
  }
  .item_estudiar_card h3 {
    font-size: 33px;
    line-height: 24px;
  }
  .item_estudiar_card p {
    font-size: 21px;
    line-height: 24px;
  }
  .item_estudiar_card h3.bajar_tamano_letra {
    font-size: 21px !important;
    line-height: 22px !important;
  }
  .item_estudiar_card p.bajar_tamano_letra_parrafo {
    font-size: 12px !important;
    line-height: 14px !important;
  }
  .contenedor_rotate.titulo_bajar_tamano_2 h3 {
    font-size: 27px !important;
    line-height: 24px !important;
  }
  .contenedor_rotate.letras_tamano_grande p {
    font-size: 22px !important;
    line-height: 21px !important;
  }
  .contenedor_rotate.letras_tamano_grande h3 {
    font-size: 28px !important;
    line-height: 26px !important;
  }
  .contenedor_rotate.letras_tamano_grande2 h3 {
    font-size: 28px !important;
    line-height: 19px !important;
  }
  .contenedor_rotate.letras_tamano_grande2 p {
    font-size: 17px !important;
    line-height: 17px !important;
  }
  .bloq_legales {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bloq_legales p {
    font-size: 15px;
    line-height: 16px;
    width: 300px;
  }
  .contenedor_mapa_senati {
    flex-direction: column;
  }
  .img_mapa_final {
    width: 100%;
    padding-top: 50px;
  }
  .ckeditor_text_mapa_admi_2026 {
    width: 233px;
  }
}

@media (max-width: 480px) {
  .titulo_color_azul_morado {
    font-size: 26px;
    line-height: 27px;
    width: 280px;
  }
  .fondo_galeria_slider {
    padding: 40px;
  }
  .padding_top_galeria {
    padding-top: 40px;
  }
  .texto_footer {
    font-size: 32px;
    line-height: 38px;
  }
  .boton_footer_chicos {
    font-size: 23px;
    line-height: 19px;
    margin: auto;
  }
  .img_chicos_footer {
    margin-top: -80px !important;
  }
  .centrar_titulo_seccion {
    display: flex;
    justify-content: center;
  }
  .bloq_cabecera_gracias::after {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 275px;
  }
}
