.header_fluid {
  background: #006ac8;
  color: var(--white);
}
.header_checkout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 73px;
}
.header_checkout_info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header_checkout_user {
  display: grid;
  grid-template: repeat(2, max-content) / repeat(5, max-content);
  column-gap: 8px;
  row-gap: 2px;
  align-self: flex-end;
}
.header_checkout_userImg {
  grid-row: 1 / -1;
}
.checkout_verticalLine {
  width: 1px;
  height: 15px;
  background-color: var(--white);
}
.verticalLine23 {
  height: 23px;
  align-self: end;
  margin-bottom: 7px;
}
.header_checkout_userLink {
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  display: flex;
  gap: 4px;
}
.header_checkout_userLink i {
  font-size: 13px;
}
.header_checkout_userLink:hover {
  color: var(--white);
}
.header_checkout_userLink-cambiar {
  text-decoration: underline;
  font-weight: 400;
}
.header_checkout_userLink-cambiar:hover {
  text-decoration: underline;
}
.header_checkout_userName {
  grid-column: 2 / -1;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
.checkoutIcon-help2 {
  color: var(--white);
}
.checkoutIcon-help2:hover {
  color: var(--white);
}
.icon-help2 {
  font-size: 26px;
}
footer {
  padding-top: 21px;
}
.footer_fluid {
  position: relative;
  background-color: var(--primary);
  color: var(--white);
  font-weight: 400;
  line-height: 18px;
  font-size: 14px;
}
.footer_info {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 21px;
}
.footer_logo {
  display: flex;
  gap: 11px;
  align-items: center;
}
.shield {
  font-size: 23px;
  margin-left: 23px;
}
.footer_atencion {
  justify-content: space-around;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  gap: 8px;
}
.footer_atencion .footer_link {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer_link {
  color: var(--white);
  text-decoration: none;
}
.footer_link:hover {
  color: var(--white);
  text-decoration: underline;
}
.footer_pagos {
  background-color: var(--bg-primary);
  text-align: center;
}
.footer_metodos {
  padding-top: 7px;
  padding-bottom: 3px;
}
.footer_pagosCollapse {
  cursor: pointer;
  display: block;
}
.footer_pagosCollapse[aria-expanded="true"] i {
  rotate: 180deg;
}
.footer_metodos_titulo {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #f8f8f8;
}
.footer_metodos .icon-icon-left {
  display: inline-block;
  padding: 4px 0px;
  transform: rotate(270deg);
}
.footer_pagos_cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 10px auto 14px auto;
}
.footer_link-financiacion {
  margin-bottom: 4px;
  display: inline-block;
  font-size: 14px;
}
.modal_footer_header {
  display: flex;
  color: #233671;
  justify-content: space-between;
  align-items: center;
  padding: 22px 32px 14px 32px;
}
.modal_footer_header h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 33px;
}
.modal_footer_header i {
  cursor: pointer;
  color: #686868;
  font-size: 18px;
}
.modal_footer_body {
  color: var(--gray);
  padding: 0 32px 31px 32px;
  text-align: left;
}
.modal_footer_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  color: #233671;
  margin: 31px 0 24px 0;
}

.modal_footer_grupo {
  display: flex;
  flex-wrap: wrap;
  column-gap: 48px;
  row-gap: 20px;
}
.modal_footer_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 18%;
  text-align: center;
}
.modal_footer_subTitle {
  margin-top: 16px;
  margin-bottom: 4px;
  font-weight: 700;
  line-height: 19px;
}
.modal_footer_card p {
  font-weight: 300;
  line-height: 19px;
  text-align: center;
}
.footer_horizontalLine {
  display: none;
}
.checkout_resumenCompra-show {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border-radius: 12px 12px 0px 0px;
  background-color: #f8f8f8;
  box-shadow: 0px -7px 9px 0px #00000026;
  display: flex;
  justify-content: center;
}
.checkout_resumenCompra_cards {
  height: 0;
  transition: height 0.5s ease-in-out;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-height: 40vh;
  overflow: hidden;
  column-gap: 20px;
}
.checkout_resumen_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
  display: none;
  z-index: 10;
}
.checkout_resumenSeccion {
  display: none;
}
.checkout_resumenCompra-show .close_checkoutModal {
  color: #dadada;
  position: absolute;
  top: -22px;
  width: 44px;
  height: 44px;
  background-color: #006ac8;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  transform: rotate(90deg);
}
.ui-messages {
  display: none;
}

/********** Media Checkout Footer *********/

@media (max-width: 992px) {
  .modal-dialog {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  footer {
    margin-bottom: 60px;
  }
  .footer_info {
    flex-wrap: wrap;
  }
  .footer_logo {
    margin-bottom: 19px;
  }
  .footer_sociales {
    width: 100%;
  }
  .modal_footer_grupo {
    gap: 25px;
  }
  .modal_footer_card {
    flex: 0 0 29%;
  }
  .checkout_resumenSeccion {
    display: initial;
  }
  .checkout_resumenCompra {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--secondary);
    color: var(--white);
    border-radius: 12px 12px 0px 0px;
    box-shadow: 0px -7px 9px 0px #00000026;
    height: 60px;
    z-index: 10;
  }
  .checkout_resumenCompra i {
    color: #dadada;
    position: absolute;
    top: -18px;
    width: 38px;
    height: 44px;
    background: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 500;
    transform: rotate(270deg);
  }
  .checkout_resumenCompra h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color: var(--white);
  }
  .checkout_resumenCompra-show.active ~ .checkout_resumen_modal {
    display: block;
  }
  .checkout_resumenCompra-show.active .close_checkoutModal {
    display: flex;
    z-index: 1;
  }
  .checkout_modal {
    overflow: hidden;
  }
  .checkout_resumenCompra_card {
    display: grid;
    grid-template: repeat(2, max-content) / repeat(3, max-content);
    padding-top: 26px;
    padding-bottom: 26px;
    row-gap: 4px;
  }
  .resumenCompra_card_img {
    grid-row: 1 / -1;
    grid-column: 1 / 2;
    align-self: center;
  }
  .resumenCompra_card_title {
    grid-column: 2 / -1;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    color: var(--primary);
  }
  .resumenCompra_card_info {
    grid-column: 2 / 3;
    padding: 5px 7px 5px 12px;
    background: #f8f8f8;
    border: 0.84px solid #d5d5d5;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    max-width: 254px;
    color: var(--gray);
    border-radius: 3px;
    position: relative;
    margin-right: 8px;
  }
  .checkout_resumenCompra_cards .planesDetalle_otroPlan {
    grid-column: 2 / 3;
    margin-top: 8px;
  }
  .resumenCompra_card_info::before {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    position: absolute;
    background: #fcca1a;
    border-radius: 2.52px 0px 0px 2.52px;
    margin-right: 15px;
  }
  .resumenCompra_card_info span {
    font-family: Roboto Condensed;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
  }
  .resumenCompra_card_precio {
    grid-column: 3 / -1;
    place-self: center;
    text-align: right;
  }
  .resumenCompra_card_precio p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #333333;
    margin-top: 4px;
  }
  .resumenCompra_card_precioTotal {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    color: var(--gray);
  }
  .resumenCompra_card_mensual {
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    color: var(--gray);
  }
}
@media (max-width: 576px) {
  .footer_atencion {
    justify-content: space-evenly;
    font-size: 14px;
  }
  .footer_atencion .footer_link {
    gap: 4px;
    font-size: 13px;
  }
  .footer_metodos {
    padding: 15px 0px;
  }
  .footer_pagosCollapse {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer_pagos_cards {
    justify-content: flex-start;
  }
  .footer_pagos_cards img {
    display: block;
    width: 60px;
    height: 47px;
  }
  .footer_link-financiacion {
    text-decoration: underline;
    font-size: 16px;
  }
  .modal-dialog {
    max-width: initial;
    margin: 10px;
  }
  .modal_footer_header {
    padding: 12px 10px;
  }
  .modal_footer_header h3 {
    font-size: 24px;
  }
  .modal_footer_body {
    padding: 0 10px 18px 10px;
  }
  .modal_footer_title {
    margin: 20px 0;
  }
  .modal_footer_grupo {
    gap: 10px;
  }
  .header_checkout_user,
  .verticalLine23 {
    display: none;
  }
  .footer_horizontalLine {
    display: block;
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 100%;
    margin: 19px 0px;
    border-color: #f0f0f0;
  }
  .footer_sociales {
    margin-top: 16px;
  }
  .checkout_resumenCompra_cards {
    max-height: 75vh;
  }
}
