:root {
  --color-blanco: #ffffff;
  --color-dark-cyan: #0d5187;
  --color-gris: #818589;
  --color-amarillo: #ffcb00;
  --color-verde: #00b246;
  --color-negro: #383838;
}

a {
  text-decoration: none !important;
}

.contenedor_total {
  max-width: 1200px;
  display: table;
  margin: auto;
}

.contenedor_total2 {
  width: 100%;
  max-width: 975px;
  display: table;
  margin: auto;
  position: relative;
  padding: 5px;
}

.img_total {
  width: 100%;
  display: block;
}

.titulo_subrayado::after {
  content: "";
  display: block;
  height: 8px;
  width: 95px;
  background: #f8e636;
  margin-top: 5px;
}

.subrayado_degrade::after {
  content: "";
  display: block;
  height: 8px;
  width: 95px;
  background: linear-gradient(to right, #00943e, #11cf4b, #ffcb00);
  margin-top: 5px;
  margin-top: 5px;
  margin-bottom: 9px;
}

.color_blanco {
  color: #fff !important;
}

.display_table {
  display: table;
  margin: auto;
}

.roboto_bold {
  font-weight: 700;
}

.roboto_medium {
  font-weight: 500;
}

.robot_regular {
  font-weight: 400;
}

.titulo_secu_ingles {
  font-size: 34px;
}

.titulo_princ_ingle {
  font-size: 60px;
}

.font_libro_extra_blod {
  font-weight: 800 !important;
}

.font_libro_bold {
  font-weight: 700 !important;
}

.font_libro_liger {
  font-weight: 600 !important;
}

.clas_gif {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  transition-duration: 0.5s;
}

.aparacer_gif {
  opacity: 1 !important;
  z-index: 9999999 !important;
  transition-duration: 0.5s;
}

.texto_pro_figure2 {
  font-size: 25px;
}

/* ========== HEADER NAVBAR PREMIUM ========== */
header#main-header {
  width: 100%;
  position: absolute;
  z-index: 100;
}

.header-nav {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Sticky State */
.header-nav.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 60, 30, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
  animation: slideDown 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.header-nav.header-sticky .header-nav-inner {
  padding-top: 8px;
  padding-bottom: 8px;
}

.header-nav.header-sticky .logo_ifeep img {
  width: auto !important;
  height: 100%;
  max-height: 75px !important;
}

/* Logo */
.header-left {
  flex-shrink: 0;
}

.logo_ifeep {
  display: flex;
  align-items: center;
  padding-left: 0px;
  transition: transform 0.3s ease;
}

.logo_ifeep:hover {
  transform: scale(1.05);
}

.logo_ifeep img {
  height: 120px;
  width: auto;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.18));
}

/* ---- Header Buttons ---- */
.header-buttons-container {
  gap: 14px;
  padding-right: 15px;
  padding-top: 10px;
}

.btn-header {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 26px;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.btn-header .btn-icon {
  font-size: 15px;
  transition: transform 0.3s ease;
}

.btn-header:hover .btn-icon {
  transform: scale(1.2) rotate(-5deg);
}

/* Aula Virtual Button */
.btn-aula-virtual {
  background: linear-gradient(135deg, #ffcc00, #ffcc00);
  color: #000000 !important;
  border: 2px solid rgba(255, 255, 255, 0.25);
}

.btn-aula-virtual:hover {
  background: linear-gradient(135deg, #a08002, #ffcc00);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(13, 81, 135, 0.4);
  color: #000000 !important;
}

.btn-aula-virtual:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(13, 81, 135, 0.3);
}

/* Deseo Matricularme Button */
.btn-matricula {
  background: linear-gradient(135deg, #00943e, #11cf4b);
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.25);
  animation: pulse-glow 2.5s ease-in-out infinite;
}

.btn-matricula:hover {
  background: linear-gradient(135deg, #11cf4b, #4ceb6f);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 148, 62, 0.45);
  color: #fff !important;
  animation: none;
}

.btn-matricula:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 148, 62, 0.3);
}

@keyframes pulse-glow {
  0%,
  100% {
    box-shadow: 0 4px 15px rgba(0, 148, 62, 0.2);
  }
  50% {
    box-shadow: 0 4px 25px rgba(17, 207, 75, 0.5);
  }
}

/* Shimmer effect on matricula button */
.btn-matricula::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 40%;
  height: 200%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.25),
    transparent
  );
  transform: skewX(-25deg);
  animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
  0% {
    left: -60%;
  }
  100% {
    left: 160%;
  }
}

/* ========== MODAL CONTACTO PREMIUM ========== */
.modal-contacto-wrapper .uk-modal-dialog {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.35);
  border: none;
  max-width: 500px;
}

.modal-contacto-dialog {
  border-radius: 24px !important;
  overflow: hidden;
}

/* Close button */
.modal-close-btn {
  z-index: 10;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  top: 16px !important;
  right: 16px !important;
  transition: all 0.3s ease;
}

.modal-close-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}

/* Modal Header */
.modal-contacto-header {
  background: linear-gradient(135deg, #0d5187 0%, #00943e 50%, #11cf4b 100%);
  padding: 36px 32px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.modal-contacto-header::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.08) 0%,
    transparent 60%
  );
  animation: modal-bg-float 6s ease-in-out infinite alternate;
}

@keyframes modal-bg-float {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(15%, 10%);
  }
}

.modal-header-icon-wrapper {
  width: 70px;
  height: 70px;
  margin: 0 auto 16px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.25);
  position: relative;
  z-index: 1;
  animation: float-icon 3s ease-in-out infinite;
}

@keyframes float-icon {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

.modal-header-icon {
  font-size: 30px;
  color: #fff;
}

.modal-contacto-title {
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 22px;
  margin: 0 0 8px 0;
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.modal-contacto-subtitle {
  color: rgba(255, 255, 255, 0.88);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  position: relative;
  z-index: 1;
  line-height: 1.5;
}

/* Modal Body */
.modal-contacto-body {
  padding: 28px 32px 10px !important;
  background: #fff;
}

.modal-form-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #2d3748 !important;
  margin-bottom: 6px !important;
}

.label-icon {
  color: #00943e;
  margin-right: 4px;
  font-size: 13px;
}

.modal-form-input {
  border: 2px solid #e2e8f0 !important;
  border-radius: 12px !important;
  padding: 12px 16px !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  color: #2d3748 !important;
  transition: all 0.3s ease !important;
  background: #f7fafc !important;
}

.modal-form-input:focus {
  border-color: #00943e !important;
  box-shadow: 0 0 0 4px rgba(0, 148, 62, 0.1) !important;
  background: #fff !important;
  outline: none !important;
}

.modal-form-input::placeholder {
  color: #a0aec0 !important;
  font-weight: 400;
}

/* Modal Footer */
.modal-contacto-footer {
  background: #fff !important;
  border-top: 1px solid #edf2f7 !important;
  padding: 20px 32px 28px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.btn-modal-enviar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 15px 28px;
  background: linear-gradient(135deg, #00943e, #11cf4b);
  color: #fff;
  border: none;
  border-radius: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 6px 20px rgba(0, 148, 62, 0.3);
  position: relative;
  overflow: hidden;
}

.btn-modal-enviar:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 148, 62, 0.4);
  background: linear-gradient(135deg, #0aa544, #1ee057);
}

.btn-modal-enviar:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 148, 62, 0.3);
}

.btn-modal-enviar .btn-icon {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.btn-modal-enviar:hover .btn-icon {
  transform: translateX(4px);
}

.btn-modal-cerrar {
  background: transparent;
  border: 2px solid #e2e8f0;
  color: #718096;
  border-radius: 14px;
  padding: 11px 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.btn-modal-cerrar:hover {
  border-color: #cbd5e0;
  background: #f7fafc;
  color: #4a5568;
}

/* ---- Mobile Header Responsive ---- */
@media (max-width: 768px) {
  .header-buttons-container {
    gap: 8px;
    padding-right: 10px;
  }
  .btn-header {
    padding: 9px 14px;
    font-size: 10px;
    letter-spacing: 0.3px;
    gap: 5px;
  }
  .btn-header .btn-icon {
    font-size: 12px;
  }
  .logo_ifeep {
    padding-left: 10px;
  }
  .logo_ifeep img {
    width: 110px;
  }
  .modal-contacto-header {
    padding: 28px 20px 22px;
  }
  .modal-contacto-title {
    font-size: 18px;
  }
  .modal-contacto-body {
    padding: 20px 20px 8px !important;
  }
  .modal-contacto-footer {
    padding: 16px 20px 22px !important;
  }
}

@media (max-width: 480px) {
  .header-buttons-container {
    flex-direction: column;
    gap: 6px;
    padding-right: 8px;
  }
  .btn-header {
    padding: 8px 12px;
    font-size: 9px;
    justify-content: center;
    width: 100%;
  }
  .btn-header span {
    white-space: nowrap;
  }
  .logo_ifeep img {
    height: 79px;
    width: auto;
  }
  .modal-header-icon-wrapper {
    width: 56px;
    height: 56px;
  }
  .modal-header-icon {
    font-size: 24px;
  }
  .btn-modal-enviar {
    font-size: 13px;
    padding: 13px 20px;
  }
}

/* ===== HAMBURGER BUTTON ===== */
.header-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  cursor: pointer;
  padding: 10px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1001;
}

.header-hamburger:hover {
  background: rgba(255, 255, 255, 0.2);
}

.hamburger-line {
  display: block;
  width: 22px;
  height: 2.5px;
  background: #fff;
  border-radius: 3px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}

.header-hamburger.is-active .hamburger-line:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}

.header-hamburger.is-active .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.header-hamburger.is-active .hamburger-line:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

/* ===== MOBILE MENU ===== */
.header-mobile-menu {
  display: none;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(0, 60, 30, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-mobile-menu.is-open {
  max-height: 300px;
  opacity: 1;
  padding: 8px 0;
}

.mobile-menu-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.mobile-menu-link:last-child {
  border-bottom: none;
}

.mobile-menu-link:hover,
.mobile-menu-link:active {
  background: rgba(255, 255, 255, 0.1);
  color: #11cf4b !important;
}

.mobile-menu-link i {
  font-size: 18px;
  width: 24px;
  text-align: center;
  color: #11cf4b;
}

.mobile-menu-matricula {
  background: linear-gradient(
    135deg,
    rgba(0, 148, 62, 0.2),
    rgba(17, 207, 75, 0.1)
  );
}

/* ===== RESPONSIVE: TABLET ===== */
@media (max-width: 860px) {
  .header-desktop-buttons {
    display: none !important;
  }

  .header-hamburger {
    display: flex;
  }

  .header-mobile-menu {
    display: flex;
  }
}

/******HOME****/
.home {
  background: url("/img/fondo_portugues_2026.webp") no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  max-height: 515px;
  position: relative;
}

.textos_home p {
  font-size: 2.3rem;
  color: #ffffff;
  padding: 5px;
  font-weight: 700;
  margin: 3px 0px;
  display: table;
}

.textos_home,
.home figure {
  display: table-cell;
  vertical-align: top;
}

.contenedor_home {
  /* padding-top: 145px; */
  padding-top: 115px;
}

.chicos_home {
  width: 560px;
  margin-top: -70px;
}

.formulario_inscripcion {
  width: 100%;
  height: 100%;
  max-width: 295px;
  background: #fff;
  padding: 21px 17px;
  border-radius: 20px;
  /* position: absolute; */
  /* right: 120px; */
  /* top: 170px; */

  display: table-cell;
  max-height: 370px;
  top: -60px;
  position: relative;
}

#formulario_inscripcion input,
#formulario_inscripcion2 input,
#formulario_inscripcion2 select {
  width: 100%;
  display: inline-block;
  padding: 12px 13px;
  margin: 4px 0px;
  border: 1px solid #ffcb00;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 12px;
}

#formulario_inscripcion2 select {
  color: #818181;
}

.textos_fo_ini {
  padding-bottom: 18px;
}

.textos_fo_ini h3 {
  /* font-family: 'Montserrat'; */
  font-weight: 700;
  font-size: 16px;
  color: #02b44b;
  text-align: center;
  line-height: 1.2;
}

.blok2_for input {
  width: 49% !important;
  box-sizing: border-box;
  display: inline-block !important;
}

.demo {
  line-height: 1.2;
  margin: 4px 0px;
}

.demo input[type="checkbox"] {
  display: none !important;
}

.demo input[type="checkbox"] + label span {
  display: inline-block;
  width: 15px !important;
  height: 15px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url("/img/checkbox1.png");
  background-size: cover;
  cursor: pointer;
}

.demo input[type="checkbox"]:checked + label span {
  background: url("/img/check.jpg");
  background-size: cover;
}

.demo label {
  letter-spacing: normal !important;
  font-size: 10px;
  font-weight: 400;
}

.demo a {
  color: #02b44b;
  text-decoration: none;
}

.blo_texto_ch {
  width: calc(100% - 36px);
  display: inline-block;
  vertical-align: middle;
  /* font-family: 'Montserrat'; */
  font-weight: 500;
  color: #1d1d1b;
  font-size: 9px;
}

#btn_formulario_ins,
#btn_formulario_ins5,
#btn_formulario_ins2,
#btn_aceptar_pago {
  font-size: 12px;
  display: table;
  margin: 10px auto 0px auto;
  background: linear-gradient(to right, #ffcb00, #11cf4b, #00943e);
  padding: 10px 28px;
  background-size: cover;
  border-radius: 10px;
  color: #fff;
}

#btn_formulario_ins:hover,
#btn_formulario_ins2:hover {
  opacity: 0.8;
}

.errorjps {
  border: 1px solid red !important;
}

.errorche {
  color: red !important;
  text-decoration: underline !important;
}

/*************certificado*************/
.certificado {
  position: relative;
  background: #dee1e6;
}

.fondo_imagen_certificado {
  background: url("/img/2025/certificacion/circulos-fondo-certificacion.webp")
    no-repeat center;
  background-size: cover;
}

.bloque_universidad {
  text-align: center;
  padding: 18px 73px;
  background: #fff;
  position: absolute;
  /* top: -80px; */
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 976px;
  border-radius: 20px;
}

.bloque_universidad figure,
.bloque_universidad .texto_universidad {
  display: table-cell;
  vertical-align: middle;
}

.uni_t1 {
  font-weight: 600;
  color: #00943e;
  /* font-size: 28px; */
  font-size: 2.3rem;
}

.texto_universidad {
  padding: 0px 18px;
}

.texto_universidad h2 {
  font-weight: 900;
  color: #00943e;
  font-size: 36px;
}

.uni_t2 {
  font-weight: 400;
  color: #263c55;
  font-size: 22px;
}

/*********Programas************/
.programa {
  background: linear-gradient(to right, #ffcb00, #11cf4b, #00943e);
  width: 100%;
  background-size: cover;
  /* padding: 35px 0px; */
}

.contenedor_programa .texto_programa,
.imagenes_progra {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 27px 0px 0px;
}

.imagenes_progra figure {
  display: table-cell;
  padding: 0px 1.5%;
}

.texto_programa p {
  margin-top: 10px;
  line-height: 1.4;
}

.texto_pro_figure {
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 5px 0px;
  line-height: 1.2;
}

/*********Herramientas************/
.herramientas_general {
  position: relative;
  overflow: hidden;
}

.herramientas {
  padding-bottom: 60px;
}

.textos_herramientas {
  padding-bottom: 43px;
  max-width: 1250px;
}

.textos_herramientas_contenedor {
  justify-content: center;
}

.herramienta_indi {
  /* width: 20%; */
  /* display: inline-block; */
  /* vertical-align: middle; */
  cursor: pointer;
  /* margin: 0px 0.9%; */
  /* margin: 0px 1.6%; */
}

.herramientas {
  max-width: 900px;
  margin: auto;
}

.herramientas .slick-track {
}

.herramienta_indi figure {
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 3px;
  background: linear-gradient(to bottom right, #00943e, #11cf4b);
}

.herramienta_indi figure img {
  margin: auto;
  padding: 13%;
  object-fit: contain;

  width: 100%;
}

.img_herramien {
  background: #ffcb00;
  border: 1px solid;
  border-radius: 50%;
  padding: 2px;
  margin: 10px 24px;
}

.herramienta_indi p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  color: #3c3c3b;
}

#wasap2_policial {
  margin: auto;
  display: table;
  background: linear-gradient(to right, #ffcb00, #11cf4b, #00943e);
  padding: 8px 15px;
  border-radius: 15px;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  background-size: cover;
}

#wasap2_policial figure,
#wasap2_policial span {
  display: table-cell;
  vertical-align: middle;
}

#wasap2_policial figure {
  padding-right: 5px;
  width: 38px;
}

.img_herramien:hover,
.botoness_audio_li a:hover,
#wasap2_policial:hover {
  opacity: 0.5;
}

/*********LIBROS***********/
#libros {
  background: url("/img/fondo-azul.jpg") no-repeat;
  width: 100%;
  background-size: cover;
  padding-top: 88px;
  padding-bottom: 56px;
}

.contenedor_policial {
  width: 100%;
  max-width: 750px;
}

.contenedor_policial .lado_izquierdo,
.contenedor_policial .lado_derecho {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  box-sizing: border-box;
}

.imagenes_libro {
  padding-top: 33px;
  padding-bottom: 38px;
}

.imagenes_libro a:hover {
  opacity: 0.5;
}

.imagenes_libro,
.indecopi {
  display: table;
  margin: auto;
}

.imagenes_libro a,
.indecopi p,
.indecopi figure {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 1.5%;
}

.indecopi {
  padding: 17px 35px;
  border-top: 3px dotted #f8b400;
  border-bottom: 3px dotted #f8b400;
}

.indecopi p {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
}

.indecopi figure {
  padding-left: 21px;
}

.parafo_libro {
  width: 394px;
  line-height: 1.4;
  margin-top: 15px;
}

.puntos_libros {
  width: 10%;
  position: absolute;
  right: 0px;
  top: -40px;
}

/*************audiolibro*****************/
#audiolibro {
  background: url("/img/audiolibro/fondo_audio_libro.jpg") no-repeat;
  width: 100%;
  background-size: cover;
  padding-top: 40px;
  position: relative;
}

.conte_audiolibro figure,
.conte_audiolibro .ejercicio_ingles {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  z-index: 2;
}

.titulo_audio_libro {
  text-align: center;
}

.titulo_audio_libro::after {
  content: "";
  display: table;
  margin: auto;
  width: 95px;
  height: 5px;
  background: url(/img/raya_degradado.jpg) no-repeat;
  margin-top: 10px;
}

.ejercic_principal figure,
.texto_ejercicio {
  display: inline-block;
  vertical-align: middle;
}

.texto_ejercicio {
  margin-left: 5px;
}

.texto_ejercicio p {
  font-family: "Lato";
  font-weight: 700;
  font-size: 11px;
  line-height: 1.2;
}

.color_megro {
  color: #3c3c3b;
}

.color_amarillo {
  color: #fcc200;
}

.color_gris {
  color: #706f6f;
}

.autor_ejer,
.color_negro_e_inter {
  color: #3c3c3b;
}

.color_celeste_e_inter {
  color: #0093d7;
}

.color_gris_e_inter {
  color: #808080;
}

.ejercicio_detalle {
  margin-left: 5px;
}

.ejercicio_detalle p,
.autor_ejer {
  font-size: 13px;
  font-weight: 400;
}

.ejercicio_ingles {
  width: 550px;
  padding-top: 17px;
}

.ejercicios_iternos_ingles {
  letter-spacing: -5px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px 20px 0px;
}

.ejercicios_iternos_ingles label {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 50%;
  padding: 6px 15px;
}

.autor_ejer,
.ejercicio_detalle {
  float: left;
  line-height: 1.2;
}

.btn_audi_libro {
  display: block !important;
  margin-bottom: 5px;
  cursor: pointer;
}

.btn_audi_libro:hover {
  opacity: 0.8;
}

.linea_au {
  width: 100%;
  height: 1px;
  background: #0093d7;
  position: absolute;
  left: 0;
  bottom: 23px;
  z-index: 1;
}

.pagina_libro {
  position: absolute;
  bottom: 3px;
  left: 140px;
}

.pag_li {
  font-family: "Lato";
  font-weight: 700;
  font-size: 12px;
  color: #00afe9;
  border-right: 1px solid;
  padding-right: 10px;
}

.desc_libr {
  font-family: "Lato";
  font-weight: 400;
  font-size: 10px;
  color: #555454;
}

/*******estudiantes*************/
#estudiantes {
  padding: 50px 0px;
}

.estudiante_conte {
  margin: 0px 25px;
  cursor: pointer;
}

.estudiante_conte:hover {
  opacity: 0.8;
}

.estudiantes {
  max-width: 900px;
  margin: auto;
  padding-bottom: 60px;
}

.texto_estudian {
  margin-top: 10px;
}

.texto_estudian p {
  font-size: 17px;
  line-height: 1.2;
  text-align: center;
  color: #575756;
}

.color_gris_in {
  color: #3c3c3b !important;
}

/**********convenios*****************/
.convenios_general {
  background: #f1f0f1;
  padding: 50px 0px;
}

.titulo_convenios {
  font-size: 32px;
  color: #030403;
  text-align: center;
}

.titulo_convenios::after {
  content: "";
  display: table;
  margin: auto;
  width: 95px;
  height: 5px;
  background: linear-gradient(to right, #00943e, #11cf4b, #ffcb00);
  margin-top: 10px;
}

.texto_conve {
  text-align: center;
  width: 100%;
  max-width: 896px;
  padding: 9px 1.5%;
  display: table;
  margin: auto;
  font-weight: 400;
  font-size: 17px;
}

.convenios {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  margin-top: 15px;
}

.convenios a {
  margin: 0px 0.5%;
}

.convenios button {
  display: none !important;
}

/*********FOOTER**************/
.franja_verde {
  background: linear-gradient(to right, #ffcb00, #11cf4b, #00943e);
  /* padding: 10px 1.5%; */
  background-size: cover;
}

.icon-envelope-o::before {
  margin-right: 10px;
  vertical-align: middle;
}

.icon-mobile::before {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}

.franjanegra {
  background: #004c1f;
  padding: 10px 0px;
}

.franjanegra h2 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}

.contenedor_redes {
  width: 100%;
  max-width: 880px;
  overflow: hidden;
  display: table;
  margin: auto;
  padding: 10px;
}

.contenedor_redes a {
  color: #fff;
  /*font-size: 15px;*/
  font-weight: 700;
  margin: 0px 3.5%;
}

.redes_sociales {
  float: right;
  display: flex;
  gap: 6px;
  width: 100%;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.redes_sociales a {
  /*font-size: 20px;*/
  margin: 0px 0px;
  font-family: "icons";
  font-weight: initial !important;
  color: #000;
  text-decoration: none;
  border-radius: 60%;
  background: #ffffff !important;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*******popup_audio*******/
.btn_cerrar_libro {
  text-align: right;
  color: #fff;
  font-weight: 800;
  padding: 5px 15px;
  font-size: 20px;
  cursor: pointer;
}

.contendro_popup_audio {
  background: #fff;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  opacity: 0;
  transition-duration: 0.5s;
  position: fixed;
  width: 100%;
  max-width: 450px;
  border-radius: 20px;
  padding: 0px 38px 10px 38px;
  background: url(/img/herramientas/fondo_herra.jpg) no-repeat;
  background-size: cover;
}

.contendro_popup_audio h2 {
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.contendro_popup_audio h2::after {
  content: "";
  display: table;
  margin: 7px auto 20px auto;
  height: 3px;
  width: 50px;
  background: #f8b400;
}

audio {
  height: 50px !important;
}

/***********popup herramientas********/
.btn_cerrar_popup {
  cursor: pointer;
  text-align: right;
  font-size: 20px;
  color: #fff;
  padding: 25px 0px;
}

.btn_cerrar_popup span {
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 1px 7px 4px 8px;
  font-size: 25px;
  margin: 0px 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.fondo_popup {
  background: rgba(0, 0, 0, 0.71);
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0;
  transition-duration: 0.5s;
}

.aparecer_fondo {
  z-index: 9 !important;
  transition-duration: 0.5s;
  opacity: 1 !important;
}

.contenedor_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  transition-duration: 0.5s;
  width: 100%;
  max-width: 650px;
  border-radius: 20px;
}

.aparecer_popup {
  z-index: 99 !important;
  opacity: 1 !important;
  transition-duration: 0.5s;
}

.conte_popup_final figure,
.conte_popup_final .texto_popup {
  display: table-cell;
  vertical-align: middle;
}

.conte_popup_final .texto_popup {
  width: 100%;
}

.conte_popup_final img {
  width: 100%;
  object-fit: contain;
}

.texto_popup {
  text-align: right;
  width: 250px;
  padding-left: 10px;
  color: #fff;
}

.titu_sec_popup {
  font-size: 30px;
  text-transform: uppercase;
}

.texto_popup .titu_prim_popup {
  color: var(--color-blanco);
}

.titu_prim_popup {
  font-size: 45px;
  overflow: hidden;
  text-transform: uppercase;
}

.titulo_popup_subrayado::after {
  content: "";
  display: block;
  height: 8px;
  width: 95px;
  background: #f8e636;
  margin: 10px 0px;
  float: right;
}

.texto_popup p {
  line-height: 1.2;
  margin-top: 20px;
}

.conte_popup_final {
  /* padding: 25px 24px 100px 24px; */
  padding: 25px 24px 55px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.herramienta_claseonline {
  background: url("/img/2025/popup/fondos/claseonline.jpg");
  background-size: cover;
}

.herramienta_clasegrabada {
  background: url("/img/2025/popup/fondos/grabadas.jpg");
  background-size: cover;
}

.herramienta_wasap {
  background: url("/img/2025/popup/fondos/wasap.jpg");
  background-size: cover;
}

.herramienta_plataforma {
  background: url("/img/2025/popup/fondos/plataforma.jpg");
  background-size: cover;
}

.herramienta_audiolibro {
  background: url("/img/2025/popup/fondos/audiolibro.jpg");
  background-size: cover;
}

.herramienta_aplicativo {
  background: url("/img/2025/popup/fondos/aplicativo.jpg");
  background-size: cover;
}

.herramienta_libros {
  background: url("/img/2025/popup/fondos/libros.jpg");
  background-size: cover;
}

.nueva_wa {
  position: fixed;
  right: 10px;
  bottom: 35px;
  z-index: 2;
}

.nueva_wa img {
  fill: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 1px;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-animation: iconWhatsapp 0.7s linear infinite alternate;
  -moz-animation: iconWhatsapp 0.7s linear infinite alternate;
  -ms-animation: iconWhatsapp 0.7s linear infinite alternate;
  -o-animation: iconWhatsapp 0.7s linear infinite alternate;
  animation: iconWhatsapp 0.7s linear infinite alternate;
}

@-webkit-keyframes iconWhatsapp {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes iconWhatsapp {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.slick-prev,
.slick-next {
  background: linear-gradient(to right, #11cf4b, #00943e);
  border-radius: 50%;
  width: initial !important;
  height: initial !important;
}

.slick-prev:before {
  content: "j" !important;
  font-family: "icons" !important;
  font-size: 35px;
  color: #fff;
  opacity: 1 !important;
}

.slick-next:before {
  content: "k" !important;
  font-family: "icons" !important;
  font-size: 35px;
  color: #fff;
  opacity: 1 !important;
}

.slick-next {
  padding: 7px 1px 7px 5px !important;
  transition-duration: 0.1s;
}

.slick-prev {
  padding: 7px 3px 7px 1px !important;
  transition-duration: 0.1s;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 0 !important;
}

.slick-next:hover:before,
.slick-prev:hover:before {
  opacity: 1 !important;
  color: #4a82bd !important;
}

.slick-next:focus:before,
.slick-prev:focus:before {
  opacity: 1 !important;
  color: #4a82bd !important;
}

.chicas_movil {
  display: none;
}

.contendro_popup_termino,
.contendro_popup_registro,
.popup_pago_gracias {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  transition-duration: 0.5s;
  width: 100%;
  max-width: 550px;
  background-position: right;
  border-radius: 20px;
  background-size: cover;
  padding: 15px;
  background-color: #00943e;
}

.texto_termino {
  background: #fff;
  overflow-y: auto;
  border-radius: 20px;
  height: 385px;
  margin-top: 30px;
}

.conte_interno_termino {
  padding: 30px 20px;
}

.conte_interno_termino p {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  text-align: justify;
}

.conte_interno_termino p a {
  color: #0e75af;
  font-weight: 900;
}

.termino_titu_s {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.termino_titu_s::after {
  content: "";
  display: table;
  height: 6px;
  width: 60px;
  background: #f8e636;
  margin-top: 5px;
  margin: 9px auto;
}

#btn_acep_termino,
#btn_acep_termino2 {
  display: table;
  margin: 15px auto;
  background: linear-gradient(to right, #ffcb00, #11cf4b, #00943e);
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  background-size: cover;
  background-position: left;
}

#btnmatricula,
#btnmatricula2,
#btninscribirme {
  border: 2px solid;
  background: linear-gradient(to right, #ffcb00, #11cf4b, #00943e);
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  background-size: cover;
  background-position: left;
  display: none;
}

.btnmatricula2,
#btninscribirme {
  display: inline-block !important;
  text-align: center;
}

#btnmatricula:hover,
.btnmatricula2:hover,
#btninscribirme:hover {
  opacity: 0.8;
}

.texto_acep_registro_fin {
  text-align: center;
  color: #fff;
  line-height: 1.6;
  padding: 20px 20px 0px 20px;
  font-size: 20px;
}

.aparecer_formulario_res {
  opacity: 1 !important;
  z-index: 99 !important;
  top: 50% !important;
  position: fixed !important;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

.formulario_inscripcion .btn_cerrar_popup {
  display: none;
  color: #0088c6 !important;
}

.formulario_inscripcion .btn_cerrar_popup span,
.formulario_pago_ifeep .btn_cerrar_popup span {
  border: 1px solid #0088c6 !important;
}

/****certificados********/
/* #certificados_excel{background:#dee1e6;padding: 40px 0px;padding-top: 105px;}
.franja_griss{width: 100%;height: 10px;}
.conte_certificado figure, .conte_certificado .textos_certificados{display: table-cell;vertical-align: middle;}
.textos_certificados{max-width: 550px;}
.botones_certificado a{color: #fff;
    font-size: 12px;
    background: url(/img/herramientas/fondo_herra.jpg)no-repeat;
    padding: 10px 28px;
    background-size: cover;
    display: inline-block;
    margin: 0px 10px;
    border-radius: 10px;}
.textos_certificados p{padding: 15px 0px;line-height: 1.4;}
.fancybox-button .fancybox-button--share{display:none!important;}
.botones_certificado a:hover{opacity: 0.5;}
.textos_finales ul li{list-style: circle;font-size: 14px;padding-bottom: 5px;}
.textos_finales ul{padding-left: 25px;}
.botones_certificado {padding-top: 20px;} */

.certificados_excel {
  padding: 60px 0px;
  padding-top: 115px;
}

.franja_griss {
  width: 100%;
  height: 10px;
}

.conte_certificado figure,
.conte_certificado .textos_certificados {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.textos_certificados {
  max-width: 550px;
}

.botones_certificado a {
  color: #fff;
  font-size: 12px;
  background: linear-gradient(to right, #ffcb00, #11cf4b, #00943e);
  padding: 10px 28px;
  background-size: cover;
  display: inline-block;
  margin: 0px 10px;
  border-radius: 10px;
  text-align: center;
  line-height: 1.4;
}

.textos_certificados p {
  padding: 15px 0px;
  line-height: 1.4;
}

.fancybox-button .fancybox-button--share {
  display: none !important;
}

.botones_certificado a:hover {
  opacity: 0.5;
}

.botones_certificado a {
  width: 250px;
}

.textos_finales ul li {
  list-style: circle;
  font-size: 16px;
  padding-bottom: 5px;
  text-align: justify;
  line-height: 1.3;
}

.textos_finales ul {
  padding-left: 25px;
  color: #004c1f;
}

.textos_finales p {
  text-align: justify;
  color: #004c1f;
  font-size: 17px;
}

.botones_certificado {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}

/**********************scroll****************************/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #e3e3e3;
  display: none;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #e3e3e3;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #bfbfbf;
}

#politica2_popup {
  color: #fff;
  display: table;
  margin: 10px auto;
  font-weight: 700;
}

#politica2_popup:hover {
  text-decoration: underline;
}

/************AUDIOLIBRO*****************/
.scroll_popup {
  height: 550px;
  overflow-y: auto;
}

.btn_cerrar_libro {
  text-align: right;
  color: #1daae7;
  font-weight: 800;
  padding: 5px 15px;
  font-size: 20px;
  cursor: pointer;
}

.contenedor_policial2 {
  background: #fff;
  display: table;
  margin: auto;
  width: 100%;
  max-width: 550px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  transition-duration: 0.5s;
  padding: 0px 0.5%;
  /* font-family: 'Raleway'; */
}

.contenedor_18 {
  position: relative;
}

.cabecera_audi_li {
  background: #daeffa;
  position: relative;
  width: 100%;
}

.cabecera_audi_li h3 {
  font-size: 35px;
  color: #99d3f0;
  text-align: left;
  width: 72%;
  letter-spacing: normal;
  padding-left: 11px;
}

.unidad,
.cabecera_audi_li h3 {
  display: inline-block;
  vertical-align: middle;
}

.cabecera_audi_li figure {
  width: 60px;
}

.audio_funcion_t {
  position: absolute;
  top: 0;
  right: 0;
  width: 51px !important;
  cursor: pointer;
  z-index: 9;
}

.contene_inter_pag_18 {
  width: 100%;
  display: inline-block;
  padding-left: 20px;
  padding-top: 15px;
}

.contene_audio_pag_18 {
  letter-spacing: -5px;
  display: table;
  margin: auto;
  width: 100%;
  max-width: 350px;
  padding: 20px 0px;
}

.ejercicio_audio_total {
  padding-top: 15px;
  width: 100%;
}

.izq_texto,
.dere_texto {
  display: table-cell;
  vertical-align: middle;
}

.intro_audio_libro {
  display: table;
}

.cuadro_exercis,
.texto_intro {
  display: table-cell;
  vertical-align: middle;
}

.cuadro_exercis {
  background: #0093d9;
  color: #fff;
  padding: 5px;
}

.izq_texto {
  width: calc(100% - 200px);
  padding-right: 30px;
}

.izq_texto label {
  width: 100%;
  display: table;
  box-sizing: border-box;
  padding: 7px 0px;
}

.dere_texto {
  width: 200px;
}

.texto_intro {
  font-size: 12px;
  line-height: 1.4;
  padding-left: 9px;
}

.letra_amar_au_inte {
  color: #fec800;
}

.letra_cris_au_inte {
  color: #939393;
}

.izq_texto .autor_ejer {
  color: initial !important;
}

.izq_texto .ejercicio_detalle {
  margin-left: 10px;
}

.izq_texto label .ejercicio_detalle p {
  font-size: 11px !important;
}

.chica_aui_in_f {
  padding-bottom: 23px;
}

.pagina_libro_au {
  padding: 15px 0px;
}

.linea_ce_l {
  width: 100%;
  height: 2px;
  background: #0093d7;
  margin-bottom: 10px;
}

.letra_pagi {
  color: #0093d7;
  font-size: 13px;
}

.letra_pie {
  font-size: 10px;
  margin-left: 7px;
  color: #808080;
}

.btn_cerrar_libro_final {
  color: #fff !important;
}

#galeria {
  padding: 50px 0px;
}

.galeria_new_imagenes {
  width: 100%;
}

/*******************LIBRO BASICO************/
.contenedor_libro {
  background: #fff;
  display: table;
  margin: auto;
  width: 100%;
  max-width: 850px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  transition-duration: 0.5s;
  padding: 0px 0.5%;
  /* font-family: 'Raleway'; */
}

.conte_libro_es_inter {
  padding-left: 25px;
  padding-top: 40px;
}

.libro_izquierda,
.libro_derecha {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  position: relative;
}

.chicas_home_libro {
  position: relative;
}

.texto_pronun {
  position: absolute;
  background: #0093d9;
  padding: 15px;
  bottom: -31px;
  left: 25px;
  line-height: 1.2;
}

/***************LIBRO BASICO 3*************/
.dn-texto_pronun {
  position: absolute;
  background: #00b1eb;
  padding: 15px;
  bottom: -31px;
  left: 25px;
  line-height: 1.2;
}

.dn-ejercicio-title {
  color: #00b1eb;
  font-size: 12px;
  font-weight: 700;
}

.dn-relacion {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.dn-descrp {
  line-height: 4;
  margin-top: 11px;
}

.dn-relacion-item div div {
  padding: 0px 0px 21px 0px;
}

.dn-detalle {
  padding-left: 25px;
}

.dn-parejas-ejercicios {
  margin: 4px auto;
}

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

/**************MALLA CURRICULAR***************/

.mayacurricular {
  /* background: #fff; */
  /* background-color: var(--color-amarillo); */
  width: 100%;
  display: block;

  background-color: #00b246;
  /* padding: 13px 0px; */
}

.mayacurricular a {
  /* border: 3px solid var(--color-amarillo); */
  border-radius: 20px;
  padding: 16px 20px;
  text-align: center;
  background-color: #fff;
  color: #00b246;
  /* box-shadow: 0 4px 20px #0000007d;
  transition: transform 160ms ease, box-shadow 160ms ease, background 120ms ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
}

#btn_maya {
  display: table;
  margin: auto;
  color: #00b246;
  font-size: 33px;
  font-weight: 800;
  padding: 10px 70px;
  border-radius: 20px;
}

/***********************************************/
.pronombres_personales {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 10px 0px;
}

.ejercici_ini_lib {
  overflow: hidden;
  padding: 10px 0px;
}

.separador_tab {
  float: left;
}

.rspuest_libro {
  display: table;
  width: 100%;
  max-width: 240px;
  font-size: 11px;
  padding: 0px 0px;
  margin: auto;
}

.rspuest_libro p {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid;
  padding: 5px 4px;
  text-align: center;
}

.prononbre_interno {
  padding: 8px 0px;
  font-size: 10px;
  text-align: center;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.pro_inter_fin {
  line-height: 1.4;
}

.pintar_cierr {
  background: #fec800;
  color: #fff;
}

.cerrar_abajo {
  border-bottom: 1px solid #000;
}

.ultimo_cierr {
  border-left: 1px solid #000;
}

.centrar_tex {
  line-height: 4;
}

.ejercicio_basico_2 h2 {
  color: #b3dff4;
  font-size: 45px;
  text-align: right;
  padding-bottom: 5px;
}

.ejercicio_basico_2 .intro_audio_libro .texto_intro,
.ejercicio_basico_1_1 .intro_audio_libro .texto_intro {
  font-size: 10px;
}

.pronombres_personales2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.prononbre_interno2 {
  padding: 4px 8px;
  font-size: 11px;
  text-align: left;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  font-weight: 600;
}

.libro_derecha .cabecera_audi_li .unidad {
  position: absolute;
  top: 0;
  right: 0;
}

.libro_derecha .cabecera_audi_li .audio {
  position: relative;
}

.conte_libro_es_inter_1 {
  padding-left: 10px;
  padding-top: 15px;
}

.relacion {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.relacion > div {
  text-align: left;
  padding: 5px 0;
  font-size: 30px;
}

.item8 {
  background: url(/img/librosvirtuales/basico/rela.png) no-repeat;
  background-position-x: -17px;
  grid-area: 1 / 2 / 7 / 3;
  background-position-y: 23px;
  background-size: contain;
}

.relacion_item .ejercicio_detalle p,
.autor_ejer {
  font-size: 11px !important;
}

.parejas_ejercicios {
  width: 100%;
  max-width: 350px;
  display: table;
  margin: 15px auto;
}

.libro_derecha .pagina_libro_au .letra_pagi {
  position: absolute;
  right: 5px;
}

.libro_derecha .pagina_libro_au .letra_pie {
  position: absolute;
  right: 32px;
  bottom: 18px;
}

/**********LIBRO INTERMEDIO************/
.imagen_intermedio_1 {
  position: relative;
}

.texto_inter {
  background: #b90e80;
  color: #fff;
  font-weight: 700;
  padding: 15px 19px;
  display: table;
  font-size: 14px;
  line-height: 1.3;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.contenedor_intermdio_es {
  padding-left: 15px;
  font-size: 10px;
}

.intermdio1 p {
  padding: 5px 0px;
  line-height: 1.3;
}

.intermedio2 {
  display: table;
  width: 100%;
  box-sizing: border-box;
}

.intermedio2 .texto_intermedio2,
.intermedio2 figure {
  display: table-cell;
  vertical-align: middle;
}

.intermedio2 .texto_intermedio2 {
  padding-right: 5px;
}

.texto_intermedio2 p {
  padding: 3px 0px;
  line-height: 1.3;
  font-size: 9.5px;
}

.fondo_tabla_color {
  background: #3d3d3b;
  color: #fff;
}

.modal_verbos .prononbre_interno {
  border-top: 1px solid #3d3d3b;
  border-right: 1px solid #3d3d3b;
  font-size: 9px;
}

.centrar_intermedio {
  line-height: 16px;
}

.modal_verbos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.modal_verbos > div {
  text-align: center;
}

.cerrar_abajo2 {
  border-bottom: 1px solid #3d3d3b;
}

.ultimo_cierr2 {
  border-left: 1px solid #3d3d3b;
}

.modal_verbos2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.modal_verbos2 > div {
  text-align: left;
  line-height: 1.2;
  padding: 2px 0px;
}

.modal_verbos3 > div {
  text-align: center;
  line-height: 1.2;
  padding: 5px 0px;
  font-size: 9px;
}

.tabla4_intermedio {
  padding-top: 15px;
}

.contenedor_intermdio_dere {
  font-size: 10px;
  padding-left: 15px;
  padding-top: 45px;
}

.fondo_tabla_color2 {
  background: #3d3d3b;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.bordes_cu {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.comida_perro {
  width: 178px;
  padding-left: 33px;
}

.btn_cerrar_interme {
  color: #b90e80 !important;
}

.boton_audio_intermedio {
  position: absolute;
  z-index: 99;
  width: 60px;
  padding: 2px;
  background: #b90e80;
  top: 0;
  right: 0;
}

.boton_audio_intermedio2 {
  right: initial !important;
  left: 0;
}

.reproductor_flotante {
  display: table;
  padding-top: 4px;
}

.reproductor_flotante figure {
  display: table-cell;
  vertical-align: middle;
  padding: 2px;
  cursor: pointer;
}

.reproductor_flotante figure:hover {
  opacity: 0.8;
}

/*********LIBRO AVANZADO*****************/
.btn_cerrar_avanzado {
  color: #92c123 !important;
}

.texto_avanzado {
  background: #92c123 !important;
}

.contenedor_intermdio_es.contenedor_avanzado_es {
  padding-left: 30px;
}

.contenedor_avanzado_es p {
  padding: 4px 0px;
  line-height: 1.4;
}

.fondo_avanzo_finl {
  background: #f6f6f6;
  margin: 5px 0px;
  padding: 5px 10px;
}

.fondo_avanzo_finl p {
  padding: initial;
  line-height: 1.4 !important;
}

.espacio_texto {
  padding-left: 7px !important;
}

.paginas_avanzado {
  padding: 25px 15px;
}

.boton_audio_avanzado {
  background: #92c123 !important;
}

.cabecera_pagina {
  float: right;
}

.cabecera_pagina p {
  font-size: 10px;
  display: inline-block;
}

.cuadro_verde {
  display: inline-block;
  background: #92c123;
  width: 20px;
  height: 9px;
  margin-left: 5px;
}

.tabla_avanzando {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.tabla_avanzando > div {
  text-align: center;
  line-height: 1.2;
  padding: 2px 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.contenedor_avanzado_final_dere {
  padding-top: 30px;
  padding-left: 15px;
  font-size: 9px;
}

.contenedor_avanzado_final_dere p {
  padding: 2.5px 0px;
  line-height: 1.4 !important;
}

.cerrar_avanzado_iz {
  border-left: 1px solid #000;
}

.dibujo_tri {
  background: url(/img/librosvirtuales/avanzado/bullet.png) no-repeat;
  background-size: contain;
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 5px;
}

.cerrar_avanzado_abajo {
  border-bottom: 1px solid #000;
}

.ultimo_border {
  border-right: 1px solid #000 !important;
  background: #373737;
  color: #fff;
  text-align: center !important;
}

.fondo_tabla_avanzado {
  background: #373737;
  text-align: center !important;
  border-right: 1px solid #fff !important;
  color: #fff !important;
}

.sin_line {
  padding: initial !important;
  line-height: 0.5 !important;
}

.bloq_aparate {
  display: table;
}

.textos_ava_interno,
.tabla_incorrect {
  display: table-cell;
  vertical-align: middle;
}

.tabla_incorrect {
  text-align: center;
  padding-left: 60px;
}

.tabla_incorrect p {
  border-top: 1px solid #94c11e;
  border-right: 1px solid #94c11e;
  border-left: 1px solid #94c11e;
  padding: 1px 5px !important;
  font-size: 9px;
  line-height: 1 !important;
}

.cerrar_bloqu_color {
  border-bottom: 1px solid #94c11e;
}

.espacios_margin {
  margin-left: 12px;
}

.paginas_avanzado2 {
  padding: 23px 0px 23px 15px;
}

.resaltar_cuadr {
  font-weight: 800;
}

.mosaicflow__column {
  float: left;
}

.mosaicflow__item img {
  display: block;
  width: 100%;
  height: auto;
  transition-duration: 0.2s;
}

.mosaicflow__item {
  overflow: hidden;
}

.mosaicflow__item img:hover {
  opacity: 0.5;
  transition-duration: 0.5s;
  transform: scale(1.5);
}

/*****FORMULARIO DE PAGO*****/
.formulario_pago_ifeep {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background: #fff;
  padding: 15px 1.5%;
  border-radius: 15px;
  opacity: 0;
  z-index: -1;
  transition-duration: 0.5s;
  width: 100%;
  max-width: 420px;
}

/*.botones_header{display: table;position:absolute;top: 60px;right: 15px;}*/
.botones_header {
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: -90px;
  right: 101px;
}

.botones_header a {
  display: inline-block;
}

.formulario_pago_ifeep .btn_cerrar_popup {
  display: block;
  color: #0088c6;
}

#btn_aceptar_pago {
  display: table;
  margin: auto;
  margin-top: 15px;
}

.formulario_pago_ifeep .btn_cerrar_popup {
  padding: 10px 0px !important;
}

.popup_pago_gracias p {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

/***********CERTIFICADO********/
.conte_certificado a:hover .fondo_imagen {
  background: #0606069e;
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0px;
  height: 100%;
  border-radius: 10px;
  transition-duration: 0.5s;
}

.fondo_imagen h3 {
  opacity: 0;
  z-index: -1;
}

.conte_certificado a {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.conte_certificado a:hover .fondo_imagen h3 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 42px;
  transform: translate(-50%, -50%);
  opacity: 1 !important;
  z-index: 1 !important;
  transition-duration: 0.5s;
}

.bloq_glo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.globo_subedu {
  font-weight: 700;
  color: #fff;
  background: url(/img/globo.png) no-repeat;
  padding: 14px 0px;
  width: 147px;
}

/******************************/
/************PROGRAMAS**********/
.contenedor_programa .texto_programa {
  width: 600px;
  color: #fff;
}

.contenedor_programa .texto_programa span {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
}

.contenedor_programa .texto_programa h3::after {
  content: "";
  display: block;
  height: 8px;
  width: 95px;
  background: #f8e636;
  margin-top: 5px;
  margin-bottom: 9px;
}

.contenedor_programa .texto_programa h3 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
}

.contenedor_programa .texto_programa p {
  max-width: 430px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}

.contenedor_programa figure {
  display: table-cell;
  vertical-align: middle;
  padding-left: 31px;
}

/*******************************/
/***********PRECIOS*************/
#precios {
  background: url(/img/fondo-azul.jpg) no-repeat;
  width: 100%;
  background-size: cover;
}

.promocion {
  padding: 25px 0px;
}

.promo_precios figure {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 15px;
}

/*******************************/
/****************MODALIDAD****************/

.fw-700 {
  font-weight: 700 !important;
}

.dn-divprincipal {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.dn-divprincipal .dn-title {
  color: #008fc6;
  font-size: 24px;
  padding: 10px 30px;
  font-weight: 500;
  background: white;
}

.dn-divsecundario {
  display: flex;
  padding: 20px 0px 0px;
}

.dn-divacreditacion {
  color: white;
  font-size: 18px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding-right: 110px;
}

.dn-divregular {
  color: white;
  font-size: 18px;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  padding-left: 110px;
}

.dn-divacreditacion figure,
.dn-divregular figure {
  padding-left: 0px;
}

.dn-divacreditacion p,
.dn-divregular p {
  font-size: 20px;
  margin-top: 12px;
  font-weight: 700;
}

.dn-line {
  border: 1px solid #ffffff;
}

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

.footer2 {
  width: 100%;
  text-align: center;
  margin: auto;
  margin-top: 35px;
}

/**Galeria**/

#galeria_portugues {
  background: url("/img/2025/egresados/fondo-egresados.png") no-repeat center
    center;
  background-size: cover;
  animation: fadeIn 1s ease-in-out;
}

.galeria_new {
  display: flex;
  justify-content: center;
  width: 100%;
}

.item_galeria figure a .imagen_galeria_f {
  width: 100%;
  display: block;
}

.item_galeria figure a {
  display: flex;
  justify-content: center;
}

.slick-prev,
.slick-next {
  z-index: 9;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.row_contenedor_galeria_2023 .slick-next {
  right: 0px !important;
}

.row_contenedor_galeria_2023 .slick-prev {
  left: 0px !important;
}

.imagen_galeria_f {
  background-size: cover;
}

.franja_jorario {
  background: #ffffff;
  display: flex;
  justify-content: center;
  padding: 10px 15px;
  width: 100%;
}

.franja_jorario_2 {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
}

.franja_jorario p {
  font-size: 1.2rem;
  color: #004445;
  font-weight: 900;
  text-transform: uppercase;
}

/* --------------BOTONES DE SLIDER UIKIT----------------- */

.titulo_secciones {
  font-size: 45px;
}

.titulo_beneficios_2025 {
  position: relative;
  z-index: 1;
}

.subtitulo_secciones {
  font-size: 30px;
}

.fondo_plomo_modalidad {
  background: #e5e5e5;
}

.galeria_ifeep .uk-position-center-left .quitar_icon_svg {
  margin-left: 0px;
}

.galeria_ifeep .uk-position-center-right .quitar_icon_svg {
  margin-right: 0px;
}

.quitar_icon_svg svg {
  display: none;
}

.quitar_icon_svg {
  visibility: visible !important;
  display: block !important;
}

.fondo_blanco_circulo {
  background-color: #fff;
  border-radius: 50%;
}

/* Seccion Busqueda de Egresados */

.titulo_new_cert {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
}

.btn_buscar_certificado {
  background: linear-gradient(to right, #ffcb00, #11cf4b, #00943e);
  color: var(--color-blanco);
  font-size: 15px;
  padding: 15px;
  width: 180px;
  text-align: center;
  border-radius: 10px;
  font-weight: 700;
}

.btn_buscar_certificado:hover {
  color: var(--color-blanco) !important;
}

.uk-modal-dialog {
  outline: none !important;
}

.contenedor_formu_buscar_cert {
  margin-top: 30px;
}

.listado_radios {
  margin-top: 15px;
}

.gap_5_cat {
  gap: 5px;
}

.quitar_svg_cerrar svg {
  display: none;
}

.bloq_input_busque {
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--color-amarillo);
  padding-bottom: 4px;
  margin-top: 15px;
}

.bloq_input_busque input {
  font-size: 17px;
  color: var(--color-negro);
  border: none;
}

.bloq_input_busque button {
  width: 48px;
  height: 39px;
  background: linear-gradient(to right, #ffcb00, #11cf4b, #00943e);
  border-radius: 8px;
  border: none;
  cursor: pointer;
}

.modificar_buscador {
  border-radius: 20px;
  padding: 40px;
}

.listado_radios h2 {
  color: #00b246;
  font-weight: 800;
  font-size: 15px;
}

.btn_slider_galeri {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_slider_galeri svg {
  color: #000;
  width: 18px;
}

.btn_slider_galeri svg polyline {
  stroke-width: 3;
}

.listado_radios label {
  font-size: 13px;
  font-weight: 700;
}

.gap_10_cat {
  gap: 10px;
}

.listado_radios label input {
  margin-right: 5px;
}

.img_fondo_degrade {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.centrar_bloq_certificado {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
}

.fondo_degrade_s_d {
  background: linear-gradient(
    180deg,
    rgba(0, 200, 6, 1) 0%,
    rgba(255, 255, 255, 0) 84%
  );
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

#form_envio_certificado .error-border {
  border-bottom: 2px solid red !important;
}

.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked {
  background-color: #00b246 !important;
}

.spiner_load_ajax {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffffbf;
  width: 100%;
  height: 100vh;
  z-index: 9999 !important;
}

.spiner_load_ajax svg circle {
  stroke-width: 2px !important;
  stroke: #00b246 !important;
}

#tabla_resultado thead th {
  color: var(--color-blanco);
  font-weight: 700;
}

#tabla_resultado {
  margin-top: 20px;
}

#tabla_resultado thead {
  background: var(--color-verde);
}

#tabla_resultado tbody tr {
  color: var(--color-negro);
  font-size: 13px;
  font-weight: 700;
}

#modal-center2 .uk-modal-dialog {
  width: 100% !important;
  max-width: 900px !important;
}

.fondo_certificado {
  height: 90vh;
}

#tabla_resultado::-webkit-scrollbar {
  width: 4px;
}

#tabla_resultado::-webkit-scrollbar-thumb {
  background-color: #b5b5b5;
  border-radius: 10px;
}

#tabla_resultado::-webkit-scrollbar-track {
  background: transparent;
}

#tabla_resultado {
  scrollbar-width: thin;
  scrollbar-color: #b5b5b5 transparent;
}


/* Card Contenedor Principal */
.convenio-card {
    border-radius: 16px;
    margin: auto;
    max-width: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    transition: all 0.3s ease;
}


/* Insignia / Texto Header */
.convenio-header {
    display: flex;
    justify-content: center;
}

.convenio-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #f3f4f6;
    color: #374151;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.375rem 1rem;
    border-radius: 9999px;
    border: 1px solid #e5e7eb;
}

.icon-handshake {
    color: #2563eb; /* Color azul de acento */
}

/* Logos y Separador */
.convenio-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    width: 100%;
}

.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    transition: transform 0.3s ease;
}

.logo-item:hover {
    transform: translateY(-3px);
}

.logo-item img {
    max-height: 60px;
    width: auto;
    object-fit: contain;
    filter: grayscale(15%) opacity(0.9);
    transition: filter 0.3s ease;
}

.logo-item:hover img {
    filter: grayscale(0%) opacity(1);
}

.logo-divider {
    width: 1px;
    height: 45px;
    background: linear-gradient(to bottom, transparent, #d1d5db, transparent);
}

/* Adaptación para pantallas pequeñas */
@media (max-width: 480px) {
    .convenio-card {
        padding: 1.25rem 1rem;
    }

    .convenio-logos {
        gap: 1rem;
    }

    .logo-item img {
        max-height: 48px;
    }
}