.checkout_planes {
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 65px;
  background: #f8f8f8;
}
.checkout_planesContent {
  display: flex;
  gap: 30px;
}
.planesDetalle_infoSeccion_1 {
  display: flex;
  flex-direction: column;
  padding: 32px;
  background-color: white;
  border-radius: 8px 8px 60px 8px;
  box-shadow: 0px 1px 3px 0px #0000001f, 0px 2px 2px 0px #0000001f, 0px 0px 2px 0px #00000024;
  background-image: url(../../img/planes/detalle/bg-antel.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  align-items: center;
  width: 359px;
  min-width: 359px;
  height: 100%;
}
.planesDetalle_horizontal {
  width: 100%;
  margin: 16px 0px;
}
.planesDetalle_title {
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
  color: var(--primary);
  text-align: center;
}
.planesDetalle_title-precio {
  margin: 0 8px 0 4px;
}
.planesDetalle_simbolPrecio {
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}
.planesCheckout_sinCosto {
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
}
.planesDetalle_precio {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  color: var(--primary);
}
.planesDetalle_beneficios {
  display: grid;
  grid-template-rows: repeat(3, max-content);
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  padding: 0 16px;
  align-items: center;
  color: var(--primary);
  font-weight: 400;
  line-height: 19px;
  column-gap: 10px;
  row-gap: 17px;
}
.planesDetalle_beneficios h5 {
  grid-column: 1 / -1;
  font-size: 20px;
  font-weight: 500;
}
.planesDetalle_beneficios_img {
  grid-column: 1 / -1;
  width: 100%;
  border-radius: 8px;
}
.planesDetalle_beneficios_detalle {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 8px;
}
.planesDetalle_beneficios_detalle i {
  font-size: 39px;
}
.planesDetalle_beneficios_detalle img {
  width: 39px;
}
.planesDetalle_otroPlan {
  align-self: self-start;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
  gap: 2px;
}
.planesDetalle_otroPlan i {
  transform: rotate(180deg);
  font-weight: 700;
}
.checkout_planes_infoSeccion_2 {
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0px 1px 3px 0px #0000001f, 0px 2px 2px 0px #0000001f, 0px 0px 2px 0px #00000024;
  background: var(--white);
  width: 100%;
  display: flex;
  flex-direction: column;
}
.datos_checkout_breadcurm {
  display: flex;
  align-items: center;
  gap: 9px;
}
.datos_checkout_breadcurmGrup,
.datos_checkout_breadcurmInfo {
  display: flex;
  align-items: center;
  gap: 9px;
}
.datos_checkout_breadcurmGrup.cheked .datos_checkout_breadcurmNumber {
  border: 0.5px solid #006ac8;
  background-color: var(--white);
}
.datos_checkout_breadcurmNumber {
  border-radius: 50%;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #686868;
  background: #f8f8f8;
}
.datos_checkout_breadcurmGrup.cheked .datos_checkout_breadcurmNumber span {
  display: none;
}
.datos_checkout_breadcurmGrup .datos_checkout_breadcurmNumber i {
  display: none;
}
.datos_checkout_breadcurmGrup.cheked .datos_checkout_breadcurmNumber i {
  font-size: 10px;
  color: #006ac8;
  display: inline-block;
}
.datos_checkout_breadcurmGrup.cheked h5 {
  color: #006ac8;
}
.datos_checkout_breadcurmGrup h5 {
  font-size: 15px;
  font-weight: 300;
  line-height: 17px;
  color: #828282;
  white-space: nowrap;
}
.datos_checkout_breadcurmGrup::after {
  content: "";
  width: 16px;
  height: 1px;
  background: #d5d5d5;
}
.datos_checkout_breadcurmGrup:last-child::after {
  display: none;
}
.datos_checkout_breadcurmGrup.active .datos_checkout_breadcurmNumber {
  background: #017bda;
  color: var(--white);
  border: none;
}
.datos_checkout_breadcurmGrup.active h5 {
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  color: #006ac8;
}
.icon_error {
  display: none;
  position: absolute;
  right: 6px;
  top: 30px;
  color: #c82741;
}
.text_error {
  display: none;
  color: #c82741;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
label.error .datos_checkout_select,
label.error input {
  border: 1px solid #c82741;
  background-position: 91% center;
}
label.error .text_error,
label.error .icon_error {
  display: inline;
}
.datos_checkout_title {
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  color: var(--primary);
  margin-top: 20px;
}
.datos_checkout_subTitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  color: var(--primary);
}
.datos_checkout_semilineHorizontal {
  margin-top: 8px;
  margin-bottom: 24px;
  background: #2a407e;
  width: 57px;
  height: 2px;
}
.datos_checkout_labelRadio {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1.3px solid #dddddd;
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}
.datos_checkout_labelRadio.active {
  background: linear-gradient(0deg, #f7f7f7, #f7f7f7);
  border-color: #0060e0;
}
.datos_checkout_labelRadio input {
  cursor: pointer;
}
.datos_checkout_control {
  margin-top: auto;
}
.datos_checkout_lineHorizontal {
  margin-top: 33px;
  margin-bottom: 29px;
}
.datos_checkout_form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 8px;
}
.datos_checkout_inputText {
  height: 44px;
  border-radius: 8px;
  border: 1px solid #cccccc;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  padding: 2px 6px;
  color: var(--gray);
}
.datos_checkout_textArea {
  border-radius: 8px;
  border: 1px solid #cccccc;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  padding: 2px 6px;
  color: var(--gray);
}
.datos_checkout_inputText::placeholder,
.datos_checkout_textArea::placeholder {
  color: #b0b0b0;
}
.datos_checkout_paginacion {
  display: flex;
  justify-content: space-between;
}
.datos_checkout_volver {
  width: 205px;
  border: 2px solid var(--secondary);
  color: var(--secondary);
  padding: 12px 38px;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.datos_checkout_volver:hover {
  color: var(--white);
  background: #006cd8;
}
.datos_checkout_continuar {
  border-radius: 8px;
  width: 205px;
  padding: 12px 38px;
  background: var(--secondary);
  border: 2px solid transparent;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.datos_checkout_continuar:hover {
  color: var(--white);
  background-color: #006cd8;
  border: 1px solid #006cd8;
}
.datos_checkout_continuar.disabled {
  opacity: 0.6;
}
.checkout_info {
  display: flex;
  flex-direction: column;
  margin-top: 4px;
}
.checkout_info p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: var(--gray);
  margin-top: 12px;
}
.checkout_TuID_grup {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
.checkout_TuID_grup a {
  display: flex;
  gap: 6px;
  padding: 12px 22px;
  border-radius: 8px;
  width: 207px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  background: var(--secondary);
  color: var(--white);
}
.checkout_TuID_grup a:hover {
  color: var(--white);
  background: #006cd8;
}
.checkout_TuID_grup .checkout_TuID_br {
  background: var(--white);
  color: var(--secondary);
  border: 1px solid var(--secondary);
  font-weight: 500;
}
.checkout_TuID_grup a i {
  font-size: 20px;
}
.checkout_TuID img {
  margin-top: 65px;
  align-self: flex-start;
}
.checkout_telefonofijo h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: var(--primary);
  margin-top: 16px;
}
.checkout_planes_container_infoSeccion_2 {
  display: flex;
  width: 100%;
}
.checkout_planes_infoSeccion_2 .box-container {
  margin: auto;
}
.checkout_telefonofijo a {
  display: flex;
  gap: 4px;
  margin-top: 27px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: var(--secondary);
}
.checkout_telefonofijo a:hover {
  color: #006cd8;
}
.checkout_verifica_datos {
  display: grid;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #d5d5d5;
  margin-top: 16px;
  width: 628px;
  grid-template-columns: 1fr 1fr 140px;
  row-gap: 24px;
}
.checkout_verifica_datos div {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 2px;
}
.checkout_verifica_datos > *:not(:nth-child(3n + 1)) {
  align-items: center;
}
.checkout_verifica_datos small {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #686868;
}
.checkout_verifica_datos h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: var(--gray);
}
.checkout_verifica_datos > *:not(:nth-child(3n + 1)) h6 {
  text-align: center;
}
.checkout_verifica h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #18265a;
  margin-top: 16px;
}

.checkout_verifica h5 a {
  font-weight: 400;
  color: var(--secondary);
  text-decoration: underline;
}
.checkout_verifica label {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  margin-top: 16px;
  color: var(--gray);
  cursor: pointer;
}
.checkout_verifica label:hover {
  font-weight: 400;
}
.checkout_verifica label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.datos_checkout_select {
  font-family: var(--roboto-condensed);
  appearance: none;
  background: url(../../img/catalogo/arrow-down.svg) no-repeat;
  background-position: 94% center;
  padding: 12px 16px;
  border: 1px solid #b0b0b0;
  border-radius: 8px;
  cursor: pointer;
  height: 44px;
  width: 100%;
  color: #686868;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.datos_checkout_select option {
  background: #ffffff;
  border: 1px solid #d5d5d5;
  color: #686868;
  font-family: var(--roboto-condensed);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.datos_checkout_direccion {
  margin-top: 8px;
}
.datos_checkout_direccion div {
  display: flex;
  margin-top: 16px;
  gap: 30px;
}
.datos_checkout_direccion .autocomplete-items,
.datos_checkout_direccion .autocomplete-items div {
  display: block;
  margin: 0;
}
.datos_checkout_direccion label {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  line-height: 19px;
  color: var(--primary);
  gap: 4px;
  margin-bottom: 0;
  position: relative;
}
.datos_checkout_direccion .direccion_column1 label {
  flex: 1;
}
.datos_checkout_direccion .direccion_column2 label {
  flex-basis: 25%;
}
.datos_checkout_direccion .direccion_column2 label:first-child {
  flex-basis: 55%;
}
.datos_checkout_direccion input {
  width: 100%;
}
.datos_checkout_direccion .direccion_column3 {
  transition: all 0.5s ease-in;
}
.datos_checkout_direccion .direccion_column3 label {
  flex-basis: 17%;
}
.datos_checkout_direccion .direccion_column3 label:first-child {
  flex-basis: 40%;
}
.checkout_direccion .modal_datos_direccion div {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: var(--gray);
}
.checkout_direccion p a {
  text-decoration: underline;
  color: var(--secondary);
}
.checkout_direccion p a:hover {
  color: #006cd8;
}
.checkout_direccion small {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: var(--gray);
  display: block;
  margin-top: 24px;
}
.checkout_addInfo {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: var(--primary);
  margin-top: 24px;
  cursor: pointer;
  width: max-content;
}
.checkout_addInfo i {
  rotate: 90deg;
  font-weight: 700;
  display: inline-block;
}
.checkout_addInfo[aria-expanded="true"] i {
  rotate: 270deg;
}
.modal_checkout_direccion .popover-body {
  padding: 0;
  color: var(--gray);
  text-align: center;
}
.modal_checkout_direccion .modal_body .datos_checkout_inputText {
  width: 50%;
}
.modal_checkout_direccion .modal_body .datos_checkout_inputText::placeholder {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #b0b0b0;
}
.modal_checkout_direccion .datos_checkout_direccion {
  margin-bottom: 24px;
}
.modal_checkout_ingresados {
  display: flex;
  align-items: center;
  background: #f8f8f8;
  gap: 8px;
  padding: 16px;
  border-radius: 8px;
}
.modal_checkout_ingresados i {
  font-size: 27px;
}
.modal_checkout_ingresados h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: var(--primary);
  white-space: nowrap;
}
.modal_checkout_ingresados p {
  font-weight: 300;
  line-height: 24px;
  margin-top: 0;
}
.modal_confirmar_direccion h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  color: var(--primary);
  text-align: center;
  margin-top: 24px;
}
.modal_datos_direccion {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: var(--gray);
}
.modal_paginacion {
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
}
.modal_paginacion a {
  width: 206px;
  height: 44px;
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
  border-radius: 8px;
  border: 1px solid var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal_paginacion .modal_direccion_continuar {
  background: var(--secondary);
  color: var(--white);
}
.checkout_mensaje_info {
  display: flex;
  background: #f8f8f8;
  padding: 16px;
  gap: 8px;
  border-radius: 8px;
}
.checkout_mensaje_info i {
  font-size: 27px;
}
.checkout_mensaje_info h5 {
  margin-top: 0px;
  font-weight: 500;
  color: var(--primary);
}
.checkout_mensaje_info p {
  margin-top: 2px;
  line-height: 24px;
}
.checkout_mensaje_info p a {
  display: inline;
  text-decoration: underline;
  font-size: 16px;
  line-height: 16px;
}
.checkout_planes_confirmacion {
  padding: 24px 32px;
  border-radius: 8px;
  box-shadow: 0px 1px 3px 0px #0000001f, 0px 2px 2px 0px #0000001f, 0px 0px 2px 0px #00000024;
  display: flex;
  background: var(--white);
  flex-direction: column;
  align-items: center;
  width: 698px;
}
.checkout_planes_confirmacion p,
.checkout_planes_confirmacion p a {
  font-size: 20px;
  font-weight: 300;
  line-height: 23px;
  text-align: center;
  margin-top: 8px;
}
.checkout_confirmacion_transaccion {
  display: flex;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  border-radius: 4px;
  background: #e3f3fe;
  padding: 16px;
  margin-top: 24px;
  margin-bottom: 16px;
  color: #2a407e;
}
.checkout_confirmacion_transaccion strong {
  color: var(--gray);
  font-weight: 700;
}
.checkout_planes_confirmacionCard {
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  overflow: hidden;
}
.checkout_confirmacion_datos {
  margin-top: 0;
  border: none;
  column-gap: 16px;
  row-gap: 8px;
  padding: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}

.checkout_planes_confirmacionCard h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  background: #f8f8f8;
  padding: 8px 24px;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #d5d5d5;
  color: var(--primary);
  text-align: center;
}
.checkout_planes_confirmacionCard h5:first-child {
  border-top: none;
}
.checkout_planes_miAntel {
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #d5d5d5;
  padding-right: 24px;
  background-color: #f8f8f8;
  overflow: hidden;
  margin-top: 24px;
  gap: 24px;
}
.checkout_planes_miAntel p {
  margin-top: 0;
  text-align: left;
  font-size: 16px;
  color: #373737;
}
.checkout_planes_miAntel p a {
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  line-height: 21px;
}
.checkout_confirmacion_volver {
  height: 55px;
  padding: 10px 22px;
  border-radius: 8px;
  background: var(--secondary);
  color: var(--white);
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  margin-top: 24px;
}
.checkout_confirmacion_volver:hover {
  color: var(--white);
  background-color: #006cd8;
}
.checkout_cambioPlan .datos_checkout_parrafo {
  margin-top: 0;
}
.checkout_cambioPlan .datos_checkout_parrafo.bold {
  font-weight: 500;
}
.checkout_cambioPlan_grup {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
}
.checkout_cambioPlan_grup .datos_checkout_parrafo {
  font-size: 14px;
  line-height: 16px;
}
.checkout_cambioPlan_grup .datos_checkout_parrafo.bold {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}
.modal_checkout_infoCambioPlan h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  color: var(--primary);
  margin-top: 24px;
}
.modal_checkout_infoCambioPlan h4:first-child {
  margin-top: 0px;
}
.modal_checkout_infoCambioPlan .infoCambioPlan_beneficios i {
  font-size: 39px;
  align-self: center;
}
.modal_checkout_infoCambioPlan .infoCambioPlan_beneficios {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
.modal_checkout_infoCambioPlan .infoCambioPlan_beneficios_info {
  display: flex;
  gap: 8px;
  align-items: center;
}
.modal_checkout_infoCambioPlan .datos_checkout_parrafo,
.modal_checkout_infoCambioPlan p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: var(--gray);
}
.modal_checkout_infoCambioPlan .datos_checkout_parrafo.bold,
.modal_checkout_infoCambioPlan p.bold {
  font-weight: 500;
}
.modal_checkout_infoCambioPlan .infoCambioPlan_descripcion {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  gap: 16px;
}
.modal_checkout_infoCambioPlan .infoCambioPlan_descripcion p span {
  font-weight: 300;
}
.modal_checkout_infoCambioPlan .infoCambioPlan_descripcion ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.modal_checkout_infoCambioPlan .infoCambioPlan_descripcion ul li {
  display: flex;
  gap: 4px;
}
.modal_checkout_infoCambioPlan .infoCambioPlan_descripcion ul li::before {
  content: "\e9a7";
  font-family: "ico-antel" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 18px;
  color: var(--primary);
}
.modal_checkout_infoCambioPlan .icon-next-3 {
  font-size: 18px;
  color: var(--primary);
}
.checkout_cambioPlan_confirmar {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 628px;
  margin-top: 16px;
}
.cambioPlan_confirmarCard {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  row-gap: 16px;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  padding: 24px;
}
.cambioPlan_confirmarCard_info {
  text-align: center;
}
.cambioPlan_confirmarCard_info small {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #686868;
}
.cambioPlan_confirmarCard_info p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-top: 4px;
}
.blueCirculo {
  border-radius: 50%;
  background: #e2f2ff;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blueCirculo .icon-circle-next {
  font-size: 33px;
  color: var(--primary);
}
.checkout_cambiarPlan {
  margin-top: 0px;
}
.checkout_cambiarPlan_top {
  max-width: 850px;
  border-radius: 8px;
  background: #f8f8f8;
  margin: 32px auto;
  text-align: center;
  padding: 24px 24px 0 24px;
}
.checkout_cambiarPlan .planes__titulo {
  text-align: center;
}
.checkout_cambiarPlan_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 20px;
  font-weight: 300;
  line-height: 23px;
  color: var(--gray);
  padding-bottom: 24px;
}

.checkout_cambiarPlan_link:hover {
  color: var(--gray);
}
.checkout_cambiarPlan_link strong {
  font-size: 20px;
  line-height: 23px;
  color: #233671;
}
.checkout_cambiarPlan_link i {
  transform: rotate(90deg);
}
.checkout_cambiarPlan_link[aria-expanded="true"] i {
  transform: rotate(270deg);
}
.checkout_plan_actual {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 24px;
  row-gap: 24px;
  column-gap: 32px;
}
.checkout_plan_actualLink {
  grid-column: 1 / -1;
  color: #0085ff;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}
.checkout_plan_actualLink:hover {
  color: #0085ff;
  text-decoration: underline;
}
.checkout_plan_actualInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #182858;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  position: relative;
}
.checkout_plan_actual .checkout_plan_actualInfo::after {
  content: "";
  border: 1px solid #d5d5d5;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -16px;
}
.checkout_plan_actual .checkout_plan_actualInfo:nth-child(3n)::after {
  display: none;
}
.checkout_plan_actual .checkout_plan_actualInfo:last-of-type::after {
  display: none;
}
.checkout_plan_actualInfo i {
  font-size: 32px;
}
.verticalLine {
  width: 1px;
  background: #d5d5d5;
}
.modal_checkout_ingresados.confirmar_renovacion {
  margin-bottom: 24px;
  gap: 12px;
}
.modal_checkout_ingresados.confirmar_renovacion .icon-info {
  align-self: flex-start;
  color: var(--primary);
  font-size: 22px;
}
.modal_checkout_ingresados.confirmar_renovacion .icon-icon-close-a {
  font-size: 17px;
  color: #c82741;
}
.modal_checkout_ingresados.confirmar_renovacion p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.pnlConfirmar {
  font-size: 16px;
  font-weight: 300;
  line-height: 18.75px;
  color: #373737;
}
.modal-beneficio-lg {
  max-width: 560px;
}

@media (max-width: 1200px) {
  .checkout_planesContent {
    flex-direction: column;
  }
  .checkout_planes_infoSeccion_2 {
    order: -1;
  }
  .checkout_planes_infoSeccion_1 {
    order: 1;
  }
}
@media (max-width: 900px) {
  .datos_checkout_breadcurm {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .datos_checkout_breadcurmGrup {
    align-items: flex-start;
  }
  .datos_checkout_breadcurmGrup::after {
    margin-top: 12px;
  }
  .datos_checkout_breadcurmInfo {
    flex-direction: column;
  }
  .checkout_TuID_grup {
    flex-direction: row;
  }
  .datos_checkout_title {
    font-size: 24px;
    line-height: 24px;
  }
  .checkout_planes_confirmacion .datos_checkout_title {
    font-size: 26px;
    font-weight: 400;
  }
}

@media (max-width: 767px) {
  .planesDetalle_infoSeccion_1 {
    display: none;
  }
  .checkout_planes {
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 65px;
    background: var(--white);
  }
  .datos_checkout_breadcurm {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .datos_checkout_breadcurmInfo {
    width: 60px;
    gap: 4px;
  }
  .datos_checkout_breadcurmGrup h5 {
    white-space: normal;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
  }
  .datos_checkout_breadcurmGrup.active h5 {
    font-size: 14px;
    line-height: 14px;
  }
  .datos_checkout_semilineHorizontal {
    margin-bottom: 24px;
  }
  .checkout_planes_infoSeccion_2 {
    box-shadow: none;
    padding: 0;
  }
  .checkout_TuID img {
    margin-top: 40px;
  }
  .checkout_TuID_grup a {
    padding: 12px;
    font-weight: 500;
  }
  .datos_checkout_volver,
  .datos_checkout_continuar {
    padding: 12px;
    font-size: 16px;
    line-height: 15px;
    width: 142px;
  }
  .datos_checkout_form {
    grid-template-columns: 1fr;
  }
  .checkout_mensaje_info h5 {
    margin-top: 0;
    font-weight: 500;
  }
  .checkout_mensaje_info {
    padding: 8px;
    margin-top: 8px;
  }
  .checkout_mensaje_info p {
    margin-top: 2px;
    line-height: 24px;
  }
  .checkout_verifica_datos {
    width: 100%;
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 8px;
  }
  .checkout_verifica_datos div {
    align-items: center;
    text-align: center;
  }
  .datos_checkout_direccion div {
    flex-direction: column;
    margin-top: 16px;
    gap: 16px;
  }
  .modal_header {
    padding: 16px;
  }
  .modal_body {
    padding: 8px 16px 16px 16px;
  }
  .modal_checkout_ingresados h6 {
    white-space: normal;
  }
  .modal_checkout_ingresados i {
    align-self: flex-start;
  }
  .modal_header h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .modal_paginacion a {
    width: 153px;
  }
  .modal_checkout_direccion .modal_body .datos_checkout_inputText,
  .checkout_planes_confirmacionCard {
    width: 100%;
  }
  .checkout_planes_confirmacion {
    width: 100%;
    box-shadow: none;
    padding: 16px;
  }
  .checkout_confirmacion_transaccion {
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
    width: 100%;
  }
  .checkout_planes_miAntel {
    padding-right: 10px;
    gap: 10px;
  }
  .checkout_planes_miAntel {
    padding-right: 10px;
    gap: 10px;
  }
  .checkout_confirmacion_volver {
    width: 100%;
    padding: 16px;
    justify-content: center;
    height: 44px;
  }
  .checkout_planes_confirmacion p {
    font-size: 18px;
    line-height: 27px;
    display: flex;
    flex-direction: column;
  }
  .checkout_planes_miAntel img {
    width: 112px;
    height: 97px;
  }
  .checkout_planes_miAntel picture img {
    height: auto;
  }
  .checkout_planes_miAntel p {
    margin: 10px 0px;
    display: block;
    font-size: 15px;
    line-height: 1.1;
  }
  .modal_checkout_direccion .datos_checkout_direccion {
    margin-bottom: 16px;
  }
  .checkout_cambioPlan_grup {
    grid-template-columns: 1fr;
  }
  .cambioPlan_confirmarCard {
    grid-template-columns: 1fr;
  }
  .blueCirculo .icon-circle-next {
    transform: rotate(90deg);
  }
  .checkout_cambiarPlan_link {
    flex-direction: column;
  }
  .checkout_plan_actual {
    grid-template-columns: 1fr;
    justify-items: flex-start;
  }
  .checkout_plan_actual .checkout_plan_actualInfo::after {
    display: none;
  }
  .checkout_plan_actualLink {
    justify-self: center;
  }
}
