.col-left {
  float: left;
  width: 48%;
  text-align: right;
  margin-left: 0; /* Elimina el margen izquierdo para más espacio */
}

.col-right {
  float: left; /* Cambia float de right a left */
  width: 48%;
}

.AACSM-guardar {
  width: 80%;
  height: 39px;
  background: #f3bc6b;
}

#estado {
 width: 90%;
 text-align: center;
 background-color: blanchedalmond;
 margin: 10px;
 font-size: 23px;
}

.estado {
 font-size: 23px;
 margin-bottom: 10px;
 color: #555;
}

#estado_local {
 width: 90%;
 text-align: center;
 background-color: blanchedalmond;
 margin: 10px;
 font-size: 23px;
}

.estado_local {
 font-size: 23px;
 margin-bottom: 10px;
 color: #555;
}

.display-none{
    display: none;
}


input.form-tracking {
  width: 95%;
  margin-bottom: 5px;
}

.col-complete {
  float: none;
  width: 100%;
  clear: left;
  margin-bottom: 20px;
  text-align: center;
}

textarea#content {
  width: 95%;
  height: 82px;
} 

/* Ajuste del input de búsqueda */
input.form-tracking {
  width: 80%; /* Reduce un poco el ancho para mejor proporción */
  padding: 10px;
  border-radius: 25px; /* Hace el campo de búsqueda más redondeado */
  border: 2px solid #f3bc6b; /* Color similar al botón */
  outline: none;
  font-size: 18px;
}

select#estados {
  width: 70%;
  margin-top: 21px;
}

.pedido {
 background-color: #dff;
 padding: 15px;
 border-color: #2196F3;
 border-left-color: rgb(33, 150, 243);
 border-left: 6px solid #2196F3;
 margin: 5px;
}

.pedido-404 {
 background-color: #dff;
 padding: 15px;
 border-color: rgb(247, 121, 127);
 border-left-color: rgb(247, 121, 127);
 border-left: 6px solid rgb(247, 121, 127);
 margin: 5px;
}

.ultima-modificacion {
 text-align: right;
}

.input-numero-pedido{
 font-size: 24px;
}

#detalles {
 width: 95%;
}

/* Contenedor del formulario */
form.custom-AACSM {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; /* Espacio entre input y botón */
  border: none; /* Elimina el borde si no es necesario */
  padding: 10px;
}


#tiempo-estimado{
 text-align: center;
 color: red;
 font-size: 19px;
}
.form-comercios {
  margin: 5px;
  width: 85%;
} 
.img-logo-list{
  width: 100px;
  height: auto;
}
.categoria{
  width: 80%;
  text-align: center;
}

.send-consultar {
  background-color: #f3bc6b; /* Color acorde a tu diseño */
  border: none;
  border-radius: 50% !important; /* Forzar el redondeo */
  width: 50px; /* Asegura que sea igual en ancho y alto */
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
  overflow: hidden; /* Evita que el contenido sobresalga */
}

.send-consultar i {
  font-size: 20px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

form.custom-AACSM {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; /* Espacio entre input y botón */
}

/* Contenedor principal de los beneficios */
.beneficios-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
}

/* Estilos individuales para cada beneficio */
.beneficio-item {
    background: #f8f9fa;
    border-left: 5px solid #0073aa;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

/* Texto del descuento */
.beneficio-descuento {
    font-size: 18px;
    font-weight: bold;
    color: #0073aa;
    margin-bottom: 5px;
}

/* Descripción del beneficio */
.beneficio-descripcion {
    font-size: 14px;
    color: #333;
}

/* Fecha de validez */
.beneficio-fecha {
    font-size: 12px;
    color: #777;
    margin-top: 5px;
}

/* Mensaje si no hay beneficios */
.no-beneficios {
    color: #d9534f;
    font-style: italic;
    text-align: center;
    margin-top: 10px;
}

/* Mensaje de error */
.error-beneficios {
    color: red;
    font-weight: bold;
    text-align: center;

}

@media (max-width: 768px) {
    #beneficios-section {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        overflow: visible !important;
        position: relative !important;
        z-index: 99999 !important;
        #beneficios-section {
    max-height: none !important;
    height: auto !important;
}
    }
    
html, body {
    overflow: auto !important;
    height: auto !important;
}

    .beneficio-item {
        width: 100% !important;
        padding: 10px !important;
        border-left: 4px solid #0073aa !important;
        background: #f9f9f9 !important;
        box-shadow: none !important;
    }
}

}

    .beneficio-descuento {
        font-size: 18px !important;
        text-align: center !important;
    }

    .beneficio-descripcion {
        font-size: 14px !important;
        text-align: center !important;
    }

    .beneficio-fecha {
        font-size: 12px !important;
        text-align: center !important;
    }
}
