a,
a:hover {
  text-decoration: none !important;
}
.contenedor_total {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  margin: auto;
}

.content_duracion_child {
  display: flex;
  width: 600px;
  margin: 0 auto;
}

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

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

.img_productos {
  max-height: 180px;
  width: auto;
  max-width: 100%;
}

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

.display_home {
  display: flex;
  justify-content: center;
}

.roboto_bold {
  font-weight: 700;
}

.titulo_subrayado_verde::after {
  content: "";
  display: table;
  width: 96px;
  height: 7px;
  background: #ec9b01;
}

.titulo_subrayado::after {
  content: "";
  display: table;
  width: 96px;
  height: 7px;
  background: #ec9b01;
  margin: auto;
}

.titulo_secunda {
  font-size: 32px;
  color: #3c3c3b;
}

.titulo_grande {
  font-size: 70px;
  color: #3c3c3b;
}

.titulo_grande_duracion {
  font-size: 50px;
  color: #004445;
}

.color_blanco {
  color: #fff !important;
}

.logo_ifeep {
  padding: 15px 0px;
  display: table;
}

.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);
  }
}

.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;
}

header {
  width: 100%;
  position: absolute;
  z-index: 1;
}

.logo_ifeep {
  display: table;
  padding-top: 31px;
  padding-left: 31px;
}

.logo_ifeep img {
  width: 130px;
}

#btnmatricula,
#btnmatricula2,
#btn_aceptar_pago {
  border: 2px solid #ec9b01;
  right: 1.5%;

  background: #ec9b01;

  padding: 10px 20px;

  border-radius: 10px;

  color: #fff;

  text-decoration: none;

  background-size: cover;

  background-position: left;
}

#btnmatricula2 {
  display: inline-block !important;
}

#btnmatricula:hover,
#btnmatricula2: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;
}

/*********Nuevo home***************/

#home2 {
  background: url("/img/home_fondo.jpg") no-repeat;
  width: 100%;
  height: 100%;
  max-height: 680px;
  background-size: cover;
  overflow: hidden;
}

#home2 figure {
  display: table-cell;
  vertical-align: middle;
}

/*#home2 .primer_valo{width: 450px}*/

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

.chicos_home {
  width: 474px;
}

.formulario_inscripcion_header {
  width: 100%;

  max-width: 295px;

  background: #ec9b01;

  border-top-left-radius: 12px;

  border-top-right-radius: 12px;

  z-index: -1;

  color: #fff;

  padding: 10px;
}

.formulario_inscripcion {
  width: 100%;
  max-width: 295px;
  background: #fff;
  padding: 21px 17px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  z-index: -1;
}

#formulario_inscripcion input,
#formulario_inscripcion2 input,
#formulario_inscripcion2 select {
  width: 100%;

  display: inline-block;

  padding: 12px 13px;

  margin: 4px 0px;

  border: 1px solid #ec9b01;

  border-radius: 10px;
  box-sizing: border-box;
  font-size: 12px;
}

.textos_fo_ini {
  padding-bottom: 10px;
}

.textos_fo_ini h3 {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 16px;
  color: #545453;
  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: #0067e7;
  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_ins2 {
  font-size: 12px;

  display: table;

  margin: 10px auto 0px auto;

  background: #ec9b01;

  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;
}

#form_inscripcion .btn_cerrar_popup,
.formulario_pago_ifeep .btn_cerrar_popup {
  color: #616160 !important;
  text-align: right;
  cursor: pointer;

  margin: 4px;
}

#form_inscripcion {
  width: 100%;
  max-width: 295px;
}

.formulario_inscripcion .btn_cerrar_popup span,
.formulario_pago_ifeep .btn_cerrar_popup span {
  border: 1px solid #0088c6 !important;
  border-radius: 50%;

  padding: 2px 7px;
  cursor: pointer;
}

.contenedor_home2 {
  padding-top: 115px;
}

.conte_interno_termino strong {
  font-weight: 900;
}

.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: #616160;
  background-size: cover;
  padding: 15px;
}

.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: #ec9b01;

  margin-top: 5px;

  margin: 9px auto;
}

#btn_acep_termino,
#btn_acep_termino2 {
  display: table;

  margin: 15px auto;

  background: #ec9b01;

  padding: 10px 20px;

  border-radius: 10px;

  color: #fff;

  text-decoration: none;

  background-size: cover;

  background-position: left;
}

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

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

.errorche {
  color: red !important;

  text-decoration: underline !important;
}

/********home********/

#home {
  background: url("/img/home_fondo.jpg") no-repeat;
  width: 100%;
  height: 100vh;
  background-size: cover;
  overflow: hidden;
}

.contenedor_home {
  padding: 163px 124px 0px 44px;
  height: 100vh;
}

.contenedor_home figure {
  display: table-cell;
  vertical-align: middle;
  padding: 38px 1.5% 0px 1.5%;
}

.primer_valo {
  padding-right: 250px;
  display: flex;

  flex-direction: column;

  justify-content: center;
}

#img_logo_ifeep {
  width: 180px;
  position: absolute;
  top: 10px;
  left: 1.5%;
}

.aparecer_formulario_res {
  opacity: 1 !important;

  z-index: 999 !important;

  top: 50% !important;

  position: fixed !important;

  left: 50%;

  transform: translate(-50%, -50%) !important;
  display: block;
}

/*************Programa Certificado*************/
#programa {
  position: relative;
}

#programa_certificado {
  position: relative;
  background: #dee1e6;
}

#beneficios {
  background: #ffffff;
  width: 100%;
  background-size: cover;
}

.conteni_inter {
  display: table;
  padding: 20px 90px;
  margin: auto;
}

.conteni_inter .texto_programa,
.conteni_inter figure {
  display: table-cell;
  vertical-align: middle;
}

.texto_programa p {
  font-size: 13px;
  color: #3c3c3b;
  font-weight: 400;
  max-width: 430px;
  line-height: 1.2;
}

.texto_programa span {
  font-size: 37px;
  font-weight: 400;
  color: #3c3c3b;
}

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

.conteni_inter figure {
  padding: 5px;
}

.bloque_universidad {
  text-align: center;

  padding: 18px 35px;

  background: #fff;

  position: absolute;

  transform: translate(25%, -78%);

  width: 100%;

  max-width: 813px;

  border-radius: 20px;
}

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

.uni_t1 {
  font-weight: 400;
  color: #3c3c3b;
  font-size: 28px;
}

.texto_universidad {
  padding: 0px 18px;
}

.texto_universidad h2 {
  font-weight: 900;
  color: #3c3c3b;
  font-size: 30px;
}

.uni_t2 {
  font-weight: 400;
  color: #3c3c3b;
  font-size: 22px;
}

.bloque_programa {
  padding: 104px 30px 50px 30px;
}

.bloque_programa figure {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 12px;
}

.display_table_certificado {
  display: flex;
  margin: auto;
  flex-direction: column;
  max-width: 100%;
}

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

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

.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;
}

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

.desp_mod {
  color: #3c3c3b;
  text-align: center;
  font-size: 19px;
  padding: 20px;
  margin: 0 auto;
}

.curso_regular {
  font-size: 24px;
  padding: 10px 30px;
  font-weight: 500;
  background: #ec9b01;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  color: #fff;
}

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

/************INFO************/

.info_curso {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.info_curso2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}

.div_content_info {
  display: flex;
  padding: 15px;
  background: #ec9b01;
  border-radius: 20px;
  max-width: 340px;
  width: 100%;
  justify-content: center;
  text-align: center;
}

.content_icon_info {
  margin: 0 10px;
}

.icon_info {
  font-size: 50px;
  color: #fff;
}

.content_text_info {
  margin: 0 15px;
  line-height: normal;
  color: #fff;
}

.content_text_info span {
  font-size: 20px;
}

.content_text_info h2 {
  font-size: 30px;
  font-weight: 500;
}

.texto_programa {
  padding: 30px;
}

.content_duracion {
  flex-direction: column-reverse;
  max-width: 340px;
  width: 100%;
}

.content_name_curso {
  background: #ec9b01;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #fff;
  text-align: center;
  padding: 12px 45px;
}

.content_name_curso span {
  font-size: 20px;
}

.content_name_curso h2 {
  font-size: 35px;
  font-weight: 500;
}

.content_dura_curso {
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #3c3c3b;
  padding: 20px;
  text-align: center;
  border: 1px solid #ec9b01;
}

.content_dura_curso h2 {
  font-size: 40px;
  font-weight: 600;
}

/************INFO************/

/***********LOGROS************/

.texto_programa h4 {
  font-size: 20px;
}

/*.items_hijo_logros{display: inline-flex;

    text-align: justify; margin-bottom: 15px;font-size: 20px;}*/

/*.items_hijo_logros p{padding-left: 10px;color: #898989;font-weight: 400;}*/

.items_hijo_logros {
  display: flex;
}

.item_text_span {
  margin-left: 15px;
}

.item_icon_logros {
  font-size: 30px;
  color: #2aa1d7;
}

.content-padre-logros .columna {
  float: left;
  padding: 0 10px;
  width: 47%;
}

.content-padre-logros p {
  padding: 5px 20px;

  color: #707070;

  line-height: 1;

  text-align: center;
}

.columna p {
  margin: 0;

  line-height: 1.2;

  text-align: justify;

  padding: 5px 0;

  color: #707070;
  margin-left: 10px;
}

.columna .imagen-centrada {
  float: right;

  font: 12px/1 carme, sans-serif;

  margin-right: -180px;

  padding-left: 10px;

  text-align: center;

  width: 360px;
}

.columna .empuje {
  float: left;

  height: 278px;

  width: 125px;
}

.columna img {
  max-width: 100%;
}

/***********LOGROS************/

/*******descuento***********/

#descuento {
  background: url("/img/fondo_descuento.jpg") no-repeat;
  width: 100%;
  background-size: cover;
  padding: 15px 0px;
  border-top: 4px solid #b6cc00;
  border-bottom: 4px solid #b6cc00;
}

.descuento_det figure {
  display: table-cell;
  vertical-align: middle;
}

/******herramientas***********/

#herramientas {
  background: #fff;
  padding: 55px 0px;
  position: relative;
  overflow: hidden;
}

.herramienta_indi {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 17px 45px;
}

.herramientas {
  max-width: 1100px;
  margin: auto;
  padding-top: 17px;
}

/*.herramienta_indi{border-right: 3px dotted #4c4c4c;}*/

.herramienta_indi:last-child {
  border: none !important;
}

.herramienta_indi figure {
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 1px;
  background-size: cover;
}

.herramienta_indi figure img {
  margin: auto;
  padding: 15px;
}

.img_herramien {
  background: #4c4c4c;
  border: 1px solid;
  border-radius: 50%;
  padding: 2px;
}

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

.contenedor-padre-beneficios {
  margin: 0 50px;
}

.contenedor_hijo_beneficios {
  display: grid;
  grid-template-columns: 810px 1fr;
}

.item_herramientas {
  margin: 15px 40px;
}

.img_herramientas {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content_div_item {
  display: flex;
}

.item_text_herramientas {
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: justify;
  width: 100%;
}

.tittle_item_text {
  background: #ec9b01;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
}

/*****libros********/

#libros {
  background: #dee1e6;
  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: 13px 10px;
  border-top: 3px dotted #3c3c3b;
  border-bottom: 3px dotted #3c3c3b;
}

.indecopi p {
  font-size: 17px;
  color: #3c3c3b;
  font-weight: 500;
  text-align: justify;
}

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

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

/*********MAYA CURRICULAR***********/

#mayacurricular {
  background: #ec9b01;
  width: 100%;
  display: block;
  padding: 13px 0px;
}

#btn_maya {
  display: table;
  margin: auto;
  background: #fff;
  color: #3c3c3b;
  font-size: 33px;
  font-weight: 500;
  padding: 10px 130px;
  border-radius: 20px;
}

/****MULTIPLATAFORMA********/

#multiplataforma {
  background: #f1f0f1;
  width: 100%;
  background-size: cover;
  padding: 50px 0px;
  padding-bottom: 150px;
}

.maquinas figure {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 1.5%;
}

.texto_mul {
  padding-bottom: 34px;
}

/**********convenios*****************/

#convenios {
  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: #49903a;
  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;
}

/**************PRODUCTOS****************/

.content-padre-productos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.caja_hijo_productos {
  max-width: 360px;
  width: 100%;
}

.content_modalidad {
  padding: 30px;
  background: #fff;
}

.span_modalidad {
  color: #fff;
  background: #0072b1;
  padding: 5px 30px;
  border-radius: 20px;
}

.titulo_producto {
  color: #4f4f4f;
  font-size: 24px;
  font-weight: 600;
}

.info_producto {
  color: #afafaf;
  font-size: 17px;
}

.descuento_producto {
  background: #ec9b01;
  color: #fff;
  padding: 15px 35px;
  font-size: 20px;
  font-weight: 600;
}

.timpo_duracion {
  background: #fff;
  color: #4f4f4f;
  padding: 20px 35px;
}

.timpo_duracion span {
  color: #343434;
  font-weight: 600;
}

/**************PRODUCTOS****************/

/******footer***********/

.franja_verde {
  background: #ec9b01;
  padding: 10px 1.5%;
  display: flex;
  flex-direction: column;
}
.btn_link_2023 {
}

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

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

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

.franjanegra h2 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}
.contenedor_redes {
  width: 100%;
  max-width: 750px;
  overflow: hidden;
  display: table;
  margin: auto;
  height: 5vh;
  padding: 10px;
}

.contenedor_redes a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin: 0px 3.5%;
}
.row_d_contenedor_redes {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.redes_sociales{display: flex;justify-content: space-between;float: right;width: 180px;gap: 8px;}


.redes_sociales a{font-size: 10px;font-family: 'icons';font-weight: initial!important;

    color: #000;

    text-decoration: none;

    border-radius: 50%;

    background: #FFFFFF!important;

    padding: 7px 7px;}

.footer2 {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
.row_footer2 {
  width: 100%;
  max-width: 540px;
  display: flex;
  justify-content: space-between;
}

.content_plataforma {
  color: #ffff;

  text-align: center;

  gap: 20px;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 10px 10px 15px 10px;
}

.content_plataforma a {
  color: #fff;
}

/***popup****/

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

.contenedor_popup {
  transition-duration: 0.5s;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px 20px;
  z-index: -1;
  background: url("/img/fondo_popup.jpg") no-repeat;
  width: 95%;
  background-size: cover;
  max-width: 750px;
  opacity: 0;
}

.conte_detalle_popup figure,
.conte_detalle_popup .texto_poup {
  display: table-cell;
  vertical-align: middle;
}

.conte_detalle_popup figure {
  width: 480px;
}

.conte_detalle_popup .texto_poup {
  overflow: hidden;
  padding-left: 20px;
}

.conte_detalle_popup .texto_poup p {
  line-height: 1.4;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  float: right;
  text-align: right;
}

#titulo_segundo,
#titulo_princi {
  font-weight: 500;
  color: #fff;
  text-align: right;
}

#titulo_segundo {
  font-size: 30px;
}

#titulo_princi {
  font-size: 45px;
}

.subrayao_popup {
  width: 74px;
  height: 7px;
  background: #b6cb08;
  float: right;
  margin: 20px 0px;
}

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

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

#wasap2_policial {
  margin: auto;
  display: table;
  background: #135a56;
  padding: 8px 15px;
  border-radius: 15px;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
}

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

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

#promocion {
  background: #ededed;
  width: 100%;
  padding: 25px 0px;
}

.img_promo {
  display: table;

  vertical-align: middle;

  width: 100%;

  margin: auto;

  padding: 0px 1.5%;

  max-width: 750px;
}

/****certificados********/

#certificados_excel {
  background: #fff;
  padding: 40px 0px;
}

.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: #3c3c3b;

  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;
}

#politica2_popup {
  color: #fff;

  display: table;

  margin: 10px auto;

  font-weight: 700;
}
#politica2_popup:hover {
  text-decoration: underline;
}

.content_img_pagos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.img_rec {
  width: 80px;
}

.img_cua {
  width: 65px;
}

.img_nacion {
  width: 180px;
}

/*****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 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;
}

#formulario_inscripcion2 select {
  font-size: 15px;
}

/***************** SLICK **********************/
.slick-prev,
.slick-next {
  background: #4c4c4c;
  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-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: orange;
}
.footer_link a {
  text-decoration: none;
  color: white;
  font-size: 17px;
  font-weight: 500;
}
.espacio_link {
  margin-bottom: 0px;
}

/* NUEVO */
.footer_link {justify-content: center; margin-top:10px!important;}
.footer_celu { justify-content: center; text-align: center!important; padding-left: 0px;}
.footer_celu a{color: #fff!important; text-decoration: none;padding-left:0px; margin-left:20px;}
.no_left_pad{ padding-left: 0px!important; width: max-content;}
.footer_link a{color: #fff!important; text-decoration: none; }
