/*estilos por defecto*/

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  list-style: none;
  text-decoration: none;
  scroll-behavior: smooth;
}

:root {
  --primary-color: #9f2241;
  --secondary-color: #691c32;
  --background-color: #f4f0f0;
  --text-color: #fff;
  --gray-color: #7e7e7e;
  --gray2-color: #5f5f5f;
}

.logo img {
  width: 200px;
  display: flex;
  align-items: center;
}

.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 70px;
  width: 70px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-btn .ri-whatsapp-line {
  font-size: 35px;
}

.whatsapp-btn:hover {
  background-color: #128C7E;
}

.compra-btn {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 20px;
  line-height: 1.25rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  border-radius: 18px;
  border: 1px solid var(--primary-color);
  gap: 0.75rem;
  color: #111;
  box-shadow: rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

/**/

body {
  min-height: 100vh;
}

/*HEADER*/

header {
  position: relative;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  padding: 28px 12%;
  transition: all 0.5s ease;
}

.header-image {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 10px;
  z-index: 1;
}

.navbar {
  display: flex;
}

.navbar a {
  color: var(--gray2-color);
  font-size: 1rem;
  font-weight: 700;
  padding: 5px 0;
  margin: 0px 18px;
  /* margin: 0px 30px; */
  transition: all 0.5s ease;
}

.navbar a:hover {
  color: var(--primary-color);
}

.main{
  align-items: center;
  display: flex;
}

.main .rcg{
  color: #fff;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
}

.main a {
  margin-right: 25px;
  margin-left: 10px;
  color: var(--text-color);
  background-color: var(--primary-color);
  padding: 15px;
  transition: all 0.5s ease;
}

.main a:hover {
  background-color: var(--secondary-color);
}

#menu-icon {
  font-size: 35px;
  color: #000;
  cursor: pointer;
  z-index: 1001;
  display: none;
}

@media (max-width: 1280px) {
  header {
    padding: 14px 2%;
    transition: 0.2s;
  }
  .navbar a {
    padding: 5px 0;
    margin: 0px 20px;
  }
}

@media (max-width: 1090px) {
  #menu-icon {
    display: block;
  }
  .navbar {
    position: absolute;
    top: 100%;
    right: 100%;
    width: 100%;
    max-width: 270px;
    height: 280px;
    background-color: var(--background-color);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 10px;
    transition: all 0.5s ease;
  }
  .navbar a {
    display: block;
    margin: 12px 0;
    padding: 0px 25px;
    transition: all 0.5s ease;
  }
  .navbar a:hover {
    transform: translateY(5px);
  }
  .navbar.open {
    right: 2%;
    width: 100%;
  }
}

/*HEADER*/

/*PORTABILIDAD*/

.portabilidad {
  margin-top: 50px;
  background-color: var(--background-color);
  text-align: center; /* Alinea el contenido al centro */
  padding: 20px; /* Añade un poco de espacio alrededor del contenido */
}

.portabilidad h1 {
  font-size: 25px;
  font-weight: 800;
  margin-top: 20px;
  color: var(--secondary-color);
}

.portabilidad h2 {
  margin-top: 7px;
  font-size: 17px;
  font-weight: 700;
  color: var(--primary-color);
}

.card {
  width: 100%;
  max-width: 600px;
  height: 300px;
  height: fit-content;
  background: rgb(255, 255, 255);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 30px;
  position: relative;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.068);
  margin: 20px auto;
  margin-bottom: 60px;
  border: 2px solid var(--primary-color);
}

.card-content {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.card-heading {
  font-size: 20px;
  font-weight: 700;
  color: rgb(27, 27, 27);
}
.card-description {
  font-weight: 500;
  color: var(--primary-color);
}

.btn {
  display: inline-block;
  padding: 15px 32px;
  font-size: 17px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  background: transparent;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  border: none;
  z-index: 1;
}

.btn {
  overflow: hidden;
}

.btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  transition: left 0.4s ease-in-out;
  z-index: -1;
}

.btn:hover:before {
  left: 0%;
}

.btn:after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  transition: right 0.4s ease-in-out;
  z-index: -1;
}

.btn:hover:after {
  right: 0%;
}

.contenedor {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; /* Esto agregue */
}

.plan-card {
  margin-top: 60px;
  background: #fff;
  width: 15rem;
  height: 100%;
  max-height: 580px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 10px;
  padding-bottom: 20px;
  border-radius: 10px;
  border-bottom: 4px solid var(--primary-color);
  box-shadow: 0 6px 30px rgba(207, 212, 222, 0.3);
  margin: 30px;
}

.plan-card h2 {
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 600;
  color: var(--primary-color);
}

.plan-card h2 span {
  display: block;
  margin-top: -4px;
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 700;
}

.etiquet-price {
  position: relative;
  background: var(--primary-color);
  color: #fff;
  width: 14.46rem;
  margin-left: -0.65rem;
  padding: 0.2rem 1.2rem;
  height: 100%;
  max-height: 320px;
  border-radius: 7px;
}

.etiquet-price p {
  margin: 0;
  padding-top: 0.4rem;
  display: flex;
  font-size: 35px;
  font-weight: 600;
}

.etiquet-price span {
  color: #ccc;
  font-size: 7px;
}

.etiquet-price div {
  position: absolute;
  bottom: -23px;
  right: 0px;
  width: 0;
  height: 0;
  border-top: 13px solid #c58102;
  border-bottom: 10px solid transparent;
  border-right: 13px solid transparent;
  z-index: -6;
}

.benefits-list {
  margin-top: 16px;
}

.benefits-list ul {
  padding: 0;
  font-size: 14px;
}

.benefits-list ul li {
  color: #4d4d4d;
  list-style: none;
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.benefits-list ul li i {
  width: 0.9rem;
  fill: currentColor;
}

.benefits-list ul li span {
  font-weight: 300;
}

#terms-link:hover {
  color: #9f2241; /* Color del texto al hacer hover */
}

.button-get-plan {
  display: flex;
  justify-content: center;
  margin-top: 1.2rem;
}

.button-get-plan a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-color);
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.05rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.button-get-plan a:hover {
  transform: translateY(-3%);
  box-shadow: 0 3px 10px (207, 212, 222, 0.9);
}

.button-get-plan .i {
  margin-right: 10px;
  width: 0.9rem;
  fill: currentColor;
}

.portabilidad .beneficios {
  margin-top: 70px;
  margin-bottom: 65px;
}

.portabilidad .beneficios .recibe {
  color: var(--secondary-color);
  font-size: 31px;
}

.portabilidad .beneficios .span-beneficios {
  color: var(--primary-color);
  margin-bottom: 35px;
}

button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

button.learn-more {
  width: 40rem;
  height: auto;
}

button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: var(--primary-color);
  border-radius: 1.625rem;
}

button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

button.learn-more .circle .icon.arrow {
  transition: all 0.25s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

button:hover .circle {
  width: 100%;
}

button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}

button:hover .button-text {
  color: #fff;
}

.consulta-prsc #bottone1 {
  padding-left: 33px;
  padding-right: 33px;
  padding-bottom: 16px;
  padding-top: 16px;
  border-radius: 18px;
  background: #fff;
  border: none;
  font-family: inherit;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
  color: #fff;
  border: 2px solid var(--primary-color);
}

.proceso-btn p {
  color: #fff;
}

.proceso-btn {
  margin: 0 auto;
  background-color: var(--primary-color);
  color: #fff;
  --arrow-width: 10px;
  --arrow-stroke: 2px;
  box-sizing: border-box;
  border: 0;
  border-radius: 20px;
  color: var(--secondary-color);
  padding: 1em 1.8em;
  background: var(--primary-color);
  display: flex;
  transition: 0.2s;
  align-items: center;
  gap: 0.6em;
  font-weight: bold;
}

.proceso-btn .arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ri-arrow-right-line {
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  margin-top: 1px;
  width: var(--arrow-width);
  height: var(--arrow-stroke);
  position: relative;
  transition: 0.2s;
}

.proceso-btn :hover {
  background-color: var(--hover-color);
}

@media screen and (max-width: 768px) {
  .consulta-prsc .learn-more {
    width: 100%; /* Ocupa todo el ancho disponible */
    overflow: hidden; /* Añade overflow para evitar problemas de hover */
  }

  .consulta-prsc .circle .icon.arrow {
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
    transition: none; /* Desactiva la transición en dispositivos pequeños */
  }

  .consulta-prsc .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
    transition: none; /* Desactiva la transición en dispositivos pequeños */
  }

  .consulta-prsc .button-text {
    color: #282936;
    font-weight: 700;
    transition: none; /* Desactiva la transición en dispositivos pequeños */
  }

  /* Ajustes para las tarjetas en columna */
  .contenedor {
    flex-direction: column; /* Cambia a dirección de columna para dispositivos pequeños */
    align-items: center; /* Centra las tarjetas */
  }
}

/*PORTABILIDAD*/

/*SECCION PAQUETES */

.content{
  max-width: 1090px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
 .content .cart{
  margin-top: 45px;
  background: #fff;
  width: calc(33% - 20px);
  text-align: center;
  padding: 12px 25px  30px 30px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.content .cart .top{
  height: 130px;
  color: #fff;
  padding: 12px 0 0 0 ;
  clip-path: polygon(0 0, 100% 0, 100% 53%, 49% 100%, 0 53%);
}
.content .cart .top .title{
 font-size: 27px;
 font-weight: 600;
}
.content .cart .top .price-sec{
  font-weight: 600;
}
.content .cart .top .price{
  font-size: 30px;
}
.content .cart .info{
  font-size: 16px;
  margin-top: 20px;
}
.content .cart .details .one{
  margin-top: 25px;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.content .cart .details .one::before{
  position: absolute;
  content: "";
  width: 100%;
  background: #ddd;
  height: 1px;
  left: 0;
  top: -12px;
  border-radius: 25px;
}

.content .cart .details .ri-check-line{
  color: rgb(40, 184, 40);
  font-size: 18px;
}

.content .cart .details .ri-snapchat-fill{
  color: #fff;
  border-radius:50% ;
  padding: 1px;
  background-color: yellow;
  margin-right: 3px;
  font-size: 15px;
}

.content .cart .details .ri-twitter-fill{
  color: #fff;
  border-radius:50% ;
  padding: 1px;
  background-color: rgb(0, 174, 255);
  font-size: 15px;
  margin-right: 3px;
}

.content .cart .details .ri-whatsapp-line{
  color: #fff;
  border-radius:50% ;
  padding: 1.5px;
  background-color: rgb(40, 184, 40);
  font-size: 15px;
  margin-right: 3px;
}

.content .cart .details .ri-instagram-line{
  color: #fff;
  border-radius:50% ;
  margin-right: 3px;
  padding: 1.5px;
  background-color: #C13584;
  font-size: 15px;
}

.content .cart .details .ri-facebook-fill{
  background-color: #4267B2;
  color: #fff;
  border-radius: 50%;
  margin-right: 3px;
  font-size: 15px;
  padding: 1.5px;
}

.content .cart .details .ri-messenger-fill{
  background-color: #8cb0fa;
  color: #fff;
  border-radius: 50%;
  margin-right: 3px;
  font-size: 15px;
  padding: 1.5px;
}

.content .cart .details .ri-telegram-fill{
  background-color: #4c83ef;
  color: #fff;
  border-radius: 50%;
  margin-right: 3px;
  font-size: 15px;
  padding: 1.5px;
}

.content .cart button{
  outline: none;
  border: none;
  height: 42px;
  color: #fff;
  margin-top: 30px;
  border-radius: 3px;
  font-size: 18px;
  width: 100%;
  display: block;
  transition: all 0.3s ease;
  cursor: pointer;
  letter-spacing: 1px;
}
.content .one .top,
.content .one button{
  background: var(--primary-color);
}
.content .two .top,
.content .two button{
  background: var(--secondary-color);
}
.content .three .top,
.content .three button{
  background: var(--primary-color);
}
.content button:hover {
  filter: brightness(90%);
}

@media (max-width:1000px) {
   .content .cart{
    background: #fff;
    width: calc(50% - 20px);
    margin-bottom: 30px;
}
}
@media (max-width:715px) {
 .content .cart{
    width: 100%;
}
}


/*FINAL PAQUETES*/

/*SECCION COMPATIBLIDAD*/

.compatibilidad {
  background-color: var(--background-color);
}

.contenido {
  display: flex;
  flex-direction: column;
  margin: 20px;
}

.compatibilidad h1 {
  justify-content: center;
  color: var(--primary-color);
  font-size: 45px;
  font-weight: 800;
  margin-top: 40px;
  margin-bottom: 10px;
}

.compatibilidad p {
  font-size: 20px;
  font-weight: 600;
  color: #7e7e7e;
  margin-bottom: 15px;
}

.compatibilidad h2 {
  font-size: 25px;
  font-weight: 700;
  color: #7e7e7e;
  margin-top: 15px;
  margin-bottom: 40px;
}

.img-qr {
  margin: 20px auto;
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .contenido {
    flex-direction: row; /* Cambiado a fila en pantallas más grandes */
    justify-content: space-between;
    margin-left: 220px;
    margin-top: 65px;
  }
}

/*FINAL COMPATIBLIDAD*/

/*SECCION PUNTOS DE VENTA*/

.tarjeta {
  width: 100%;
  max-width: 250px;
  height: 250px;
  border-width: 1px;
  border-color: var(--primary-color);
  border-radius: 1rem;
  background-color:var(--background-color);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  margin-right: 25px;
  margin-top: 20px;
}

.hdr {
  display: flex;
  align-items: center;
  grid-gap: 1rem;
  gap: 1rem;
}

.icn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: var(--primary-color);
  padding: 0.5rem;
  color: rgba(255, 255, 255, 1);
}

.icon .i {
  height: 1rem;
  width: 1rem;
}

.alert {
  margin-bottom: 7px;
  font-weight: 600;
  color: rgba(107, 114, 128, 1);
}

.message {
  margin-top: 1rem;
  color: rgba(107, 114, 128, 1);
}

.actions {
  margin-top: 1.5rem;
  margin-bottom: 8px;
}

.actions a {
  text-decoration: none;
}

.mark-as-read, .read {
  display: inline-block;
  border-radius: 0.5rem;
  width: 100%;
  padding: 0.75rem 1.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.read {
  background-color: var(--primary-color);
  color: rgba(255, 255, 255, 1);
  margin-top: 35px;
}


/*SECCION PUNTOS DE VENTA*/


/*SECCION RECARGA AQUI*/

.recarga-aqui {
  padding-bottom: 20px;
  background-color: var(--background-color);
}

.custom-container {
  margin: 3rem;
  background-color: #fff;
  width: 100%;
  max-width: 600px;
  height: 350px;
  border-radius: 1.75rem;
  transition-duration: 0.7s;
  padding: 1.25rem;
  border: 1px solid var(--primary-color);
  box-shadow: 0 0 10px #999999;
}

.icon-container {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  background-color: var(--primary-color);
  border-radius: 0.375rem;
}

.custom-container .icon-container i {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  justify-content: center;
  margin: 0 3px;
}

.custom-container .ri-store-2-line {
  font-size: 50px;
  color: var(--primary-color);
  font-weight: 700;
}

.custom-container .ri-global-line {
  font-size: 50px;
  color: var(--primary-color);
  font-weight: 500;
}

.custom-heading {
  font-size: 22px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--primary-color);
  font-weight: 700;
  text-align: center;
}

.custom-paragraph {
  color: #fff;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.custom-secondary-paragraph {
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.custom-button-container {
  padding-top: 1.25rem;
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: center;
}

.custom-button {
  color: #fff;
  width: 100%;
  max-width: 200px;
  padding: 15px;
  font-weight: 600;
  border-radius: 0.375rem;
  background-color: var(--primary-color);
  transition-duration: 0.5s;
}

.custom-button:hover {
  background-color: var(--secondary-color);
}

@media (min-width: 768px) {
  .custom-container {
    width: 45%; /* Ajuste del ancho en pantallas más grandes */
  }
}

@media (min-width: 992px) {
  .custom-container {
    width: 30%; /* Ajuste del ancho en pantallas más grandes */
  }
}

/*SECCION RECARGA AQUI*/

/*SECCION OBTENER APP*/

.compra-btn h1{
  color: var(--secondary-color);
  font-size: 25px;
  font-weight: 800;
}

.compra-btn h2{
  color: var(--primary-color);
  font-size: 17px;
  font-weight: 700;
}

.obtener-app p {
  color: #727272;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}

.obtener-app h3 {
  margin-top: 35px;
  color: #727272;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}

.cuadro {
  max-width: 350px;
  background-color: #000;
  background: linear-gradient(to top right, rgb(0, 0, 0), rgb(58 60 84));
  background: -webkit-linear-gradient(
    to top right,
    rgb(0, 0, 0),
    rgb(58 60 84)
  );
  display: flex;
  margin-top: 60px;
  flex-direction: column;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgb(84 90 106);
  margin-bottom: 85px;
}

.small-text,
.titl,
.desc {
  font-weight: 600;
}

.titl,
.desc {
  margin: 8px 0;
}

.small-text {
  color: #fff;
  font-size: 14px;
}

.titl {
  color: #fff;
  font-size: 26px;
  line-height: 26px;
}

.desc {
  color: rgb(151 153 167);
  font-size: 13px;
}

.buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 6px;
  text-decoration: none;
}

.button:first-child {
  box-shadow: 0 4px 6px -1px #488aec31, 0 2px 4px -1px #488aec17;
  background-color: #000000;
}

.button:last-child {
  box-shadow: 0 4px 6px -1px #0b162531, 0 2px 4px -1px #0e192b17;
  background-color: #fff;
}

.icon {
  height: 25px;
  width: 25px;
}

.icon svg {
  width: 100%;
  height: 100%;
}

.icon svg:last-child {
  fill: #000;
}

.button-text {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
}

.button-text span:first-child {
  font-size: 12px;
  font-weight: 600;
}

.google span:first-child {
  color: rgb(219 206 253);
}

.apple span:first-child {
  color: rgb(81 87 108);
}

.google span:last-child {
  color: #fff;
  font-weight: 800;
}

.apple span:last-child {
  color: #000;
  font-weight: 800;
}

/*SECCION REFERIDOS*/

.btn-mas-info {
  display: inline-block;
  padding: 10px 20px;
  background-color: #9f2241; /* Cambia el color según tu preferencia */
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.btn-mas-info:hover {
  background-color: #691c32; /* Color de fondo al pasar el ratón */
}


/*SECCION OBTENER APP*/

/*SECCION FOOTER */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container-footer {
  max-width: 1700px;
  margin: auto;
}
.row {
  display: flex;
  flex-wrap: wrap; /* Agregado para envolver las columnas en una fila en pantallas pequeñas */
  justify-content: space-between; /* Ajustado para agregar espacio entre las columnas en pantallas pequeñas */
}
ul {
  list-style: none;
}
.footer {
  background-color: #fff;
  padding: 70px 0;
}
.footer-col {
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
}
.footer-col h4 {
  font-size: 23px;
  margin-bottom: 15px;
  color: #686666;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 700;
  position: relative;
}
.footer-col h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  bottom: -10px;
  background-color: #e91e63;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}
.footer-col ul li:not(:last-child) {
  margin-bottom: 8px;
}
.footer-col ul li a {
  font-size: 12px;
  text-transform: capitalize;
  color: #7e7c7c;
  text-decoration: none;
  font-weight: 500;
  display: block;
  transition: all 0.3s ease;
}
.footer-col ul li a:hover {
  color: #000;
  padding-left: 8px;
}
.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: var(--primary-color);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}
.footer-col .social-links a:hover {
  color: #fff;
  background-color: var(--secondary-color);
}

#footer-contact {
  margin-right: 25px;
  background-color: #fff;
  padding: 25px;
  border-radius: 7px;
  margin-bottom: 30px;
  background-color: var(--background-color);
}

#footer-contact h1 {
  width: auto;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 25px;
}

#footer-contact p {
  font-size: 17px;
  font-weight: 700;
  color: #4d4d4d;
}

.footer-down {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background: purple;
  color: white;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
}

footer .cr-con {
  margin-top: 16px;
  background-color: var(--primary-color);
  color: white;
  padding: 1rem 4rem;
  text-align: center;
}

/*responsive*/
@media (max-width: 767px) {
  .footer-col {
    width: 50%;
  }

  .footer-contact {
    margin-right: 0;
  }
}

@media (max-width: 574px) {
  .footer-col {
    width: 100%;
  }
}

/*SECCION FOOTER*/
