 

.logo_empresa_comida {
    width: 55px;
}

.logo_estrella {
    width: 20px;
}

.nombre_empresa {
    padding: 0;
    margin: 0;
    font-size: .9em;
}

.parte_empresa {
    display: flex;
    align-items: center;
    gap: 10px;
}

.parte_producto {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 4px 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.caja_detalle_producto {
    border: 1px solid #d3d3d3;
    padding: 18px;
    padding-top: 9px;
    padding-bottom: 26px;
    border-radius: 0px 0px 14px 14px;
}

.texto_producto {
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.titulo_seccion {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.detalle_item {
    display: flex;
    gap: 17px;
}

.linea_item {
    display: flex;
    gap: 17px;
    justify-content: space-between;
}

.separador_linea_precio {
    border: 1px dashed #d3d3d3;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 15px;
}

.separador_linea {
    border: 1px solid #d3d3d3;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 15px;
}

.negrita {
    font-weight: 600;
}

.titulo_pedido {
    font-size: 1.2em;
    font-weight: 600;
}

.input_radio_ia {
}

input[type="radio"] {
    display: none;
}

.label_radio_ia {
    width: 100%;
    position: relative;
    color: #000000;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 2px solid #535353;
    padding: 10px 18px;
    border-radius: 0.5em;
}

.texto_opcion {
    margin: 0;
    padding: 0;
}

.texto_opcion_2 {
    margin: 0;
    padding: 0;
    font-size: .9em;
}

.caja_radios {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
}

.label_radio_ia:before {
    content: "";
    height: 21px;
    width: 21px;
    border: 3px solid #5f5f5f;
    border-radius: 50%;
}

.icono_internet_ia {
    width: 39px;
}

.texto_centro {
    text-align: center;
}

.caja_resultado_ia {
    border: 1px solid #9c9c9c;
    border-radius: 8px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.caja_formulario {
    width: 600px;
    margin: auto;
}

.caja_resultado_ia {
    display: flex;
    align-items: center;
    gap: 10px;
}

.input_radio_ia:checked + label:before {
    height: 21px;
    width: 21px;
    border: 4px solid #16638d;
    background-color: #ffffff;
}

.input_radio_ia:checked + label {
    background-color: #add6ff;
    color: #0350a4;
    border: 2px solid #216fc6;
    font-weight: 600;
}

.boton_compra {
    width: 100%;
    display: inline-block;
    font-weight: 400;
    line-height: 2.2;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.caja_pedido {
    border: 1px solid #9e9e9e;
    border-radius: 13px;
    background-color: #ffffff;
}

.caja_parte_empresa_v1 {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    align-items: center;
}

.nombre_empresa_v1 {
    font-size: 1em;
    margin: 0;
    padding: 0;
}

.texto_pedido {
    font-size: 1em;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.caja_parte_fecha_v1 {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 9px 14px;
    justify-content: space-between;
    border-top: 1px dashed #bababa
}

.caja_base_empresa_v1 {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 9px 14px;
}

.caja_fecha {
    display: flex;
    gap: 10px;
    align-items: center;
}

.texto_fecha {
    margin: 0;
    padding: 0;
}

.parte_de_fecha_v1 {
    display: flex;
    gap: 16px;
    align-items: center;
}

.texto_estado {
    margin: 0;
    padding: 0;
    padding: 4px 10px;
    background-color: #fafafa;
    border: 1px solid #9f9f9f;
    border-radius: 7px;
}

.caja_parte_direccion_v1 {
    padding: 10px 20px;
    border-top: 1px solid #e5e5e5;
}

.grilla_persona_nombre {
    display: flex;
    gap: 10px;
    align-items: center;
}

.texto_nombre_persona {
    margin: 0;
    padding: 0;
}

.texto_direccion {
    margin: 0;
    font-size: 0.85em;
    padding: 0;
}

.icono_fecha_v1 {
    width: 20px;
}

.texto_caracteristica {
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}

.texto_simple {
    margin: 0;
    padding: 0;
}

.detalle-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
}

.item {
    margin-bottom: 6px;
}

.item-name {
    font-weight: normal;
}

.item-detail {
    font-size: 0.9em;
    margin-left: 10px;
}

.item-total {
    text-align: right;
    font-weight: normal;
}

.separator {
    border-top: 1px dashed #c3c3c3;
    margin: 0px 0;
    margin-bottom: 10px;
}

.total {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 10px;
}

.texto_simple {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.tabla_detalle {
    padding: 10px 10px;
    padding-top: 0px;
}

.texto_base_v1 {
    margin: 0;
    padding: 0;
}

.titulo_detalle {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.boton_full {
    width: 100%;
}

.grilla_botones_v1 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}

.logo_accion_v1 {
    width: 25px;
    margin-right: 5px;
}

.parte_de_datos_persona {
    display: flex;
    gap: 10px;
    align-items: center;
}

.parte_persona_v2 {
    width: 80%;
}

.caja_datos_persona {
    border: 1px solid #d1d1d1;
    padding: 8px 13px;
    border-radius: 10px;
    padding-bottom: 20px;
}

.texto_bold {
    font-weight: 800;
}

.texto_mini_descripcion {
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    margin-top: -5px;
    margin-bottom: 10px;
}

.leaflet-control-attribution.leaflet-control {
    font-size: 0px;
}
