.box-container-price {
    border-radius: 10px;
    border: 1px solid transparent;
    width: 300px;
    margin-right: 1em;
    cursor: default;
  }
  
  .box-container-price.selected {
    border: 1px solid transparent !important; 
  }
  
  
  /* .box-container-price .box-content {
    padding: 1.5em;
  }
   */
  .box-container-price .box-content p {
    margin-left: 1em;
  }
  
  
  .box-footer {
    background-color: #F6C451;
    border-radius: 0 0 10px 10px;
    padding: 1.5em;
    text-align: center;
  }
  
  .box-footer .small-text {
    margin-left: 0;
  }
  
  .box-footer-price {
    color: #000;
    margin: 1em 0;
    border-top: 1px solid #101218;
    padding: 1.5em 0;
  }
  
  .box-footer-price .small-text {
    margin: 0;
  }
  
  .row-boxes {
    margin-bottom: 2em;
  }
  
  .box-content-image-service {
    text-align: center;
  }
  
  .box-content-image-service img {
    height: 50px;
  }
  
  .boxes-container-services {
    width: 100%;
    flex-wrap: wrap;
  }

  #observ {
    background: #fff;
    border-radius: 4px;
    border: none;
    padding: 1em; 
    margin: 1em 0;
    color: #000;
    box-sizing: border-box;
    width: 100%;
    height: 5.5rem;
    resize: vertical; 
    font-family: 'Rubik', sans-serif;
    
  }

@media (max-width: 768px) {
    #observ {
        height: 3.5rem; 
    }
}

@media (min-width: 1200px) {
    #observ {
        height: 5.5rem;
    }
}

.code-inputs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    max-width: 100%;
}

.code-input {
    width: 4rem;
    height: 4rem;
    text-align: center;
    font-size: 1.5rem;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0.5rem;
    box-sizing: border-box;
    transition: width 0.3s ease;
}


@media (max-width: 768px) {
    .code-inputs {
        width: 12rem;
    }

    .code-input {
        width: 3rem;
        height: 3rem;
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .code-inputs {
        width: 9rem;
    }

    .code-input {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1rem;
    }
}

@media (max-width: 500px) {

    .payment-icon img {
        margin-bottom: 15px; 
        width: 40px;
    }
}


.col-92{
width: 92%;
margin-bottom: 10px;
}

@media screen and (max-width: 510px){
    .col-92{
    width: 100%;
    }
}

select {
    outline: none ; 
    border: none ;
    width:100%;
    background-color:#191c26; 
    color:#626b69; 
    border:none;
    height:27px; 
}

#caract {
    width: 100%; 
    max-width: 610px;
    margin-left: 10px;
}

@media screen and (max-width: 1000px) {
  #caract {
        max-width: 100%;
    }
}

@media screen and (max-width: 764px) {
  #caract {
        width: 100% !important; 
    }
}

@media screen and (max-width: 665px) {
    .flex.row-boxes {
        flex-direction: column; 
        align-items: center; 
    }

    #caract {
        margin-left: 0px !important ;
        width: 100% !important ; 
    }
}

.expiration-container {
    margin-top: 3px !important ;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px; 
    flex-wrap: nowrap; 
    max-width: 100%; 
}

.expiration-text {
    font-size: 12px;
    color: #666;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
    margin: 0px !important ;
}

.loader {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid;
  border-color: #ffffff #ffffff00;
  animation: l1 1s infinite;
}
@keyframes l1 {to{transform: rotate(.5turn)}}

.loaderMapa {
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid;
  border-color: #ffffff #ffffff00;
  animation: l1 1s infinite;
}
.header-img{
 background-color: #1E5BFA;
}
.item-precio {
  position: relative;
  list-style: disc;
}

.item-precio .precio {
  display: block; 
  margin-left: 20px; 
}

.item-precio .luego {
  display: block;
  margin-left: 0; 
}
.header{
  display: none;
}
