.box-container-price {
    border-radius: 10px;
    border: 1px solid transparent;
    width: 300px;
    margin-right: 1em;
  }
  
  .box-container-price .box-content {
    padding: 1em;
    color: black;
  }
  
  .box-container-price .box-content p {
    margin-left: 1em;
  }
  
  
  .box-footer {
    border-radius: 0 0 10px 10px;
    padding: 1.5em;
    text-align: center;
  }
  
  .box-footer .small-text {
    margin-left: 0;
  }
  
  .box-footer-price {
    color: white;
    margin: 3em 0;
    border-top: 1px solid #fff;
    padding: 1.5em 0;
    background-color: #20222F;
  }
  
  .box-footer-price .small-text {
    margin: 0;
  }
  
  
  .box-content-image-service {
    text-align: center;
  }
  
  .box-content-image-service img {
    height: 40px;
    margin-right: 1em;
  }
  
  .boxes-container-services {
    width: 100%;
    flex-wrap: wrap;
  }

  #observ textarea:focus{
    background: #fff;
    border: 1px solid #3a4149!important;
    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;
  }
  
  .text-start{
    font-weight:400;
    color: #dcdcdc; 
    font-size: 15px;
  }
  
  .service-internet-container-2{
    background-color: #20222F;
    background-size: 400px auto;
    padding: 2rem;
  }

.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;
    }
}

.confirmation-details p{
color: #000;
}

.col-92{
width: 92%;
margin-bottom: 10px;
}

@media screen and (max-width: 510px){
    .col-92{
    width: 100%;
    }
}
/* FIX para el autocomplete de Calle */
.ui-autocomplete {
    z-index: 99;
    position: relative;
    background-color: #fff !important;
    color: #000!important;
    border-radius: 14px !important;
    padding: 0 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.ui-autocomplete .ui-menu-item-wrapper {
    color: #000 !important;
    padding: 8px 12px !important;
}

.ui-autocomplete .ui-menu-item-wrapper:hover,
.ui-autocomplete .ui-state-active {
    background-color: #F6C451 !important;
    color: #191C26 !important;
}


#caract {
    width: 100%; 
    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;
}
#nombrecall::placeholder,
#apellidocall::placeholder,
#telefonocall::placeholder,
#emailcall::placeholder {
  color: #8c8c8c !important;
  opacity: 1 !important;
}

/* Compatibilidad con todos los navegadores */
#nombrecall::-webkit-input-placeholder,
#apellidocall::-webkit-input-placeholder,
#telefonocall::-webkit-input-placeholder,
#emailcall::-webkit-input-placeholder {
  color: #8c8c8c !important;
  opacity:1 !important;
}
#nombrecall:-moz-placeholder,
#apellidocall:-moz-placeholder,
#telefonocall:-moz-placeholder,
#emailcall:-moz-placeholder {
  color: #8c8c8c !important;
  opacity:1 !important;
}
#nombrecall::-moz-placeholder,
#apellidocall::-moz-placeholder,
#telefonocall::-moz-placeholder,
#emailcall::-moz-placeholder {
  color: #8c8c8c !important;
  opacity:1 !important;
}
#nombrecall:-ms-input-placeholder,
#apellidocall:-ms-input-placeholder,
#telefonocall:-ms-input-placeholder,
#emailcall:-ms-input-placeholder {
  color: #8c8c8c !important;
  opacity:1 !important;
}

.tit-contratar{
  font-size: 26px;
  color: #FF8C00; 
  padding-bottom: 20px;
  font-weight: 300;
}
