.modal-compra {
  max-width: 95%;
  border-radius: 20px !important;
}

@media (min-width: 1501px) {
  .modal-compra {
    max-width: 70%;
    border-radius: 20px !important;
  }
  .modal-compra_extension {
    max-width: 70%;
    border-radius: 20px !important;
  }
}

@media (min-width: 1000px) and (max-width: 1500px) {
  .modal-compra {
    max-width: 80%;
    border-radius: 20px !important;
  }
  .modal-compra_extension {
    max-width: 85%;
    border-radius: 20px !important;
  }
}


.modal-compra2 {
  max-width: 95%;
  border-radius: 20px !important;
}

@media (min-width: 1501px) {
  .modal-compra2 {
    max-width: 70%;
    border-radius: 20px !important;
  }
}

@media (min-width: 1000px) and (max-width: 1500px) {
  .modal-compra2 {
    max-width: 80%;
    border-radius: 20px !important;
  }
}


.pricing-table{
  /* background-color: #eee; */
  font-family: 'Montserrat', sans-serif;
}

.pricing-table .block-heading {
  padding-top: 50px;
  margin-bottom: 40px;
  text-align: center; 
}

.pricing-table .block-heading h2 {
  color: #004899;
}

.pricing-table .block-heading p {
  text-align: center;
  max-width: 420px;
  margin: auto;
  opacity: 0.7; 
}

.pricing-table .heading {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: -10px;
  font-size: 17px;
}

.pricing-table .item {
  background: rgba(255, 255, 255, 0);
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  /* box-shadow: 0 0 30px rgba(0, 0, 0, .5); */
  border: 2px solid #004899;
  padding: 25px;
  overflow: hidden;
  position: relative; 
}

.pricing-table .item2 {
  background: rgba(255, 255, 255, 0);
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  /* box-shadow: 0 0 30px rgba(0, 0, 0, .5); */
  border: 2px solid #004899;
  padding: 11px;
  overflow: hidden;
  position: relative; 
}

.pricing-table .col-md-5:not(:last-child) .item {
  margin-bottom: 6px; 
}

.pricing-table .item button {
  width: 80%;
  font-size: 15px;
  font-weight: 600;
  color: #004899;
  cursor: pointer;
  margin: 20px 10px 15px;
  height: 50px;
  text-align: center;
  border: 2px;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-image: #fff;
  /* box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75); */
}

.pricing-table .item button.active {
  width: 200px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 20px 10px 15px;
  height: 45px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 12px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-image: linear-gradient( to right, #25aae1, #4481eb, #04befe, #3f86ed );
}

.pricing-table .item button:hover{
  color: #fff;
  background-image: linear-gradient( to right, #25aae1, #4481eb, #04befe, #3f86ed );
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.pricing-table .ribbon {
  width: 160px;
  height: 32px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
  background: #004899;
  transform: rotate(45deg);
  position: absolute;
  right: -42px;
  top: 20px;
  padding-top: 7px; 
}

.pricing-table .item p {
  text-align: center;
  margin-top: 20px;
  opacity: 0.7; 
}

.pricing-table .features .feature {
  font-weight: 600; }

.pricing-table .features h4 {
  text-align: center;
  font-size: 16px;
  padding: 5px;
  margin-bottom: 0;
}

.pricing-table .price h4 {
  margin: 15px 0;
  font-size: 25px;
  text-align: center;
  color: #004899; 
}

.pricing-table .buy-now button {
  text-align: center;
  margin: auto;
  font-weight: 600;
  padding: 9px 0; 
}

.titulo_modal {
  font-size: 25px;
  text-align: center;
  color: #004899;
}

.precio{
  font-weight: 500;
  text-align: center;
  font-size: 17px;
}